diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a74a4c --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +.DS_Store +.atom/ +.idea +.vscode/ +.packages +.pub/ +build/ +ios/.generated/ +packages +.flutter-plugins +.history/ +local.properties + +pubspec.lock +pubspec.lock +scripts/asb/ +.dart_tool/ diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 261eeb9..0000000 --- a/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/android/app/build.gradle b/android/app/build.gradle index e95268c..5f3a645 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -38,6 +38,7 @@ android { targetSdkVersion 27 versionCode 1 versionName "1.0" + multiDexEnabled true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7d4eeaf..5586c03 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -19,6 +19,8 @@ + + @@ -32,16 +34,11 @@ android:name="io.flutter.app.FlutterApplication" android:label="maui" android:icon="@mipmap/ic_launcher"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/actions/add_comment.dart b/lib/actions/add_comment.dart new file mode 100644 index 0000000..92bbb39 --- /dev/null +++ b/lib/actions/add_comment.dart @@ -0,0 +1,102 @@ +import 'dart:async'; +import 'package:flutter/services.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/comment.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/comment_repo.dart'; +import 'package:maui/repos/log_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:uuid/uuid.dart'; +import 'package:maui/repos/p2p.dart' as p2p; + +class AddComment implements AsyncAction { + final Comment comment; + final TileType tileType; + final bool addTile; + CommentRepo commentRepo; + TileRepo tileRepo; + + AddComment({this.comment, this.tileType, this.addTile = false}); + + @override + Future> reduce(RootState state) async { + assert(commentRepo != null, 'commentRepo not injected'); + assert(tileRepo != null, 'tileRepo not injected'); + commentRepo.insert(comment, tileType); + switch (tileType) { + case TileType.card: + state.cardMap[comment.parentId].comments = + (state.cardMap[comment.parentId].comments ?? 0) + 1; + break; + case TileType.drawing: + final commentTile = state.tiles + .firstWhere((t) => t.id == comment.parentId, orElse: () => null); + if (commentTile != null) + commentTile.comments = (commentTile.comments ?? 0) + 1; + break; + case TileType.message: + final commentTile = state.tiles + .firstWhere((t) => t.id == comment.parentId, orElse: () => null); + if (commentTile != null) + commentTile.comments = (commentTile.comments ?? 0) + 1; + break; + } + + var tile; + + if (addTile) { + var tiles = await tileRepo.getTilesByCardId(comment.parentId); + if (tiles.length == 0) { + tile = Tile( + id: Uuid().v4(), + cardId: comment.parentId, + type: TileType.card, + userId: comment.userId, + updatedAt: DateTime.now(), + card: state.cardMap[comment.parentId], + user: state.user); //TODO put real user + await tileRepo.insert(tile); + } + } + if (comment.userId == state.user.id) + try { + await p2p.addMessage( + state.user.id, + '0', + 'comment', + '${comment.id}${floresSeparator}${tileType.index}${floresSeparator}${comment.parentId}${floresSeparator}${comment.comment}', + true, + ''); + } on PlatformException { + print('Flores: Failed addMessage'); + } catch (e, s) { + print('Exception details:\n $e'); + print('Stack trace:\n $s'); + } + final commentMap = state.commentMap; + if (!addTile) { + if (commentMap[comment.parentId] == null) { + commentMap[comment.parentId] = []; + } + commentMap[comment.parentId].insert(0, comment); + } + writeLog('comment,${comment.parentId},${comment.comment}'); + return (RootState state) => RootState( + frontMap: state.frontMap, + user: state.user, + collectionMap: state.collectionMap, + cardMap: state.cardMap, + activityMap: state.activityMap, + commentMap: commentMap, + tiles: tile == null ? state.tiles : (state.tiles..insert(0, tile)), + drawings: state.drawings, + userMap: state.userMap, + templates: state.templates); + } +} diff --git a/lib/actions/add_like.dart b/lib/actions/add_like.dart new file mode 100644 index 0000000..81b1ce0 --- /dev/null +++ b/lib/actions/add_like.dart @@ -0,0 +1,113 @@ +import 'dart:async'; +import 'dart:convert'; +import 'package:flutter/services.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/like.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/user_activity.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/like_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/repos/user_repo.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:shared_preferences/shared_preferences.dart'; +import 'package:uuid/uuid.dart'; +import 'package:maui/repos/p2p.dart' as p2p; + +class AddLike implements AsyncAction { + final String parentId; + final TileType tileType; + final String userId; + + LikeRepo likeRepo; + TileRepo tileRepo; + UserRepo userRepo; + + AddLike({this.parentId, this.tileType, this.userId}); + + @override + Future> reduce(RootState state) async { + assert(likeRepo != null, 'likeRepo not injected'); + assert(tileRepo != null, 'tileRepo not injected'); + assert(userRepo != null, 'userRepo not injected'); + + final user = userId == null ? state.user : await userRepo.getUser(userId); + final like = Like( + id: Uuid().v4(), + parentId: parentId, + userId: userId ?? state.user.id, + timeStamp: DateTime.now(), + type: 0, + user: user); + likeRepo.insert(like, tileType); + //TODO maybe update card in db also + switch (tileType) { + case TileType.card: + state.cardMap[parentId].likes = + (state.cardMap[parentId].likes ?? 0) + 1; + break; + case TileType.drawing: + final likeTile = + state.tiles.firstWhere((t) => t.id == parentId, orElse: () => null); + if (likeTile != null) likeTile.likes = (likeTile.likes ?? 0) + 1; + break; + case TileType.message: + final likeTile = + state.tiles.firstWhere((t) => t.id == parentId, orElse: () => null); + if (likeTile != null) likeTile.likes = (likeTile.likes ?? 0) + 1; + break; + } + +// var tile = +// state.tiles.firstWhere((t) => t.id == parentId, orElse: () => null); +// print('tile: $tile'); +// if (tile == null) { +// tile = Tile( +// id: Uuid().v4(), +// cardId: parentId, +// content: '${user.name} liked this', +// type: TileType.card, +// userId: userId ?? state.user.id, +// updatedAt: DateTime.now(), +// card: state.cardMap[parentId], +// user: state.user); //TODO put real user +// await tileRepo.insert(tile); +// } + + final userActivity = state.activityMap[parentId] ?? UserActivity(); + if (userId == null) { + userActivity.like = true; + SharedPreferences prefs = await SharedPreferences.getInstance(); + prefs.setString('userActivity', json.encode(state.activityMap)); + + try { + await p2p.addMessage(state.user.id, '0', 'like', + '${tileType.index}${floresSeparator}$parentId', true, ''); + } on PlatformException { + print('Flores: Failed addChat'); + } catch (e, s) { + print('Exception details:\n $e'); + print('Stack trace:\n $s'); + } + } + + return (RootState state) { + return RootState( + frontMap: state.frontMap, + user: state.user, + collectionMap: state.collectionMap, + cardMap: state.cardMap, + activityMap: userId != null ? state.activityMap : state.activityMap + ..[parentId] = userActivity, + commentMap: state.commentMap, + tiles: state.tiles, + drawings: state.drawings, + userMap: state.userMap, + templates: state.templates); + }; + } +} diff --git a/lib/actions/add_progress.dart b/lib/actions/add_progress.dart new file mode 100644 index 0000000..16629f7 --- /dev/null +++ b/lib/actions/add_progress.dart @@ -0,0 +1,63 @@ +import 'dart:async'; +import 'dart:convert'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/user_activity.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/collection_repo.dart'; +import 'package:maui/repos/log_repo.dart'; +import 'package:shared_preferences/shared_preferences.dart'; + +class AddProgress implements AsyncAction { + final String cardId; + final String parentCardId; + final int index; + + CardProgressRepo cardProgressRepo; + CollectionRepo collectionRepo; + + AddProgress({this.cardId, this.parentCardId, this.index}); + + @override + Future> reduce(RootState state) async { + assert(cardProgressRepo != null, 'CardProgressRepo not injected'); + assert(collectionRepo != null, 'collectionRepo not injected'); + + await cardProgressRepo.upsert(CardProgress( + userId: state.user.id, cardId: cardId, updatedAt: DateTime.now())); + final progress = + await cardProgressRepo.getProgressStatusByCollectionAndTypeAndUserId( + parentCardId, CardType.knowledge, state.user.id); + + final userActivity = state.activityMap[parentCardId] ?? UserActivity(); + var frontMap = state.frontMap; + if ((userActivity.done ?? -1) < index) { + userActivity.done = index; + userActivity.total = userActivity.total ?? + await collectionRepo + .getKnowledgeAndQuizCardCountInCollection(parentCardId); + SharedPreferences prefs = await SharedPreferences.getInstance(); + state.activityMap[parentCardId] = userActivity; + prefs.setString('userActivity', json.encode(state.activityMap)); + if (userActivity.done >= userActivity.total) { + frontMap = await FetchInitialData.fetchFrontMap(state); + } + writeLog('progress,$parentCardId,$cardId,$index,${userActivity.total}'); + } + + return (RootState state) => RootState( + frontMap: frontMap, + user: state.user, + collectionMap: state.collectionMap, + cardMap: state.cardMap, + activityMap: state.activityMap..[parentCardId] = userActivity, + commentMap: state.commentMap, + tiles: state.tiles, + userMap: state.userMap, + drawings: state.drawings, + templates: state.templates); + } +} diff --git a/lib/actions/fetch_card_detail.dart b/lib/actions/fetch_card_detail.dart new file mode 100644 index 0000000..9776c21 --- /dev/null +++ b/lib/actions/fetch_card_detail.dart @@ -0,0 +1,92 @@ +import 'dart:async'; +import 'dart:convert'; + +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/db/entity/card_extra.dart'; +import 'package:maui/db/entity/like.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_extra_repo.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/card_repo.dart'; +import 'package:maui/repos/collection_repo.dart'; +import 'package:maui/repos/comment_repo.dart'; +import 'package:maui/repos/like_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; + +class FetchCardDetail implements AsyncAction { + final String cardId; + CollectionRepo collectionRepo; + CardProgressRepo cardProgressRepo; + CardRepo cardRepo; + CommentRepo commentRepo; + LikeRepo likeRepo; + TileRepo tileRepo; + CardExtraRepo cardExtraRepo; + + FetchCardDetail(this.cardId); + + @override + Future> reduce(RootState state) async { + assert(collectionRepo != null, 'collectionRepo not injected'); + assert(cardProgressRepo != null, 'cardProgressRepo not injected'); + assert(cardRepo != null, 'cardRepo not injected'); + assert(commentRepo != null, 'commentRepo not injected'); + assert(likeRepo != null, 'likeRepo not injected'); + assert(tileRepo != null, 'tileRepo not injected'); + assert(cardExtraRepo != null, 'cardExtraRepo not injected'); + + final cardMap = Map(); + final progressMap = Map(); + final collectionMap = Map>(); + final likeMap = Map(); + var drawings = List(); + var templates = List(); + + final card = state.cardMap[cardId]; + if (card == null) { + cardMap[cardId] = await cardRepo.getCard(cardId); + likeMap[cardId] = await likeRepo.getLikeByParentIdAndUserId( + cardId, state.user.id, TileType.card); + } + + if (card.type == CardType.concept) { + final mainCards = + (await collectionRepo.getCardsInCollection(cardId)).map((c) { + cardMap[c.id] = c; + return c.id; + }).toList(growable: false); + collectionMap[cardId] = mainCards; + + await Future.forEach(mainCards, (mc) async { + progressMap[mc] = await cardProgressRepo + .getProgressStatusByCollectionAndTypeAndUserId( + mc, CardType.knowledge, state.user.id); + likeMap[mc] = await likeRepo.getLikeByParentIdAndUserId( + mc, state.user.id, TileType.card); + }); + } else if (card.type == CardType.activity) { + drawings = + await tileRepo.getTilesByCardIdAndType(card.id, TileType.drawing); + templates = await cardExtraRepo.getCardExtrasByCardIdAndType( + card.id, CardExtraType.template); + } + + final comments = + await commentRepo.getCommentsByParentId(cardId, TileType.card); + + return (RootState state) => RootState( + frontMap: state.frontMap, + user: state.user, + collectionMap: state.collectionMap..addAll(collectionMap), + cardMap: state.cardMap..addAll(cardMap), + activityMap: state.activityMap, + tiles: state.tiles, + drawings: drawings, + userMap: state.userMap, + templates: templates, + commentMap: state.commentMap..[cardId] = comments); + } +} diff --git a/lib/actions/fetch_comments.dart b/lib/actions/fetch_comments.dart new file mode 100644 index 0000000..b1aa10e --- /dev/null +++ b/lib/actions/fetch_comments.dart @@ -0,0 +1,49 @@ +import 'dart:async'; +import 'dart:convert'; + +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/db/entity/card_extra.dart'; +import 'package:maui/db/entity/like.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_extra_repo.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/card_repo.dart'; +import 'package:maui/repos/collection_repo.dart'; +import 'package:maui/repos/comment_repo.dart'; +import 'package:maui/repos/like_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; + +class FetchComments implements AsyncAction { + final String parentId; + final TileType tileType; + + CommentRepo commentRepo; + + FetchComments({this.parentId, this.tileType}); + + @override + Future> reduce(RootState state) async { + assert(commentRepo != null, 'commentRepo not injected'); + + final comments = + await commentRepo.getCommentsByParentId(parentId, tileType); + print('FecthComments: $parentId'); + print(comments); + print(state.commentMap); + + return (RootState state) => RootState( + frontMap: state.frontMap, + user: state.user, + collectionMap: state.collectionMap, + cardMap: state.cardMap, + activityMap: state.activityMap, + tiles: state.tiles, + drawings: state.drawings, + userMap: state.userMap, + templates: state.templates, + commentMap: state.commentMap..[parentId] = comments); + } +} diff --git a/lib/actions/fetch_initial_data.dart b/lib/actions/fetch_initial_data.dart new file mode 100644 index 0000000..245160f --- /dev/null +++ b/lib/actions/fetch_initial_data.dart @@ -0,0 +1,137 @@ +import 'dart:async'; +import 'dart:convert'; +import 'dart:math'; + +import 'package:maui/quack/user_activity.dart'; +import 'package:maui/repos/card_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/repos/user_repo.dart'; + +import 'package:shared_preferences/shared_preferences.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/db/entity/like.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/collection_repo.dart'; +import 'package:maui/repos/like_repo.dart'; + +class FetchInitialData implements AsyncAction { + final User user; + + CollectionRepo collectionRepo; + CardProgressRepo cardProgressRepo; + LikeRepo likeRepo; + TileRepo tileRepo; + UserRepo userRepo; + CardRepo cardRepo; + + FetchInitialData(this.user); + + @override + Future> reduce(RootState state) async { + assert(collectionRepo != null, 'collectionRepo not injected'); + assert(cardProgressRepo != null, 'cardProgressRepo not injected'); + assert(likeRepo != null, 'likeRepo not injected'); + assert(tileRepo != null, 'tileRepo not injected'); + assert(userRepo != null, 'userRepo not injected'); + assert(cardRepo != null, 'cardRepo not injected'); + + final cardMap = Map(); + final collectionMap = Map>(); + final progressMap = Map(); + final likeMap = Map(); + var activityMap = Map(); + await fetchCollection( + name: 'main', + cardMap: cardMap, + collectionMap: collectionMap, + progressMap: progressMap, + likeMap: likeMap); + await fetchCollection( + name: 'story', + cardMap: cardMap, + collectionMap: collectionMap, + progressMap: progressMap, + likeMap: likeMap); + await fetchCollection( + name: 'open', + cardMap: cardMap, + collectionMap: collectionMap, + progressMap: progressMap, + likeMap: likeMap); + final dummy = await cardRepo.getCard('dummy'); + cardMap['dummy'] = dummy; + print('open ${collectionMap['open']}'); + final tiles = await tileRepo.getTilesOtherThanDots(); + SharedPreferences prefs = await SharedPreferences.getInstance(); + final userActivity = prefs.getString('userActivity'); + if (userActivity != null) { + activityMap = Map.fromIterable(json.decode(userActivity).entries, + key: (me) => me.key, value: (me) => UserActivity.fromJson(me.value)); + } + + final userList = await userRepo.getRemoteUsers(); + final botUser = await userRepo.getUser(User.botId); + userList.insert(0, botUser); + Map userMap = + Map.fromIterable(userList, key: (u) => u, value: (u) => 0); + final frontMap = await fetchFrontMap( + RootState(cardMap: cardMap, collectionMap: collectionMap)); + return (RootState state) => RootState( + frontMap: frontMap, + user: user, + collectionMap: state.collectionMap..addAll(collectionMap), + cardMap: state.cardMap..addAll(cardMap), + activityMap: activityMap, + tiles: tiles, + drawings: state.drawings, + userMap: userMap, + templates: state.templates, + commentMap: {}); + } + + Future fetchCollection( + {String name, + Map cardMap, + Map> collectionMap, + Map progressMap, + Map likeMap}) async { + final mainCards = + (await collectionRepo.getCardsInCollection(name)).map((c) { + cardMap[c.id] = c; + return c.id; + }).toList(growable: false); + collectionMap[name] = mainCards; + + await Future.forEach(mainCards, (mc) async { + final cardNames = + (await collectionRepo.getCardsInCollection(mc)).map((c) { + cardMap[c.id] = c; + return c.id; + }).toList(growable: false); + + collectionMap[mc] = cardNames; + }); + } + + static Future> fetchFrontMap(RootState state) async { + final rand = Random(); + final openCollection = state.collectionMap['open']; + final mainCollection = state.collectionMap['main']; + final topic = mainCollection[rand.nextInt(mainCollection.length)]; + final topicCollection = state.collectionMap[topic]; + final storyCollection = state.collectionMap['story']; + + return { + 'open': + state.cardMap[openCollection[rand.nextInt(openCollection.length)]], + 'topic': + state.cardMap[topicCollection[rand.nextInt(topicCollection.length)]], + 'story': + state.cardMap[storyCollection[rand.nextInt(storyCollection.length)]] + }; + } +} diff --git a/lib/actions/fetch_tile_detail.dart b/lib/actions/fetch_tile_detail.dart new file mode 100644 index 0000000..c801d36 --- /dev/null +++ b/lib/actions/fetch_tile_detail.dart @@ -0,0 +1,34 @@ +import 'dart:async'; + +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/comment_repo.dart'; + +class FetchTileDetail implements AsyncAction { + final Tile tile; + CommentRepo commentRepo; + + FetchTileDetail(this.tile); + + @override + Future> reduce(RootState state) async { + assert(commentRepo != null, 'commentRepo not injected'); + + final comments = + await commentRepo.getCommentsByParentId(tile.id, tile.type); + + return (RootState state) => RootState( + frontMap: state.frontMap, + user: state.user, + collectionMap: state.collectionMap, + cardMap: state.cardMap, + activityMap: state.activityMap, + tiles: state.tiles, + userMap: state.userMap, + drawings: state.drawings, + templates: state.templates, + commentMap: state.commentMap..[tile.id] = comments); + } +} diff --git a/lib/actions/post_tile.dart b/lib/actions/post_tile.dart new file mode 100644 index 0000000..97d63a4 --- /dev/null +++ b/lib/actions/post_tile.dart @@ -0,0 +1,78 @@ +import 'dart:async'; +import 'package:flutter/services.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/like.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/like_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:uuid/uuid.dart'; +import 'package:maui/repos/p2p.dart' as p2p; + +class PostTile implements AsyncAction { + final Tile tile; + final String tileId; + + TileRepo tileRepo; + + PostTile({this.tileId, this.tile}); + + @override + Future> reduce(RootState state) async { + assert(tileRepo != null, 'tileRepo not injected'); + Tile pTile; + + if (tileId != null) { + pTile = await tileRepo.getTile(tileId); + } else { + await tileRepo.upsert(tile); + pTile = await tileRepo.getTile(tile.id); + } + print('post_tile: $pTile'); + if (pTile.type == TileType.dot) { + pTile = null; + } + + if (pTile != null && + pTile.userId == state.user?.id && + pTile.content.length < 12000) + try { + await p2p.addMessage( + state.user.id, + '0', + 'tile', + '${pTile.id}${floresSeparator}${pTile.type.index}${floresSeparator}${pTile.cardId}${floresSeparator}${pTile.content}', + true, + ''); + } on PlatformException { + print('Flores: Failed addMessage'); + } catch (e, s) { + print('Exception details:\n $e'); + print('Stack trace:\n $s'); + } + + final updatedTiles = state.tiles; + print('posttile: $pTile ${pTile.card}'); + if (pTile != null) { + state.tiles.removeWhere((t) => t.id == pTile.id); + state.tiles.insert(0, pTile); + } + + return (RootState state) => RootState( + frontMap: state.frontMap, + user: state.user, + collectionMap: state.collectionMap, + cardMap: state.cardMap, + commentMap: state.commentMap, + activityMap: state.activityMap, + tiles: updatedTiles, + userMap: state.userMap, + drawings: state.drawings, + templates: state.templates); + } +} diff --git a/lib/actions/save_drawing.dart b/lib/actions/save_drawing.dart new file mode 100644 index 0000000..21f36b3 --- /dev/null +++ b/lib/actions/save_drawing.dart @@ -0,0 +1,71 @@ +import 'dart:async'; +import 'dart:convert'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/like.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/card_repo.dart'; +import 'package:maui/repos/like_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:uuid/uuid.dart'; + +class SaveDrawing implements AsyncAction { + final String cardId; + final Map jsonMap; + + TileRepo tileRepo; + CardRepo cardRepo; + + SaveDrawing({this.cardId, this.jsonMap}); + + @override + Future> reduce(RootState state) async { + assert(tileRepo != null, 'tileRepo not injected'); + assert(cardRepo != null, 'cardRepo not injected'); + + final card = await cardRepo.getCard(cardId); + final tileId = jsonMap['id']; + final tile = Tile( + id: tileId, + cardId: cardId, + type: TileType.drawing, + content: json.encode(jsonMap), + updatedAt: DateTime.now(), + userId: state.user.id, + card: card, + user: state.user); + + final updatedTile = await tileRepo.upsert(tile); + final updatedDrawings = state.drawings ?? []; + final index = updatedDrawings.indexWhere((t) => t.id == tileId); + if (index >= 0) { + updatedDrawings[index] = updatedTile; + } else { + updatedDrawings.add(updatedTile); + } + +// final updatedTiles = state.tiles; +// final tileIndex = updatedTiles.indexWhere((t) => t.id == tileId); +// if (tileIndex >= 0) { +// updatedTiles[index] = updatedTile; +// } else { +// updatedTiles.insert(0, updatedTile); +// } + + return (RootState state) => RootState( + frontMap: state.frontMap, + user: state.user, + collectionMap: state.collectionMap, + cardMap: state.cardMap, + activityMap: state.activityMap, + commentMap: state.commentMap, + tiles: state.tiles, + userMap: state.userMap, + drawings: updatedDrawings, + templates: state.templates); + } +} diff --git a/lib/actions/share_drawing.dart b/lib/actions/share_drawing.dart new file mode 100644 index 0000000..5d0d50f --- /dev/null +++ b/lib/actions/share_drawing.dart @@ -0,0 +1,67 @@ +import 'dart:async'; +import 'dart:convert'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/like.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/like_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:uuid/uuid.dart'; + +class ShareDrawing implements AsyncAction { + final String cardId; + final Map jsonMap; + + TileRepo tileRepo; + + ShareDrawing({this.cardId, this.jsonMap}); + + @override + Future> reduce(RootState state) async { + assert(tileRepo != null, 'tileRepo not injected'); + final tileId = jsonMap['id']; + final tile = Tile( + id: tileId, + cardId: cardId, + type: TileType.drawing, + content: json.encode(jsonMap), + updatedAt: DateTime.now(), + userId: state.user.id, + card: state.cardMap[cardId], + user: state.user); + + final updatedTile = await tileRepo.upsert(tile); + final updatedDrawings = state.drawings; + final index = updatedDrawings.indexWhere((t) => t.id == tileId); + if (index >= 0) { + print('save_drawing: saving index $index'); + updatedDrawings[index] = updatedTile; + } else { + updatedDrawings.add(updatedTile); + } + + final updatedTiles = state.tiles; + final tileIndex = updatedTiles.indexWhere((t) => t.id == tileId); + if (tileIndex >= 0) { + updatedTiles[index] = updatedTile; + } else { + updatedTiles.insert(0, updatedTile); + } + + return (RootState state) => RootState( + frontMap: state.frontMap, + user: state.user, + collectionMap: state.collectionMap, + cardMap: state.cardMap, + activityMap: state.activityMap, + commentMap: state.commentMap, + tiles: updatedTiles, + userMap: state.userMap, + drawings: updatedDrawings, + templates: state.templates); + } +} diff --git a/lib/actions/update_points.dart b/lib/actions/update_points.dart new file mode 100644 index 0000000..5debe8f --- /dev/null +++ b/lib/actions/update_points.dart @@ -0,0 +1,41 @@ +import 'dart:async'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/comment.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/comment_repo.dart'; +import 'package:maui/repos/user_repo.dart'; +import 'package:uuid/uuid.dart'; + +class UpdatePoints implements AsyncAction { + final int points; + + UserRepo userRepo; + + UpdatePoints({this.points}); + + @override + Future> reduce(RootState state) async { + assert(userRepo != null, 'userRepo not injected'); + + final user = state.user; + user.points = (user.points ?? 0) + points; + userRepo.update(user); + + return (RootState state) => RootState( + frontMap: state.frontMap, + user: user, + collectionMap: state.collectionMap, + cardMap: state.cardMap, + activityMap: state.activityMap, + commentMap: state.commentMap, + tiles: state.tiles, + userMap: state.userMap, + drawings: state.drawings, + templates: state.templates); + } +} diff --git a/lib/app.dart b/lib/app.dart index ad570c9..7813e15 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -3,15 +3,24 @@ import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:maui/games/head_to_head_game.dart'; import 'package:maui/games/single_game.dart'; +import 'package:maui/quack/bento.dart'; +import 'package:maui/quack/card_detail.dart'; +import 'package:maui/quack/main_collection.dart'; +import 'package:maui/quack/story_page.dart'; import 'package:maui/screens/chat_bot_screen.dart'; import 'package:maui/screens/chat_screen.dart'; import 'package:maui/screens/game_category_list_screen.dart'; +import 'package:maui/screens/game_list_view.dart'; import 'package:maui/screens/login_screen.dart'; +import 'package:maui/screens/switch_screen.dart'; import 'package:maui/screens/tab_home.dart'; import 'package:maui/state/app_state_container.dart'; import 'components/camera.dart'; +import 'package:maui/screens/welcome_screen.dart'; import 'loca.dart'; +final RouteObserver routeObserver = new RouteObserver(); + class MauiApp extends StatelessWidget { @override Widget build(BuildContext context) { @@ -29,11 +38,17 @@ class MauiApp extends StatelessWidget { theme: new ThemeData( primarySwatch: Colors.blue, ), + navigatorObservers: [routeObserver], routes: { - '/': (BuildContext context) => new LoginScreen(), - '/tab': (BuildContext context) => new TabHome(), + '/': (BuildContext context) => new SwitchScreen(), + '/login': (BuildContext context) => new LoginScreen(), + '/welcome': (BuildContext context) => new WelcomeScreen(), + '/tab': (BuildContext context) => new Bento(), '/chatbot': (BuildContext context) => new ChatBotScreen(), - '/camera': (BuildContext context) => CameraScreen() + '/camera': (BuildContext context) => CameraScreen(false), + '/stories': (BuildContext context) => StoryPage(), + '/topics': (BuildContext context) => MainCollection(), + '/games': (BuildContext context) => GameListView() }, onGenerateRoute: _getRoute, ); @@ -41,7 +56,6 @@ class MauiApp extends StatelessWidget { Route _getRoute(RouteSettings settings) { final List path = settings.name.split('/'); - print(path); if (path[0] != '') return null; if (path[1] == 'categories' && path.length == 3) { @@ -50,9 +64,7 @@ class MauiApp extends StatelessWidget { builder: (BuildContext context) => new GameCategoryListScreen(game: path[2]), ); - } - - if (path[1] == 'games' && path.length == 6) { + } else if (path[1] == 'games' && path.length == 6) { int gameCategoryId = int.parse(path[4], onError: (source) => null); Random random = new Random(); final textMode = random.nextBool(); @@ -133,7 +145,15 @@ class MauiApp extends StatelessWidget { ), ); } + } else if (path[1] == 'card' && path.length == 4) { +// Provider.dispatch(context, FetchCardDetail(card.id)); + + return new MaterialPageRoute( + settings: settings, + builder: (BuildContext context) => new CardDetail(), + ); } + return null; } } diff --git a/lib/app_database.dart b/lib/app_database.dart index c7660c3..e5cc485 100644 --- a/lib/app_database.dart +++ b/lib/app_database.dart @@ -1,6 +1,8 @@ import 'dart:async'; import 'dart:io'; import 'dart:typed_data'; +import 'package:maui/db/dao/tile_dao.dart'; +import 'package:maui/db/entity/tile.dart'; import 'package:uuid/uuid.dart'; import 'package:flutter/services.dart' show rootBundle; @@ -70,13 +72,6 @@ class AppDatabase { .asUint8List(imageData3.offsetInBytes, imageData3.lengthInBytes); await new File(imagePath3).writeAsBytes(imageBytes3); - String imagePath4 = join(documentsDirectory.path, "face.png"); - ByteData imageData4 = - await rootBundle.load(join("assets", "dict/face.png")); - List imageBytes4 = imageData4.buffer - .asUint8List(imageData4.offsetInBytes, imageData4.lengthInBytes); - await new File(imagePath4).writeAsBytes(imageBytes4); - String imagePath5 = join(documentsDirectory.path, "chat_Bot_Icon.png"); ByteData imageData5 = await rootBundle.load(join("assets", "chat_Bot_Icon.png")); @@ -134,8 +129,6 @@ class AppDatabase { image: imagePath5, deviceId: deviceId, currentLessonId: 1)); - - await new UserDao().getUsers().then((u) => print(u)); } else { _db = await openDatabase(path, version: 1); } diff --git a/lib/components/activity_progress_tracker.dart b/lib/components/activity_progress_tracker.dart new file mode 100644 index 0000000..4fa1ec1 --- /dev/null +++ b/lib/components/activity_progress_tracker.dart @@ -0,0 +1,53 @@ +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:maui/db/entity/quack_card.dart'; + +class ActivityProgressTracker extends StatefulWidget { + final String topicId; + + ActivityProgressTracker({Key key, this.topicId}) : super(key: key); + + @override + State createState() => new ActivityProgressTrackerState(); +} + +class ActivityProgressTrackerState extends State { + double _activityProgress; + bool _isLoading = true; + + void _initData() async { + User _user = AppStateContainer.of(context).state.loggedInUser; + _activityProgress = await CardProgressRepo() + .getProgressStatusByCollectionAndTypeAndUserId( + widget.topicId, CardType.activity, _user.id); + setState(() => _isLoading = false); + } + + @override + void didChangeDependencies() { + // TODO: implement didChangeDependencies + super.didChangeDependencies(); + _initData(); + } + + @override + Widget build(BuildContext context) { + if (_isLoading == true) { + return new Container( + child: new LinearProgressIndicator( + value: 0.0, + backgroundColor: Colors.orange, + ), + ); + } + + return new Container( + child: new LinearProgressIndicator( + value: _activityProgress, + backgroundColor: Colors.orange, + ), + ); + } +} diff --git a/lib/components/animations.dart b/lib/components/animations.dart new file mode 100644 index 0000000..d860418 --- /dev/null +++ b/lib/components/animations.dart @@ -0,0 +1,196 @@ +import 'package:flutter/material.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/quack/post_comments.dart'; +import 'package:nima/nima_actor.dart'; +import 'package:maui/components/drawing_wrapper.dart'; +import 'dart:ui'; + +class Animations extends StatefulWidget { + @override + AnimationsState createState() { + return new AnimationsState(); + } +} + +class AnimationsState extends State { + List emotions = ["happy", "joy", "hello", "sad", "bored", "welcome with hello"]; + String emotion, _animationName; + int count; + PageController _pageController; + int _currentPageIndex; + bool paused = false; + + @override + void initState() { + count = 0; + _pageController = PageController(initialPage: 0); + _currentPageIndex = 0; + _animationName = emotions[0]; + } + + @override + void dispose() { + _pageController.dispose(); + super.dispose(); + } + + void _complete(bool mounted) { + if (mounted) { + setState(() { + paused = true; + _animationName = null; + }); + } + } + + @override + Widget build(BuildContext context) { + // TODO: implement build + print("Initial An imation - ${emotions[0]}"); + MediaQueryData media = MediaQuery.of(context); + + var size = media.size; + return Stack( + children: [ + new BackdropFilter( + filter: new ImageFilter.blur(sigmaX: 10.0, sigmaY: 10.0), + child: new Container( + decoration: + new BoxDecoration(color: Colors.grey[200].withOpacity(0.1)), + ), + ), + Column( + children: [ + Container( + height: size.height > size.width + ? size.height * 0.88 + : size.height * 0.70, + width: double.maxFinite - size.width * 0.1, + child: Stack( + children: [ + PageView.builder( + controller: _pageController, + scrollDirection: Axis.horizontal, + itemCount: emotions.length, + itemBuilder: (context, index) => Container( + height: double.maxFinite - size.height * 0.1, + width: double.maxFinite - size.height * 0.4, + //color: Colors.red, + child: new NimaActor( + "assets/quack", + alignment: Alignment.center, + fit: BoxFit.scaleDown, + animation: '${emotions[count]}', + mixSeconds: 0.2, + paused: paused, + completed: (String animationName) { + _complete(mounted); + }, + ), + ), + onPageChanged: (index) { + print('onPageChanged: $index'); + print('OnPageChanged Emotion: ${emotions[0 + index]}'); + setState(() { + count = 0 + index; + paused = false; + }); + }), + Align( + alignment: AlignmentDirectional.topStart, + child: FlatButton( + onPressed: () { + Navigator.of(context).pop(); + }, + child: new Icon(Icons.arrow_back, + size: size.height * 0.05, color: Colors.white)), + ), + Align( + alignment: AlignmentDirectional.centerStart, + child: FlatButton( + onPressed: () async => + await _pageController.previousPage( + duration: Duration(milliseconds: 500), + curve: Curves.fastOutSlowIn), + child: new Icon( + Icons.keyboard_arrow_left, + size: size.height * 0.08, + color: count == 0 ? Colors.grey : Colors.white, + )), + ), + Align( + alignment: AlignmentDirectional.centerEnd, + child: FlatButton( + onPressed: () async => await _pageController.nextPage( + duration: Duration(milliseconds: 500), + curve: Curves.fastOutSlowIn), + child: new Icon( + Icons.keyboard_arrow_right, + size: size.height * 0.08, + color: count == emotions.length - 1 + ? Colors.grey + : Colors.white, + )), + ), + ], + ), + ), + new Row( + mainAxisAlignment: MainAxisAlignment.spaceAround, + crossAxisAlignment: CrossAxisAlignment.center, + children: [ + new Container( + height: size.height * 0.08, + width: size.width * 0.35, + decoration: BoxDecoration( + shape: BoxShape.rectangle, + borderRadius: new BorderRadius.circular(12.0), + color: Colors.amber, + ), + child: new FlatButton( + onPressed: () { + Navigator.of(context).push( + new MaterialPageRoute( + builder: (BuildContext context) => + DrawingWrapper( + activityId: 'lion_roar', + template: null, + )), + ); + }, + child: new Text( + Loca.of(context).draw, + style: new TextStyle( + fontSize: 40.0, + color: Colors.white, + fontWeight: FontWeight.bold), + ))), + new Container( + height: size.height * 0.08, + width: size.width * 0.35, + decoration: BoxDecoration( + shape: BoxShape.rectangle, + borderRadius: new BorderRadius.circular(12.0), + color: Colors.amber, + ), + child: new FlatButton( + onPressed: () { + Navigator.of(context).push( + new MaterialPageRoute( + builder: (BuildContext context) => PostComments()), + ); + }, + child: new Text( + Loca.of(context).post, + style: new TextStyle( + fontSize: 40.0, + color: Colors.white, + fontWeight: FontWeight.bold), + ))) + ]), + ], + ), + ], + ); + } +} diff --git a/lib/components/article_page.dart b/lib/components/article_page.dart index 83f29b1..f871f7f 100644 --- a/lib/components/article_page.dart +++ b/lib/components/article_page.dart @@ -1,29 +1,33 @@ +import 'dart:async'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/quack/card_detail.dart'; import 'package:maui/state/app_state_container.dart'; import 'package:flutter_markdown/flutter_markdown.dart'; import 'package:flutter/material.dart'; +import 'package:video_player/video_player.dart'; +import 'dart:ui' as ui; enum PlayerState { playing, paused, stopped } class ArticlePage extends StatefulWidget { final String articleId; final String name; - final String topicId; - final String video; final String audio; - final String image; + final String header; final String text; - final int serial; + PageController page; ArticlePage({ Key key, @required this.articleId, @required this.name, - @required this.topicId, - @required this.video, @required this.audio, - @required this.image, + @required this.header, @required this.text, - @required this.serial, + this.page, }) : super(key: key); @override @@ -32,13 +36,68 @@ class ArticlePage extends StatefulWidget { } } -class _ArticlePageState extends State { +class _ArticlePageState extends State + with SingleTickerProviderStateMixin { PlayerState playerState; + VideoPlayerController _controller; + bool _isPlaying = false; + var expheight; + var _clicked = false; + TabController tabController; + + User user; + bool _isLoading = true; + bool showBottomBar = true; + bool _afterPress = false; + var top = 0.0; @override void initState() { - playerState == PlayerState.stopped; + playerState = PlayerState.paused; + //articleProgressTracker(); super.initState(); + tabController = new TabController(length: 3, vsync: this); + _isLoading = false; + _controller = VideoPlayerController.asset("assets/demo_video/video.mp4") + ..addListener(() { + final bool isPlaying = _controller.value.isPlaying; + if (isPlaying != _isPlaying) { + setState(() { + _isPlaying = isPlaying; + _afterPress = true; + if (_clicked == true) { + AppStateContainer.of(context).pauseArticleAudio(); + _clicked = false; + } + }); + } + }) + ..initialize().then((_) { + // Ensure the first frame is shown after the video is initialized, even before the play button has been pressed. + setState(() { +// _controller.pause(); + }); + }); + } + + _forwardButtonBehaviour() { + widget.page.nextPage( + duration: new Duration(milliseconds: 500), curve: Curves.fastOutSlowIn); + } + + void _backwardButtonBehaviour() { + widget.page.previousPage( + duration: new Duration(milliseconds: 500), curve: Curves.fastOutSlowIn); + } + + void articleProgressTracker() async { + WidgetsBinding.instance.addPostFrameCallback((_) async { + user = AppStateContainer.of(context).state.loggedInUser; + await CardProgressRepo().upsert(CardProgress( + userId: user.id, + cardId: widget.articleId, + updatedAt: DateTime.now())); + }); } void onComplete() { @@ -49,46 +108,67 @@ class _ArticlePageState extends State { @override void deactivate() { AppStateContainer.of(_ctx).stopArticleAudio(); + _controller.dispose(); super.deactivate(); } + @override + void dispose() { + // TODO: implement dispose + _controller.dispose(); + tabController.dispose(); + super.dispose(); + } + + var _scrollController = + new ScrollController(initialScrollOffset: 0.0, keepScrollOffset: true); + + Future _getImage() { + Image image = new Image.asset("${widget.header}"); + Completer completer = new Completer(); + image.image.resolve(new ImageConfiguration()).addListener( + (ImageInfo info, bool _) => completer.complete(info.image)); + return completer.future; + } + BuildContext _ctx; @override Widget build(BuildContext context) { _ctx = context; - return new LayoutBuilder(builder: (context, constraints) { - print("Size ${constraints.maxHeight} , ${constraints.maxWidth}"); - return Material( - type: MaterialType.transparency, - child: new Container( - width: constraints.maxWidth, - height: constraints.maxHeight, - decoration: new BoxDecoration( - shape: BoxShape.rectangle, - color: Colors.white, - borderRadius: new BorderRadius.all(new Radius.circular(20.0)), - ), - child: new Flex( - direction: Axis.vertical, - children: [ - Expanded( - flex: 6, - child: new Container( - width: constraints.maxWidth * 0.992, - height: constraints.maxHeight * 0.732, - color: Colors.red, - child: FittedBox( - child: new Image.asset( - widget.image, - fit: BoxFit.cover, + MediaQueryData media = MediaQuery.of(context); + var size = media.size; + if (_isLoading) { + return new Center( + child: new SizedBox( + width: 20.0, + height: 20.0, + child: new CircularProgressIndicator(), + )); + } + return Scaffold( + bottomNavigationBar: Container( + height: showBottomBar ? size.height * 0.1 : 0.0, + child: new Material( + color: Colors.orange, + child: new Row( + mainAxisAlignment: MainAxisAlignment.spaceAround, + crossAxisAlignment: CrossAxisAlignment.center, + children: [ + Padding( + padding: const EdgeInsets.all(10.0), + child: new Tab( + child: new GestureDetector( + onTap: () => _backwardButtonBehaviour(), + child: new Icon( + Icons.arrow_back, + size: 70.0, + semanticLabel: "previous", + ), ), ), ), - ), - widget.audio != null - ? Expanded( - flex: 1, - child: new RawMaterialButton( + widget.audio != null + ? new RawMaterialButton( shape: new CircleBorder(), fillColor: Colors.white, splashColor: Colors.teal, @@ -97,43 +177,245 @@ class _ArticlePageState extends State { highlightElevation: 5.0, onPressed: () { if (playerState == PlayerState.stopped || - playerState == PlayerState.playing) { + playerState == PlayerState.playing && + _clicked == true) { AppStateContainer.of(context).pauseArticleAudio(); setState(() { playerState = PlayerState.paused; + _clicked = false; +// _controller.pause(); }); } else { - AppStateContainer - .of(context) + AppStateContainer.of(context) .playArticleAudio(widget.audio, onComplete); setState(() { playerState = PlayerState.playing; + _controller.pause(); + _clicked = true; + print("this is audio click $_clicked"); }); } }, child: new Icon( (playerState == PlayerState.stopped || - playerState == PlayerState.playing) + playerState == PlayerState.playing && + _clicked == true) ? Icons.pause : Icons.play_arrow, color: Colors.purple, - size: 40.0, + size: 70.0, ), + ) + : new Container(), + // tab audio + Padding( + padding: const EdgeInsets.all(10.0), + child: new Tab( + child: new GestureDetector( + onTap: () => _forwardButtonBehaviour(), + child: new Icon( + Icons.arrow_forward, + semanticLabel: "previous", + size: 70.0, ), - ) - : new Container(), - Expanded( - flex: 3, - child: new Container( - color: Colors.grey, - child: new Markdown( - data: widget.text, - )), - ), - ], + ), + ), + ), + ], + ), ), ), - ); - }); + body: new FutureBuilder( + future: _getImage(), + builder: (BuildContext context, AsyncSnapshot snapshot) { + if (snapshot.hasData) { + ui.Image image = snapshot.data; + + expheight = image.height; + + return new NotificationListener( + onNotification: (v) { + if (v is ScrollUpdateNotification) { + print("top is her ${_scrollController.offset} "); + print("top is her ${size.height / 2.5} "); + if (_afterPress == true) { + if (_scrollController.offset >= size.height / 2.5) { + setState(() { + _controller.pause(); + }); + } + if (_scrollController.offset == 0.0) { + setState(() { + _controller.play(); + AppStateContainer.of(context).pauseArticleAudio(); + setState(() { + playerState = PlayerState.paused; + }); + }); + } + } + } + }, + child: Stack( + children: [ + new CustomScrollView( + controller: _scrollController, + slivers: [ + new SliverAppBar( + titleSpacing: 0.0, + elevation: 0.0, + backgroundColor: Colors.transparent, + automaticallyImplyLeading: false, + expandedHeight: double.parse("${image.height}"), + pinned: false, + floating: false, + // snap: true, + + flexibleSpace: new FlexibleSpaceBar( + centerTitle: true, + background: new Stack( + fit: StackFit.expand, + children: [ + !widget.header.endsWith('.mp4') + ? new Image.asset( + "${widget.header}", + fit: BoxFit.cover, + ) + : Expanded( + child: Stack(children: [ + Container( + height: media.size.height, + width: media.size.width, + color: Colors.white, + ), + GestureDetector( + onTap: _controller.value.isPlaying + ? _controller.pause + : _controller.play, + child: Center( + child: _controller + .value.initialized + ? Padding( + padding: + const EdgeInsets.all( + 10.0), + child: Center( + child: Container( + height: media + .size.height / + 2, + width: + media.size.width / + 1.5, + child: AspectRatio( + aspectRatio: 16 / 9, + child: VideoPlayer( + _controller), + ), + ), + ), + ) + : Padding( + padding: + const EdgeInsets.all( + 10.0), + child: Center( + child: Container( + height: media.size + .height / + 2, + width: media.size + .width / + 1.5, + child: VideoPlayer( + _controller)), + ), + ), + ), + ), + GestureDetector( + onTap: _controller.value.isPlaying + ? _controller.pause + : _controller.play, + child: Center( + child: new Container( + height: 60.0, + width: 60.0, + decoration: BoxDecoration( + shape: BoxShape.circle, + ), + child: new Center( + child: Icon( + _controller.value.isPlaying + ? Icons.pause + : Icons.play_arrow, + color: Colors.white, + size: 100.0, + ), + ), + ), + ), + ), + ]), + ), + const DecoratedBox( + decoration: BoxDecoration( + gradient: LinearGradient( + begin: Alignment(0.0, -1.0), + end: Alignment(0.0, -0.4), + colors: [ + Color(0x60000000), + Color(0x00000000) + ], + ), + ), + ), + ], + ), + ), + ), + new SliverList( + delegate: new SliverChildListDelegate([ + Container( + decoration: new BoxDecoration( + color: Colors.transparent, + borderRadius: const BorderRadius.only( + topLeft: const Radius.circular(30.0), + topRight: const Radius.circular(40.0)), + ), + child: Column( + crossAxisAlignment: CrossAxisAlignment.center, + children: [ + MarkdownBody( + data: "${widget.text}", + styleSheet: new MarkdownStyleSheet( + p: new TextStyle( + fontSize: 40.0, + color: Colors.black)), + onTapLink: (e) => Navigator.of(_ctx) + .pushReplacement( + new MaterialPageRoute( + builder: + (BuildContext _ctx) => + new CardDetail( + card: QuackCard( + id: 'fox', + title: 'fox'), + ))), + ), + ], + )), + ]), + ), + ], + ), + ], + ), + ); + } else { + return Container(); + } + }, + )); } } diff --git a/lib/components/article_progress_tracker.dart b/lib/components/article_progress_tracker.dart new file mode 100644 index 0000000..acd33fe --- /dev/null +++ b/lib/components/article_progress_tracker.dart @@ -0,0 +1,55 @@ +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/state/app_state_container.dart'; + +class ArticleProgressTracker extends StatefulWidget { + final String topicId; + + ArticleProgressTracker({Key key, this.topicId}) : super(key: key); + + @override + State createState() => new ArticleProgressTrackerState(); +} + +class ArticleProgressTrackerState extends State { + double _articleProgress; + bool _isLoading = true; + User user; + + @override + void initState() { + super.initState(); + articleProgressTracker(); + } + + void articleProgressTracker() async { + WidgetsBinding.instance.addPostFrameCallback((_) async { + user = AppStateContainer.of(context).state.loggedInUser; + _articleProgress = await CardProgressRepo() + .getProgressStatusByCollectionAndTypeAndUserId( + widget.topicId, CardType.knowledge, user.id); + setState(() => _isLoading = false); + }); + } + + @override + Widget build(BuildContext context) { + if (_isLoading == true) { + return new Container( + child: new LinearProgressIndicator( + value: null, + backgroundColor: Colors.green, + ), + ); + } + + return new Container( + child: new LinearProgressIndicator( + value: _articleProgress, + backgroundColor: Colors.green, + ), + ); + } +} diff --git a/lib/components/camera.dart b/lib/components/camera.dart index 23d8620..b4538c9 100644 --- a/lib/components/camera.dart +++ b/lib/components/camera.dart @@ -1,216 +1,92 @@ import 'dart:async'; - import 'dart:io'; -import 'package:camera/camera.dart'; import 'package:flutter/material.dart'; +// import 'package:camera/camera.dart'; import 'package:flutter/services.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/repos/user_repo.dart'; import 'package:maui/screens/login_screen.dart'; -import 'package:path_provider/path_provider.dart'; +import 'package:maui/state/app_state_container.dart'; import 'package:maui/loca.dart'; +import 'package:native_device_orientation/native_device_orientation.dart'; + +import 'package:camera/camera.dart'; + +import 'package:image/image.dart' as Img; +import 'package:path_provider/path_provider.dart'; + String imagePathStore; String userNameStore; +String bigImagePath, tempFilePath; +String filePath; +double side; class CameraScreen extends StatefulWidget { - @override - _CameraScreenState createState() { - return new _CameraScreenState(); + bool editMode = false; + CameraScreen(bool edit) { + editMode = edit; } + @override + _CameraControllerState createState() => new _CameraControllerState(); } -class _CameraScreenState extends State { - List cameras; - CameraController controller; - String imagePath = ''; - String _deviceId; +List cameras; - final GlobalKey _scaffoldKey = new GlobalKey(); - bool onTakePicture = true, onTakePicture1 = false; - Orientation ornt; - int mode = -1; - @override - Widget build(BuildContext context) { - final Orientation orientation = MediaQuery.of(context).orientation; - final bool isLandscape = orientation == Orientation.landscape; - - return Scaffold( - backgroundColor: Colors.black87, - key: _scaffoldKey, - body: Stack( - alignment: AlignmentDirectional.bottomCenter, - children: [ - onTakePicture - ? new Center( - child: RotatedBox( - quarterTurns: 1, child: _cameraPreviewWidget()), - ) - : Container( - child: imagePath != '' - ? Center( - child: onTakePicture1 - ? null - : Image.file(new File(imagePath))) - : new Container()), - Container( - color: Colors.black87, - height: 120.0, - child: Center(child: _captureControlRowWidget())), - ], - )); +class _CameraControllerState extends State + with SingleTickerProviderStateMixin { + final GlobalKey _scaffoldKey = GlobalKey(); + CameraController controller; + String imagePath; + Orientation orientation; + void logError(String code, String message) => + print('Error: $code\nError Message: $message'); + void _showCameraException(CameraException e) { + logError(e.code, e.description); + showInSnackBar('Error: ${e.code}\n${e.description}'); } - /// Display the preview from the camera (or a message if the preview is not available). - Widget _cameraPreviewWidget() { - if (controller == null || !controller.value.isInitialized) { - return RotatedBox( - quarterTurns: -1, - child: Text( - Loca.of(context).tapACamera, - style: const TextStyle( - color: Colors.white, - fontSize: 24.0, - fontWeight: FontWeight.w900, - ), - ), - ); - } else { - return new Container( - height: double.infinity, - width: double.infinity, - //aspectRatio: 1.6, //controller.value.aspectRatio, - child: new CameraPreview(controller), - ); - } + void showInSnackBar(String message) { + _scaffoldKey.currentState.showSnackBar(SnackBar(content: Text(message))); } - /// Display the control bar with buttons to take pictures and record videos. - Widget _captureControlRowWidget() { - if (onTakePicture) - return Row( - mainAxisAlignment: MainAxisAlignment.spaceEvenly, - children: [ - CircleAvatar( - radius: 30.0, - backgroundColor: Colors.white, - child: Center( - child: Transform.rotate( - angle: .8, - child: new IconButton( - iconSize: 30.0, - splashColor: Colors.white, - icon: const Icon( - Icons.add, - ), - color: Colors.blue, - onPressed: () { - Navigator.of(context).pop(); - imagePathStore = null; - }), - ), - ), - ), - CircleAvatar( - radius: 30.0, - backgroundColor: Colors.white, - child: Center( - child: new IconButton( - iconSize: 30.0, - splashColor: Colors.white, - icon: const Icon( - Icons.camera_alt, - ), - color: Colors.blue, - onPressed: controller != null && - controller.value.isInitialized && - !controller.value.isRecordingVideo - ? onTakePictureButtonPressed - : null, - ), - ), - ), - ], - ); - else if (onTakePicture1) { - return new Container( - color: Colors.black12, - ); - } else - return Container( - height: 120.0, - color: Colors.black54, - child: new Row( - mainAxisAlignment: MainAxisAlignment.spaceEvenly, - mainAxisSize: MainAxisSize.max, - children: [ - CircleAvatar( - backgroundColor: Colors.white, - radius: 30.0, - child: Transform.rotate( - angle: .80, - child: new IconButton( - color: Colors.black54, - iconSize: 30.0, - onPressed: () { - setState(() { - imagePathStore = ''; - SystemChrome.setPreferredOrientations([ - DeviceOrientation.portraitUp, - ]); - onTakePicture = true; - onTakePicture1 = true; - }); - }, - icon: Icon(Icons.add), - ), - )), - CircleAvatar( - backgroundColor: Colors.white, - radius: 30.0, - child: Center( - child: new IconButton( - color: Colors.black54, - iconSize: 30.0, - onPressed: () { - imagePathStore = imagePath; - Navigator.of(context).pop(); - // Navigator.pushReplacementNamed(context, '/login_screen'); - // Navigator.push( - // context, - // MaterialPageRoute(builder: (context) => LoginScreen()), - // ); - //Navigator.of(context).pop(); - }, - icon: Icon(Icons.done), - ), - )), - ], - ), - ); + String timestamp() => DateTime.now().millisecondsSinceEpoch.toString(); + + @override + initState() { + // SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]); + + _initCamera(); + super.initState(); } - String timestamp() => new DateTime.now().millisecondsSinceEpoch.toString(); + _initCamera() async { + cameras = await availableCameras(); + controller = new CameraController(cameras[1], ResolutionPreset.medium); + controller.addListener(() { + if (mounted) setState(() {}); + if (controller.value.hasError) { + showInSnackBar('Camera error ${controller.value.errorDescription}'); + } + }); - void showInSnackBar(String message) { - _scaffoldKey.currentState - .showSnackBar(new SnackBar(content: new Text(message))); + try { + await controller.initialize(); + } on CameraException catch (e) { + _showCameraException(e); + } } void onTakePictureButtonPressed() { - SystemChrome.setPreferredOrientations([]); - setState(() { - onTakePicture1 = true; - onTakePicture = false; - }); - takePicture().then((String filePath) async { + takePicture().then((String filePath) { if (mounted) { - Future.delayed(Duration(milliseconds: 300), () { - setState(() { - imagePath = filePath; - imagePathStore = imagePath; - onTakePicture = false; - onTakePicture1 = false; - }); + print("image"); + setState(() { + imagePath = filePath; + imagePathStore = imagePath; }); + + if (filePath == null) showInSnackBar('Picture saved to $filePath'); } }); } @@ -222,9 +98,8 @@ class _CameraScreenState extends State { } final Directory extDir = await getApplicationDocumentsDirectory(); final String dirPath = '${extDir.path}/Pictures/flutter_test'; - await new Directory(dirPath).create(recursive: true); - final String filePath = '$dirPath/${timestamp()}.jpg'; - + await Directory(dirPath).create(recursive: true); + filePath = '$dirPath/${timestamp()}.jpg'; if (controller.value.isTakingPicture) { // A capture is already pending, do nothing. return null; @@ -239,51 +114,570 @@ class _CameraScreenState extends State { return filePath; } - void _showCameraException(CameraException e) { - logError(e.code, e.description); - showInSnackBar('Error: ${e.code}\n${e.description}'); - } - - @override - void initState() { - super.initState(); - initCamera(); + void _changeState(User user) async { + if (imagePathStore != user.image && user.image != null) { + var user1 = user; + compressImage(imagePathStore).then((k) { + user1.image = k; + UserRepo().update(user1); + }); + } } @override void dispose() { SystemChrome.setPreferredOrientations([]); + controller.dispose(); super.dispose(); } - void initCamera() async { - SystemChrome.setPreferredOrientations([ - DeviceOrientation.portraitUp, - ]); - cameras = await availableCameras(); - print("print camera lenafa$cameras"); - controller = new CameraController(cameras[1], ResolutionPreset.medium); + Widget __buildBottomIcons(User user) { + return Row( + crossAxisAlignment: CrossAxisAlignment.center, + mainAxisAlignment: MainAxisAlignment.spaceEvenly, + children: [ + RawMaterialButton( + onPressed: () { + if (imagePath == null) + Navigator.of(context).pop(); + else { + setState(() { + imagePath = null; + }); + } + }, + child: Icon( + Icons.close, + size: 30.0, + color: Colors.white, + ), + elevation: 10.0, + splashColor: Colors.white, + shape: CircleBorder( + side: BorderSide(width: 2.0, color: Colors.white24), + ), + constraints: BoxConstraints.tight(Size(60.0, 60.0)), + ), + imagePath == null + ? RawMaterialButton( + onPressed: () { + onTakePictureButtonPressed(); + imagePathStore = imagePath; + }, + child: Icon( + Icons.camera, + size: 40.0, + color: Colors.white, + ), + elevation: 10.0, + splashColor: Colors.white, + shape: CircleBorder( + side: BorderSide(width: 2.0, color: Colors.white24), + ), + constraints: BoxConstraints.tight(Size(70.0, 70.0)), + ) + : RawMaterialButton( + onPressed: () { + Navigator.of(context).pop(); + if (widget.editMode == true) { + _changeState(user); + } + }, + child: Icon( + Icons.done, + size: 40.0, + color: Colors.white, + ), + elevation: 10.0, + splashColor: Colors.white, + shape: CircleBorder( + side: BorderSide(width: 2.0, color: Colors.white24), + ), + constraints: BoxConstraints.tight(Size(70.0, 70.0)), + ), + ], + ); + } - // If the controller is updated then update the UI. - controller.addListener(() { - if (mounted) setState(() {}); - if (controller.value.hasError) { - showInSnackBar('Camera error ${controller.value.errorDescription}'); - } - }); + int turns; + Widget _imageViewer() { + return Stack( + alignment: AlignmentDirectional.center, + children: [ + AspectRatio( + aspectRatio: 1.0, + child: Image.file( + File(imagePath), + fit: BoxFit.cover, + ), + ) + ], + ); + } - try { - await controller.initialize(); - } on CameraException catch (e) { - _showCameraException(e); + Widget cameraActivity() { + if (imagePath == null) { + return AspectRatio( + aspectRatio: controller.value.aspectRatio, + child: NativeDeviceOrientationReader( + useSensor: true, + builder: (context) { + NativeDeviceOrientation orientation = + NativeDeviceOrientationReader.orientation(context); + // print('orientation:: $orientation'); + switch (orientation) { + case NativeDeviceOrientation.landscapeLeft: + turns = 2; + break; + case NativeDeviceOrientation.landscapeRight: + turns = 4; + break; + case NativeDeviceOrientation.portraitDown: + turns = 1; + break; + default: + turns = 3; + break; + } + return RotatedBox( + quarterTurns: turns, child: CameraPreview(controller)); + }, + )); + // }); + } else if (imagePath != null) { + return _imageViewer(); } + } - if (mounted) { - setState(() {}); + @override + Widget build(BuildContext context) { + var mediaQuery = MediaQuery.of(context); + var user = AppStateContainer.of(context).state.loggedInUser; + side = mediaQuery.size.width * .05; + if (controller == null || !controller.value.isInitialized) + return Material( + child: Center( + child: new Container( + height: 60.0, + width: 300.0, + decoration: BoxDecoration( + borderRadius: BorderRadius.all(Radius.circular(10.0)), + color: Colors.white), + // color: Colors.white, + child: new Stack( + alignment: AlignmentDirectional.center, + children: [ + new Row( + mainAxisAlignment: MainAxisAlignment.center, + children: [ + new CircularProgressIndicator( + backgroundColor: Colors.redAccent, + ), + new SizedBox( + width: 20.0, + ), + new Text(Loca.of(context).pleaseWait), + ], + ), + ], + ), + ), + ), + ); + else { + return new Material( + color: Colors.transparent, + borderRadius: BorderRadius.only(), + child: Container( + decoration: BoxDecoration( + border: Border( + left: BorderSide(width: side), + right: BorderSide(width: side)), + color: Colors.black), + child: Column( + mainAxisAlignment: MainAxisAlignment.spaceEvenly, + children: [ + SizedBox( + height: mediaQuery.size.height * .85, + child: cameraActivity(), + width: mediaQuery.size.width * .80, + ), + Padding( + padding: const EdgeInsets.only(top: 10.0), + child: SizedBox( + height: mediaQuery.size.height * .10, + width: mediaQuery.size.width * .5, + child: Column( + children: [__buildBottomIcons(user)], + )), + ) + ], + ), + )); } - print("contloafasfsa ${controller.value.aspectRatio}"); } } -void logError(String code, String message) => - print('Error: $code\nError Message: $message'); +// class CameraScreen extends StatefulWidget { +// CameraScreen(this.editImage); +// bool editImage = false; +// @override +// _CameraScreenState createState() { +// return new _CameraScreenState(); +// } +// } + +// class _CameraScreenState extends State { +// List cameras; +// CameraController controller; +// String imagePath = ''; +// String _deviceId; +// final GlobalKey _scaffoldKey = new GlobalKey(); +// bool onTakePicture = true, onTakePicture1 = false; +// Orientation ornt; +// int mode = -1; + +// @override +// void didUpdateWidget(CameraScreen oldwidget) { +// super.didUpdateWidget(oldwidget); +// } + +// @override +// Widget build(BuildContext context) { +// final Orientation orientation = MediaQuery.of(context).orientation; +// final bool isLandscape = orientation == Orientation.landscape; +// var user = AppStateContainer.of(context).state.loggedInUser; + +// print("image path checking wether its working or not... $imagePath"); +// return Scaffold( +// backgroundColor: Colors.black87, +// key: _scaffoldKey, +// body: Stack( +// alignment: AlignmentDirectional.bottomCenter, +// children: [ +// onTakePicture +// ? new Center( +// child: RotatedBox( +// quarterTurns: 1, child: _cameraPreviewWidget()), +// ) +// : Container( +// child: bigImagePath != '' +// ? Center( +// child: onTakePicture1 +// ? null +// : Image.file(new File(imagePath))) +// : new Container()), +// Container( +// color: Colors.black87, +// height: 120.0, +// child: Center(child: _captureControlRowWidget(user))), +// ], +// )); +// } + +// /// Display the preview from the camera (or a message if the preview is not available). +// Widget _cameraPreviewWidget() { +// if (controller == null || !controller.value.isInitialized) { +// return RotatedBox( +// quarterTurns: -1, +// child: Text( +// Loca.of(context).tapACamera, +// style: const TextStyle( +// color: Colors.white, +// fontSize: 24.0, +// fontWeight: FontWeight.w900, +// ), +// ), +// ); +// } else { +// return new Container( +// height: double.infinity, +// width: double.infinity, +// //aspectRatio: 1.6, //controller.value.aspectRatio, +// child: new CameraPreview(controller), +// ); +// } +// } + +// /// Display the control bar with buttons to take pictures and record videos. +// Widget _captureControlRowWidget(User user) { +// if (onTakePicture) +// return Row( +// mainAxisAlignment: MainAxisAlignment.spaceEvenly, +// children: [ +// CircleAvatar( +// radius: 30.0, +// backgroundColor: Colors.white, +// child: Center( +// child: Transform.rotate( +// angle: .8, +// child: new IconButton( +// iconSize: 30.0, +// splashColor: Colors.white, +// icon: const Icon( +// Icons.add, +// ), +// color: Colors.blue, +// onPressed: () { +// Navigator.of(context).pop(); +// imagePathStore = null; +// }), +// ), +// ), +// ), +// CircleAvatar( +// radius: 30.0, +// backgroundColor: Colors.white, +// child: Center( +// child: new IconButton( +// iconSize: 30.0, +// splashColor: Colors.white, +// icon: const Icon( +// Icons.camera_alt, +// ), +// color: Colors.blue, +// onPressed: controller != null && +// controller.value.isInitialized && +// !controller.value.isRecordingVideo +// ? onTakePictureButtonPressed +// : null, +// ), +// ), +// ), +// ], +// ); +// else if (onTakePicture1) { +// return new Column( +// mainAxisAlignment: MainAxisAlignment.center, +// children: [ +// Row( +// crossAxisAlignment: CrossAxisAlignment.center, +// children: [ +// CircularProgressIndicator(), +// SizedBox( +// height: 20.0, +// width: 20.0, +// ) +// ], +// ) +// ], +// ); +// } else +// return Container( +// height: 120.0, +// color: Colors.black54, +// child: new Row( +// mainAxisAlignment: MainAxisAlignment.spaceEvenly, +// mainAxisSize: MainAxisSize.max, +// children: [ +// CircleAvatar( +// backgroundColor: Colors.white, +// radius: 30.0, +// child: Transform.rotate( +// angle: .80, +// child: new IconButton( +// color: Colors.black54, +// iconSize: 30.0, +// onPressed: () { +// setState(() { +// imagePathStore = ''; +// SystemChrome.setPreferredOrientations([ +// DeviceOrientation.portraitUp, +// ]); +// onTakePicture = true; +// onTakePicture1 = true; +// }); +// }, +// icon: Icon(Icons.add), +// ), +// )), +// CircleAvatar( +// backgroundColor: Colors.white, +// radius: 30.0, +// child: Center( +// child: new IconButton( +// color: Colors.black54, +// iconSize: 30.0, +// onPressed: () { +// if (widget.editImage == true) { +// print("object is fine ${widget.editImage}"); +// _changeState(user); +// } +// imagePathStore = imagePath; + +// Navigator.of(context).pop(); +// }, +// icon: Icon(Icons.done), +// ), +// )), +// ], +// ), +// ); +// } + +// String timestamp() => new DateTime.now().millisecondsSinceEpoch.toString(); + +// void showInSnackBar(String message) { +// _scaffoldKey.currentState +// .showSnackBar(new SnackBar(content: new Text(message))); +// } + +// // void onTakenPicture() { +// // SystemChrome.setPreferredOrientations([]); +// // setState(() { +// // onTakePicture1 = true; +// // onTakePicture = false; +// // }); +// // takePicture().then((String bigFilePath) async { +// // String filePath; +// // final bigImage = Img.decodeImage(new File(bigFilePath).readAsBytesSync()); +// // // int ht = bigImage.height; +// // // int wd = bigImage.width; +// // // int reducedHt = ((ht - wd)/2).toInt(); +// // // int reducedWd = 0; +// // // print("Values of Reduced height and Width - $reducedHt.........$reducedWd"); +// // // final croppedImage = bigImage.width > bigImage.height +// // // ? Img.copyCrop( +// // // bigImage, +// // // ((bigImage.height - bigImage.width)/2).toInt(), +// // // ((bigImage.height - bigImage.width)/2).toInt(), +// // // bigImage.height, +// // // bigImage.width) +// // // : Img.copyCrop( +// // // bigImage, +// // // ((bigImage.height - bigImage.width)/2).toInt(), +// // // ((bigImage.height - bigImage.width)/2).toInt(), +// // // bigImage.width, +// // // bigImage.height); +// // new File(bigFilePath)..writeAsBytesSync(Img.encodePng(bigImage)); + +// // if (mounted) { +// // setState(() { +// // bigImagePath = bigFilePath; +// // imagePath = bigImagePath; +// // onTakePicture = false; +// // onTakePicture1 = false; +// // }); +// // onTakePictureButtonPressed(); +// // // Resize the image to a 120x? thumbnail (maintaining the aspect ratio). +// // // final thumbnail = Img.copyResize(bigImage, 64); + +// // // // // Save the thumbnail as a PNG. +// // // new File(imagePath)..writeAsBytesSync(Img.encodePng(thumbnail)); +// // // setState(() { +// // // // imagePath = bigFilePath; +// // // imagePathStore = imagePath; +// // // }); +// // } +// // }); +// // } + +// void onTakePictureButtonPressed() { +// SystemChrome.setPreferredOrientations([]); +// setState(() { +// onTakePicture1 = true; +// onTakePicture = false; +// }); +// takePicture().then((String filePath) async { +// // final image = Img.decodeImage(new File(filePath).readAsBytesSync()); + +// // // Resize the image to a 120x? thumbnail (maintaining the aspect ratio). +// // final thumbnail = Img.copyResize(image, 64); + +// // // Save the thumbnail as a PNG. +// // new File(filePath)..writeAsBytesSync(Img.encodePng(thumbnail)); + +// if (mounted) { +// Future.delayed(Duration(milliseconds: 300), () { +// setState(() { +// imagePath = filePath; +// imagePathStore = imagePath; +// onTakePicture = false; +// onTakePicture1 = false; +// }); +// }); +// } +// }); +// } + +// Future takePicture() async { +// if (!controller.value.isInitialized) { +// showInSnackBar('Error: select a camera first.'); +// return null; +// } +// final Directory extDir = await getApplicationDocumentsDirectory(); +// final String dirPath = '${extDir.path}/Pictures/flutter_test'; +// await new Directory(dirPath).create(recursive: true); +// final String filePath = '$dirPath/${timestamp()}.jpg'; + +// if (controller.value.isTakingPicture) { +// // A capture is already pending, do nothing. +// return null; +// } + +// try { +// await controller.takePicture(filePath); +// } on CameraException catch (e) { +// _showCameraException(e); +// return null; +// } +// return filePath; +// } + +// void _showCameraException(CameraException e) { +// logError(e.code, e.description); +// showInSnackBar('Error: ${e.code}\n${e.description}'); +// } + +// @override +// void initState() { +// super.initState(); +// initCamera(); +// } + +// @override +// void dispose() { +// SystemChrome.setPreferredOrientations([]); +// controller.dispose(); +// super.dispose(); +// } + +// void initCamera() async { +// SystemChrome.setPreferredOrientations([ +// DeviceOrientation.portraitUp, +// ]); +// cameras = await availableCameras(); +// print("print camera lenafa$cameras"); +// controller = new CameraController(cameras[1], ResolutionPreset.medium); + +// // If the controller is updated then update the UI. +// controller.addListener(() { +// if (mounted) setState(() {}); +// if (controller.value.hasError) { +// showInSnackBar('Camera error ${controller.value.errorDescription}'); +// } +// }); + +// try { +// await controller.initialize(); +// } on CameraException catch (e) { +// _showCameraException(e); +// } + +// if (mounted) { +// setState(() {}); +// } +// print("contloafasfsa ${controller.value.aspectRatio}"); +// } + +// void _changeState(User user) async { +// if (imagePathStore != user.image && user.image != null) { +// var user1 = user; +// user1.image = imagePathStore; +// UserRepo().update(user1); +// } +// } +// } + +// void logError(String code, String message) => +// print('Error: $code\nError Message: $message'); diff --git a/lib/components/drawing_list.dart b/lib/components/drawing_list.dart deleted file mode 100644 index efe78eb..0000000 --- a/lib/components/drawing_list.dart +++ /dev/null @@ -1,40 +0,0 @@ -import 'dart:convert'; -import 'package:flutter/material.dart'; -import 'package:maui/repos/drawing_repo.dart'; -import 'package:maui/db/entity/drawing.dart'; -import 'package:maui/screens/drawing_screen.dart'; -import 'package:tahiti/paper.dart'; -import 'package:tahiti/activity_model.dart'; -import 'package:scoped_model/scoped_model.dart'; - -class DrawingList extends StatelessWidget { - final List drawings; - - const DrawingList({Key key, @required this.drawings}) : super(key: key); - - @override - Widget build(BuildContext context) { - return GridView.count( - crossAxisCount: 2, - mainAxisSpacing: 8.0, - crossAxisSpacing: 8.0, - children: drawings - .map((d) => RaisedButton( - onPressed: () => Navigator.of(context).push( - MaterialPageRoute( - builder: (BuildContext context) { - return DrawingScreen( - activityId: d.activityId, - drawingId: d.id, - ); - })), - child: ScopedModel( - model: ActivityModel.fromJson(json.decode(d.json)) - ..isInteractive = false, - child: Paper(), - ), - )) - .toList(growable: false), - ); - } -} diff --git a/lib/components/drawing_wrapper.dart b/lib/components/drawing_wrapper.dart index 02fb075..62ee4ca 100644 --- a/lib/components/drawing_wrapper.dart +++ b/lib/components/drawing_wrapper.dart @@ -1,23 +1,29 @@ +import 'dart:async'; import 'dart:convert'; import 'package:flutter/material.dart'; -import 'package:maui/db/entity/drawing.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/post_tile.dart'; +import 'package:maui/actions/save_drawing.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/db/entity/card_extra.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/card_repo.dart'; import 'package:tahiti/tahiti.dart'; -import 'package:maui/repos/activity_template_repo.dart'; -import 'package:maui/repos/drawing_repo.dart'; +import 'package:maui/repos/card_extra_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; import 'package:maui/state/app_state_container.dart'; -enum DrawingSelect { create, latest, id } - class DrawingWrapper extends StatefulWidget { final String activityId; - final DrawingSelect drawingSelect; final String drawingId; + final String template; const DrawingWrapper( - {Key key, - @required this.activityId, - this.drawingSelect = DrawingSelect.latest, - this.drawingId}) + {Key key, @required this.activityId, this.drawingId, this.template}) : super(key: key); @override @@ -28,10 +34,10 @@ class DrawingWrapper extends StatefulWidget { class DrawingWrapperState extends State { bool _isLoading = true; - DrawingSelect _drawingSelect; - Drawing _drawing; - List _templates; + Tile _drawing; Map _jsonMap; + QuackCard _activity; + String tileId; @override void initState() { @@ -39,36 +45,20 @@ class DrawingWrapperState extends State { _initData(); } - @override - void didUpdateWidget(DrawingWrapper oldWidget) { - if (oldWidget.drawingSelect != widget.drawingSelect || - widget.drawingSelect == DrawingSelect.create) { - print('hi didupdate'); - _initData(); - } - } - void _initData() async { - setState(() => _isLoading = true); - _drawingSelect = widget.drawingSelect; - _jsonMap = null; - if (widget.drawingSelect == DrawingSelect.latest) { - _drawing = - await DrawingRepo().getLatestDrawingByActivityId(widget.activityId); - if (_drawing == null) _drawingSelect = DrawingSelect.create; - } else if (widget.drawingSelect == DrawingSelect.id) { - if (widget.drawingId != null) - _drawing = await DrawingRepo().getDrawing(widget.drawingId); - if (_drawing == null) _drawingSelect = DrawingSelect.create; - } - if (_drawingSelect == DrawingSelect.create) { - final activityTemplates = await ActivityTemplateRepo() - .getActivityTemplatesByActivityId(widget.activityId); - _templates = - activityTemplates.map((t) => t.image).toList(growable: false); - } else { - _jsonMap = json.decode(_drawing.json); + _activity = await CardRepo().getCard(widget.activityId); + + if (widget.drawingId != null) { + _drawing = await TileRepo().getTile(widget.drawingId); + _jsonMap = json.decode(_drawing.content); } + WidgetsBinding.instance.addPostFrameCallback((_) async { + User user = AppStateContainer.of(context).state.loggedInUser; + await CardProgressRepo().upsert(CardProgress( + cardId: widget.activityId, + userId: user.id, + updatedAt: DateTime.now())); + }); setState(() => _isLoading = false); } @@ -82,13 +72,35 @@ class DrawingWrapperState extends State { child: new CircularProgressIndicator(), )); } - return ActivityBoard( - json: _jsonMap, - templates: _templates, - saveCallback: ({Map jsonMap}) => DrawingRepo().upsert( - jsonMap: jsonMap, - activityId: widget.activityId, - userId: AppStateContainer.of(context).state.loggedInUser.id), + return WillPopScope( + onWillPop: () => _onWillPop(context), + child: Scaffold( + body: ActivityBoard( + json: _jsonMap, + template: widget.template, + title: _activity.title, + extStorageDir: AppStateContainer.of(context).extStorageDir, + saveCallback: ({Map jsonMap}) { + tileId = jsonMap['id']; + Provider.dispatch(context, + SaveDrawing(cardId: widget.activityId, jsonMap: jsonMap)); + }, + backCallback: () { + print('backCallback: $tileId'); + if (tileId != null) + Provider.dispatch(context, PostTile(tileId: tileId)); + Navigator.of(context).pop(); + print('backCallback: end'); + }, + ), + ), ); } + + Future _onWillPop(BuildContext context) { + final completer = Completer(); + completer.complete(true); + Provider.dispatch(context, PostTile(tileId: _jsonMap['id'])); + return completer.future; + } } diff --git a/lib/components/expansionTile.dart b/lib/components/expansionTile.dart index 60d0dc5..b66251d 100644 --- a/lib/components/expansionTile.dart +++ b/lib/components/expansionTile.dart @@ -1,12 +1,12 @@ // Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + import 'package:flutter/widgets.dart'; import 'package:flutter/material.dart'; - + const Duration _kExpand = const Duration(milliseconds: 200); - + /// A single-line [ListTile] with a trailing button that expands or collapses /// the tile to reveal or hide the [children]. /// @@ -35,45 +35,47 @@ class ControlledExpansionTile extends StatefulWidget { this.children: const [], this.trailing, this.initiallyExpanded: false, - }) : assert(initiallyExpanded != null), + }) : assert(initiallyExpanded != null), super(key: key); - + /// A widget to display before the title. /// /// Typically a [CircleAvatar] widget. final Widget leading; - + /// The primary content of the list item. /// /// Typically a [Text] widget. final Widget title; - + /// Called when the tile expands or collapses. /// /// When the tile starts expanding, this function is called with the value /// true. When the tile starts collapsing, this function is called with /// the value false. final ValueChanged onExpansionChanged; - + /// The widgets that are displayed when the tile expands. /// /// Typically [ListTile] widgets. final List children; - + /// The color to display behind the sublist when expanded. final Color backgroundColor; - + /// A widget to display instead of a rotating arrow icon. final Widget trailing; - + /// Specifies if the list tile is initially expanded (true) or collapsed (false, the default). final bool initiallyExpanded; - + @override - ControlledExpansionTileState createState() => new ControlledExpansionTileState(); + ControlledExpansionTileState createState() => + new ControlledExpansionTileState(); } - -class ControlledExpansionTileState extends State with SingleTickerProviderStateMixin { + +class ControlledExpansionTileState extends State + with SingleTickerProviderStateMixin { AnimationController _controller; CurvedAnimation _easeOutAnimation; CurvedAnimation _easeInAnimation; @@ -82,32 +84,35 @@ class ControlledExpansionTileState extends State with S ColorTween _iconColor; ColorTween _backgroundColor; Animation _iconTurns; - + bool _isExpanded = false; - + @override void initState() { super.initState(); _controller = new AnimationController(duration: _kExpand, vsync: this); - _easeOutAnimation = new CurvedAnimation(parent: _controller, curve: Curves.easeOut); - _easeInAnimation = new CurvedAnimation(parent: _controller, curve: Curves.easeIn); + _easeOutAnimation = + new CurvedAnimation(parent: _controller, curve: Curves.easeOut); + _easeInAnimation = + new CurvedAnimation(parent: _controller, curve: Curves.easeIn); _borderColor = new ColorTween(); _headerColor = new ColorTween(); _iconColor = new ColorTween(); - _iconTurns = new Tween(begin: 0.0, end: 0.5).animate(_easeInAnimation); + _iconTurns = + new Tween(begin: 0.0, end: 0.5).animate(_easeInAnimation); _backgroundColor = new ColorTween(); - - _isExpanded = PageStorage.of(context)?.readState(context) ?? widget.initiallyExpanded; - if (_isExpanded) - _controller.value = 1.0; + + _isExpanded = + PageStorage.of(context)?.readState(context) ?? widget.initiallyExpanded; + if (_isExpanded) _controller.value = 1.0; } - + @override void dispose() { _controller.dispose(); super.dispose(); } - + void handleTap() { print("handle tap!!!"); setState(() { @@ -115,7 +120,7 @@ class ControlledExpansionTileState extends State with S if (_isExpanded) _controller.forward(); else - _controller.reverse().then((Null value) { + _controller.reverse().then((value) { setState(() { // Rebuild without widget.children. }); @@ -125,35 +130,41 @@ class ControlledExpansionTileState extends State with S if (widget.onExpansionChanged != null) widget.onExpansionChanged(_isExpanded); } - + Widget _buildChildren(BuildContext context, Widget child) { - final Color borderSideColor = _borderColor.evaluate(_easeOutAnimation) ?? Colors.transparent; + final Color borderSideColor = + _borderColor.evaluate(_easeOutAnimation) ?? Colors.transparent; final Color titleColor = _headerColor.evaluate(_easeInAnimation); - + return new Container( decoration: new BoxDecoration( - color: _backgroundColor.evaluate(_easeOutAnimation) ?? Colors.transparent, + color: _backgroundColor.evaluate(_easeOutAnimation) ?? + Colors.transparent, border: new Border( top: new BorderSide(color: borderSideColor), bottom: new BorderSide(color: borderSideColor), - ) - ), + )), child: new Column( mainAxisSize: MainAxisSize.min, children: [ IconTheme.merge( - data: new IconThemeData(color: _iconColor.evaluate(_easeInAnimation)), + data: + new IconThemeData(color: _iconColor.evaluate(_easeInAnimation)), child: new ListTile( onTap: handleTap, leading: widget.leading, title: new DefaultTextStyle( - style: Theme.of(context).textTheme.subhead.copyWith(color: titleColor), + style: Theme.of(context) + .textTheme + .subhead + .copyWith(color: titleColor), child: widget.title, ), - trailing: widget.trailing ?? new RotationTransition( - turns: _iconTurns, - child: const Icon(Icons.expand_more), - ), + trailing: widget.trailing ?? + new RotationTransition( + turns: _iconTurns, + child: const Icon(Icons.expand_more), + ), ), ), new ClipRect( @@ -166,7 +177,7 @@ class ControlledExpansionTileState extends State with S ), ); } - + @override Widget build(BuildContext context) { final ThemeData theme = Theme.of(context); @@ -178,13 +189,12 @@ class ControlledExpansionTileState extends State with S ..begin = theme.unselectedWidgetColor ..end = theme.accentColor; _backgroundColor.end = widget.backgroundColor; - + final bool closed = !_isExpanded && _controller.isDismissed; return new AnimatedBuilder( animation: _controller.view, builder: _buildChildren, child: closed ? null : new Column(children: widget.children), ); - } -} \ No newline at end of file +} diff --git a/lib/components/flash_card.dart b/lib/components/flash_card.dart index 616088f..44a64ce 100644 --- a/lib/components/flash_card.dart +++ b/lib/components/flash_card.dart @@ -1,3 +1,5 @@ +import 'dart:io'; + import 'package:flutter/material.dart'; import 'package:maui/db/entity/unit.dart'; import 'package:maui/repos/unit_repo.dart'; @@ -122,7 +124,11 @@ class _FlashCardState extends State { constraints.maxHeight * 0.11, fontWeight: FontWeight.bold))) - : Image.asset(_unit.image))), + : Image.file( + File(AppStateContainer.of(context) + .extStorageDir + + _unit.image), + ))), new IconButton( icon: new Icon(Icons.arrow_right), onPressed: () { diff --git a/lib/components/friend_item.dart b/lib/components/friend_item.dart index d81c322..c1bdd12 100644 --- a/lib/components/friend_item.dart +++ b/lib/components/friend_item.dart @@ -33,88 +33,88 @@ class FriendItem extends StatelessWidget { var user = AppStateContainer.of(context).state.loggedInUser; print('FriendItem: $id $imageUrl'); - final encImageUrl = imageUrl.replaceAll(new RegExp(r'/'), '/'); - return new Padding( - padding: const EdgeInsets.all(0.0), - child: new Column( - crossAxisAlignment: CrossAxisAlignment.center, - mainAxisAlignment: MainAxisAlignment.center, - children: [ - numNotifs > 0 - ? Badge( - color: Colors.red, - textStyle: - const TextStyle(fontSize: 30.0, color: Colors.white), - borderSize: 5.0, - borderColor: Colors.red, - value: '$numNotifs', - child: _buildFriendItem(id, user)) - : _buildFriendItem(id, user), - new Text( - name ?? '', - textAlign: TextAlign.right, - textDirection: TextDirection.rtl, - overflow: TextOverflow.ellipsis, - style: new TextStyle( - fontSize: 15.0, - color: Colors.black, - fontWeight: FontWeight.bold), - ), - ], - )); - } - - Widget _buildFriendItem(String id, User user) { +// final encImageUrl = imageUrl.replaceAll(new RegExp(r'/'), '/') +// ; return new InkWell( onTap: onTap, - child: new CircleAvatar( - radius: 80.0, -// maxRadius: 40.0, - backgroundImage: new AssetImage("assets/chat_image/chat icon_04.png"), - child: new Center( - child: RawMaterialButton( - elevation: 20.0, - - shape: new CircleBorder( - side: new BorderSide( - color: Color(color), - width: 4.0, + child: new Padding( + padding: const EdgeInsets.fromLTRB(8.0, 4.0, 8.0, 4.0), + child: new Column( + crossAxisAlignment: CrossAxisAlignment.center, + mainAxisAlignment: MainAxisAlignment.end, + children: [ + numNotifs > 0 + ? Badge( + color: Colors.red, + textStyle: + const TextStyle(fontSize: 8.0, color: Colors.white), + borderSize: 5.0, + borderColor: Colors.red, + value: '$numNotifs', + child: _buildFriendItem(id, user)) + : _buildFriendItem(id, user), + new Text( + name ?? '', + overflow: TextOverflow.ellipsis, + style: new TextStyle( + fontSize: 15.0, + color: Colors.white, + fontWeight: FontWeight.bold), ), - ), - child: new CircleAvatar( - radius: 50.0, - child: new Container( - width: 100.0, - height: 100.0, - decoration: new BoxDecoration( - shape: BoxShape.circle, - image: new DecorationImage( - image: replaceWithHoodie && user.id == id - ? new AssetImage('assets/chat_Bot_Icon.png') - : isFile - ? FileImage(File(imageUrl)) - : imageMemory != null - ? MemoryImage(imageMemory) - : AssetImage('assets/hoodie_bear.png'), - fit: BoxFit.fill)))), -// child: new Container( -// width: 100.0, -// height: 100.0, -// decoration: new BoxDecoration( -// shape: BoxShape.circle, -// -// image: new DecorationImage( -// image: replaceWithHoodie && user.id == id -// ? new AssetImage('assets/koala_neutral.png') -// : isFile -// ? FileImage(File(imageUrl)) -// : imageMemory != null -// ? MemoryImage(imageMemory) -// : AssetImage('assets/hoodie_bear.png'), -// fit: BoxFit.fill))), - ), - ), - ), + ], + )), + ); + } + + Widget _buildFriendItem(String id, User user) { + return new CircleAvatar( + backgroundImage: replaceWithHoodie && user.id == id + ? new AssetImage('assets/chat_Bot_Icon.png') + : isFile + ? FileImage(File(imageUrl)) + : imageMemory != null + ? MemoryImage(imageMemory) + : AssetImage('assets/hoodie_bear.png'), ); } + +// Widget _buildFriendItem(String id, User user) { +// return new InkWell( +// onTap: onTap, +// child: new CircleAvatar( +// radius: 80.0, +//// maxRadius: 40.0, +// backgroundImage: new AssetImage("assets/chat_image/chat icon_04.png"), +// child: new Center( +// child: RawMaterialButton( +// elevation: 20.0, +// +// shape: new CircleBorder( +// side: new BorderSide( +// color: Color(color), +// width: 4.0, +// ), +// ), +// child: new CircleAvatar( +// radius: 50.0, +// child: new Container( +// width: 100.0, +// height: 100.0, +// decoration: new BoxDecoration( +// shape: BoxShape.circle, +// image: new DecorationImage( +// image: replaceWithHoodie && user.id == id +// ? new AssetImage('assets/chat_Bot_Icon.png') +// : isFile +// ? FileImage(File(imageUrl)) +// : imageMemory != null +// ? MemoryImage(imageMemory) +// : AssetImage('assets/hoodie_bear.png'), +// fit: BoxFit.fill)))), +// ), +// ), +// ), +// ); +// } + } diff --git a/lib/components/hud.dart b/lib/components/hud.dart index d7cb0c9..0776df5 100644 --- a/lib/components/hud.dart +++ b/lib/components/hud.dart @@ -1,15 +1,16 @@ import 'dart:io'; import 'dart:math'; import 'package:flutter/material.dart'; -import 'package:flutter/services.dart'; + import 'package:maui/db/entity/user.dart'; import 'package:maui/games/single_game.dart'; +import 'package:maui/components/progress_circle.dart'; class Hud extends StatelessWidget { User user; bool amICurrentUser; double height; - + double width; bool start; Color backgroundColor; Color foregroundColor; @@ -18,35 +19,77 @@ class Hud extends StatelessWidget { Function onEnd; double progress; int score; + bool quizeType; - Hud({ - Key key, - this.user, - this.height, - this.start = true, - this.backgroundColor, - this.foregroundColor, - this.gameMode, - this.playTime, - this.onEnd, - this.amICurrentUser, - this.progress, - this.score, - }) : super(key: key); + Hud( + {Key key, + this.user, + this.height, + this.width, + this.start = true, + this.backgroundColor, + this.foregroundColor, + this.gameMode, + this.playTime, + this.onEnd, + this.amICurrentUser, + this.progress, + this.score, + this.quizeType}) + : super(key: key); @override Widget build(BuildContext context) { height = height * 0.6; - // final fontSize = min(18.0, height / 2); + width = width; + + final fontSize = min(18.0, height / 2); + var headers = [ - new Container( - width: height, - height: height, - decoration: new BoxDecoration( - shape: BoxShape.circle, - image: new DecorationImage( - image: new FileImage(new File(user.image)), - fit: BoxFit.fill))), + new Stack( + + alignment: AlignmentDirectional.center, + children: [ + new Container( + width: height / 1.4, + height: height / 1.4, + decoration: new BoxDecoration( + shape: BoxShape.circle, + image: new DecorationImage( + image: new FileImage(new File(user.image)), + fit: BoxFit.fill))), + new SizedBox( + width: height / 1.4, + height: height / 1.4, + child: new CircularProgressIndicator( + strokeWidth: height / 8.5, + value: 1.0, + valueColor: new AlwaysStoppedAnimation(backgroundColor), + )), + new SizedBox( + width: height / 1.4, + height: height / 1.4, + child: gameMode == GameMode.timed + ? new ProgressCircle( + time: playTime, + onEnd: () => onEnd(context), + strokeWidth: height / 8.5, + ) + : new ProgressCircle( + progress: progress, + strokeWidth: height / 8.5, + )), + ], + ), + Padding( + padding: const EdgeInsets.all(10.0), + child: Stack(children: [ + Text( + '$score', + style: new TextStyle(fontSize: fontSize, color: foregroundColor), + ), + ]), + ), ]; return new Row( diff --git a/lib/components/nima.dart b/lib/components/nima.dart index 31b2280..02ff1a1 100644 --- a/lib/components/nima.dart +++ b/lib/components/nima.dart @@ -5,7 +5,8 @@ class Nima extends StatefulWidget { final String name; final int score; final String tag; - Nima({this.name, this.score, this.tag}); + final bool pageExited; + Nima({this.name, this.score, this.tag, this.pageExited}); @override _NimaState createState() { @@ -17,6 +18,8 @@ class _NimaState extends State with TickerProviderStateMixin { int _prevScore; String _name; String _emotion = 'blinking'; + bool paused = false; + String _animation; @override void initState() { @@ -25,23 +28,37 @@ class _NimaState extends State with TickerProviderStateMixin { _prevScore = widget.score; } + @override + void didUpdateWidget(Nima oldWidget) { + super.didUpdateWidget(oldWidget); + if (oldWidget.pageExited != widget.pageExited) { + setState(() { + paused = true; + _animation = null; + }); + } + } + @override Widget build(BuildContext context) { - if (_emotion == 'blinking') { - if (_prevScore < widget.score) { - _emotion = 'happy'; - } else if (_prevScore > widget.score) { - _emotion = 'sad'; + if (!paused) { + if (_emotion == 'blinking') { + if (_prevScore < widget.score) { + _emotion = 'happy'; + } else if (_prevScore > widget.score) { + _emotion = 'sad'; + } } + _animation = '${_name}_$_emotion'; } - print('emotion: $_emotion'); _prevScore = widget.score; return NimaActor("assets/solo", alignment: Alignment.center, fit: BoxFit.contain, - animation: '${_name}_$_emotion', completed: (String animationName) { + paused: paused, + animation: _animation, completed: (_) { setState(() { - _emotion = 'blinking'; + if (!paused) _emotion = 'blinking'; }); }); } diff --git a/lib/components/quiz_button.dart b/lib/components/quiz_button.dart index a8e26e8..d1f50ef 100644 --- a/lib/components/quiz_button.dart +++ b/lib/components/quiz_button.dart @@ -2,7 +2,7 @@ import 'package:flutter/material.dart'; enum Status { notSelected, correct, incorrect, disabled } -class QuizButton extends StatelessWidget { +class QuizButton extends StatefulWidget { final String text; final Function onPress; final Status buttonStatus; @@ -14,25 +14,117 @@ class QuizButton extends StatelessWidget { @required this.buttonStatus}) : super(key: key); + @override + QuizButtonState createState() { + return new QuizButtonState(); + } +} + +class QuizButtonState extends State with TickerProviderStateMixin { + Animation blinkAnimation; + Animation resizeAnimation, noAnimation; + AnimationController controller, _controller; + bool isBlinking = true; + + initState() { + super.initState(); + controller = AnimationController( + duration: const Duration(milliseconds: 3000), vsync: this) + ..addStatusListener((status) { + if (status == AnimationStatus.completed) { + controller.reverse(); + } + if (status == AnimationStatus.dismissed) { + setState(() { + isBlinking = false; + }); + } + }); + + final CurvedAnimation curve = + CurvedAnimation(parent: controller, curve: Curves.linear); + blinkAnimation = + ColorTween(begin: Colors.red, end: Colors.white).animate(curve); + + _controller = AnimationController( + duration: const Duration(milliseconds: 2000), vsync: this) + ..addStatusListener((status) { + if (status == AnimationStatus.completed) { + _controller.reverse(); + } + }); + + resizeAnimation = Tween( + begin: 1.0, + end: 0.9, + ).animate( + CurvedAnimation( + parent: _controller, + curve: Curves.easeIn, + ), + ); + noAnimation = Tween( + begin: 1.0, + end: 1.0, + ).animate( + CurvedAnimation( + parent: _controller, + curve: Curves.easeIn, + ), + ); + } + + @override + void didUpdateWidget(QuizButton oldWidget) { + print( + "oldWidget ButtonStatus: ${oldWidget.buttonStatus} widget ButtonStatus: ${widget.buttonStatus}"); + if (oldWidget.buttonStatus == Status.disabled && + widget.buttonStatus == Status.incorrect) { + controller.forward(); + } + + if (oldWidget.buttonStatus == Status.disabled && + widget.buttonStatus == Status.correct) { + _controller.forward(); + } + + super.didUpdateWidget(oldWidget); + } + + @override + void dispose() { + controller.dispose(); + _controller.dispose(); + super.dispose(); + } + Widget build(BuildContext context) { + MediaQueryData media = MediaQuery.of(context); + var size = media.size; print("QuizButton.build"); - print("ButtonStatus - $buttonStatus"); - - return new RaisedButton( - onPressed: buttonStatus == Status.notSelected ? onPress : null, - color: Color(0xFFffffff), - disabledColor: buttonStatus == Status.disabled - ? Colors.grey - : buttonStatus == Status.correct - ? Colors.greenAccent - : Colors.redAccent, - shape: new RoundedRectangleBorder( - borderRadius: const BorderRadius.all(const Radius.circular(16.0))), - child: text.endsWith(".png") - ? new Center(child: new Image.asset("assets/${text}")) - : new Center( - child: new Text(text, - key: new Key("${key}"), - style: new TextStyle(color: Colors.black)))); + + return ScaleTransition( + scale: + widget.buttonStatus == Status.correct ? resizeAnimation : noAnimation, + child: new RaisedButton( + onPressed: + widget.buttonStatus == Status.notSelected ? widget.onPress : null, + color: Colors.amber, + disabledColor: widget.buttonStatus == Status.disabled + ? Colors.grey + : widget.buttonStatus == Status.correct + ? Colors.green + : isBlinking == true ? blinkAnimation.value : Colors.red, + shape: new RoundedRectangleBorder( + borderRadius: + const BorderRadius.all(const Radius.circular(16.0))), + child: widget.text.endsWith(".png") + ? new Center(child: new Image.asset("assets/${widget.text}")) + : new Center( + child: new Text(widget.text, + key: new Key("${widget.key}"), + style: new TextStyle( + fontSize: size.height * 0.02, color: Colors.black)))), + ); } } diff --git a/lib/components/quiz_keyboard.dart b/lib/components/quiz_keyboard.dart new file mode 100644 index 0000000..573c27c --- /dev/null +++ b/lib/components/quiz_keyboard.dart @@ -0,0 +1,84 @@ +import 'package:flutter/material.dart'; + +class QuizKeyboard extends StatefulWidget { + final Function onSubmit; + + QuizKeyboard({Key key, this.onSubmit}) : super(key: key); + @override + _QuizKeyboardState createState() => new _QuizKeyboardState(); +} + +class _QuizKeyboardState extends State { + final TextEditingController _textController = new TextEditingController(); + String keyboardAnswer; + + void _handleSubmitted(String text) { + _textController.clear(); + widget.onSubmit(text); + } + + @override + void initState() { + super.initState(); + } + + @override + Widget build(BuildContext context) { + return new Center( + child: new Container( + margin: const EdgeInsets.symmetric(horizontal: 8.0), + child: new Row( + children: [ + new Flexible( + child: new TextField( + controller: _textController, + onSubmitted: _handleSubmitted, + onChanged: (String text) { + keyboardAnswer = text; + }, + key: Key("keyboard"), + keyboardType: TextInputType.text, + obscureText: false, + style: + TextStyle(fontSize: 40.0, height: 1.5, color: Colors.black), + maxLines: 1, + autocorrect: false, + enabled: true, + decoration: new InputDecoration( + enabledBorder: OutlineInputBorder( + borderRadius: BorderRadius.all(Radius.circular(15.0)), + borderSide: BorderSide( + style: BorderStyle.solid, + color: Theme.of(context).primaryColor)), + border: OutlineInputBorder( + borderRadius: BorderRadius.all(Radius.circular(15.0)), + ), + filled: true, + fillColor: Color.fromRGBO(255, 255, 255, 100.0), + contentPadding: EdgeInsets.only(left: 20.0), + hintText: 'Type here', + ), + autofocus: true, + ), + ), + new Container( + margin: const EdgeInsets.symmetric(horizontal: 4.0), + child: new IconButton( + icon: new Icon( + Icons.check, + size: 40.0, + ), + color: Theme.of(context).primaryColor, + onPressed: () { + print("KeyboardText ${_textController.text}"); + _handleSubmitted(_textController.text); + widget.onSubmit(_textController.text); + }, + ), + ), + ], + ), + ), + ); + } +} diff --git a/lib/components/quiz_progress_tracker.dart b/lib/components/quiz_progress_tracker.dart index ee34b8c..50126cc 100644 --- a/lib/components/quiz_progress_tracker.dart +++ b/lib/components/quiz_progress_tracker.dart @@ -1,5 +1,8 @@ import 'package:flutter/material.dart'; -import '../repos/quiz_progress_repo.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/state/app_state_container.dart'; class QuizProgressTracker extends StatefulWidget { final String topicId; @@ -21,8 +24,10 @@ class QuizProgressTrackerState extends State { } void _initData() async { - _quizProgress = - await QuizProgressRepo().getScoreSummaryByTopicId(widget.topicId); + User _user = AppStateContainer.of(context).state.loggedInUser; + _quizProgress = await CardProgressRepo() + .getProgressStatusByCollectionAndTypeAndUserId( + widget.topicId, CardType.question, _user.id); setState(() => _isLoading = false); } diff --git a/lib/components/quiz_welcome.dart b/lib/components/quiz_welcome.dart new file mode 100644 index 0000000..486ebbc --- /dev/null +++ b/lib/components/quiz_welcome.dart @@ -0,0 +1,87 @@ +import 'package:flutter/material.dart'; +import 'package:nima/nima_actor.dart'; +import 'package:maui/quack/quiz_navigator.dart'; + +class QuizWelcome extends StatefulWidget { + final String cardId; + + QuizWelcome({Key key, this.cardId}) : super(key: key); + + @override + QuizWelcomeState createState() { + return new QuizWelcomeState(); + } +} + +class QuizWelcomeState extends State { + String _animation = 'joy'; + bool paused = false; + + @override + Widget build(BuildContext context) { + // TODO: implement build + final media = MediaQuery.of(context); + + var size = media.size; + void _complete() { + setState(() { + paused = true; + _animation = null; + }); + } + + return new Column( + mainAxisAlignment: MainAxisAlignment.center, + crossAxisAlignment: CrossAxisAlignment.center, + children: [ + Padding( + padding: new EdgeInsets.only(right: size.width * 0.1), + child: Container( + height: media.size.height * 0.69, + width: size.width * 0.9, + child: AspectRatio( + aspectRatio: 2.0, + child: new NimaActor("assets/quack", + alignment: Alignment.center, + paused: paused, + fit: BoxFit.scaleDown, + animation: _animation, + mixSeconds: 0.2, completed: (String animtionName) { + _complete(); + })), + ), + ), + Center( + child: Container( + decoration: BoxDecoration( + shape: BoxShape.rectangle, + borderRadius: new BorderRadius.circular(12.0), + color: Colors.amber, + ), + padding: new EdgeInsets.only( + top: size.height * 0.01, bottom: media.size.height * 0.01), + height: size.height * 0.2, + width: size.width * 0.4, + child: FlatButton( + color: Colors.amber, + child: Text( + 'Quiz', + style: new TextStyle( + fontSize: size.height > size.width + ? size.height * 0.06 + : size.height * 0.1, + fontWeight: FontWeight.bold, + ), + ), + onPressed: () => + Navigator.of(context).pushReplacement(MaterialPageRoute( + builder: (BuildContext context) => QuizNavigator( + cardId: widget.cardId, + ))), + ), + ), + ) + ], + ); + } +} diff --git a/lib/components/show_help.dart b/lib/components/show_help.dart index bc7b657..d7c634d 100644 --- a/lib/components/show_help.dart +++ b/lib/components/show_help.dart @@ -1,8 +1,8 @@ import 'package:flutter/material.dart'; -import 'package:maui/components/topic_page_view.dart'; +import 'package:maui/quack/card_detail_wrapper.dart'; class ShowHelp extends StatelessWidget { - final String topicId; + final String topicId; const ShowHelp({ Key key, @required this.topicId, @@ -15,7 +15,10 @@ class ShowHelp extends StatelessWidget { height: constraints.maxHeight, width: constraints.maxWidth * 0.89, child: new Drawer( - child: new TopicPageView(topicId: topicId,), + child: new CardDetailWrapper( + cardId: topicId, + showBackButton: false, + ), ), ); }); diff --git a/lib/components/signin_button.dart b/lib/components/signin_button.dart new file mode 100644 index 0000000..3341ef6 --- /dev/null +++ b/lib/components/signin_button.dart @@ -0,0 +1,28 @@ +import 'package:flutter/material.dart'; +import 'package:maui/loca.dart'; + +class SignIn extends StatelessWidget { + SignIn(); + @override + Widget build(BuildContext context) { + return (new Container( + width: 320.0, + height: 60.0, + alignment: FractionalOffset.center, + decoration: new BoxDecoration( + color: const Color.fromRGBO(247, 64, 106, 1.0), + borderRadius: new BorderRadius.all(const Radius.circular(30.0)), + ), + child: new Text( + Loca.of(context).signIn, + style: new TextStyle( + color: Colors.amber, + fontSize: 36.0, + fontWeight: FontWeight.w300, + letterSpacing: 0.3, + ), + ), + )); + } +} + diff --git a/lib/components/topic_button.dart b/lib/components/topic_button.dart deleted file mode 100644 index f72b851..0000000 --- a/lib/components/topic_button.dart +++ /dev/null @@ -1,95 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter/rendering.dart'; -import 'package:flutter_svg/flutter_svg.dart'; -import 'package:maui/components/quiz_progress_tracker.dart'; - -class TopicButton extends StatefulWidget { - final String text; - final int color; - final String image; - final VoidCallback onPress; - final String topicId; - - TopicButton({ - Key key, - @required this.text, - this.color, - this.image, - this.onPress, - this.topicId, -// this.sizeHieght, -// this.sizeWidth - }) : super(key: key); - - @override - State createState() => new TopicButtonState(); -} - -class TopicButtonState extends State { - @override - void initState() { - super.initState(); - } - - @override - Widget build(BuildContext context) { - // TODO: implement build - print("hello Topic button ${widget.image} and ${widget.text}"); - return Padding( - padding: const EdgeInsets.all(8.0), - child: new Material( - elevation: 8.0, - borderRadius: const BorderRadius.all(const Radius.circular(16.0)), - child: new Container( - color: Colors.brown, - child: new InkWell( - onTap: widget.onPress, - child: new Stack(children: [ - new Column( - children: [ - new QuizProgressTracker(topicId: widget.topicId), - widget.image == null - ? new Expanded( - child: Container(color: Colors.red), - ) - : widget.image.endsWith(".svg") - ? new Expanded( - child: new Container( - color: Colors.red, - child: new AspectRatio( - aspectRatio: 2.0, - child: new SvgPicture.asset( - widget.image, - allowDrawingOutsideViewBox: false, - ), - ), - ), - ) - : new Expanded( - child: Container( - decoration: new BoxDecoration( - image: new DecorationImage( - image: new AssetImage(widget.image), - fit: BoxFit.cover, - ), - color: Colors.red), - ), - ), - Container( - child: new Text(widget.text, - style: new TextStyle( - color: Colors.white, - fontSize: 30.0, - ), -// textAlign: TextAlign.center, - overflow: TextOverflow.ellipsis), - ) - ], - ) - ]), - ), - ), - ), - ); - } -} diff --git a/lib/components/topic_page_view.dart b/lib/components/topic_page_view.dart deleted file mode 100644 index c0662f2..0000000 --- a/lib/components/topic_page_view.dart +++ /dev/null @@ -1,149 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:maui/loca.dart'; -import 'package:maui/repos/article_repo.dart'; -import 'package:maui/db/entity/article.dart'; -import 'package:maui/components/article_page.dart'; - -class TopicPageView extends StatefulWidget { - final String topicId; - - TopicPageView({key, @required this.topicId}) : super(key: key); - @override - _TopicPageViewState createState() => new _TopicPageViewState(); -} - -class _TopicPageViewState extends State { - List
_articles; - bool _isDataAvailable = false; - bool _isForwardDisable = false; - bool _isBackwardDisable = true; - PageController pageController = new PageController(initialPage: 0); - - void _initArticles() async { - await new ArticleRepo() - .getArticlesByTopicId(widget.topicId) - .then((articles) async { - setState(() { - articles.sort((a, b) => a.serial.compareTo(b.serial)); - _articles = articles; - _articles.length != 0 - ? _isDataAvailable = true - : _isDataAvailable = false; - }); - }); - } - - @override - void initState() { - super.initState(); - _initArticles(); - } - - void _forwardButtonBehaviour() { - pageController.nextPage( - duration: new Duration(milliseconds: 500), curve: Curves.fastOutSlowIn); - if (pageController.page == 0.0) { - setState(() { - _isBackwardDisable = false; - }); - } - if ((pageController.page + 1.0).toInt() == (_articles.length - 1)) { - setState(() { - _isForwardDisable = true; - }); - } - } - - void _backwardButtonBehaviour() { - pageController.previousPage( - duration: new Duration(milliseconds: 500), curve: Curves.fastOutSlowIn); - if ((pageController.page).toInt() == (_articles.length - 1)) { - setState(() { - _isForwardDisable = false; - }); - } - if (pageController.page - 1.0 == 0.0) { - setState(() { - _isBackwardDisable = true; - }); - } - } - - @override - void dispose() { - pageController.dispose(); - super.dispose(); - } - - @override - Widget build(BuildContext context) { - return _isDataAvailable == false - ? new Container( - child: new Center( - child: new Text( - Loca.of(context).no_data, - style: - new TextStyle(fontSize: 50.0, fontWeight: FontWeight.bold), - ), - ), - ) - : new Stack( - children: [ - new PageView.builder( - pageSnapping: false, - physics: NeverScrollableScrollPhysics(), - scrollDirection: Axis.horizontal, - itemCount: _articles.length, - controller: pageController, - itemBuilder: (context, index) { - return new ArticlePage( - topicId: _articles[index].topicId, - articleId: _articles[index].id, - name: _articles[index].name, - text: _articles[index].text, - audio: _articles[index].audio, - video: _articles[index].video, - image: _articles[index].image, - serial: _articles[index].serial, - ); - }, - ), - _articles.length > 1 - ? new Row( - mainAxisAlignment: MainAxisAlignment.center, - crossAxisAlignment: CrossAxisAlignment.center, - children: [ - new Expanded( - flex: 2, - child: _isBackwardDisable - ? new Container() - : new IconButton( - onPressed: () => _backwardButtonBehaviour(), - icon: new Icon( - Icons.arrow_left, - color: Colors.black, - ), - iconSize: 50.0, - ), - ), - new Expanded(flex: 10, child: new Container()), - new Expanded( - flex: 2, - child: _isForwardDisable - ? new Container() - : new IconButton( - onPressed: () => _forwardButtonBehaviour(), - icon: new Icon( - Icons.arrow_right, - color: Colors.black, - ), - iconSize: 50.0, - ), - ), - ], - ) - : new Container(), - ], - ); - } -} diff --git a/lib/components/unit_button.dart b/lib/components/unit_button.dart index f1c5647..00d240b 100644 --- a/lib/components/unit_button.dart +++ b/lib/components/unit_button.dart @@ -1,3 +1,5 @@ +import 'dart:io'; + import 'package:flutter/material.dart'; import 'package:maui/db/entity/unit.dart'; import 'package:maui/games/single_game.dart'; @@ -137,8 +139,7 @@ class _UnitButtonState extends State { onPressed: widget.disabled ? null : () { - AppStateContainer - .of(context) + AppStateContainer.of(context) .play(widget.text.toLowerCase()); widget.onPress(); }, @@ -151,8 +152,8 @@ class _UnitButtonState extends State { ? Theme.of(context).primaryColor : Colors.white, width: 4.0), - borderRadius: BorderRadius - .all(Radius.circular(buttonConfig?.radius ?? 8.0))), + borderRadius: BorderRadius.all( + Radius.circular(buttonConfig?.radius ?? 8.0))), child: _buildUnit(widget.fontSize ?? buttonConfig.fontSize))); } @@ -160,7 +161,12 @@ class _UnitButtonState extends State { if (_unitMode == UnitMode.audio) { return new Icon(Icons.volume_up); } else if (_unitMode == UnitMode.image) { - return _isLoading ? new Container() : new Image.asset(_unit.image); + return _isLoading + ? new Container() + : new Image.file( + File(AppStateContainer.of(context).extStorageDir + _unit.image), + fit: BoxFit.cover, + ); } return Center( child: Text(widget.text, diff --git a/lib/components/user_item.dart b/lib/components/user_item.dart index 2e56766..db6a1e1 100644 --- a/lib/components/user_item.dart +++ b/lib/components/user_item.dart @@ -12,7 +12,6 @@ class LoginUserItem extends StatelessWidget { @override Widget build(BuildContext context) { - print(user); return new Center( child: new InkWell( onTap: () => AppStateContainer.of(context).setLoggedInUser(user), diff --git a/lib/components/videoplayer.dart b/lib/components/videoplayer.dart index 9262b7a..7caba5d 100644 --- a/lib/components/videoplayer.dart +++ b/lib/components/videoplayer.dart @@ -1,4 +1,5 @@ import 'dart:async'; +import 'dart:io'; import 'package:flutter/material.dart'; import 'package:video_player/video_player.dart'; @@ -20,10 +21,9 @@ import 'package:maui/components/gameaudio.dart'; // void main() => runApp(VideoApp()); class VideoApp extends StatefulWidget { - final String gamename; + final File file; final int gameCategoryId; - const VideoApp({Key key, this.gamename, this.gameCategoryId}) - : super(key: key); + const VideoApp({Key key, this.file, this.gameCategoryId}) : super(key: key); @override _VideoAppState createState() => _VideoAppState(); } @@ -35,12 +35,8 @@ class _VideoAppState extends State { @override void initState() { super.initState(); - print("hello data i have to check...::${widget.gamename}"); - final name = widget.gamename; - _controller = VideoPlayerController.asset("assets/demo_video/$name.mp4") - // VideoPlayerController.network( - // 'http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_20mb.mp4', - // ) + + _controller = VideoPlayerController.file(widget.file) ..addListener(() { final bool isPlaying = _controller.value.isPlaying; if (isPlaying != _isPlaying) { @@ -53,7 +49,7 @@ class _VideoAppState extends State { // Ensure the first frame is shown after the video is initialized, even before the play button has been pressed. setState(() {}); }); - print("hello data i have to check..rrrrrrrr.::${widget.gamename}"); + print("hello data i have to check..rrrrrrrr.::${widget.file}"); } @override diff --git a/lib/db/dao/activity_dao.dart b/lib/db/dao/activity_dao.dart deleted file mode 100644 index 98138d0..0000000 --- a/lib/db/dao/activity_dao.dart +++ /dev/null @@ -1,47 +0,0 @@ -import 'dart:async'; -import 'package:maui/app_database.dart'; -import 'package:maui/db/entity/activity.dart'; -import 'package:maui/db/entity/topic.dart'; -import 'package:sqflite/sqflite.dart'; - -class ActivityDao { - Future getActivity(String id, {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(Activity.table, - columns: [ - Activity.idCol, - Activity.topicIdCol, - Activity.serialCol, - Activity.textCol, - Activity.stickerPackCol - ], - where: "${Activity.idCol} = ? ", - whereArgs: [id]); - if (maps.length > 0) { - return Activity.fromMap(maps.first); - } - return null; - } - - Future> getActivitiesByTopicId(String topicId, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = - await db.query('${Activity.table} a,${Topic.table} t', columns: [ - 'a.${Activity.idCol}', - 'a.${Activity.topicIdCol}', - 'a.${Activity.serialCol}', - 'a.${Activity.imageCol}', - 'a.${Activity.videoCol}', - 'a.${Activity.audioCol}', - 'a.${Activity.textCol}', - 'a.${Activity.stickerPackCol}', - ], where: ''' - a.${Activity.topicIdCol} = t.${Topic.idCol} - AND a.${Activity.topicIdCol} = ? - ''', whereArgs: [ - topicId - ]); - return maps.map((el) => new Activity.fromMap(el)).toList(); - } -} diff --git a/lib/db/dao/activity_template_dao.dart b/lib/db/dao/activity_template_dao.dart deleted file mode 100644 index f8ca836..0000000 --- a/lib/db/dao/activity_template_dao.dart +++ /dev/null @@ -1,21 +0,0 @@ -import 'dart:async'; -import 'package:maui/app_database.dart'; -import 'package:sqflite/sqflite.dart'; -import '../entity/activity_template.dart'; - -class ActivityTemplateDao { - Future> getActivityTemplatesByActivityId( - String activityId, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(ActivityTemplate.table, - columns: [ - ActivityTemplate.activityIdCol, - ActivityTemplate.imageCol, - ], - where: '${ActivityTemplate.activityIdCol} = ?', - whereArgs: [activityId]); - - return maps.map((el) => new ActivityTemplate.fromMap(el)).toList(); - } -} diff --git a/lib/db/dao/activity_topic_dao.dart b/lib/db/dao/activity_topic_dao.dart deleted file mode 100644 index 6e0ec98..0000000 --- a/lib/db/dao/activity_topic_dao.dart +++ /dev/null @@ -1,23 +0,0 @@ -import 'dart:async'; - -import 'package:maui/app_database.dart'; -import 'package:maui/db/entity/activity_topic.dart'; -import 'package:sqflite/sqflite.dart'; - -class ActivityTopicDao { - Future> getActivityTopicByTopicId(String topicId, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(ActivityTopic.table, - columns: [ - ActivityTopic.activityIdCol, - ActivityTopic.topicIdCol, - ], - where: "${ActivityTopic.topicIdCol} = ?", - whereArgs: [topicId]); - if (maps.length > 0) { - return maps.map((el) => new ActivityTopic.fromMap(el)).toList(); - } - return null; - } -} diff --git a/lib/db/dao/article_dao.dart b/lib/db/dao/article_dao.dart deleted file mode 100644 index b6c8080..0000000 --- a/lib/db/dao/article_dao.dart +++ /dev/null @@ -1,49 +0,0 @@ -import 'dart:async'; - -import 'package:maui/app_database.dart'; -import 'package:maui/db/entity/article.dart'; -import 'package:sqflite/sqflite.dart'; - -class ArticleDao { - Future
getArticleByTopicId(String topicId, {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(Article.table, - columns: [ - Article.idCol, - Article.nameCol, - Article.topicIdCol, - Article.serialCol, - Article.videoCol, - Article.audioCol, - Article.imageCol, - Article.textCol - ], - where: '${Article.topicIdCol} = ?', - whereArgs: [topicId]); - if (maps.length > 0) { - return Article.fromMap(maps.first); - } - return null; - } - - Future> getArticlesByTopicId(String topicId, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query( - Article.table, - columns: [ - Article.idCol, - Article.nameCol, - Article.topicIdCol, - Article.serialCol, - Article.videoCol, - Article.audioCol, - Article.imageCol, - Article.textCol, - ], - where: '${Article.topicIdCol} = ?', - whereArgs: [topicId], - ); - return maps.map((article) => new Article.fromMap(article)).toList(); - } -} diff --git a/lib/db/dao/card_dao.dart b/lib/db/dao/card_dao.dart new file mode 100644 index 0000000..e781fad --- /dev/null +++ b/lib/db/dao/card_dao.dart @@ -0,0 +1,36 @@ +import 'dart:async'; + +import 'package:flutter/material.dart'; +import 'package:maui/app_database.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:sqflite/sqflite.dart'; + +class CardDao { + Future getCard(String id, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query(QuackCard.table, + columns: QuackCard.allCols, + where: '${QuackCard.idCol} = ?', + whereArgs: [id]); + if (maps.length > 0) { + return QuackCard.fromMap(maps.first); + } + return null; + } + + Future incrementComments(String id, int amount, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + QuackCard card = await getCard(id, db: db); + card.comments = (card.comments ?? 0) + amount; + await db.update(QuackCard.table, card.toMap(), + where: '${QuackCard.idCol} = ?', whereArgs: [card.id]); + } + + Future incrementLikes(String id, int amount, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + QuackCard card = await getCard(id, db: db); + card.likes = (card.likes ?? 0) + amount; + await db.update(QuackCard.table, card.toMap(), + where: '${QuackCard.idCol} = ?', whereArgs: [card.id]); + } +} diff --git a/lib/db/dao/card_extra_dao.dart b/lib/db/dao/card_extra_dao.dart new file mode 100644 index 0000000..2ea4081 --- /dev/null +++ b/lib/db/dao/card_extra_dao.dart @@ -0,0 +1,19 @@ +import 'dart:async'; + +import 'package:maui/app_database.dart'; +import 'package:maui/db/entity/card_extra.dart'; +import 'package:sqflite/sqflite.dart'; + +class CardExtraDao { + Future> getCardExtrasByCardIdAndType( + String cardId, CardExtraType cardExtraType, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query(CardExtra.table, + columns: CardExtra.allCols, + where: '${CardExtra.cardIdCol} = ? AND ${CardExtra.typeCol} = ?', + whereArgs: [cardId, cardExtraType.index], + orderBy: CardExtra.serialCol); + return maps.map((el) => new CardExtra.fromMap(el)).toList(growable: false); + } +} diff --git a/lib/db/dao/card_progress_dao.dart b/lib/db/dao/card_progress_dao.dart new file mode 100644 index 0000000..3fa431c --- /dev/null +++ b/lib/db/dao/card_progress_dao.dart @@ -0,0 +1,100 @@ +import 'dart:async'; +import 'package:maui/app_database.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/collection.dart'; +import 'package:sqflite/sqflite.dart'; + +class CardProgressDao { + const CardProgressDao(); + + Future getCardProgressByCardIdAndUserId( + String cardId, String userId, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query(CardProgress.table, + columns: CardProgress.allCols, + where: + '${CardProgress.cardIdCol} = ? AND ${CardProgress.userIdCol} = ?', + whereArgs: [cardId, userId]); + if (maps.length > 0) { + return CardProgress.fromMap(maps.first); + } + return null; + } + + Future> getCardProgressesByCollectionAndTypeAndUserId( + String cardId, CardType cardType, String userId, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + '${CardProgress.table}, ${QuackCard.table}, ${Collection.table}', + columns: CardProgress.allCols, + where: ''' +${Collection.idCol} = ? +AND ${Collection.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${QuackCard.table}.${QuackCard.typeCol} = ? +AND ${CardProgress.table}.${CardProgress.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${CardProgress.table}.${CardProgress.userIdCol} = ? +''', + whereArgs: [cardId, cardType.index, userId]); + return maps.map((el) => CardProgress.fromMap(el)).toList(); + } + + Future getCardProgressCountByCollectionAndTypeAndUserId( + String cardId, CardType cardType, String userId, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + '${CardProgress.table}, ${QuackCard.table}, ${Collection.table}', + columns: ['count(${CardProgress.table}.${CardProgress.cardIdCol})'], + where: ''' +${Collection.idCol} = ? +AND ${Collection.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${QuackCard.table}.${QuackCard.typeCol} = ? +AND ${CardProgress.table}.${CardProgress.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${CardProgress.table}.${CardProgress.userIdCol} = ? +''', + whereArgs: [cardId, cardType.index, userId]); + if (maps.length > 0) { + return maps + .first['count(${CardProgress.table}.${CardProgress.cardIdCol})']; + } + return 0; + } + + Future getCardProgressCountByCollectionAndUserId( + String cardId, String userId, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + '${CardProgress.table}, ${QuackCard.table}, ${Collection.table}', + columns: ['count(${CardProgress.table}.${CardProgress.cardIdCol})'], + where: ''' +${Collection.idCol} = ? +AND ${Collection.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${CardProgress.table}.${CardProgress.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${CardProgress.table}.${CardProgress.userIdCol} = ? +''', + whereArgs: [cardId, userId]); + if (maps.length > 0) { + return maps + .first['count(${CardProgress.table}.${CardProgress.cardIdCol})']; + } + return 0; + } + + Future insert(CardProgress cardProgress, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.insert(CardProgress.table, cardProgress.toMap()); + return cardProgress; + } + + Future update(CardProgress cardProgress, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + return await db.update(CardProgress.table, cardProgress.toMap(), + where: + "${CardProgress.cardIdCol} = ? AND ${CardProgress.userIdCol} = ?", + whereArgs: [cardProgress.cardId, cardProgress.userId]); + } +} diff --git a/lib/db/dao/collection_dao.dart b/lib/db/dao/collection_dao.dart new file mode 100644 index 0000000..61ef90d --- /dev/null +++ b/lib/db/dao/collection_dao.dart @@ -0,0 +1,91 @@ +import 'dart:async'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:sqflite/sqflite.dart'; + +import 'package:maui/app_database.dart'; +import 'package:maui/db/entity/collection.dart'; + +class CollectionDao { + Future getCollection(String id, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query(Collection.table, + columns: Collection.allCols, + where: "${Collection.idCol} = ?", + whereArgs: [id]); + if (maps.length > 0) { + return new Collection.fromMap(maps.first); + } + return null; + } + + Future> getCardsInCollection(String id, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query('${QuackCard.table}, ${Collection.table}', + columns: QuackCard.allCols, + where: ''' +${Collection.idCol} = ? +AND ${Collection.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +''', + whereArgs: [id], + orderBy: '${Collection.serialCol}'); + return maps.map((el) => QuackCard.fromMap(el)).toList(); + } + + Future> getKnowledgeAndQuizCardsInCollection(String id, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query('${QuackCard.table}, ${Collection.table}', + columns: QuackCard.allCols, + where: ''' +${Collection.idCol} = ? +AND ${Collection.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${QuackCard.table}.${QuackCard.typeCol} in (?, ?) +''', + whereArgs: [id, CardType.knowledge.index, CardType.question.index], + orderBy: '${Collection.serialCol}'); + return maps.map((el) => QuackCard.fromMap(el)).toList(); + } + + Future getKnowledgeAndQuizCardCountInCollection(String id, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query('${QuackCard.table}, ${Collection.table}', + columns: ['count(${QuackCard.table}.${QuackCard.idCol})'], where: ''' +${Collection.idCol} = ? +AND ${Collection.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${QuackCard.table}.${QuackCard.typeCol} in (?, ?) +''', whereArgs: [id, CardType.knowledge.index, CardType.question.index]); + if (maps.length > 0) { + return maps.first['count(${QuackCard.table}.${QuackCard.idCol})']; + } + return 0; + } + + Future getCardCountInCollection(String id, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query('${QuackCard.table}, ${Collection.table}', + columns: ['count(${QuackCard.table}.${QuackCard.idCol})'], where: ''' +${Collection.idCol} = ? +AND ${Collection.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +''', whereArgs: [id]); + if (maps.length > 0) { + return maps.first['count(${QuackCard.table}.${QuackCard.idCol})']; + } + return 0; + } + + Future getCardCountInCollectionByType(String id, CardType cardType, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query('${QuackCard.table}, ${Collection.table}', + columns: ['count(${QuackCard.table}.${QuackCard.idCol})'], where: ''' +${Collection.idCol} = ? +AND ${QuackCard.table}.${QuackCard.typeCol} = ? +AND ${Collection.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +''', whereArgs: [id, cardType.index]); + if (maps.length > 0) { + return maps.first['count(${QuackCard.table}.${QuackCard.idCol})']; + } + return 0; + } +} diff --git a/lib/db/dao/comment_dao.dart b/lib/db/dao/comment_dao.dart new file mode 100644 index 0000000..bb65220 --- /dev/null +++ b/lib/db/dao/comment_dao.dart @@ -0,0 +1,52 @@ +import 'dart:async'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:sqflite/sqflite.dart'; +import 'package:maui/db/entity/comment.dart'; + +import 'package:maui/app_database.dart'; + +class CommentDao { + static const Map tableMap = { + TileType.card: 'cardComment', + TileType.drawing: 'tileComment', + TileType.message: 'tileComment' + }; + + Future> getCommentsByParentId( + String parentId, TileType tileType, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + '${tableMap[tileType]} ${Comment.table}, ${User.table}', + columns: Comment.allCols, + where: ''' +${Comment.table}.${Comment.parentIdCol} = ? +AND ${Comment.table}.${Comment.userIdCol} = ${User.table}.${User.idCol} +''', + whereArgs: [parentId], + orderBy: "${Comment.timeStampCol} DESC", + ); + return maps.map((el) => new Comment.fromMap(el)).toList(growable: true); + } + + Future insert(Comment tileComment, TileType tileType, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.insert(tableMap[tileType], tileComment.toMap()); + } + + Future delete(Comment tileComment, TileType tileType, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.delete(tableMap[tileType], + where: '${Comment.idCol} = ?', whereArgs: [tileComment.id]); + } + + Future update(Comment tileComment, TileType tileType, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.update(tableMap[tileType], tileComment.toMap(), + where: '${Comment.idCol} = ?', whereArgs: [tileComment.id]); + } +} diff --git a/lib/db/dao/comments_dao.dart b/lib/db/dao/comments_dao.dart new file mode 100644 index 0000000..6a292b4 --- /dev/null +++ b/lib/db/dao/comments_dao.dart @@ -0,0 +1,52 @@ +import 'dart:async'; +import 'package:sqflite/sqflite.dart'; +import 'package:maui/db/entity/comments.dart'; + +import 'package:maui/app_database.dart'; + +class CommentsDao { + Future> getCommentsByTileId(String tileId, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + Comments.table, + columns: [ + Comments.tileIdCol, + Comments.commentCol, + Comments.timeStampCol, + Comments.commentingUserIdCol + ], + where: " ${Comments.tileIdCol} = ? ", + whereArgs: [tileId], + // orderBy: "${Comments.timeStampCol}", + ); + if (maps.length > 0) { + return maps.map((el) => new Comments.fromMap(el)).toList(growable: true); + } + return null; + } + + Future insertAComment(Comments comments, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.insert(Comments.table, comments.toMap()); + } + + Future deleteAComment(Comments comments, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.delete(Comments.table, + where: ''' ${Comments.tileIdCol} = ? AND ${Comments.commentCol} = ?''', + whereArgs: [comments.tileId, comments.comment]); + } + + Future updateAComment(Comments comments, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.update(Comments.table, comments.toMap(), + where: + ''' ${Comments.tileIdCol} = ? AND ${Comments.commentingUserIdCol} = ? AND ${Comments.timeStampCol} = ?''', + whereArgs: [ + comments.tileId, + comments.commentingUserId, + comments.timeStamp + ]); + } +} diff --git a/lib/db/dao/drawing_dao.dart b/lib/db/dao/drawing_dao.dart deleted file mode 100644 index 2e7a93a..0000000 --- a/lib/db/dao/drawing_dao.dart +++ /dev/null @@ -1,61 +0,0 @@ -import 'dart:async'; -import 'package:maui/app_database.dart'; -import 'package:maui/db/entity/drawing.dart'; -import 'package:sqflite/sqflite.dart'; - -class DrawingDao { - Future getDrawing(String id, {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(Drawing.table, - columns: Drawing.allCols, - where: "${Drawing.idCol} = ? ", - whereArgs: [id]); - if (maps.length > 0) { - return Drawing.fromMap(maps.first); - } - return null; - } - - Future> getDrawingsByActivityId(String activityId, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(Drawing.table, - columns: Drawing.allCols, - where: "${Drawing.activityIdCol} = ? ", - whereArgs: [activityId]); - return maps.map((el) => new Drawing.fromMap(el)).toList(); - } - - Future getLatestDrawingByActivityId(String activityId, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(Drawing.table, - columns: Drawing.allCols, - where: "${Drawing.activityIdCol} = ? ", - whereArgs: [activityId], - orderBy: '${Drawing.updatedAtCol} DESC', - limit: 1); - if (maps.length > 0) { - return Drawing.fromMap(maps.first); - } - return null; - } - - Future insert(Drawing drawing, {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - await db.insert(Drawing.table, drawing.toMap()); - return drawing; - } - - Future delete(int id, {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - return await db - .delete(Drawing.table, where: "${Drawing.idCol} = ?", whereArgs: [id]); - } - - Future update(Drawing drawing, {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - return await db.update(Drawing.table, drawing.toMap(), - where: "${Drawing.idCol} = ?", whereArgs: [drawing.id]); - } -} diff --git a/lib/db/dao/home_page_dao.dart b/lib/db/dao/home_page_dao.dart new file mode 100644 index 0000000..0575e21 --- /dev/null +++ b/lib/db/dao/home_page_dao.dart @@ -0,0 +1,35 @@ +import 'dart:async'; +import 'package:sqflite/sqflite.dart'; +import 'package:maui/db/entity/home.dart'; + +import 'package:maui/app_database.dart'; + +class HomeDao { + Future> getHomeTiles({Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + Home.table, + columns: [ + Home.tileIdCol, + Home.typeCol, + Home.typeIdCol, + Home.userIdCol, + ], + ); + if (maps.length > 0) { + return maps.map((el) => new Home.fromMap(el)).toList(growable: true); + } + return null; + } + + Future insertAHomeTile(Home home, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.insert(Home.table, home.toMap()); + } + + Future deleteAHomeTile(Home home, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.delete(Home.table, + where: ''' ${Home.tileIdCol} = ? ''', whereArgs: [home.tileId]); + } +} diff --git a/lib/db/dao/like_dao.dart b/lib/db/dao/like_dao.dart new file mode 100644 index 0000000..4320d34 --- /dev/null +++ b/lib/db/dao/like_dao.dart @@ -0,0 +1,70 @@ +import 'dart:async'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:sqflite/sqflite.dart'; +import 'package:maui/db/entity/like.dart'; + +import 'package:maui/app_database.dart'; + +class LikeDao { + static const Map tableMap = { + TileType.card: 'cardLike', + TileType.drawing: 'tileLike', + TileType.message: 'tileLike' + }; + + Future> getLikesByParentId(String parentId, TileType tileType, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + '${tableMap[tileType]} ${Like.table}, ${User.table}', + columns: Like.allCols, + where: ''' +${Like.table}.${Like.parentIdCol} = ? +AND ${Like.table}.${Like.userIdCol} = ${User.table}.${User.idCol} +''', + whereArgs: [parentId], + orderBy: "${Like.timeStampCol}", + ); + if (maps.length > 0) { + return maps.map((el) => new Like.fromMap(el)).toList(growable: true); + } + return null; + } + + Future getLikeByParentIdAndUserId( + String parentId, String userId, TileType tileType, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + '${tableMap[tileType]} ${Like.table}, ${User.table}', + columns: Like.allCols, + where: ''' +${Like.table}.${Like.parentIdCol} = ? +AND ${Like.table}.${Like.userIdCol} = ? +AND ${Like.table}.${Like.userIdCol} = ${User.table}.${User.idCol} +''', + whereArgs: [parentId, userId]); + if (maps.length > 0) { + return Like.fromMap(maps.first); + } + return null; + } + + Future insert(Like tileLike, TileType tileType, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.insert(tableMap[tileType], tileLike.toMap()); + } + + Future delete(Like tileLike, TileType tileType, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.delete(tableMap[tileType], + where: '${Like.idCol} = ?', whereArgs: [tileLike.id]); + } + + Future update(Like tileLike, TileType tileType, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.update(tableMap[tileType], tileLike.toMap(), + where: '${Like.idCol} = ?', whereArgs: [tileLike.id]); + } +} diff --git a/lib/db/dao/likes_dao.dart b/lib/db/dao/likes_dao.dart new file mode 100644 index 0000000..932609c --- /dev/null +++ b/lib/db/dao/likes_dao.dart @@ -0,0 +1,49 @@ +import 'dart:async'; +import 'package:sqflite/sqflite.dart'; +import 'package:maui/db/entity/likes.dart'; + +import 'package:maui/app_database.dart'; + +class LikesDao { + Future> getLikesByTileId(String tileId, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + Likes.table, + columns: [Likes.tileIdCol, Likes.likedUserIdCol], + where: " ${Likes.tileIdCol} = ? ", + whereArgs: [tileId], + ); + if (maps.length > 0) { + return maps.map((el) => new Likes.fromMap(el)).toList(growable: true); + } + return null; + } + + Future getLikesByTileIdAndLikedUserId( + String tileId, String likedUserId, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + Likes.table, + columns: [Likes.tileIdCol, Likes.likedUserIdCol], + where: " ${Likes.tileIdCol} = ? AND ${Likes.likedUserIdCol} = ? ", + whereArgs: [tileId, likedUserId], + ); + if (maps.length > 0) { + return new Likes.fromMap(maps.first); + } + return null; + } + + Future insertALike(Likes likes, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.insert(Likes.table, likes.toMap()); + } + + Future deleteALike(Likes likes, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.delete(Likes.table, + where: ''' ${Likes.tileIdCol} = ? AND ${Likes.likedUserIdCol} = ? ''', + whereArgs: [likes.tileId, likes.likedUserId]); + } +} diff --git a/lib/db/dao/notif_dao.dart b/lib/db/dao/notif_dao.dart index ec6d5b7..9cb1174 100644 --- a/lib/db/dao/notif_dao.dart +++ b/lib/db/dao/notif_dao.dart @@ -69,11 +69,9 @@ class NotifDao { List maps = await db.query(Notif.table, columns: [Notif.typeCol, 'count(${Notif.typeCol})'], groupBy: '${Notif.typeCol}'); - print('getNotifCountByType: $maps'); Map returnMap = Map(); maps.forEach( (n) => returnMap[n[Notif.typeCol]] = n['count(${Notif.typeCol})']); - print('getNotifCountByType: $returnMap'); return returnMap; } diff --git a/lib/db/dao/quiz_dao.dart b/lib/db/dao/quiz_dao.dart deleted file mode 100644 index 55b3403..0000000 --- a/lib/db/dao/quiz_dao.dart +++ /dev/null @@ -1,40 +0,0 @@ -import 'dart:async'; - -import 'package:maui/app_database.dart'; -import 'package:maui/db/entity/quiz.dart'; -import 'package:sqflite/sqflite.dart'; - -class QuizDao { - Future getQuiz(int id, {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(Quiz.table, - columns: [ - Quiz.idCol, - Quiz.topicIdCol, - Quiz.levelCol, - Quiz.typeCol, - Quiz.contentCol - ], - where: "${Quiz.idCol} = ?", - whereArgs: [id]); - if (maps.length > 0) { - return new Quiz.fromMap(maps.first); - } - return null; - } - - Future> getQuizzesByTopicId(String topicId, {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(Quiz.table, - columns: [ - Quiz.idCol, - Quiz.topicIdCol, - Quiz.levelCol, - Quiz.typeCol, - Quiz.contentCol - ], - where: "${Quiz.topicIdCol} = ?", - whereArgs: [topicId]); - return maps.map((el) => new Quiz.fromMap(el)).toList(); - } -} diff --git a/lib/db/dao/quiz_progress_dao.dart b/lib/db/dao/quiz_progress_dao.dart deleted file mode 100644 index 87372cd..0000000 --- a/lib/db/dao/quiz_progress_dao.dart +++ /dev/null @@ -1,73 +0,0 @@ -import 'dart:async'; -import 'package:maui/app_database.dart'; -import 'package:maui/db/entity/quiz_progress.dart'; -import 'package:sqflite/sqflite.dart'; - -class QuizProgressDao { - Future getScoreSummaryByTopicId(String topicId, {Database db}) async { - print("Topic Id received by Quiz Progress Dao - $topicId"); - db = db ?? await new AppDatabase().getDb(); - - List maxScoreSum = (await db.query(QuizProgress.table, - columns: ['sum(${QuizProgress.maxScoreCol})'], - where: "${QuizProgress.topicIdCol} = ?", - whereArgs: [topicId])); - - List outOfTotalScoreSum = (await db.query(QuizProgress.table, - columns: ['sum(${QuizProgress.outOfTotalCol})'], - where: "${QuizProgress.topicIdCol} = ?", - whereArgs: [topicId])); - - print("Value of maxScoreSum = ${maxScoreSum.first["sum(maxScore)"]}"); - print( - "Value of outOfTotalScoreSum = ${outOfTotalScoreSum.first["sum(outOfTotal)"]}"); - - if (maxScoreSum != null) { - return (maxScoreSum.first["sum(maxScore)"] / - outOfTotalScoreSum.first["sum(outOfTotal)"]); - } else { - return null; - } - } - - Future getQuizProgressByTopicAndQuizId( - String topicId, String quizId, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(QuizProgress.table, - columns: [ - QuizProgress.idCol, - QuizProgress.userIdCol, - QuizProgress.topicIdCol, - QuizProgress.quizIdCol, - QuizProgress.maxScoreCol, - QuizProgress.outOfTotalCol - ], - where: - '''${QuizProgress.topicIdCol} = ? AND ${QuizProgress.quizIdCol} = ?''', - whereArgs: [ - topicId, - quizId - ]); - print("Topic Id received in QuizprogressDao - $topicId"); - if (maps.length > 0) { - return QuizProgress.fromMap(maps.first); - } - return null; - } - - Future insertQuizProgress(QuizProgress quizProgress, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - await db.insert(QuizProgress.table, quizProgress.toMap()); - } - - Future updateQuizProgress(QuizProgress quizProgress, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - await db.update(QuizProgress.table, quizProgress.toMap(), - where: - '''${QuizProgress.topicIdCol} = ? AND ${QuizProgress.quizIdCol} = ?''', - whereArgs: [quizProgress.topicId, quizProgress.quizId]); - } -} diff --git a/lib/db/dao/related_topic_dao.dart b/lib/db/dao/related_topic_dao.dart deleted file mode 100644 index c459ca2..0000000 --- a/lib/db/dao/related_topic_dao.dart +++ /dev/null @@ -1,44 +0,0 @@ -import 'dart:async'; - -import 'package:maui/app_database.dart'; -import 'package:maui/db/entity/related_topic.dart'; -import 'package:maui/db/entity/topic.dart'; -import 'package:sqflite/sqflite.dart'; - -class RelatedTopicDao { - Future> getRelatedTopicsByTopicId(String topicId, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(RelatedTopic.table, - columns: [ - RelatedTopic.topicIdCol, - RelatedTopic.relTopicIdCol, - ], - where: - '${RelatedTopic.topicIdCol} = ? OR ${RelatedTopic.relTopicIdCol} = ?', - whereArgs: [topicId, topicId]); - return maps - .map((el) => new RelatedTopic.fromMap(el)) - .toList(growable: false); - } - - Future> getTopicsByRelatedTopicId(String topicId, - {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = - await db.query('${Topic.table} t, ${RelatedTopic.table} r', columns: [ - 't.${Topic.idCol}', - 't.${Topic.nameCol}', - 't.${Topic.imageCol}', - 't.${Topic.colorCol}' - ], where: ''' - (r.${RelatedTopic.relTopicIdCol} = ? AND r.${RelatedTopic.topicIdCol} = t.${Topic.idCol}) - OR - (r.${RelatedTopic.topicIdCol} = ? AND r.${RelatedTopic.relTopicIdCol} = t.${Topic.idCol}) -''', whereArgs: [ - topicId, - topicId - ]); - return maps.map((el) => new Topic.fromMap(el)).toList(); - } -} diff --git a/lib/db/dao/score_dao.dart b/lib/db/dao/score_dao.dart index d5bfb4a..a3a8e16 100644 --- a/lib/db/dao/score_dao.dart +++ b/lib/db/dao/score_dao.dart @@ -24,7 +24,6 @@ class ScoreDao { Future> getScoreCountByUser(String userId, {Database db}) async { - print('ScoreDao: $userId'); db = db ?? await new AppDatabase().getDb(); List maps = await db.query(Score.table, columns: [Score.gameCol, 'sum(${Score.myScoreCol})'], @@ -32,7 +31,6 @@ class ScoreDao { groupBy: '${Score.gameCol}', whereArgs: [userId]); Map returnMap = Map(); - print('ScoreDao: $maps'); maps.forEach( (n) => returnMap[n[Score.gameCol]] = n['sum(${Score.myScoreCol})']); return returnMap; diff --git a/lib/db/dao/tile_dao.dart b/lib/db/dao/tile_dao.dart new file mode 100644 index 0000000..b016b4b --- /dev/null +++ b/lib/db/dao/tile_dao.dart @@ -0,0 +1,163 @@ +import 'dart:async'; +import 'package:maui/app_database.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:sqflite/sqflite.dart'; +import 'package:flutter/foundation.dart'; + +class TileDao { + Future getTile(String id, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + '${Tile.table}, ${QuackCard.table}, ${User.table}', + columns: Tile.allCols, + where: ''' +${Tile.table}.${Tile.idCol} = ? +AND ${Tile.table}.${Tile.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${Tile.table}.${Tile.userIdCol} = ${User.table}.${User.idCol} +''', + whereArgs: [id]); + if (maps.length > 0) { + return Tile.fromMap(maps.first); + } + return null; + } + + Future getTileByCardIdAndUserId(String cardId, String userId, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = await db.query( + '${Tile.table}, ${QuackCard.table}, ${User.table}', + columns: Tile.allCols, + where: ''' +${Tile.table}.${Tile.cardIdCol} = ? +AND ${Tile.table}.${Tile.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${Tile.table}.${Tile.userIdCol} = ? +AND ${Tile.table}.${Tile.userIdCol} = ${User.table}.${User.idCol} +''', + whereArgs: [cardId, userId]); + if (maps.length > 0) { + return Tile.fromMap(maps.first); + } + return null; + } + + Future> getTilesByCardId(String cardId, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = + await db.query('${Tile.table}, ${QuackCard.table}, ${User.table}', + columns: Tile.allCols, + where: ''' +${Tile.table}.${Tile.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${Tile.table}.${Tile.userIdCol} = ${User.table}.${User.idCol} +AND ${Tile.table}.${Tile.cardIdCol} = ? +''', + orderBy: '${Tile.table}.${Tile.updatedAtCol} DESC', + whereArgs: [cardId]); + return maps.map((el) => new Tile.fromMap(el)).toList(); + } + + Future> getTilesByCardIdAndType(String cardId, TileType type, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = + await db.query('${Tile.table}, ${QuackCard.table}, ${User.table}', + columns: Tile.allCols, + where: ''' +${Tile.table}.${Tile.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${Tile.table}.${Tile.userIdCol} = ${User.table}.${User.idCol} +AND ${Tile.table}.${Tile.cardIdCol} = ? +AND ${Tile.table}.${Tile.typeCol} = ? +''', + orderBy: '${Tile.table}.${Tile.updatedAtCol} DESC', + whereArgs: [cardId, type.index]); + return maps.map((el) => new Tile.fromMap(el)).toList(); + } + + Future> getTilesByCardIdAndUserIdAndType( + String cardId, String userId, TileType type, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = + await db.query('${Tile.table}, ${QuackCard.table}, ${User.table}', + columns: Tile.allCols, + where: ''' +${Tile.table}.${Tile.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${Tile.table}.${Tile.userIdCol} = ${User.table}.${User.idCol} +AND ${Tile.table}.${Tile.cardIdCol} = ? +AND ${Tile.table}.${Tile.userIdCol} = ? +AND ${Tile.table}.${Tile.typeCol} = ? +''', + orderBy: '${Tile.table}.${Tile.updatedAtCol} DESC', + whereArgs: [cardId, userId, type.index]); + return maps.map((el) => new Tile.fromMap(el)).toList(); + } + + Future> getTilesByUserIdAndType(String userId, TileType type, + {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = + await db.query('${Tile.table}, ${QuackCard.table}, ${User.table}', + columns: Tile.allCols, + where: ''' +${Tile.table}.${Tile.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${Tile.table}.${Tile.userIdCol} = ${User.table}.${User.idCol} +AND ${Tile.table}.${Tile.userIdCol} = ? +AND ${Tile.table}.${Tile.typeCol} = ? +''', + whereArgs: [userId, type.index], + orderBy: '${Tile.table}.${Tile.updatedAtCol} DESC'); + return maps.map((el) => new Tile.fromMap(el)).toList(); + } + + Future> getTilesOtherThanDots({Database db}) async { + db = db ?? await new AppDatabase().getDb(); + List maps = + await db.query('${Tile.table}, ${QuackCard.table}, ${User.table}', + where: ''' +${Tile.table}.${Tile.cardIdCol} = ${QuackCard.table}.${QuackCard.idCol} +AND ${Tile.table}.${Tile.userIdCol} = ${User.table}.${User.idCol} +AND ${Tile.table}.${Tile.typeCol} != ? +''', + whereArgs: [TileType.dot.index], + orderBy: '${Tile.table}.${Tile.updatedAtCol} DESC', + limit: 1000, + columns: Tile.allCols); + return maps.map((el) => new Tile.fromMap(el)).toList(); + } + + Future insert(Tile tile, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + await db.insert(Tile.table, tile.toMap()); + return tile; + } + + Future delete(int id, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + return await db + .delete(Tile.table, where: "${Tile.idCol} = ?", whereArgs: [id]); + } + + Future update(Tile tile, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + return await db.update(Tile.table, tile.toMap(), + where: "${Tile.idCol} = ?", whereArgs: [tile.id]); + } + + Future incrementComments(String id, int amount, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + Tile tile = await getTile(id, db: db); + tile.comments = (tile.comments ?? 0) + amount; + await db.update(Tile.table, tile.toMap(), + where: '${Tile.idCol} = ?', whereArgs: [tile.id]); + } + + Future incrementLikes(String id, int amount, {Database db}) async { + db = db ?? await new AppDatabase().getDb(); + Tile tile = await getTile(id, db: db); + tile.likes = (tile.likes ?? 0) + amount; + await db.update(Tile.table, tile.toMap(), + where: '${Tile.idCol} = ?', whereArgs: [tile.id]); + } +} diff --git a/lib/db/dao/topic_dao.dart b/lib/db/dao/topic_dao.dart deleted file mode 100644 index 78b0327..0000000 --- a/lib/db/dao/topic_dao.dart +++ /dev/null @@ -1,46 +0,0 @@ -import 'dart:async'; - -import 'package:maui/app_database.dart'; -import 'package:maui/db/entity/topic.dart'; -import 'package:maui/db/entity/category_topic.dart'; -import 'package:sqflite/sqflite.dart'; - -class TopicDao { - Future getTopic(String id, {Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(Topic.table, - columns: [Topic.idCol, Topic.nameCol, Topic.imageCol, Topic.colorCol], - where: '${Topic.idCol} = ?', - whereArgs: [id]); - if (maps.length > 0) { - return Topic.fromMap(maps.first); - } - return null; - } - - Future> getTopicsForCategoryId(String categoryId, - {Database db}) async { - print("hello the id was in this is...::$categoryId"); - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query( - '${Topic.table} t, ${CategoryTopic.table} c', - columns: [Topic.idCol, Topic.nameCol, Topic.imageCol, Topic.colorCol], - where: ''' -t.${Topic.idCol} = c.${CategoryTopic.topicIdCol} -AND c.${CategoryTopic.categoryIdCol} = ? -''', - whereArgs: [categoryId]); - - print("the data from database is....::$maps"); - return maps.map((el) => new Topic.fromMap(el)).toList(); - } - - Future> getAllTopics({Database db}) async { - db = db ?? await new AppDatabase().getDb(); - List maps = await db.query( - Topic.table, - columns: [Topic.idCol, Topic.nameCol, Topic.imageCol, Topic.colorCol], - ); - return maps.map((el) => new Topic.fromMap(el)).toList(); - } -} diff --git a/lib/db/dao/user_dao.dart b/lib/db/dao/user_dao.dart index 36c8ce1..2a6ae24 100644 --- a/lib/db/dao/user_dao.dart +++ b/lib/db/dao/user_dao.dart @@ -8,16 +8,7 @@ class UserDao { Future getUser(String id, {Database db}) async { db = db ?? await new AppDatabase().getDb(); List maps = await db.query(User.table, - columns: [ - User.columnId, - User.columnDeviceId, - User.columnName, - User.columnColor, - User.columnImage, - User.columnCurrentLessonId - ], - where: "${User.columnId} = ?", - whereArgs: [id]); + columns: User.allCols, where: "${User.idCol} = ?", whereArgs: [id]); if (maps.length > 0) { return new User.fromMap(maps.first); } @@ -27,15 +18,8 @@ class UserDao { Future> getUsersByDeviceId(String deviceId, {Database db}) async { db = db ?? await new AppDatabase().getDb(); List maps = await db.query(User.table, - columns: [ - User.columnId, - User.columnDeviceId, - User.columnName, - User.columnColor, - User.columnImage, - User.columnCurrentLessonId - ], - where: "${User.columnDeviceId} = ?", + columns: User.allCols, + where: "${User.deviceIdCol} = ?", whereArgs: [deviceId]); return maps.map((userMap) => new User.fromMap(userMap)).toList(); } @@ -44,29 +28,15 @@ class UserDao { {Database db}) async { db = db ?? await new AppDatabase().getDb(); List maps = await db.query(User.table, - columns: [ - User.columnId, - User.columnDeviceId, - User.columnName, - User.columnColor, - User.columnImage, - User.columnCurrentLessonId - ], - where: "${User.columnDeviceId} != ?", + columns: User.allCols, + where: "${User.deviceIdCol} != ?", whereArgs: [deviceId]); return maps.map((userMap) => new User.fromMap(userMap)).toList(); } Future> getUsers({Database db}) async { db = db ?? await new AppDatabase().getDb(); - List maps = await db.query(User.table, columns: [ - User.columnId, - User.columnDeviceId, - User.columnName, - User.columnColor, - User.columnImage, - User.columnCurrentLessonId - ]); + List maps = await db.query(User.table, columns: User.allCols); return maps.map((userMap) => new User.fromMap(userMap)).toList(); } @@ -79,12 +49,12 @@ class UserDao { Future delete(int id, {Database db}) async { db = db ?? await new AppDatabase().getDb(); return await db - .delete(User.table, where: "${User.columnId} = ?", whereArgs: [id]); + .delete(User.table, where: "${User.idCol} = ?", whereArgs: [id]); } Future update(User user, {Database db}) async { db = db ?? await new AppDatabase().getDb(); return await db.update(User.table, user.toMap(), - where: "${User.columnId} = ?", whereArgs: [user.id]); + where: "${User.idCol} = ?", whereArgs: [user.id]); } } diff --git a/lib/db/entity/activity.dart b/lib/db/entity/activity.dart deleted file mode 100644 index b3ab8cd..0000000 --- a/lib/db/entity/activity.dart +++ /dev/null @@ -1,83 +0,0 @@ -class Activity { - static const table = 'activity'; - static const idCol = 'id'; - static const topicIdCol = 'topicId'; - static const textCol = 'text'; - static const stickerPackCol = 'stickerPack'; - static const serialCol = 'serial'; - static const imageCol = 'image'; - static const audioCol = 'audio'; - static const videoCol = 'video'; - String id; - String topicId; - String text; - String stickerPack; - int serial; - String image; - String audio; - String video; - - Activity( - {this.id, - this.topicId, - this.text, - this.stickerPack, - this.serial, - this.image, - this.audio, - this.video}); - - Map toMap() { - return { - idCol: id, - topicIdCol: topicId, - textCol: text, - stickerPackCol: stickerPack, - serialCol: serial, - imageCol: image, - audioCol: audio, - videoCol: video - }; - } - - Activity.fromMap(Map map) - : this( - id: map[idCol], - topicId: map[topicIdCol], - text: map[textCol], - stickerPack: map[stickerPackCol], - serial: map[serialCol], - image: map[imageCol], - audio: map[audioCol], - video: map[videoCol]); - - @override - int get hashCode => - id.hashCode ^ - topicId.hashCode ^ - text.hashCode ^ - stickerPack.hashCode ^ - serial.hashCode ^ - image.hashCode ^ - audio.hashCode ^ - video.hashCode; - - @override - bool operator ==(Object other) => - identical(this, other) || - other is Activity && - runtimeType == other.runtimeType && - id == other.id && - topicId == other.topicId && - text == other.text && - stickerPack == other.stickerPack && - serial == other.serial && - image == other.image && - audio == other.audio && - video == other.video; - - @override - String toString() { - return 'Activity{id: $id, topicId: $topicId, serial: $serial, stickerPack: $stickerPack,image: $image,audio: $audio,video:$video}'; - } -} diff --git a/lib/db/entity/activity_template.dart b/lib/db/entity/activity_template.dart deleted file mode 100644 index fd54780..0000000 --- a/lib/db/entity/activity_template.dart +++ /dev/null @@ -1,36 +0,0 @@ -class ActivityTemplate { - static const table = 'activityTemplate'; - static const activityIdCol = 'activityId'; - static const imageCol = 'image'; - - String activityId; - String image; - - ActivityTemplate({this.activityId, this.image}); - Map toMap() { - return {activityIdCol: activityId, imageCol: image}; - } - - ActivityTemplate.fromMap(Map map) - : this( - activityId: map[activityIdCol], - image: map[imageCol], - ); - - @override - int get hashCode => activityId.hashCode ^ image.hashCode; - - @override - bool operator ==(Object other) => - identical(this, other) || - other is ActivityTemplate && - runtimeType == other.runtimeType && - activityId == other.activityId && - image == other.image; - - @override - String toString() { - print("hello in this its comming database11 here"); - return '{id: $activityId, imageCol: $image}'; - } -} diff --git a/lib/db/entity/activity_topic.dart b/lib/db/entity/activity_topic.dart deleted file mode 100644 index d93c877..0000000 --- a/lib/db/entity/activity_topic.dart +++ /dev/null @@ -1,32 +0,0 @@ -class ActivityTopic { - static const table = 'activityTopic'; - static const activityIdCol = 'activityId'; - static const topicIdCol = 'topicId'; - - String activityId; - String topicId; - - ActivityTopic({this.activityId, this.topicId}); - - Map toMap() { - return {activityIdCol: activityId, topicIdCol: topicId}; - } - - ActivityTopic.fromMap(Map map) - : this(activityId: map[activityIdCol], topicId: map[topicIdCol]); - - @override - int get hashCode => activityIdCol.hashCode ^ topicIdCol.hashCode; - - @override - bool operator ==(Object other) => - identical(this, other) || - other is ActivityTopic && - runtimeType == other.runtimeType && - activityId == other.activityId && - topicId == other.topicId; - @override - String toString() { - return 'ActivityTopic{id: $activityId, name: $topicId}'; - } -} diff --git a/lib/db/entity/article.dart b/lib/db/entity/article.dart deleted file mode 100644 index df088b6..0000000 --- a/lib/db/entity/article.dart +++ /dev/null @@ -1,84 +0,0 @@ -class Article { - static const table = 'article'; - static const idCol = 'id'; - static const nameCol = 'name'; - static const topicIdCol = 'topicId'; - static const serialCol = 'serial'; - static const videoCol = 'video'; - static const audioCol = 'audio'; - static const imageCol = 'image'; - static const textCol = 'text'; - - String id; - String name; - String topicId; - int serial; - String video; - String audio; - String image; - String text; - - Article( - {this.id, - this.name, - this.topicId, - this.serial, - this.video, - this.audio, - this.image, - this.text}); - - Map toMap() { - return { - idCol: id, - nameCol: name, - topicIdCol: topicId, - serialCol: serial, - videoCol: video, - audioCol: audio, - imageCol: image, - textCol: text - }; - } - - Article.fromMap(Map map) - : this( - id: map[idCol], - name: map[nameCol], - topicId: map[topicIdCol], - serial: map[serialCol], - video: map[videoCol], - audio: map[audioCol], - image: map[imageCol], - text: map[textCol]); - - @override - int get hashCode => - id.hashCode ^ - name.hashCode ^ - topicId.hashCode ^ - serial.hashCode ^ - video.hashCode ^ - audio.hashCode ^ - image.hashCode ^ - text.hashCode; - - @override - bool operator ==(Object other) => - identical(this, other) || - other is Article && - runtimeType == other.runtimeType && - id == other.id && - name == other.name && - topicId == other.topicId && - serial == other.serial && - video == other.video && - audio == other.audio && - image == other.image && - text == other.text; - - @override - String toString() { - return 'Article{id: $id, name: $name, topicId: $topicId,serial: $serial,video: $video,audio: $audio,image: $image, text: $text}'; - } -} diff --git a/lib/db/entity/card_extra.dart b/lib/db/entity/card_extra.dart new file mode 100644 index 0000000..0918a73 --- /dev/null +++ b/lib/db/entity/card_extra.dart @@ -0,0 +1,77 @@ +enum CardExtraType { choice, answer, template } + +class CardExtra { + static const table = 'cardExtra'; + static const cardIdCol = 'cardId'; + static const typeCol = 'type'; + static const serialCol = 'serial'; + static const contentCol = 'content'; + static const contentAudioCol = 'contentAudio'; + + String cardId; + CardExtraType type; + int serial; + String content; + String contentAudio; + + static const allCols = [ + cardIdCol, + typeCol, + serialCol, + contentCol, + contentAudioCol + ]; + + static const allPrefixedCols = [ + '$table.$cardIdCol', + '$table.$typeCol', + '$table.$serialCol', + '$table.$contentCol', + '$table.$contentAudioCol' + ]; + + CardExtra( + {this.cardId, this.type, this.serial, this.content, this.contentAudio}); + + Map toMap() { + return { + cardIdCol: cardId, + typeCol: type.index, + serialCol: serial, + contentCol: content, + contentAudioCol: contentAudio + }; + } + + CardExtra.fromMap(Map map) + : this( + cardId: map[cardIdCol], + type: CardExtraType.values[map[typeCol]], + serial: map[serialCol], + content: map[contentCol], + contentAudio: map[contentAudioCol]); + + @override + int get hashCode => + cardId.hashCode ^ + type.hashCode ^ + serial.hashCode ^ + content.hashCode ^ + contentAudio.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is CardExtra && + runtimeType == other.runtimeType && + cardId == other.cardId && + type == other.type && + serial == other.serial && + content == other.content && + contentAudio == other.contentAudio; + + @override + String toString() { + return 'Card{cardId: $cardId, type: $type, serial: $serial, content: $content,contentAudio: $contentAudio}'; + } +} diff --git a/lib/db/entity/card_progress.dart b/lib/db/entity/card_progress.dart new file mode 100644 index 0000000..1dcf7f2 --- /dev/null +++ b/lib/db/entity/card_progress.dart @@ -0,0 +1,79 @@ +class CardProgress { + static const table = 'cardProgress'; + static const userIdCol = 'userId'; + static const cardIdCol = 'cardId'; + static const updatedAtCol = 'updatedAt'; + static const maxScoreCol = 'maxScore'; + static const outOfTotalCol = 'outOfTotal'; + + static const allCols = [ + userIdCol, + cardIdCol, + updatedAtCol, + maxScoreCol, + outOfTotalCol + ]; + + static const allPrefixedCols = [ + '$table.$userIdCol', + '$table.$cardIdCol', + '$table.$updatedAtCol', + '$table.$maxScoreCol', + '$table.$outOfTotalCol' + ]; + + String userId; + String cardId; + DateTime updatedAt; + int maxScore; + int outOfTotal; + + CardProgress( + {this.userId, + this.cardId, + this.updatedAt, + this.maxScore, + this.outOfTotal}); + + Map toMap() { + return { + userIdCol: userId, + cardIdCol: cardId, + updatedAtCol: updatedAt.millisecondsSinceEpoch, + maxScoreCol: maxScore, + outOfTotalCol: outOfTotal + }; + } + + CardProgress.fromMap(Map map) + : this( + userId: map[userIdCol], + cardId: map[cardIdCol], + updatedAt: DateTime.fromMillisecondsSinceEpoch(map[updatedAtCol]), + maxScore: map[maxScoreCol], + outOfTotal: map[outOfTotalCol]); + + @override + int get hashCode => + userId.hashCode ^ + cardId.hashCode ^ + updatedAt.hashCode ^ + maxScore.hashCode ^ + outOfTotal.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is CardProgress && + runtimeType == other.runtimeType && + userId == other.userId && + cardId == other.cardId && + updatedAt == other.updatedAt && + maxScore == other.maxScore && + outOfTotal == other.outOfTotal; + + @override + String toString() { + return 'QuizProgresss{userId: $userId, cardId: $cardId, updatedAt: $updatedAt, maxScore: $maxScore, outOfTotal: $outOfTotal}'; + } +} diff --git a/lib/db/entity/collection.dart b/lib/db/entity/collection.dart new file mode 100644 index 0000000..f25ed2c --- /dev/null +++ b/lib/db/entity/collection.dart @@ -0,0 +1,47 @@ +class Collection { + static const table = 'collection'; + + static const idCol = '${table}.id'; + static const cardIdCol = '${table}.cardId'; + static const serialCol = '${table}.serial'; + + static const idSel = '${table}_id'; + static const cardIdSel = '${table}_cardId'; + static const serialSel = '${table}_serial'; + + String id; + String cardId; + int serial; + + static const allCols = [ + '$idCol AS $idSel', + '$cardIdCol AS $cardIdSel', + '$serialCol AS $serialSel' + ]; + + Collection({this.id, this.cardId, this.serial}); + + Map toMap() { + return {idCol: id, cardIdCol: cardId, serialCol: serial}; + } + + Collection.fromMap(Map map) + : this(id: map[idCol], cardId: map[cardIdCol], serial: map[serialCol]); + + @override + int get hashCode => id.hashCode ^ cardId.hashCode ^ serial.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is Collection && + runtimeType == other.runtimeType && + id == other.id && + cardId == other.cardId && + serial == other.serial; + + @override + String toString() { + return 'Collection{id: $id, cardId: $cardId, serial: $serial}'; + } +} diff --git a/lib/db/entity/comment.dart b/lib/db/entity/comment.dart new file mode 100644 index 0000000..198e143 --- /dev/null +++ b/lib/db/entity/comment.dart @@ -0,0 +1,92 @@ +import 'package:maui/db/entity/user.dart'; + +class Comment { + static const table = 'comment'; + + static const idCol = 'id'; + static const parentIdCol = 'parentId'; + static const commentCol = 'comment'; + static const timeStampCol = 'timeStamp'; + static const userIdCol = 'userId'; + + static const idSel = '${table}_id'; + static const parentIdSel = '${table}_parentId'; + static const commentSel = '${table}_comment'; + static const timeStampSel = '${table}_timeStamp'; + static const userIdSel = '${table}_userId'; + + static const List allCols = [ + '$table.$idCol AS $idSel', + '$table.$parentIdCol AS $parentIdSel', + '$table.$commentCol AS $commentSel', + '$table.$timeStampCol AS $timeStampSel', + '$table.$userIdCol AS $userIdSel', + '${User.table}.${User.idCol} AS ${User.idSel}', + '${User.table}.${User.deviceIdCol} AS ${User.deviceIdSel}', + '${User.table}.${User.nameCol} AS ${User.nameSel}', + '${User.table}.${User.colorCol} AS ${User.colorSel}', + '${User.table}.${User.imageCol} AS ${User.imageSel}', + '${User.table}.${User.pointsCol} AS ${User.pointsSel}', + '${User.table}.${User.currentLessonIdCol} AS ${User.currentLessonIdSel}' + ]; + + String id; + String parentId; + String comment; + DateTime timeStamp; + String userId; + User user; + + Comment( + {this.id, + this.parentId, + this.comment, + this.timeStamp, + this.userId, + this.user}); + + Map toMap() { + return { + idCol: id, + parentIdCol: parentId, + commentCol: comment, + timeStampCol: timeStamp.millisecondsSinceEpoch, + userIdCol: userId, + }; + } + + Comment.fromMap(Map map) + : this( + id: map[idSel], + parentId: map[parentIdSel], + comment: map[commentSel], + timeStamp: DateTime.fromMicrosecondsSinceEpoch(map[timeStampSel]), + userId: map[userIdSel], + user: User.fromMap(map)); + + @override + int get hashCode => + id.hashCode ^ + parentId.hashCode ^ + comment.hashCode ^ + timeStamp.hashCode ^ + userId.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is Comment && + runtimeType == other.runtimeType && + id == other.id && + parentId == other.parentId && + comment == other.comment && + timeStamp == other.timeStamp && + userId == other.userId; + + @override + String toString() { + return '''TileComment{id: $id, parentId: $parentId, comment: $comment, timeStamp: $timeStamp, userId: $userId} +user: $user +'''; + } +} diff --git a/lib/db/entity/comments.dart b/lib/db/entity/comments.dart new file mode 100644 index 0000000..6d1bb0c --- /dev/null +++ b/lib/db/entity/comments.dart @@ -0,0 +1,58 @@ +class Comments { + static const table = 'comments'; + static const tileIdCol = 'tileId'; + static const commentCol = 'comment'; + static const timeStampCol = 'timeStamp'; + static const commentingUserIdCol = 'commentingUserId'; + + String tileId; + String comment; + String timeStamp; + String commentingUserId; + + Comments({ + this.tileId, + this.comment, + this.timeStamp, + this.commentingUserId, + }); + + Map toMap() { + return { + tileIdCol: tileId, + commentCol: comment, + timeStampCol: timeStamp, + commentingUserIdCol: commentingUserId, + }; + } + + Comments.fromMap(Map map) + : this( + tileId: map[tileIdCol], + comment: map[commentCol], + timeStamp: map[timeStampCol], + commentingUserId: map[commentingUserIdCol], + ); + + @override + int get hashCode => + tileId.hashCode ^ + comment.hashCode ^ + timeStamp.hashCode ^ + commentingUserId.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is Comments && + runtimeType == other.runtimeType && + tileId == other.tileId && + comment == other.comment && + timeStamp == other.timeStamp && + commentingUserId == other.commentingUserId; + + @override + String toString() { + return 'Comments{tileId: $tileId, comment: $comment, timeStamp: $timeStamp, commentingUserId: $commentingUserId}'; + } +} diff --git a/lib/db/entity/drawing.dart b/lib/db/entity/drawing.dart deleted file mode 100644 index 3db6225..0000000 --- a/lib/db/entity/drawing.dart +++ /dev/null @@ -1,87 +0,0 @@ -class Drawing { - static const table = 'drawing'; - static const idCol = 'id'; - static const activityIdCol = 'activityId'; - static const jsonCol = 'json'; - static const thumbnailImageCol = 'thumbnailImage'; - static const createdAtCol = 'createdAt'; - static const userIdCol = 'userId'; - static const updatedAtCol = 'updatedAt'; - - static const allCols = [ - idCol, - activityIdCol, - jsonCol, - thumbnailImageCol, - userIdCol, - createdAtCol, - updatedAtCol - ]; - - String id; - String activityId; - String json; - String thumbnailImage; - String userId; - DateTime createdAt; - DateTime updatedAt; - - Drawing( - {this.id, - this.activityId, - this.json, - this.thumbnailImage, - this.createdAt, - this.userId, - this.updatedAt}); - - Map toMap() { - return { - idCol: id, - activityIdCol: activityId, - jsonCol: json, - thumbnailImageCol: thumbnailImage, - userIdCol: userId, - createdAtCol: createdAt.millisecondsSinceEpoch, - updatedAtCol: updatedAt.millisecondsSinceEpoch - }; - } - - Drawing.fromMap(Map map) - : this( - id: map[idCol], - activityId: map[activityIdCol], - json: map[jsonCol], - thumbnailImage: map[thumbnailImageCol], - userId: map[userIdCol], - createdAt: DateTime.fromMillisecondsSinceEpoch(map[createdAtCol]), - updatedAt: DateTime.fromMillisecondsSinceEpoch(map[updatedAtCol])); - - @override - int get hashCode => - id.hashCode ^ - activityId.hashCode ^ - json.hashCode ^ - thumbnailImage.hashCode ^ - userId.hashCode ^ - createdAt.hashCode ^ - updatedAt.hashCode; - - @override - bool operator ==(Object other) => - identical(this, other) || - other is Drawing && - runtimeType == other.runtimeType && - id == other.id && - activityId == other.activityId && - json == other.json && - thumbnailImage == other.thumbnailImage && - userId == other.userId && - createdAt == other.createdAt && - updatedAt == other.updatedAt; - - @override - String toString() { - return 'Drawing{id: $id, activityId: $activityId, json: $json, thumbnailImage: $thumbnailImage, userId: $userId, createdAt: $createdAt, updatedAt: $updatedAt}'; - } -} diff --git a/lib/db/entity/home.dart b/lib/db/entity/home.dart new file mode 100644 index 0000000..e442c0d --- /dev/null +++ b/lib/db/entity/home.dart @@ -0,0 +1,49 @@ +class Home { + static const table = 'home'; + static const userIdCol = 'userId'; + static const typeCol = 'type'; + static const typeIdCol = 'typeId'; + static const tileIdCol = 'tileId'; + + String userId; + String type; + String typeId; + String tileId; + + Home({this.userId, this.typeId, this.type, this.tileId}); + + Map toMap() { + return { + userIdCol: userId, + tileIdCol: tileId, + typeCol: type, + typeIdCol: typeId, + }; + } + + Home.fromMap(Map map) + : this( + userId: map[userIdCol], + type: map[typeCol], + typeId: map[typeIdCol], + tileId: map[tileIdCol]); + + @override + int get hashCode => + userId.hashCode ^ type.hashCode ^ typeId.hashCode ^ tileId.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is Home && + runtimeType == other.runtimeType && + userId == other.userId && + tileId == other.tileId && + type == other.type && + typeId == other.typeId; + + @override + String toString() { + return 'Home{userId: $userId, tileId: $tileId, type: $type , typeId: $typeId}'; + } +} diff --git a/lib/db/entity/like.dart b/lib/db/entity/like.dart new file mode 100644 index 0000000..4648ad8 --- /dev/null +++ b/lib/db/entity/like.dart @@ -0,0 +1,92 @@ +import 'package:maui/db/entity/user.dart'; + +class Like { + static const table = 'comment'; + + static const idCol = 'id'; + static const parentIdCol = 'parentId'; + static const typeCol = 'type'; + static const timeStampCol = 'timeStamp'; + static const userIdCol = 'userId'; + + static const idSel = '${table}_id'; + static const parentIdSel = '${table}_parentId'; + static const typeSel = '${table}_type'; + static const timeStampSel = '${table}_timeStamp'; + static const userIdSel = '${table}_userId'; + + static const List allCols = [ + '$table.$idCol AS $idSel', + '$table.$parentIdCol AS $parentIdSel', + '$table.$typeCol AS $typeSel', + '$table.$timeStampCol AS $timeStampSel', + '$table.$userIdCol AS $userIdSel', + '${User.table}.${User.idCol} AS ${User.idSel}', + '${User.table}.${User.deviceIdCol} AS ${User.deviceIdSel}', + '${User.table}.${User.nameCol} AS ${User.nameSel}', + '${User.table}.${User.colorCol} AS ${User.colorSel}', + '${User.table}.${User.imageCol} AS ${User.imageSel}', + '${User.table}.${User.pointsCol} AS ${User.pointsSel}', + '${User.table}.${User.currentLessonIdCol} AS ${User.currentLessonIdSel}' + ]; + + String id; + String parentId; + int type; + DateTime timeStamp; + String userId; + User user; + + Like( + {this.id, + this.parentId, + this.type, + this.timeStamp, + this.userId, + this.user}); + + Map toMap() { + return { + idCol: id, + parentIdCol: parentId, + typeCol: type, + timeStampCol: timeStamp.millisecondsSinceEpoch, + userIdCol: userId, + }; + } + + Like.fromMap(Map map) + : this( + id: map[idSel], + parentId: map[parentIdSel], + type: map[typeSel], + timeStamp: DateTime.fromMicrosecondsSinceEpoch(map[timeStampSel]), + userId: map[userIdSel], + user: User.fromMap(map)); + + @override + int get hashCode => + id.hashCode ^ + parentId.hashCode ^ + type.hashCode ^ + timeStamp.hashCode ^ + userId.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is Like && + runtimeType == other.runtimeType && + id == other.id && + parentId == other.parentId && + type == other.type && + timeStamp == other.timeStamp && + userId == other.userId; + + @override + String toString() { + return '''Like{id: $id, parentId: $parentId, type: $type, timeStamp: $timeStamp, userId: $userId} +user: $user +'''; + } +} diff --git a/lib/db/entity/likes.dart b/lib/db/entity/likes.dart new file mode 100644 index 0000000..c88a087 --- /dev/null +++ b/lib/db/entity/likes.dart @@ -0,0 +1,42 @@ +class Likes { + static const table = 'likes'; + static const tileIdCol = 'tileId'; + static const likedUserIdCol = 'likedUserId'; + + String tileId; + String likedUserId; + + Likes({ + this.tileId, + this.likedUserId, + }); + + Map toMap() { + return { + tileIdCol: tileId, + likedUserIdCol: likedUserId, + }; + } + + Likes.fromMap(Map map) + : this( + tileId: map[tileIdCol], + likedUserId: map[likedUserIdCol], + ); + + @override + int get hashCode => tileId.hashCode ^ likedUserId.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is Likes && + runtimeType == other.runtimeType && + tileId == other.tileId && + likedUserId == other.likedUserId; + + @override + String toString() { + return 'Likes{tileId: $tileId, likedUserId: $likedUserId}'; + } +} diff --git a/lib/db/entity/quack_card.dart b/lib/db/entity/quack_card.dart new file mode 100644 index 0000000..76d669c --- /dev/null +++ b/lib/db/entity/quack_card.dart @@ -0,0 +1,132 @@ +import 'dart:ui'; + +import 'package:flutter/material.dart'; + +enum CardType { question, activity, concept, knowledge } + +class QuackCard { + static const table = 'card'; + + static const idCol = 'id'; + static const typeCol = 'type'; + static const titleCol = 'title'; + static const titleAudioCol = 'titleAudio'; + static const headerCol = 'header'; + static const contentCol = 'content'; + static const contentAudioCol = 'contentAudio'; + static const optionCol = 'option'; + static const likesCol = 'likes'; + static const commentsCol = 'comments'; + + static const idSel = '${table}_id'; + static const typeSel = '${table}_type'; + static const titleSel = '${table}_title'; + static const titleAudioSel = '${table}_titleAudio'; + static const headerSel = '${table}_header'; + static const contentSel = '${table}_content'; + static const contentAudioSel = '${table}_contentAudio'; + static const optionSel = '${table}_option'; + static const likesSel = '${table}_likes'; + static const commentsSel = '${table}_comments'; + + String id; + CardType type; + String title; + String titleAudio; + String header; + String content; + String contentAudio; + String option; + int likes; + int comments; + + static const allCols = [ + '${table}.$idCol AS $idSel', + '${table}.$typeCol AS $typeSel', + '${table}.$titleCol AS $titleSel', + '${table}.$titleAudioCol AS $titleAudioSel', + '${table}.$headerCol AS $headerSel', + '${table}.$contentCol AS $contentSel', + '${table}.$contentAudioCol AS $contentAudioSel', + '${table}.$optionCol AS $optionSel', + '${table}.$likesCol AS $likesSel', + '${table}.$commentsCol AS $commentsSel' + ]; + + QuackCard( + {this.id, + this.type, + this.title, + this.titleAudio, + this.header, + this.content, + this.contentAudio, + this.option, + this.likes, + this.comments}); + + Map toMap() { + return { + idCol: id, + typeCol: type.index, + titleCol: title, + titleAudioCol: titleAudio, + headerCol: header, + contentCol: content, + contentAudioCol: contentAudio, + optionCol: option, + likesCol: likes, + commentsCol: comments + }; + } + + QuackCard.fromMap(Map map) + : this( + id: map[idSel], + type: CardType.values[map[typeSel]], + title: map[titleSel], + titleAudio: map[titleAudioSel], + header: map[headerSel], + content: map[contentSel], + contentAudio: map[contentAudioSel], + option: map[optionSel], + likes: map[likesSel], + comments: map[commentsSel]); + + @override + int get hashCode => + id.hashCode ^ + type.hashCode ^ + title.hashCode ^ + titleAudio.hashCode ^ + header.hashCode ^ + content.hashCode ^ + contentAudio.hashCode ^ + option.hashCode ^ + likes.hashCode ^ + comments.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is QuackCard && + runtimeType == other.runtimeType && + id == other.id && + type == other.type && + title == other.title && + titleAudio == other.titleAudio && + header == other.header && + content == other.content && + contentAudio == other.contentAudio && + option == other.option && + likes == other.likes && + comments == other.comments; + + @override + String toString() { + return 'Card{id: $id, title: $title, titleAudio: $titleAudio, header: $header,content: $content,contentAudio: $contentAudio,option: $option, likes: $likes, comments: $comments}'; + } + + Color get backgroundColor => + Color(int.tryParse(option ?? 'ffccccff', radix: 16)) ?? Color(0xffccccff); +} diff --git a/lib/db/entity/quiz.dart b/lib/db/entity/quiz.dart index 3c17f1e..acb0664 100644 --- a/lib/db/entity/quiz.dart +++ b/lib/db/entity/quiz.dart @@ -1,76 +1,67 @@ -enum QuizType { - unknown, - multipleChoice, - trueOrFalse, - matchTheFollowing, - grouping, - sequence -} +enum QuizType { oneAtATime, many, pair, open } -class Quiz { - static const table = 'quiz'; - static const idCol = 'id'; - static const topicIdCol = 'topicId'; - static const levelCol = 'level'; - static const typeCol = 'type'; - static const contentCol = 'content'; +final quizTypeMap = { + 'oneAtATime': QuizType.oneAtATime, + 'many': QuizType.many, + 'pair': QuizType.pair, + 'open': QuizType.open +}; +class Quiz { String id; - String topicId; - int level; - String type; - String content; - - Quiz({this.id, this.topicId, this.level, this.type, this.content}); + QuizType type; + String question; + String questionAudio; + String header; + List answers; + List answerAudios; + List choices; + List choiceAudios; + Map quizInputs; - Map toMap() { - return { - idCol: id, - topicIdCol: topicId, - levelCol: level, - typeCol: type, - contentCol: content - }; - } - - Quiz.fromMap(Map map) - : this( - id: map[idCol], - topicId: map[topicIdCol], - level: map[levelCol], - type: map[typeCol], - content: map[contentCol]); + Quiz( + {this.id, + this.type, + this.question, + this.questionAudio, + this.header, + this.answers, + this.answerAudios, + this.choices, + this.choiceAudios, + this.quizInputs}); @override int get hashCode => id.hashCode ^ - topicId.hashCode ^ - level.hashCode ^ type.hashCode ^ - content.hashCode; + question.hashCode ^ + questionAudio.hashCode ^ + header.hashCode ^ + answers.hashCode ^ + answerAudios.hashCode ^ + choices.hashCode ^ + choiceAudios.hashCode ^ + quizInputs.hashCode; @override - bool operator ==(Object other) => + bool operator ==(other) => identical(this, other) || other is Quiz && runtimeType == other.runtimeType && id == other.id && - topicId == other.topicId && - level == other.level && type == other.type && - content == other.content; + question == other.question && + questionAudio == other.questionAudio && + header == other.header && + answers == other.answers && + answerAudios == other.answerAudios && + choices == other.choices && + choiceAudios == other.choiceAudios && + quizInputs == other.quizInputs; @override String toString() { - return 'Quiz{id: $id, topicId: $topicId, level: $level, type: $type, content: $content}'; - } - - QuizType get quizType { - if (type == 'multipleChoice') return QuizType.multipleChoice; - if (type == 'trueOrFalse') return QuizType.trueOrFalse; - if (type == 'matchTheFollowing') return QuizType.matchTheFollowing; - if (type == 'grouping') return QuizType.grouping; - if (type == 'sequence') return QuizType.sequence; - return QuizType.unknown; + return 'Quiz{id: $id, type: $type, question: $question, questionAudio: $questionAudio, header: $header,answers: $answers,answerAudios: $answerAudios,choiceAudios: $choiceAudios, quizInputs: $quizInputs}'; } } diff --git a/lib/db/entity/quiz_progress.dart b/lib/db/entity/quiz_progress.dart deleted file mode 100644 index de588a5..0000000 --- a/lib/db/entity/quiz_progress.dart +++ /dev/null @@ -1,70 +0,0 @@ -class QuizProgress { - static const table = 'quizProgress'; - static const idCol = 'id'; - static const userIdCol = 'userId'; - static const topicIdCol = 'topicId'; - static const quizIdCol = 'quizId'; - static const maxScoreCol = 'maxScore'; - static const outOfTotalCol = 'outOfTotal'; - - String id; - String userId; - String topicId; - String quizId; - int maxScore; - int outOfTotal; - - QuizProgress( - {this.id, - this.userId, - this.topicId, - this.quizId, - this.maxScore, - this.outOfTotal}); - - Map toMap() { - return { - idCol: id, - userIdCol: userId, - topicIdCol: topicId, - quizIdCol: quizId, - maxScoreCol: maxScore, - outOfTotalCol: outOfTotal - }; - } - - QuizProgress.fromMap(Map map) - : this( - id: map[idCol], - userId: map[userIdCol], - topicId: map[topicIdCol], - quizId: map[quizIdCol], - maxScore: map[maxScoreCol], - outOfTotal: map[outOfTotalCol]); - - @override - int get hashCode => - id.hashCode ^ - userId.hashCode ^ - topicId.hashCode ^ - quizId.hashCode ^ - maxScore.hashCode ^ - outOfTotal.hashCode; - - @override - bool operator ==(Object other) => - identical(this, other) || - other is QuizProgress && - runtimeType == other.runtimeType && - id == other.id && - userId == other.userId && - topicId == other.topicId && - quizId == other.quizId && - maxScore == other.maxScore && - outOfTotal == other.outOfTotal; - - @override - String toString() { - return 'QuizProgresss{id: $id, userId: $userId, topicId: $topicId, quizId: $quizId, maxScore: $maxScore, outOfTotal: $outOfTotal}'; - } -} diff --git a/lib/db/entity/related_topic.dart b/lib/db/entity/related_topic.dart deleted file mode 100644 index 889a0b1..0000000 --- a/lib/db/entity/related_topic.dart +++ /dev/null @@ -1,33 +0,0 @@ -class RelatedTopic { - static const table = 'relatedTopic'; - static const topicIdCol = 'topicId'; - static const relTopicIdCol = 'relatedTopicId'; - - String topicId; - String relatedTopicId; - - RelatedTopic({this.topicId, this.relatedTopicId}); - - Map toMap() { - return {topicIdCol: topicId, relTopicIdCol: relatedTopicId}; - } - - RelatedTopic.fromMap(Map map) - : this(topicId: map[topicIdCol], relatedTopicId: map[relTopicIdCol]); - - @override - int get hashCode => topicId.hashCode ^ relatedTopicId.hashCode; - - @override - bool operator ==(Object other) => - identical(this, other) || - other is RelatedTopic && - runtimeType == other.runtimeType && - topicId == other.topicId && - relatedTopicId == other.relatedTopicId; - - @override - String toString() { - return 'RelatedTopic{topicId: $topicId, relatedTopicId: $relatedTopicId}'; - } -} diff --git a/lib/db/entity/tile.dart b/lib/db/entity/tile.dart new file mode 100644 index 0000000..8d9ca7b --- /dev/null +++ b/lib/db/entity/tile.dart @@ -0,0 +1,139 @@ +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/user.dart'; + +enum TileType { drawing, card, message, dot } + +class Tile { + static const table = 'tile'; + + static const idCol = 'id'; + static const cardIdCol = 'cardId'; + static const contentCol = 'content'; + static const typeCol = 'type'; + static const likesCol = 'likes'; + static const commentsCol = 'comments'; + static const userIdCol = 'userId'; + static const updatedAtCol = 'updatedAt'; + + static const idSel = '${table}_id'; + static const cardIdSel = '${table}_cardId'; + static const contentSel = '${table}_content'; + static const typeSel = '${table}_type'; + static const likesSel = '${table}_likes'; + static const commentsSel = '${table}_comments'; + static const userIdSel = '${table}_userId'; + static const updatedAtSel = '${table}_updatedAt'; + + static const allCols = [ + '${table}.$idCol AS $idSel', + '${table}.$cardIdCol AS $cardIdSel', + '${table}.$contentCol AS $contentSel', + '${table}.$typeCol AS $typeSel', + '${table}.$userIdCol AS $userIdSel', + '${table}.$likesCol AS $likesSel', + '${table}.$commentsCol AS $commentsSel', + '${table}.$updatedAtCol AS $updatedAtSel', + '${QuackCard.table}.${QuackCard.idCol} AS ${QuackCard.idSel}', + '${QuackCard.table}.${QuackCard.typeCol} AS ${QuackCard.typeSel}', + '${QuackCard.table}.${QuackCard.titleCol} AS ${QuackCard.titleSel}', + '${QuackCard.table}.${QuackCard.titleAudioCol} AS ${QuackCard.titleAudioSel}', + '${QuackCard.table}.${QuackCard.headerCol} AS ${QuackCard.headerSel}', + '${QuackCard.table}.${QuackCard.contentCol} AS ${QuackCard.contentSel}', + '${QuackCard.table}.${QuackCard.contentAudioCol} AS ${QuackCard.contentAudioSel}', + '${QuackCard.table}.${QuackCard.optionCol} AS ${QuackCard.optionSel}', + '${QuackCard.table}.${QuackCard.commentsCol} AS ${QuackCard.commentsSel}', + '${QuackCard.table}.${QuackCard.likesCol} AS ${QuackCard.likesSel}', + '${User.table}.${User.idCol} AS ${User.idSel}', + '${User.table}.${User.deviceIdCol} AS ${User.deviceIdSel}', + '${User.table}.${User.nameCol} AS ${User.nameSel}', + '${User.table}.${User.colorCol} AS ${User.colorSel}', + '${User.table}.${User.imageCol} AS ${User.imageSel}', + '${User.table}.${User.pointsCol} AS ${User.pointsSel}', + '${User.table}.${User.currentLessonIdCol} AS ${User.currentLessonIdSel}', + ]; + + String id; + String cardId; + String content; + TileType type; + String userId; + int likes; + int comments; + DateTime updatedAt; + QuackCard card; + User user; + + Tile( + {this.id, + this.cardId, + this.content, + this.type, + this.likes, + this.comments, + this.userId, + this.updatedAt, + this.card, + this.user}); + + Map toMap() { + return { + idCol: id, + cardIdCol: cardId, + contentCol: content, + typeCol: type.index, + userIdCol: userId, + likesCol: likes, + commentsCol: comments, + updatedAtCol: updatedAt == null ? null : updatedAt.millisecondsSinceEpoch + }; + } + + Tile.fromMap(Map map) + : this( + id: map[idSel], + cardId: map[cardIdSel], + content: map[contentSel], + type: TileType.values[map[typeSel]], + userId: map[userIdSel], + likes: map[likesSel], + comments: map[commentsSel], + updatedAt: map[updatedAtSel] == null + ? null + : DateTime.fromMillisecondsSinceEpoch(map[updatedAtSel]), + card: QuackCard.fromMap(map), + user: User.fromMap(map)); + + @override + int get hashCode => + id.hashCode ^ + cardId.hashCode ^ + content.hashCode ^ + type.hashCode ^ + userId.hashCode ^ + likes.hashCode ^ + comments.hashCode ^ + updatedAt.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is Tile && + runtimeType == other.runtimeType && + id == other.id && + cardId == other.cardId && + content == other.content && + type == other.type && + userId == other.userId && + likes == other.likes && + comments == other.comments && + updatedAt == other.updatedAt; + + @override + String toString() { + return '''Tile{id: $id, cardId: $cardId, type: $type, userId: $userId, likes: $likes, comments: $comments, updatedAt: $updatedAt} +content: $content +card: $card +user: $user' +'''; + } +} diff --git a/lib/db/entity/topic.dart b/lib/db/entity/topic.dart deleted file mode 100644 index 70a29ec..0000000 --- a/lib/db/entity/topic.dart +++ /dev/null @@ -1,44 +0,0 @@ -class Topic { - static const table = 'topic'; - static const idCol = 'id'; - static const nameCol = 'name'; - static const imageCol = 'image'; - static const colorCol = 'color'; - - String id; - String name; - String image; - int color; - - Topic({this.id, this.name, this.image, this.color}); - - Map toMap() { - return {idCol: id, nameCol: name, imageCol: image, colorCol: color}; - } - - Topic.fromMap(Map map) - : this( - id: map[idCol], - name: map[nameCol], - image: map[imageCol], - color: map[colorCol]); - - @override - int get hashCode => - id.hashCode ^ name.hashCode ^ image.hashCode ^ color.hashCode; - - @override - bool operator ==(Object other) => - identical(this, other) || - other is Topic && - runtimeType == other.runtimeType && - id == other.id && - name == other.name && - color == other.color && - image == other.image; - - @override - String toString() { - return 'Topic{id: $id, name: $name, image: $image, color: $color}'; - } -} diff --git a/lib/db/entity/user.dart b/lib/db/entity/user.dart index 7df4105..f08aa85 100644 --- a/lib/db/entity/user.dart +++ b/lib/db/entity/user.dart @@ -1,3 +1,4 @@ +import 'package:maui/state/app_state_container.dart'; import 'package:uuid/uuid.dart'; import 'dart:math'; @@ -31,20 +32,42 @@ final Map userColors = { }; class User { - static const table = 'user'; - static const columnId = 'id'; - static const columnDeviceId = 'deviceId'; - static const columnName = 'name'; - static const columnColor = 'color'; - static const columnImage = 'image'; - static const columnCurrentLessonId = 'currentLessonId'; static const botId = 'bot'; + static const table = 'user'; + + static const idCol = 'id'; + static const deviceIdCol = 'deviceId'; + static const nameCol = 'name'; + static const colorCol = 'color'; + static const imageCol = 'image'; + static const currentLessonIdCol = 'currentLessonId'; + static const pointsCol = 'points'; + + static const idSel = '${table}_id'; + static const deviceIdSel = '${table}_deviceId'; + static const nameSel = '${table}_name'; + static const colorSel = '${table}_color'; + static const imageSel = '${table}_image'; + static const currentLessonIdSel = '${table}_currentLessonId'; + static const pointsSel = '${table}_points'; + + static const allCols = [ + '${table}.$idCol AS $idSel', + '${table}.$deviceIdCol AS $deviceIdSel', + '${table}.$nameCol AS $nameSel', + '${table}.$colorCol AS $colorSel', + '${table}.$imageCol AS $imageSel', + '${table}.$currentLessonIdCol AS $currentLessonIdSel', + '${table}.$pointsCol AS $pointsSel', + ]; + String id; String deviceId; String name; int color; String image; + int points; int currentLessonId; User( @@ -53,33 +76,36 @@ class User { String name, int color, this.image, + this.points, this.currentLessonId}) : this.id = id ?? new Uuid().v4(), this.color = color ?? userColors.entries .elementAt(Random().nextInt(userColors.length)) .key, - this.name = name?.replaceAll('*', ' '); + this.name = name?.replaceAll(floresSeparator, ' '); Map toMap() { return { - columnId: id, - columnDeviceId: deviceId, - columnName: name, - columnColor: color, - columnImage: image, - columnCurrentLessonId: currentLessonId + idCol: id, + deviceIdCol: deviceId, + nameCol: name, + colorCol: color, + imageCol: image, + pointsCol: points, + currentLessonIdCol: currentLessonId }; } User.fromMap(Map map) : this( - id: map[columnId], - deviceId: map[columnDeviceId], - name: map[columnName], - color: map[columnColor], - image: map[columnImage], - currentLessonId: map[columnCurrentLessonId]); + id: map[idSel], + deviceId: map[deviceIdSel], + name: map[nameSel], + color: map[colorSel], + image: map[imageSel], + points: map[pointsSel], + currentLessonId: map[currentLessonIdSel]); @override int get hashCode => @@ -88,6 +114,7 @@ class User { name.hashCode ^ color.hashCode ^ image.hashCode ^ + points.hashCode ^ currentLessonId.hashCode; @override @@ -100,10 +127,11 @@ class User { name == other.name && color == other.color && image == other.image && + points == other.points && currentLessonId == other.currentLessonId; @override String toString() { - return 'User{id: $id, deviceId: $deviceId, name: $name, color: $color, image: $image, currentLessonId: $currentLessonId}'; + return 'User{id: $id, deviceId: $deviceId, name: $name, color: $color, image: $image, points: $points, currentLessonId: $currentLessonId}'; } } diff --git a/lib/games/single_game.dart b/lib/games/single_game.dart index 88a5c08..3756aed 100644 --- a/lib/games/single_game.dart +++ b/lib/games/single_game.dart @@ -434,314 +434,242 @@ class _SingleGameState extends State with TickerProviderStateMixin { gameMode: widget.gameMode, playTime: playTime, onEnd: widget.onGameEnd, - progress: widget.gameConfig.amICurrentPlayer ? _myProgress : null, + progress: _myProgress, start: !oh2h, score: widget.gameConfig.myScore, backgroundColor: oh2h ? colors[0] : colors[2], foregroundColor: colors[1]), - Container( - child: Padding( - padding: const EdgeInsets.all(4.0), - child: Stack(children: [ - Text( - '${widget.gameConfig.myScore}', - style: new TextStyle(fontSize: 20.0, color: colors[1]), - ), - ]), - ), - ), - widget.gameConfig.amICurrentPlayer - ? Padding( - padding: !oh2h && !mh2h - ? media.size.width > media.size.height - ? EdgeInsets.all(progregressPading - - (media.size.width / 2.8) / 2 - - 32 - - media.size.height / 8) - : EdgeInsets.all(progregressPading - - (media.size.width / 2.8) / 2 - - 32 - - media.size.height / 8) - : EdgeInsets.all((progregressPading / 1.5 - - (media.size.width / 2.8) / 3 - - 32 - - media.size.height / 8) / - 2), - child: new Stack( - alignment: AlignmentDirectional.center, - // crossAxisAlignment: - // start ? CrossAxisAlignment.start : CrossAxisAlignment.end, - // mainAxisAlignment: MainAxisAlignment.spaceAround - children: [ - Card( - shape: RoundedRectangleBorder( - borderRadius: BorderRadius.circular(15.0)), - child: new SizedBox( - width: !oh2h && !mh2h - ? media.size.width > media.size.height - ? media.size.width / 2.8 - : media.size.width / 2.25 - : media.size.width / 3.5, - height: 25.0, - child: new LinearProgressIndicator( - // strokeWidth: height / 8.0, - value: 1.0, - valueColor: new AlwaysStoppedAnimation( - oh2h ? colors[0] : colors[2]), - )), - ), - Card( - shape: RoundedRectangleBorder( - borderRadius: BorderRadius.circular(15.0), - ), - child: new SizedBox( - width: !oh2h && !mh2h - ? media.size.width > media.size.height - ? media.size.width / 2.8 - : media.size.width / 2.25 - : media.size.width / 3.5, - height: 25.0, - child: widget.gameMode == GameMode.timed - ? new ProgressBar( - time: playTime, - onEnd: () => widget.onGameEnd(context), - // strokeWidth: height / 8.0, - ) - : new ProgressBar( - progress: _myProgress, - // strokeWidth: height / 8.0, - )), - ), - ], - ), - ) - : new Container() + + // Padding( + // padding: !oh2h && !mh2h + // ? media.size.width > media.size.height + // ? EdgeInsets.all(progregressPading - + // (media.size.width / 2.8) / 2 - + // 32 - + // media.size.height / 8) + // : EdgeInsets.all(progregressPading - + // (media.size.width / 2.8) / 2 - + // 32 - + // media.size.height / 8) + // : EdgeInsets.all((progregressPading / 1.5 - + // (media.size.width / 2.8) / 3 - + // 32 - + // media.size.height / 8) / + // 2), + // child: Container( + // height: 150.0, + // color: Colors.white, + // child: new Column( + // children: [ + // Container( + // child: Stack(children: [ + // Padding( + // padding: const EdgeInsets.all(10.0), + // child: Text( + // '${widget.gameConfig.myScore}', + // style: new TextStyle(fontSize: 20.0, color: colors[1]), + // ), + // ), + // ]), + // ), + // widget.gameConfig.amICurrentPlayer + // ? Padding( + // padding: const EdgeInsets.all(10.0), + // child: new Stack( + // alignment: AlignmentDirectional.center, + // // crossAxisAlignment: + // // start ? CrossAxisAlignment.start : CrossAxisAlignment.end, + // // mainAxisAlignment: MainAxisAlignment.spaceAround + // children: [ + // Card( + // shape: RoundedRectangleBorder( + // borderRadius: BorderRadius.circular(15.0)), + // child: new SizedBox( + // width: !oh2h && !mh2h + // ? media.size.width > media.size.height + // ? media.size.width / 2.8 + // : media.size.width / 2.25 + // : media.size.width / 3.5, + // height: 25.0, + // child: new LinearProgressIndicator( + // // strokeWidth: height / 8.0, + // value: 1.0, + // valueColor: new AlwaysStoppedAnimation( + // oh2h ? colors[0] : colors[2]), + // )), + // ), + // Card( + // shape: RoundedRectangleBorder( + // borderRadius: BorderRadius.circular(15.0), + // ), + // child: new SizedBox( + // width: !oh2h && !mh2h + // ? media.size.width > media.size.height + // ? media.size.width / 2.8 + // : media.size.width / 2.25 + // : media.size.width / 3.5, + // height: 25.0, + // child: widget.gameMode == GameMode.timed + // ? new ProgressBar( + // time: playTime, + // onEnd: () => widget.onGameEnd(context), + // // strokeWidth: height / 8.0, + // ) + // : new ProgressBar( + // progress: _myProgress, + // // strokeWidth: height / 8.0, + // )), + // ), + // ], + // ), + // ) + // : new Container() + // ], + // ), + // ), + // ), ]; return WillPopScope( onWillPop: _onWillPop, - child: new Theme( - data: theme, - child: Scaffold( - key: _scaffoldKey, - endDrawer: new ShowHelp(topicId: widget.gameConfig.topicId), - resizeToAvoidBottomPadding: false, - backgroundColor: colors[0], - body: new SafeArea( - child: Stack(fit: StackFit.expand, children: [ - Image.asset( - 'assets/background_tile.png', - repeat: ImageRepeat.repeat, - ), - new Column(verticalDirection: VerticalDirection.up, children: < - Widget>[ - new Expanded( - child: SlideTransition( - position: _animation, - child: ButtonStateContainer(child: game))), - SizedBox( - height: media.size.height / 8.0, - child: Material( - elevation: 8.0, - color: oh2h ? colors[2] : colors[0], - child: Stack( - alignment: AlignmentDirectional.centerStart, - children: [ - new Positioned( - left: !oh2h ? 32.0 : null, - right: oh2h ? 32.0 : null, - child: Row( - mainAxisAlignment: oh2h - ? MainAxisAlignment.start - : MainAxisAlignment.end, - children: !oh2h - ? headers - : headers.reversed - .toList(growable: false))), - // game.runtimeType==QuizPager - // ? Container() - // : new Center( - // child: Nima( - // name: widget.gameName, - // score: _cumulativeIncrement, - // tag: !oh2h - // ? 'assets/hoodie/${widget.gameName}.png' - // : 'other.png'), - // ), - !oh2h - ? Positioned( - left: 0.0, - top: 0.0, - child: IconButton( - icon: Icon(Icons.arrow_back), - color: Colors.white, - onPressed: () { - AppStateContainer.of(context) - .play('_audiotap.mp3'); - _onWillPop(); - }, - )) - : Container(), - !oh2h - ? Positioned( - right: 0.0, - top: 0.0, - child: IconButton( - icon: Icon(Icons.help_outline), - color: Colors.white, - onPressed: () { - print( - "scaffold data is.......::${_scaffoldKey.currentState}"); - _scaffoldKey.currentState - .openEndDrawer(); - }, - )) - : Container(), - widget.gameConfig.gameDisplay == - GameDisplay.localTurnByTurn || - widget.gameConfig.gameDisplay == - GameDisplay.networkTurnByTurn - ? Positioned( - right: 32.0, - child: Row(children: [ - widget.gameConfig.amICurrentPlayer - ? new Container() - : Padding( - padding: EdgeInsets.all( - progregressPading - - (media.size.width / - 2.8) / - 2 - - 32 - - media.size.height / - 8), - child: new Stack( - alignment: - AlignmentDirectional - .center, - // crossAxisAlignment: - // start ? CrossAxisAlignment.start : CrossAxisAlignment.end, - // mainAxisAlignment: MainAxisAlignment.spaceAround, - children: [ - Card( - shape: RoundedRectangleBorder( - borderRadius: - BorderRadius - .circular( - 15.0)), - child: new SizedBox( - width: media.size - .width > - media.size - .height - ? media.size - .width / - 2.8 - : media.size - .width / - 2.25, - height: 25.0, - child: - new LinearProgressIndicator( - // strokeWidth: height / 8.0, - value: 1.0, - valueColor: - new AlwaysStoppedAnimation< - Color>( - colors[ - 2]), - )), - ), - Card( - shape: - RoundedRectangleBorder( - borderRadius: - BorderRadius - .circular( - 15.0), - ), - child: new SizedBox( - width: media.size - .width > - media.size - .height - ? media.size - .width / - 2.8 - : media.size - .width / - 2.25, - height: 25.0, - child: widget - .gameMode == - GameMode - .timed - ? new ProgressBar( - time: - playTime, - onEnd: () => - widget.onGameEnd( - context), - // strokeWidth: height / 8.0, - ) - : new ProgressBar( - progress: - _otherProgress, - // strokeWidth: height / 8.0, - )), - ), - ], - ), - ), - Padding( - padding: const EdgeInsets.all(4.0), - child: Stack(children: [ - Text( - '${widget.gameConfig.otherScore}', - style: new TextStyle( - fontSize: 20.0, - color: colors[1]), - ), - ]), - ), - Hud( - start: false, - amICurrentUser: false, - user: widget.gameConfig.otherUser, - height: media.size.height / 8.0, - gameMode: widget.gameMode, - playTime: playTime, - onEnd: widget.onGameEnd, - progress: _otherProgress, - score: - widget.gameConfig.otherScore, - backgroundColor: colors[2], - foregroundColor: colors[1]) - ])) - : Container(), - widget.gameConfig.gameDisplay == - GameDisplay.localTurnByTurn || - widget.gameConfig.gameDisplay == - GameDisplay.networkTurnByTurn - ? new AnimatedPositioned( - key: ValueKey('currentPlayer'), - left: widget.gameConfig.amICurrentPlayer - ? 32.0 - : media.size.width - - 32.0 - - media.size.height / 8.0 * 0.6, - bottom: 0.0, - duration: Duration(milliseconds: 1000), - curve: Curves.elasticOut, - child: Container( - color: colors[1], - width: media.size.height / 8.0 * 0.6, - height: 8.0, - ), - ) - : Container() - ]))) - ]), - ])))), + child: Theme( + data: theme, + child: Scaffold( + key: _scaffoldKey, + endDrawer: new ShowHelp(topicId: widget.gameConfig.topicId), + resizeToAvoidBottomPadding: false, + body: new SafeArea( + top: false, + child: Stack(fit: StackFit.expand, children: [ + Image.asset( + 'assets/background_tile.png', + repeat: ImageRepeat.repeat, + ), + new Column( + verticalDirection: VerticalDirection.up, + children: [ + new Expanded( + child: SlideTransition( + position: _animation, + child: ButtonStateContainer(child: game))), + SizedBox( + height: media.size.height / 8.0, + child: Material( + elevation: 8.0, + color: oh2h ? colors[2] : colors[0], + child: Stack( + alignment: AlignmentDirectional.centerStart, + children: [ + new Positioned( + left: !oh2h ? 32.0 : null, + right: oh2h ? 32.0 : null, + child: Hud( + user: widget.gameConfig.myUser, + height: media.size.height / 8, + width: media.size.width / 2, + gameMode: widget.gameMode, + playTime: playTime, + onEnd: widget.onGameEnd, + progress: _myProgress, + start: !oh2h, + score: widget.gameConfig.myScore, + backgroundColor: + oh2h ? colors[0] : colors[2], + foregroundColor: colors[1])), + // game.runtimeType==QuizPager + // ? Container() + // : new Center( + // child: Nima( + // name: widget.gameName, + // score: _cumulativeIncrement, + // tag: !oh2h + // ? 'assets/hoodie/${widget.gameName}.png' + // : 'other.png'), + // ), + !oh2h + ? Positioned( + left: 0.0, + top: 0.0, + child: IconButton( + icon: Icon(Icons.arrow_back), + color: Colors.white, + onPressed: () { + AppStateContainer.of(context) + .play('_audiotap.mp3'); + _onWillPop(); + }, + )) + : Container(), + !oh2h + ? Positioned( + right: 0.0, + top: 0.0, + child: IconButton( + icon: Icon(Icons.help_outline), + color: Colors.white, + onPressed: () { + print( + "scaffold data is.......::${_scaffoldKey.currentState}"); + _scaffoldKey.currentState + .openEndDrawer(); + }, + )) + : Container(), + widget.gameConfig.gameDisplay == + GameDisplay.localTurnByTurn || + widget.gameConfig.gameDisplay == + GameDisplay.networkTurnByTurn + ? Positioned( + right: 32.0, + child: Hud( + start: false, + amICurrentUser: widget + .gameConfig + .amICurrentPlayer, + user: + widget.gameConfig.otherUser, + width: media.size.width / 2, + height: media.size.height / 8.0, + gameMode: widget.gameMode, + playTime: playTime, + onEnd: widget.onGameEnd, + progress: _otherProgress, + score: widget + .gameConfig.otherScore, + backgroundColor: colors[2], + foregroundColor: colors[1])) + : Container(), + widget.gameConfig.gameDisplay == + GameDisplay.localTurnByTurn || + widget.gameConfig.gameDisplay == + GameDisplay.networkTurnByTurn + ? new AnimatedPositioned( + key: ValueKey( + 'currentPlayer'), + left: widget + .gameConfig.amICurrentPlayer + ? 32.0 + : media.size.width - + 32.0 - + media.size.height / + 8.0 * + 0.6, + bottom: 0.0, + duration: + Duration(milliseconds: 1000), + curve: Curves.elasticOut, + child: Container( + color: colors[1], + width: + media.size.height / 8.0 * 0.6, + height: 8.0, + ), + ) + : Container() + ]), + )) + ]), + ]))), + ), ); } @@ -971,8 +899,7 @@ class _SingleGameState extends State with TickerProviderStateMixin { onEnd: () => _onEnd(context), iteration: widget.gameConfig.myIteration + widget.gameConfig.otherIteration, - isRotated: widget.isRotated, - gameConfig: widget.gameConfig); + isRotated: widget.isRotated); break; case 'order_it': playTime = 15000; diff --git a/lib/games/spin_wheel.dart b/lib/games/spin_wheel.dart index 5f03c67..8f1ced9 100644 --- a/lib/games/spin_wheel.dart +++ b/lib/games/spin_wheel.dart @@ -10,6 +10,7 @@ import 'package:maui/games/single_game.dart'; import 'package:maui/repos/game_data.dart'; import 'package:maui/repos/unit_repo.dart'; import '../components/spins.dart'; +import 'package:maui/loca.dart'; import 'package:flutter_circular_chart/flutter_circular_chart.dart'; import 'dart:ui' as ui show Image, instantiateImageCodec, Codec, FrameInfo; import 'package:maui/components/unit_button.dart'; @@ -705,7 +706,7 @@ class _SpinWheelState extends State with TickerProviderStateMixin { return Container( child: Center( child: Text( - 'Loading...', + Loca.of(context).loading, style: TextStyle( color: Colors.green, fontSize: 24.0, diff --git a/lib/games/tap_wrong.dart b/lib/games/tap_wrong.dart index 189cf7b..9ceae05 100644 --- a/lib/games/tap_wrong.dart +++ b/lib/games/tap_wrong.dart @@ -94,11 +94,11 @@ class TapWrongState extends State { arr1.addAll(word); var lenOfArr1 = arr1.length; arr1.addAll(others); - print("Rajeshhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh word ${word}"); - print("Rajeshhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh others ${others}"); - print("Rajeshhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh arr1 ${arr1}"); - print("Rajeshhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh _dispText ${_dispText}"); - print("Rajeshhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh lenOfArr1${lenOfArr1}"); + print(" word ${word}"); + print(" others ${others}"); + print(" arr1 ${arr1}"); + print("_dispText ${_dispText}"); + print(" lenOfArr1${lenOfArr1}"); var rand = new Random(); var randNum = 0; String temp = ''; @@ -198,7 +198,7 @@ class TapWrongState extends State { setState(() { _statusList[index] = Statuses.wrong; }); - print('status array afdter clicking wrong $_statusList'); + print('status array after clicking wrong $_statusList'); new Future.delayed(const Duration(milliseconds: 700), () { setState(() { _statusList[index] = Statuses.right; diff --git a/lib/home/home_screen.dart b/lib/home/home_screen.dart new file mode 100644 index 0000000..ca02bed --- /dev/null +++ b/lib/home/home_screen.dart @@ -0,0 +1,220 @@ +import 'dart:math'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/games/single_game.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_summary.dart'; +import 'package:maui/quack/tile_card.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/app.dart'; +import 'package:maui/screens/game_list_view.dart'; +import 'package:maui/screens/select_opponent_screen.dart'; + +class HomeScreen extends StatelessWidget { + @override + Widget build(BuildContext context) { + final media = MediaQuery.of(context); +// final crossAxisCount = (media.size.width / 400.0).floor(); + final crossAxisCount = 2; + final aspectRatio = media.size.width / (140.0 * crossAxisCount); + return CustomScrollView( + slivers: [ + SliverToBoxAdapter( + child: Connect>( + convert: (state) => state.frontMap, + where: (prev, next) => true, + builder: (frontMap) { + final gameNum = Random().nextInt(gameNames.length); + return Row( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Expanded( + flex: 1, + child: _buildBox( + context: context, + name: Loca.of(context).post, + color: Color(0xFFE37825), + child: CardSummary( + card: frontMap['open'], + showSocialSummary: false, + parentCardId: 'open', + ), + ), + ), + Expanded( + flex: 1, + child: _buildBox( + context: context, + name: Loca.of(context).story, + routeName: '/stories', + color: Color(0xFFEE4069), + child: CardSummary( + showSocialSummary: false, + card: frontMap['story'], + )), + ), + Expanded( + flex: 1, + child: _buildBox( + context: context, + name: Loca.of(context).topic, + routeName: '/topics', + color: Color(0xFFFED060), + child: CardSummary( + showSocialSummary: false, + card: frontMap['topic'], + ), + ), + ), + Expanded( + flex: 1, + child: _buildBox( + context: context, + name: Loca.of(context).game, + routeName: '/games', + color: Color(0xFF7FC4EC), + child: Column( + children: [ + InkWell( + onTap: () { + Navigator.of(context).push( + MaterialPageRoute( + builder: (BuildContext context) { + return SelectOpponentScreen( + gameName: gameNames[gameNum].item1, + ); + })); + }, + child: Material( + elevation: 8.0, + borderRadius: const BorderRadius.all( + const Radius.circular(16.0)), + clipBehavior: Clip.antiAlias, + color: SingleGame.gameColors[gameNames[0].item1] + [0], + child: Stack( + children: [ + Image.asset( + "assets/background_image/${gameNames[gameNum].item1}_small.png"), + Hero( + tag: + "assets/hoodie/${gameNames[gameNum].item1}.png", + child: Image.asset( + "assets/hoodie/${gameNames[gameNum].item1}.png", + scale: 0.2, + ), + ), + ], + ), + ), + ), + Padding( + padding: const EdgeInsets.all(8.0), + child: Text(Loca.of(context) + .intl(gameNames[gameNum].item1)), + ) + ], + ), + ), + ), + ], + ); + }), + ), + SliverToBoxAdapter( + child: Divider( + height: 32.0, + )), + Connect>( + convert: (state) => state.tiles, + where: (prev, next) => true, + nullable: true, + builder: (tiles) { + return tiles == null + ? SliverToBoxAdapter( + child: Center( + child: new SizedBox( + width: 20.0, + height: 20.0, + child: new CircularProgressIndicator(), + )), + ) + : SliverGrid( + gridDelegate: SliverGridDelegateWithFixedCrossAxisCount( + crossAxisCount: crossAxisCount, + childAspectRatio: aspectRatio), + delegate: SliverChildListDelegate(tiles + .map((t) => Padding( + padding: EdgeInsets.all(16.0), + child: Material( + elevation: 8.0, + clipBehavior: Clip.antiAlias, + borderRadius: + BorderRadius.all(Radius.circular(16.0)), + child: TileCard( + tile: t, + )))) + .toList(growable: false)), + ); + }, + ) + ], + ); + } + + Widget _buildBox( + {BuildContext context, + String name, + String routeName, + Widget child, + Color color}) { + return Padding( + padding: const EdgeInsets.all(16.0), + child: Column( + children: [ + Padding( + padding: const EdgeInsets.symmetric(vertical: 8.0), + child: InkWell( + onTap: routeName == null + ? null + : () => Navigator.of(context).pushNamed(routeName), + child: Container( + decoration: new BoxDecoration( + borderRadius: new BorderRadius.all(new Radius.circular(32.0)), + color: color, + ), + child: Row( + children: [ + Expanded( + child: Padding( + padding: const EdgeInsets.all(8.0), + child: Text( + name, + style: TextStyle(color: Colors.white), + maxLines: 1, + overflow: TextOverflow.ellipsis, + ), + ), + ), + Padding( + padding: const EdgeInsets.all(8.0), + child: Text( + routeName == null ? '' : Loca.of(context).seeAll, + style: TextStyle(color: Colors.white), + ), + ), + ], + ), + ), + ), + ), + child, + ], + ), + ); + } +} diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index 6e1b71b..de4c96e 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -749,5 +749,160 @@ "@writeYourName": { "type": "text", "placeholders": {} - } + }, + "gallery": "Gallery", + "@gallery": { + "type": "text", + "placeholders": {} + }, + "collection": "Collection", + "@collection": { + "type": "text", + "placeholders": {} + }, + "progress": "Progress", + "@progress": { + "type": "text", + "placeholders": {} + }, + "home": "Home", + "@home": { + "type": "text", + "placeholders": {} + }, + "profile": "Profile", + "@profile": { + "type": "text", + "placeholders": {} + }, + "addAComment": "Add a comment", + "@addAComment": { + "type": "text", + "placeholders": {} + }, + "draw": "Draw", + "@draw": { + "type": "text", + "placeholders": {} + }, + "post": "Post", + "@post": { + "type": "text", + "placeholders": {} + }, + "pleaseWait": "Please wait...", + "@pleaseWait": { + "type": "text", + "placeholders": {} + }, + "signIn": "Sign In", + "@signIn": { + "type": "text", + "placeholders": {} + }, + "loading": "Loading...", + "@loading": { + "type": "text", + "placeholders": {} + }, + "seeAll": "See All", + "@seeAll": { + "type": "text", + "placeholders": {} + }, + "chooseATemplate": "Choose a template", + "@chooseATemplate": { + "type": "text", + "placeholders": {} + }, + "yourPoints": "Your Points -", + "@yourPoints": { + "type": "text", + "placeholders": {} + }, + "costIs": "Cost is - 5", + "@costIs": { + "type": "text", + "placeholders": {} + }, + "buy": "Buy", + "@buy": { + "type": "text", + "placeholders": {} + }, + "next": "Next", + "@next": { + "type": "text", + "placeholders": {} + }, + "check": "Check", + "@check": { + "type": "text", + "placeholders": {} + }, + "topics": "Topics", + "@topics": { + "type": "text", + "placeholders": {} + }, + "writeSomething": "Write Something", + "@writeSomething": { + "type": "text", + "placeholders": {} + }, + "stories": "Stories", + "@stories": { + "type": "text", + "placeholders": {} + }, + "answerThis": "Answer this", + "@answerThis": { + "type": "text", + "placeholders": {} + }, + "hoodie": "Hoodie", + "@hoodie": { + "type": "text", + "placeholders": {} + }, + "send": "Send", + "@send": { + "type": "text", + "placeholders": {} + }, + "options": "Options", + "@options": { + "type": "text", + "placeholders": {} + }, + "edit": "Edit", + "@edit": { + "type": "text", + "placeholders": {} + }, + "delete": "Delete", + "@delete": { + "type": "text", + "placeholders": {} + }, + "games": "Games", + "@games": { + "type": "text", + "placeholders": {} + }, + "comment": "Comment", + "@comment": { + "type": "text", + "placeholders": {} + }, + "story": "Story", + "@story": { + "type": "text", + "placeholders": {} + }, + "topic": "Topic", + "@topic": { + "type": "text", + "placeholders": {} + } } \ No newline at end of file diff --git a/lib/l10n/intl_messages.arb b/lib/l10n/intl_messages.arb index 3514d7c..63781cf 100644 --- a/lib/l10n/intl_messages.arb +++ b/lib/l10n/intl_messages.arb @@ -1,5 +1,5 @@ { - "@@last_modified": "2018-08-14T16:24:32.859263", + "@@last_modified": "2018-11-30T15:29:54.966583", "title": "Maui", "@title": { "type": "text", @@ -10,16 +10,41 @@ "type": "text", "placeholders": {} }, + "gallery": "Gallery", + "@gallery": { + "type": "text", + "placeholders": {} + }, + "collection": "Collection", + "@collection": { + "type": "text", + "placeholders": {} + }, + "progress": "Progress", + "@progress": { + "type": "text", + "placeholders": {} + }, "game": "Game", "@game": { "type": "text", "placeholders": {} }, + "home": "Home", + "@home": { + "type": "text", + "placeholders": {} + }, "category": "Category", "@category": { "type": "text", "placeholders": {} }, + "profile": "Profile", + "@profile": { + "type": "text", + "placeholders": {} + }, "reflex": "reflex", "@reflex": { "type": "text", @@ -764,5 +789,135 @@ "@writeYourName": { "type": "text", "placeholders": {} + }, + "addAComment": "Add a comment", + "@addAComment": { + "type": "text", + "placeholders": {} + }, + "draw": "Draw", + "@draw": { + "type": "text", + "placeholders": {} + }, + "post": "Post", + "@post": { + "type": "text", + "placeholders": {} + }, + "pleaseWait": "Please wait...", + "@pleaseWait": { + "type": "text", + "placeholders": {} + }, + "signIn": "Sign In", + "@signIn": { + "type": "text", + "placeholders": {} + }, + "loading": "Loading...", + "@loading": { + "type": "text", + "placeholders": {} + }, + "seeAll": "See All", + "@seeAll": { + "type": "text", + "placeholders": {} + }, + "chooseATemplate": "Choose a template", + "@chooseATemplate": { + "type": "text", + "placeholders": {} + }, + "yourPoints": "Your Points -", + "@yourPoints": { + "type": "text", + "placeholders": {} + }, + "costIs": "Cost is - 5", + "@costIs": { + "type": "text", + "placeholders": {} + }, + "buy": "Buy", + "@buy": { + "type": "text", + "placeholders": {} + }, + "next": "Next", + "@next": { + "type": "text", + "placeholders": {} + }, + "check": "Check", + "@check": { + "type": "text", + "placeholders": {} + }, + "topics": "Topics", + "@topics": { + "type": "text", + "placeholders": {} + }, + "writeSomething": "Write Something", + "@writeSomething": { + "type": "text", + "placeholders": {} + }, + "stories": "Stories", + "@stories": { + "type": "text", + "placeholders": {} + }, + "answerThis": "Answer this", + "@answerThis": { + "type": "text", + "placeholders": {} + }, + "hoodie": "Hoodie", + "@hoodie": { + "type": "text", + "placeholders": {} + }, + "send": "Send", + "@send": { + "type": "text", + "placeholders": {} + }, + "options": "Options", + "@options": { + "type": "text", + "placeholders": {} + }, + "edit": "Edit", + "@edit": { + "type": "text", + "placeholders": {} + }, + "delete": "Delete", + "@delete": { + "type": "text", + "placeholders": {} + }, + "games": "Games", + "@games": { + "type": "text", + "placeholders": {} + }, + "comment": "Comment", + "@comment": { + "type": "text", + "placeholders": {} + }, + "story": "Story", + "@story": { + "type": "text", + "placeholders": {} + }, + "topic": "Topic", + "@topic": { + "type": "text", + "placeholders": {} } } \ No newline at end of file diff --git a/lib/l10n/intl_sw.arb b/lib/l10n/intl_sw.arb index a242087..8393d03 100644 --- a/lib/l10n/intl_sw.arb +++ b/lib/l10n/intl_sw.arb @@ -748,5 +748,160 @@ "@writeYourName": { "type": "text", "placeholders": {} - } + }, + "gallery": "Sanaa", + "@gallery": { + "type": "text", + "placeholders": {} + }, + "collection": "Ukusanyaji", + "@collection": { + "type": "text", + "placeholders": {} + }, + "progress": "Maendeleo", + "@progress": { + "type": "text", + "placeholders": {} + }, + "home": "Nyumbani", + "@home": { + "type": "text", + "placeholders": {} + }, + "profile": "Profaili", + "@profile": { + "type": "text", + "placeholders": {} + }, + "addAComment": "Ongeza maoni", + "@addAComment": { + "type": "text", + "placeholders": {} + }, + "draw": "Chora", + "@draw": { + "type": "text", + "placeholders": {} + }, + "post": "Chapisho", + "@post": { + "type": "text", + "placeholders": {} + }, + "pleaseWait": "Tafadhali subiri...", + "@pleaseWait": { + "type": "text", + "placeholders": {} + }, + "signIn": "Weka sahihi", + "@signIn": { + "type": "text", + "placeholders": {} + }, + "loading": "Inapakia...", + "@loading": { + "type": "text", + "placeholders": {} + }, + "seeAll": "Ona yote", + "@seeAll": { + "type": "text", + "placeholders": {} + }, + "chooseATemplate": "Chagua picha", + "@chooseATemplate": { + "type": "text", + "placeholders": {} + }, + "yourPoints": "Pointi yako -", + "@yourPoints": { + "type": "text", + "placeholders": {} + }, + "costIs": "Gharama ni - 5", + "@costIs": { + "type": "text", + "placeholders": {} + }, + "buy": "Nunua", + "@buy": { + "type": "text", + "placeholders": {} + }, + "next": "Ifuatayo", + "@next": { + "type": "text", + "placeholders": {} + }, + "check": "Angalia", + "@check": { + "type": "text", + "placeholders": {} + }, + "topics": "Mada", + "@topics": { + "type": "text", + "placeholders": {} + }, + "writeSomething": "Andika Kitu", + "@writeSomething": { + "type": "text", + "placeholders": {} + }, + "stories": "Hadithi", + "@stories": { + "type": "text", + "placeholders": {} + }, + "answerThis": "Jibu hili", + "@answerThis": { + "type": "text", + "placeholders": {} + }, + "hoodie": "Hoodie", + "@hoodie": { + "type": "text", + "placeholders": {} + }, + "send": "Tuma", + "@send": { + "type": "text", + "placeholders": {} + }, + "options": "Chaguo", + "@options": { + "type": "text", + "placeholders": {} + }, + "edit": "Badilisha", + "@edit": { + "type": "text", + "placeholders": {} + }, + "delete": "Futa", + "@delete": { + "type": "text", + "placeholders": {} + }, + "games": "Michezo", + "@games": { + "type": "text", + "placeholders": {} + }, + "comment": "Maoni", + "@comment": { + "type": "text", + "placeholders": {} + }, + "story": "Hadithi", + "@story": { + "type": "text", + "placeholders": {} + }, + "topic": "Mada", + "@topic": { + "type": "text", + "placeholders": {} + } } \ No newline at end of file diff --git a/lib/l10n/messages_all.dart b/lib/l10n/messages_all.dart index 8501cb9..968405f 100644 --- a/lib/l10n/messages_all.dart +++ b/lib/l10n/messages_all.dart @@ -15,8 +15,11 @@ import 'messages_sw.dart' as messages_sw; typedef Future LibraryLoader(); Map _deferredLibraries = { +// ignore: unnecessary_new 'en': () => new Future.value(null), +// ignore: unnecessary_new 'messages': () => new Future.value(null), +// ignore: unnecessary_new 'sw': () => new Future.value(null), }; @@ -40,12 +43,16 @@ Future initializeMessages(String localeName) async { (locale) => _deferredLibraries[locale] != null, onFailure: (_) => null); if (availableLocale == null) { + // ignore: unnecessary_new return new Future.value(false); } var lib = _deferredLibraries[availableLocale]; + // ignore: unnecessary_new await (lib == null ? new Future.value(false) : lib()); + // ignore: unnecessary_new initializeInternalMessageLookup(() => new CompositeMessageLookup()); messageLookup.addLocale(availableLocale, _findGeneratedMessagesFor); + // ignore: unnecessary_new return new Future.value(true); } diff --git a/lib/l10n/messages_en.dart b/lib/l10n/messages_en.dart index b87b07a..91cc793 100644 --- a/lib/l10n/messages_en.dart +++ b/lib/l10n/messages_en.dart @@ -6,6 +6,7 @@ import 'package:intl/intl.dart'; import 'package:intl/message_lookup_by_library.dart'; +// ignore: unnecessary_new final messages = new MessageLookup(); // ignore: unused_element @@ -20,6 +21,8 @@ class MessageLookup extends MessageLookupByLibrary { final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { "abacus" : MessageLookupByLibrary.simpleMessage("Abacus"), + "addAComment" : MessageLookupByLibrary.simpleMessage("Add a comment"), + "answerThis" : MessageLookupByLibrary.simpleMessage("Answer this"), "ant" : MessageLookupByLibrary.simpleMessage("ant"), "apple" : MessageLookupByLibrary.simpleMessage("apple"), "backpack" : MessageLookupByLibrary.simpleMessage("backpack"), @@ -32,6 +35,7 @@ class MessageLookup extends MessageLookupByLibrary { "brother" : MessageLookupByLibrary.simpleMessage("Brother"), "brown" : MessageLookupByLibrary.simpleMessage("brown"), "bulb" : MessageLookupByLibrary.simpleMessage("bulb"), + "buy" : MessageLookupByLibrary.simpleMessage("Buy"), "calculate_numbers" : MessageLookupByLibrary.simpleMessage("Calculate"), "candle" : MessageLookupByLibrary.simpleMessage("candle"), "carpet" : MessageLookupByLibrary.simpleMessage("carpet"), @@ -39,26 +43,34 @@ class MessageLookup extends MessageLookupByLibrary { "cat" : MessageLookupByLibrary.simpleMessage("cat"), "chamomile" : MessageLookupByLibrary.simpleMessage("chamomile"), "chat" : MessageLookupByLibrary.simpleMessage("Chat"), + "check" : MessageLookupByLibrary.simpleMessage("Check"), "cherry" : MessageLookupByLibrary.simpleMessage("cherry"), + "chooseATemplate" : MessageLookupByLibrary.simpleMessage("Choose a template"), "circle_word" : MessageLookupByLibrary.simpleMessage("Circle Word"), "citrus" : MessageLookupByLibrary.simpleMessage("citrus"), "clock" : MessageLookupByLibrary.simpleMessage("clock"), "cloud" : MessageLookupByLibrary.simpleMessage("cloud"), "clue_game" : MessageLookupByLibrary.simpleMessage("Clue"), "coat" : MessageLookupByLibrary.simpleMessage("coat"), + "collection" : MessageLookupByLibrary.simpleMessage("Collection"), + "comment" : MessageLookupByLibrary.simpleMessage("Comment"), "connect_the_dots" : MessageLookupByLibrary.simpleMessage("Connect The Dots"), + "costIs" : MessageLookupByLibrary.simpleMessage("Cost is - 5"), "crossword" : MessageLookupByLibrary.simpleMessage("Crossword"), "cyan" : MessageLookupByLibrary.simpleMessage("cyan"), "daffodil" : MessageLookupByLibrary.simpleMessage("daffodil"), + "delete" : MessageLookupByLibrary.simpleMessage("Delete"), "diamond" : MessageLookupByLibrary.simpleMessage("diamond"), "dice" : MessageLookupByLibrary.simpleMessage("Dice"), "dog" : MessageLookupByLibrary.simpleMessage("dog"), "dove" : MessageLookupByLibrary.simpleMessage("dove"), + "draw" : MessageLookupByLibrary.simpleMessage("Draw"), "draw_challenge" : MessageLookupByLibrary.simpleMessage("draw_challenge"), "drawing" : MessageLookupByLibrary.simpleMessage("drawing"), "dress" : MessageLookupByLibrary.simpleMessage("dress"), "duck" : MessageLookupByLibrary.simpleMessage("duck"), "eagle" : MessageLookupByLibrary.simpleMessage("eagle"), + "edit" : MessageLookupByLibrary.simpleMessage("Edit"), "enterYourDetails" : MessageLookupByLibrary.simpleMessage("Enter your details"), "exitq" : MessageLookupByLibrary.simpleMessage("Exit?"), "face" : MessageLookupByLibrary.simpleMessage("face"), @@ -71,8 +83,10 @@ class MessageLookup extends MessageLookupByLibrary { "friend_word" : MessageLookupByLibrary.simpleMessage("Friend Word"), "friends" : MessageLookupByLibrary.simpleMessage("Friends"), "frog" : MessageLookupByLibrary.simpleMessage("frog"), + "gallery" : MessageLookupByLibrary.simpleMessage("Gallery"), "game" : MessageLookupByLibrary.simpleMessage("Game"), "gameOver" : MessageLookupByLibrary.simpleMessage("Game Over"), + "games" : MessageLookupByLibrary.simpleMessage("Games"), "giraffe" : MessageLookupByLibrary.simpleMessage("giraffe"), "glasses" : MessageLookupByLibrary.simpleMessage("glasses"), "grapes" : MessageLookupByLibrary.simpleMessage("grapes"), @@ -87,6 +101,8 @@ class MessageLookup extends MessageLookupByLibrary { "hi" : MessageLookupByLibrary.simpleMessage("Hi"), "hibiscus" : MessageLookupByLibrary.simpleMessage("hibiscus"), "hint" : MessageLookupByLibrary.simpleMessage("Type image"), + "home" : MessageLookupByLibrary.simpleMessage("Home"), + "hoodie" : MessageLookupByLibrary.simpleMessage("Hoodie"), "identify" : MessageLookupByLibrary.simpleMessage("identify"), "jacket" : MessageLookupByLibrary.simpleMessage("jacket"), "jasmine" : MessageLookupByLibrary.simpleMessage("jasmine"), @@ -99,6 +115,7 @@ class MessageLookup extends MessageLookupByLibrary { "left_palm" : MessageLookupByLibrary.simpleMessage("left palm"), "letUsChat" : MessageLookupByLibrary.simpleMessage("Let us chat"), "letUsLearn" : MessageLookupByLibrary.simpleMessage("Let us learn"), + "loading" : MessageLookupByLibrary.simpleMessage("Loading..."), "lotus" : MessageLookupByLibrary.simpleMessage("lotus"), "mango" : MessageLookupByLibrary.simpleMessage("mango"), "maroon" : MessageLookupByLibrary.simpleMessage("maroon"), @@ -107,7 +124,9 @@ class MessageLookup extends MessageLookupByLibrary { "microwave_oven" : MessageLookupByLibrary.simpleMessage("microwave oven"), "monkey" : MessageLookupByLibrary.simpleMessage("monkey"), "mother" : MessageLookupByLibrary.simpleMessage("Mother"), + "next" : MessageLookupByLibrary.simpleMessage("Next"), "ok" : MessageLookupByLibrary.simpleMessage("OK"), + "options" : MessageLookupByLibrary.simpleMessage("Options"), "orange" : MessageLookupByLibrary.simpleMessage("orange"), "orchid" : MessageLookupByLibrary.simpleMessage("orchid"), "order_it" : MessageLookupByLibrary.simpleMessage("Order It"), @@ -119,7 +138,11 @@ class MessageLookup extends MessageLookupByLibrary { "pentagon" : MessageLookupByLibrary.simpleMessage("pentagon"), "picture_sentence" : MessageLookupByLibrary.simpleMessage("Picture Sentence"), "pink" : MessageLookupByLibrary.simpleMessage("pink"), + "pleaseWait" : MessageLookupByLibrary.simpleMessage("Please wait..."), + "post" : MessageLookupByLibrary.simpleMessage("Post"), "pot" : MessageLookupByLibrary.simpleMessage("pot"), + "profile" : MessageLookupByLibrary.simpleMessage("Profile"), + "progress" : MessageLookupByLibrary.simpleMessage("Progress"), "purple" : MessageLookupByLibrary.simpleMessage("purple"), "quiz" : MessageLookupByLibrary.simpleMessage("Quiz"), "rabbit" : MessageLookupByLibrary.simpleMessage("rabbit"), @@ -133,14 +156,19 @@ class MessageLookup extends MessageLookupByLibrary { "right_palm" : MessageLookupByLibrary.simpleMessage("right palm"), "rooster" : MessageLookupByLibrary.simpleMessage("rooster"), "rose" : MessageLookupByLibrary.simpleMessage("rose"), + "seeAll" : MessageLookupByLibrary.simpleMessage("See All"), + "send" : MessageLookupByLibrary.simpleMessage("Send"), "sendAMessage" : MessageLookupByLibrary.simpleMessage("Send a message"), "shoes" : MessageLookupByLibrary.simpleMessage("shoes"), + "signIn" : MessageLookupByLibrary.simpleMessage("Sign In"), "sister" : MessageLookupByLibrary.simpleMessage("Sister"), "sofa" : MessageLookupByLibrary.simpleMessage("sofa"), "spin_wheel" : MessageLookupByLibrary.simpleMessage("Spin The Wheel"), "square" : MessageLookupByLibrary.simpleMessage("square"), "star" : MessageLookupByLibrary.simpleMessage("star"), "stones" : MessageLookupByLibrary.simpleMessage("stones"), + "stories" : MessageLookupByLibrary.simpleMessage("Stories"), + "story" : MessageLookupByLibrary.simpleMessage("Story"), "strawberry" : MessageLookupByLibrary.simpleMessage("strawberry"), "suit" : MessageLookupByLibrary.simpleMessage("suit"), "sun" : MessageLookupByLibrary.simpleMessage("sun"), @@ -154,6 +182,8 @@ class MessageLookup extends MessageLookupByLibrary { "tie" : MessageLookupByLibrary.simpleMessage("Tie"), "title" : MessageLookupByLibrary.simpleMessage("Maui"), "toaster" : MessageLookupByLibrary.simpleMessage("toaster"), + "topic" : MessageLookupByLibrary.simpleMessage("Topic"), + "topics" : MessageLookupByLibrary.simpleMessage("Topics"), "trapezoid" : MessageLookupByLibrary.simpleMessage("trapezoid"), "tree" : MessageLookupByLibrary.simpleMessage("tree"), "triangle" : MessageLookupByLibrary.simpleMessage("triangle"), @@ -165,9 +195,11 @@ class MessageLookup extends MessageLookupByLibrary { "watch" : MessageLookupByLibrary.simpleMessage("watch"), "watermelon" : MessageLookupByLibrary.simpleMessage("watermelon"), "wordgrid" : MessageLookupByLibrary.simpleMessage("Word Grid"), + "writeSomething" : MessageLookupByLibrary.simpleMessage("Write Something"), "writeYourName" : MessageLookupByLibrary.simpleMessage("Write your name..."), "yellow" : MessageLookupByLibrary.simpleMessage("yellow"), "youLoose" : MessageLookupByLibrary.simpleMessage("You Loose"), - "youWon" : MessageLookupByLibrary.simpleMessage("You Won") + "youWon" : MessageLookupByLibrary.simpleMessage("You Won"), + "yourPoints" : MessageLookupByLibrary.simpleMessage("Your Points -") }; } diff --git a/lib/l10n/messages_messages.dart b/lib/l10n/messages_messages.dart index b64f4fe..f4a443d 100644 --- a/lib/l10n/messages_messages.dart +++ b/lib/l10n/messages_messages.dart @@ -6,6 +6,7 @@ import 'package:intl/intl.dart'; import 'package:intl/message_lookup_by_library.dart'; +// ignore: unnecessary_new final messages = new MessageLookup(); // ignore: unused_element @@ -20,6 +21,8 @@ class MessageLookup extends MessageLookupByLibrary { final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { "abacus" : MessageLookupByLibrary.simpleMessage("Abacus"), + "addAComment" : MessageLookupByLibrary.simpleMessage("Add a comment"), + "answerThis" : MessageLookupByLibrary.simpleMessage("Answer this"), "ant" : MessageLookupByLibrary.simpleMessage("ant"), "apple" : MessageLookupByLibrary.simpleMessage("apple"), "backpack" : MessageLookupByLibrary.simpleMessage("backpack"), @@ -32,33 +35,43 @@ class MessageLookup extends MessageLookupByLibrary { "brother" : MessageLookupByLibrary.simpleMessage("Brother"), "brown" : MessageLookupByLibrary.simpleMessage("brown"), "bulb" : MessageLookupByLibrary.simpleMessage("bulb"), + "buy" : MessageLookupByLibrary.simpleMessage("Buy"), "calculate_numbers" : MessageLookupByLibrary.simpleMessage("Calculate"), "candle" : MessageLookupByLibrary.simpleMessage("candle"), "carpet" : MessageLookupByLibrary.simpleMessage("carpet"), "casino" : MessageLookupByLibrary.simpleMessage("Casino"), "cat" : MessageLookupByLibrary.simpleMessage("cat"), + "category" : MessageLookupByLibrary.simpleMessage("Category"), "chamomile" : MessageLookupByLibrary.simpleMessage("chamomile"), "chat" : MessageLookupByLibrary.simpleMessage("Chat"), + "check" : MessageLookupByLibrary.simpleMessage("Check"), "cherry" : MessageLookupByLibrary.simpleMessage("cherry"), + "chooseATemplate" : MessageLookupByLibrary.simpleMessage("Choose a template"), "circle_word" : MessageLookupByLibrary.simpleMessage("Circle Word"), "citrus" : MessageLookupByLibrary.simpleMessage("citrus"), "clock" : MessageLookupByLibrary.simpleMessage("clock"), "cloud" : MessageLookupByLibrary.simpleMessage("cloud"), "clue_game" : MessageLookupByLibrary.simpleMessage("Clue"), "coat" : MessageLookupByLibrary.simpleMessage("coat"), + "collection" : MessageLookupByLibrary.simpleMessage("Collection"), + "comment" : MessageLookupByLibrary.simpleMessage("Comment"), "connect_the_dots" : MessageLookupByLibrary.simpleMessage("Connect The Dots"), + "costIs" : MessageLookupByLibrary.simpleMessage("Cost is - 5"), "crossword" : MessageLookupByLibrary.simpleMessage("Crossword"), "cyan" : MessageLookupByLibrary.simpleMessage("cyan"), "daffodil" : MessageLookupByLibrary.simpleMessage("daffodil"), + "delete" : MessageLookupByLibrary.simpleMessage("Delete"), "diamond" : MessageLookupByLibrary.simpleMessage("diamond"), "dice" : MessageLookupByLibrary.simpleMessage("Dice"), "dog" : MessageLookupByLibrary.simpleMessage("dog"), "dove" : MessageLookupByLibrary.simpleMessage("dove"), + "draw" : MessageLookupByLibrary.simpleMessage("Draw"), "draw_challenge" : MessageLookupByLibrary.simpleMessage("draw_challenge"), "drawing" : MessageLookupByLibrary.simpleMessage("drawing"), "dress" : MessageLookupByLibrary.simpleMessage("dress"), "duck" : MessageLookupByLibrary.simpleMessage("duck"), "eagle" : MessageLookupByLibrary.simpleMessage("eagle"), + "edit" : MessageLookupByLibrary.simpleMessage("Edit"), "enterYourDetails" : MessageLookupByLibrary.simpleMessage("Enter your details"), "exitq" : MessageLookupByLibrary.simpleMessage("Exit?"), "face" : MessageLookupByLibrary.simpleMessage("face"), @@ -71,8 +84,10 @@ class MessageLookup extends MessageLookupByLibrary { "friend_word" : MessageLookupByLibrary.simpleMessage("Friend Word"), "friends" : MessageLookupByLibrary.simpleMessage("Friends"), "frog" : MessageLookupByLibrary.simpleMessage("frog"), + "gallery" : MessageLookupByLibrary.simpleMessage("Gallery"), "game" : MessageLookupByLibrary.simpleMessage("Game"), "gameOver" : MessageLookupByLibrary.simpleMessage("Game Over"), + "games" : MessageLookupByLibrary.simpleMessage("Games"), "giraffe" : MessageLookupByLibrary.simpleMessage("giraffe"), "glasses" : MessageLookupByLibrary.simpleMessage("glasses"), "grapes" : MessageLookupByLibrary.simpleMessage("grapes"), @@ -87,6 +102,8 @@ class MessageLookup extends MessageLookupByLibrary { "hi" : MessageLookupByLibrary.simpleMessage("Hi"), "hibiscus" : MessageLookupByLibrary.simpleMessage("hibiscus"), "hint" : MessageLookupByLibrary.simpleMessage("Type image"), + "home" : MessageLookupByLibrary.simpleMessage("Home"), + "hoodie" : MessageLookupByLibrary.simpleMessage("Hoodie"), "identify" : MessageLookupByLibrary.simpleMessage("identify"), "jacket" : MessageLookupByLibrary.simpleMessage("jacket"), "jasmine" : MessageLookupByLibrary.simpleMessage("jasmine"), @@ -99,6 +116,7 @@ class MessageLookup extends MessageLookupByLibrary { "left_palm" : MessageLookupByLibrary.simpleMessage("left palm"), "letUsChat" : MessageLookupByLibrary.simpleMessage("Let us chat"), "letUsLearn" : MessageLookupByLibrary.simpleMessage("Let us learn"), + "loading" : MessageLookupByLibrary.simpleMessage("Loading..."), "lotus" : MessageLookupByLibrary.simpleMessage("lotus"), "mango" : MessageLookupByLibrary.simpleMessage("mango"), "maroon" : MessageLookupByLibrary.simpleMessage("maroon"), @@ -107,7 +125,10 @@ class MessageLookup extends MessageLookupByLibrary { "microwave_oven" : MessageLookupByLibrary.simpleMessage("microwave oven"), "monkey" : MessageLookupByLibrary.simpleMessage("monkey"), "mother" : MessageLookupByLibrary.simpleMessage("Mother"), + "next" : MessageLookupByLibrary.simpleMessage("Next"), + "no_data" : MessageLookupByLibrary.simpleMessage("No Data"), "ok" : MessageLookupByLibrary.simpleMessage("OK"), + "options" : MessageLookupByLibrary.simpleMessage("Options"), "orange" : MessageLookupByLibrary.simpleMessage("orange"), "orchid" : MessageLookupByLibrary.simpleMessage("orchid"), "order_it" : MessageLookupByLibrary.simpleMessage("Order It"), @@ -119,9 +140,14 @@ class MessageLookup extends MessageLookupByLibrary { "pentagon" : MessageLookupByLibrary.simpleMessage("pentagon"), "picture_sentence" : MessageLookupByLibrary.simpleMessage("Picture Sentence"), "pink" : MessageLookupByLibrary.simpleMessage("pink"), + "pleaseWait" : MessageLookupByLibrary.simpleMessage("Please wait..."), + "post" : MessageLookupByLibrary.simpleMessage("Post"), "pot" : MessageLookupByLibrary.simpleMessage("pot"), + "profile" : MessageLookupByLibrary.simpleMessage("Profile"), + "progress" : MessageLookupByLibrary.simpleMessage("Progress"), "purple" : MessageLookupByLibrary.simpleMessage("purple"), "quiz" : MessageLookupByLibrary.simpleMessage("Quiz"), + "quiz_pager" : MessageLookupByLibrary.simpleMessage("Quiz"), "rabbit" : MessageLookupByLibrary.simpleMessage("rabbit"), "rectangle" : MessageLookupByLibrary.simpleMessage("rectangle"), "red" : MessageLookupByLibrary.simpleMessage("red"), @@ -133,14 +159,19 @@ class MessageLookup extends MessageLookupByLibrary { "right_palm" : MessageLookupByLibrary.simpleMessage("right palm"), "rooster" : MessageLookupByLibrary.simpleMessage("rooster"), "rose" : MessageLookupByLibrary.simpleMessage("rose"), + "seeAll" : MessageLookupByLibrary.simpleMessage("See All"), + "send" : MessageLookupByLibrary.simpleMessage("Send"), "sendAMessage" : MessageLookupByLibrary.simpleMessage("Send a message"), "shoes" : MessageLookupByLibrary.simpleMessage("shoes"), + "signIn" : MessageLookupByLibrary.simpleMessage("Sign In"), "sister" : MessageLookupByLibrary.simpleMessage("Sister"), "sofa" : MessageLookupByLibrary.simpleMessage("sofa"), "spin_wheel" : MessageLookupByLibrary.simpleMessage("Spin The Wheel"), "square" : MessageLookupByLibrary.simpleMessage("square"), "star" : MessageLookupByLibrary.simpleMessage("star"), "stones" : MessageLookupByLibrary.simpleMessage("stones"), + "stories" : MessageLookupByLibrary.simpleMessage("Stories"), + "story" : MessageLookupByLibrary.simpleMessage("Story"), "strawberry" : MessageLookupByLibrary.simpleMessage("strawberry"), "suit" : MessageLookupByLibrary.simpleMessage("suit"), "sun" : MessageLookupByLibrary.simpleMessage("sun"), @@ -154,6 +185,8 @@ class MessageLookup extends MessageLookupByLibrary { "tie" : MessageLookupByLibrary.simpleMessage("Tie"), "title" : MessageLookupByLibrary.simpleMessage("Maui"), "toaster" : MessageLookupByLibrary.simpleMessage("toaster"), + "topic" : MessageLookupByLibrary.simpleMessage("Topic"), + "topics" : MessageLookupByLibrary.simpleMessage("Topics"), "trapezoid" : MessageLookupByLibrary.simpleMessage("trapezoid"), "tree" : MessageLookupByLibrary.simpleMessage("tree"), "triangle" : MessageLookupByLibrary.simpleMessage("triangle"), @@ -165,9 +198,11 @@ class MessageLookup extends MessageLookupByLibrary { "watch" : MessageLookupByLibrary.simpleMessage("watch"), "watermelon" : MessageLookupByLibrary.simpleMessage("watermelon"), "wordgrid" : MessageLookupByLibrary.simpleMessage("Word Grid"), + "writeSomething" : MessageLookupByLibrary.simpleMessage("Write Something"), "writeYourName" : MessageLookupByLibrary.simpleMessage("Write your name..."), "yellow" : MessageLookupByLibrary.simpleMessage("yellow"), "youLoose" : MessageLookupByLibrary.simpleMessage("You Loose"), - "youWon" : MessageLookupByLibrary.simpleMessage("You Won") + "youWon" : MessageLookupByLibrary.simpleMessage("You Won"), + "yourPoints" : MessageLookupByLibrary.simpleMessage("Your Points -") }; } diff --git a/lib/l10n/messages_sw.dart b/lib/l10n/messages_sw.dart index 27ade45..2e1a198 100644 --- a/lib/l10n/messages_sw.dart +++ b/lib/l10n/messages_sw.dart @@ -6,6 +6,7 @@ import 'package:intl/intl.dart'; import 'package:intl/message_lookup_by_library.dart'; +// ignore: unnecessary_new final messages = new MessageLookup(); // ignore: unused_element @@ -20,6 +21,8 @@ class MessageLookup extends MessageLookupByLibrary { final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { "abacus" : MessageLookupByLibrary.simpleMessage("Kikokotoo"), + "addAComment" : MessageLookupByLibrary.simpleMessage("Ongeza maoni"), + "answerThis" : MessageLookupByLibrary.simpleMessage("Jibu hili"), "ant" : MessageLookupByLibrary.simpleMessage("Siafu"), "apple" : MessageLookupByLibrary.simpleMessage("Tofaa"), "backpack" : MessageLookupByLibrary.simpleMessage("Begi la mgongoni"), @@ -32,6 +35,7 @@ class MessageLookup extends MessageLookupByLibrary { "brother" : MessageLookupByLibrary.simpleMessage("Kaka"), "brown" : MessageLookupByLibrary.simpleMessage("kahawia"), "bulb" : MessageLookupByLibrary.simpleMessage("Glopu"), + "buy" : MessageLookupByLibrary.simpleMessage("Nunua"), "calculate_numbers" : MessageLookupByLibrary.simpleMessage("Kokotoa"), "candle" : MessageLookupByLibrary.simpleMessage("mshumaa"), "carpet" : MessageLookupByLibrary.simpleMessage("Zulia"), @@ -39,26 +43,34 @@ class MessageLookup extends MessageLookupByLibrary { "cat" : MessageLookupByLibrary.simpleMessage("paka"), "chamomile" : MessageLookupByLibrary.simpleMessage("chamomile"), "chat" : MessageLookupByLibrary.simpleMessage("Zungumza"), + "check" : MessageLookupByLibrary.simpleMessage("Angalia"), "cherry" : MessageLookupByLibrary.simpleMessage("Matunda damu"), + "chooseATemplate" : MessageLookupByLibrary.simpleMessage("Chagua picha"), "circle_word" : MessageLookupByLibrary.simpleMessage("Mzunguko Neno"), "citrus" : MessageLookupByLibrary.simpleMessage("Ndimu"), "clock" : MessageLookupByLibrary.simpleMessage("saa"), "cloud" : MessageLookupByLibrary.simpleMessage("wingu"), "clue_game" : MessageLookupByLibrary.simpleMessage("Kidokezo"), "coat" : MessageLookupByLibrary.simpleMessage("Koti"), + "collection" : MessageLookupByLibrary.simpleMessage("Ukusanyaji"), + "comment" : MessageLookupByLibrary.simpleMessage("Maoni"), "connect_the_dots" : MessageLookupByLibrary.simpleMessage("Unganisha Nukta"), + "costIs" : MessageLookupByLibrary.simpleMessage("Gharama ni - 5"), "crossword" : MessageLookupByLibrary.simpleMessage("Maneno Mpishano"), "cyan" : MessageLookupByLibrary.simpleMessage("Samawati"), "daffodil" : MessageLookupByLibrary.simpleMessage("Ua nasiasa"), + "delete" : MessageLookupByLibrary.simpleMessage("Futa"), "diamond" : MessageLookupByLibrary.simpleMessage("Almasi"), "dice" : MessageLookupByLibrary.simpleMessage("Kete"), "dog" : MessageLookupByLibrary.simpleMessage("mbwa"), "dove" : MessageLookupByLibrary.simpleMessage("njiwa"), + "draw" : MessageLookupByLibrary.simpleMessage("Chora"), "draw_challenge" : MessageLookupByLibrary.simpleMessage("Anzisha Mchezo"), "drawing" : MessageLookupByLibrary.simpleMessage("Kuchora"), "dress" : MessageLookupByLibrary.simpleMessage("Gauni"), "duck" : MessageLookupByLibrary.simpleMessage("bata"), "eagle" : MessageLookupByLibrary.simpleMessage("tai"), + "edit" : MessageLookupByLibrary.simpleMessage("Badilisha"), "enterYourDetails" : MessageLookupByLibrary.simpleMessage("Ingiza jina lako"), "exitq" : MessageLookupByLibrary.simpleMessage("Toka"), "face" : MessageLookupByLibrary.simpleMessage("uso"), @@ -71,8 +83,10 @@ class MessageLookup extends MessageLookupByLibrary { "friend_word" : MessageLookupByLibrary.simpleMessage("Rafiki Neno"), "friends" : MessageLookupByLibrary.simpleMessage("Marafiki"), "frog" : MessageLookupByLibrary.simpleMessage("chura"), + "gallery" : MessageLookupByLibrary.simpleMessage("Sanaa"), "game" : MessageLookupByLibrary.simpleMessage("Mchezo"), "gameOver" : MessageLookupByLibrary.simpleMessage("Mchezi umekwisha"), + "games" : MessageLookupByLibrary.simpleMessage("Michezo"), "giraffe" : MessageLookupByLibrary.simpleMessage("twiga"), "glasses" : MessageLookupByLibrary.simpleMessage("Miwani"), "grapes" : MessageLookupByLibrary.simpleMessage("zabibu"), @@ -87,6 +101,8 @@ class MessageLookup extends MessageLookupByLibrary { "hi" : MessageLookupByLibrary.simpleMessage("Mambo"), "hibiscus" : MessageLookupByLibrary.simpleMessage("Rozela"), "hint" : MessageLookupByLibrary.simpleMessage("Weka picha"), + "home" : MessageLookupByLibrary.simpleMessage("Nyumbani"), + "hoodie" : MessageLookupByLibrary.simpleMessage("Hoodie"), "identify" : MessageLookupByLibrary.simpleMessage("tambua"), "jacket" : MessageLookupByLibrary.simpleMessage("koti"), "jasmine" : MessageLookupByLibrary.simpleMessage("Ua Asumini"), @@ -99,6 +115,7 @@ class MessageLookup extends MessageLookupByLibrary { "left_palm" : MessageLookupByLibrary.simpleMessage("Kiganja cha kushoto"), "letUsChat" : MessageLookupByLibrary.simpleMessage("Hebu tuzungumze"), "letUsLearn" : MessageLookupByLibrary.simpleMessage("Hebu Tujifunze"), + "loading" : MessageLookupByLibrary.simpleMessage("Inapakia..."), "lotus" : MessageLookupByLibrary.simpleMessage("lotasi"), "mango" : MessageLookupByLibrary.simpleMessage("Embe"), "maroon" : MessageLookupByLibrary.simpleMessage("Zambarau-nyekundu"), @@ -107,7 +124,9 @@ class MessageLookup extends MessageLookupByLibrary { "microwave_oven" : MessageLookupByLibrary.simpleMessage("tanuri"), "monkey" : MessageLookupByLibrary.simpleMessage("tumbili"), "mother" : MessageLookupByLibrary.simpleMessage("Mama"), + "next" : MessageLookupByLibrary.simpleMessage("Ifuatayo"), "ok" : MessageLookupByLibrary.simpleMessage("sawa"), + "options" : MessageLookupByLibrary.simpleMessage("Chaguo"), "orange" : MessageLookupByLibrary.simpleMessage("machungwa"), "orchid" : MessageLookupByLibrary.simpleMessage("orchid"), "order_it" : MessageLookupByLibrary.simpleMessage("Agiza"), @@ -119,7 +138,11 @@ class MessageLookup extends MessageLookupByLibrary { "pentagon" : MessageLookupByLibrary.simpleMessage("Pembe tano"), "picture_sentence" : MessageLookupByLibrary.simpleMessage("Sentensi ya Picha"), "pink" : MessageLookupByLibrary.simpleMessage("Waridi"), + "pleaseWait" : MessageLookupByLibrary.simpleMessage("Tafadhali subiri..."), + "post" : MessageLookupByLibrary.simpleMessage("Chapisho"), "pot" : MessageLookupByLibrary.simpleMessage("Chungu"), + "profile" : MessageLookupByLibrary.simpleMessage("Profaili"), + "progress" : MessageLookupByLibrary.simpleMessage("Maendeleo"), "purple" : MessageLookupByLibrary.simpleMessage("zambarau"), "quiz" : MessageLookupByLibrary.simpleMessage("Chemsha Bongo"), "rabbit" : MessageLookupByLibrary.simpleMessage("sungura"), @@ -133,14 +156,19 @@ class MessageLookup extends MessageLookupByLibrary { "right_palm" : MessageLookupByLibrary.simpleMessage("Kiganja cha kulia"), "rooster" : MessageLookupByLibrary.simpleMessage("jogoo"), "rose" : MessageLookupByLibrary.simpleMessage("Ua waridi"), + "seeAll" : MessageLookupByLibrary.simpleMessage("Ona yote"), + "send" : MessageLookupByLibrary.simpleMessage("Tuma"), "sendAMessage" : MessageLookupByLibrary.simpleMessage("Tuma ujumbe"), "shoes" : MessageLookupByLibrary.simpleMessage("viatu"), + "signIn" : MessageLookupByLibrary.simpleMessage("Weka sahihi"), "sister" : MessageLookupByLibrary.simpleMessage("Dada"), "sofa" : MessageLookupByLibrary.simpleMessage("Kochi"), "spin_wheel" : MessageLookupByLibrary.simpleMessage("Zungusha Duara"), "square" : MessageLookupByLibrary.simpleMessage("mraba"), "star" : MessageLookupByLibrary.simpleMessage("nyota"), "stones" : MessageLookupByLibrary.simpleMessage("mawe"), + "stories" : MessageLookupByLibrary.simpleMessage("Hadithi"), + "story" : MessageLookupByLibrary.simpleMessage("Hadithi"), "strawberry" : MessageLookupByLibrary.simpleMessage("strouberi"), "suit" : MessageLookupByLibrary.simpleMessage("suti"), "sun" : MessageLookupByLibrary.simpleMessage("jua"), @@ -154,6 +182,8 @@ class MessageLookup extends MessageLookupByLibrary { "tie" : MessageLookupByLibrary.simpleMessage("Sare"), "title" : MessageLookupByLibrary.simpleMessage("Kichwa cha Habari"), "toaster" : MessageLookupByLibrary.simpleMessage("Kioka"), + "topic" : MessageLookupByLibrary.simpleMessage("Mada"), + "topics" : MessageLookupByLibrary.simpleMessage("Mada"), "trapezoid" : MessageLookupByLibrary.simpleMessage("Tenge"), "tree" : MessageLookupByLibrary.simpleMessage("mti"), "triangle" : MessageLookupByLibrary.simpleMessage("pembe tatu"), @@ -165,9 +195,11 @@ class MessageLookup extends MessageLookupByLibrary { "watch" : MessageLookupByLibrary.simpleMessage("Saa"), "watermelon" : MessageLookupByLibrary.simpleMessage("Tikiti maji"), "wordgrid" : MessageLookupByLibrary.simpleMessage("Mchezo wa kupanga Maneno"), + "writeSomething" : MessageLookupByLibrary.simpleMessage("Andika Kitu"), "writeYourName" : MessageLookupByLibrary.simpleMessage("Andika jina lako..."), "yellow" : MessageLookupByLibrary.simpleMessage("njano"), "youLoose" : MessageLookupByLibrary.simpleMessage("Umeshindwa"), - "youWon" : MessageLookupByLibrary.simpleMessage("Umeshinda") + "youWon" : MessageLookupByLibrary.simpleMessage("Umeshinda"), + "yourPoints" : MessageLookupByLibrary.simpleMessage("Pointi yako -") }; } diff --git a/lib/loca.dart b/lib/loca.dart index 3bea173..182278e 100644 --- a/lib/loca.dart +++ b/lib/loca.dart @@ -23,8 +23,10 @@ class Loca { String get title => Intl.message('Maui', name: 'title'); String get chat => Intl.message('Chat', name: 'chat'); String get gallery => Intl.message('Gallery', name: 'gallery'); - String get topic => Intl.message('Topic', name: 'topic'); + String get collection => Intl.message('Collection', name: 'collection'); + String get progress => Intl.message('Progress', name: 'progress'); String get game => Intl.message('Game', name: 'game'); + String get home => Intl.message("Home", name: 'home'); String get category => Intl.message('Category', name: 'category'); String get profile => Intl.message('Profile', name: 'profile'); String get reflex => Intl.message('reflex', name: 'reflex'); @@ -192,6 +194,36 @@ class Loca { Intl.message('Enter your details', name: 'enterYourDetails'); String get writeYourName => Intl.message('Write your name...', name: 'writeYourName'); + String get addAComment => Intl.message('Add a comment', name: 'addAComment'); + + String get draw => Intl.message('Draw', name: 'draw'); + String get post => Intl.message('Post', name: 'post'); + String get pleaseWait => Intl.message('Please wait...', name: 'pleaseWait'); + String get signIn => Intl.message('Sign In', name: 'signIn'); + String get loading => Intl.message('Loading...', name: 'loading'); + String get seeAll => Intl.message('See All', name: 'seeAll'); + String get chooseATemplate => + Intl.message('Choose a template', name: 'chooseATemplate'); + String get yourPoints => Intl.message('Your Points -', name: 'yourPoints'); + String get costIs => Intl.message('Cost is - 5', name: 'costIs'); + String get buy => Intl.message('Buy', name: 'buy'); + String get next => Intl.message('Next', name: 'next'); + String get check => Intl.message('Check', name: 'check'); + String get topics => Intl.message('Topics', name: 'topics'); + String get writeSomething => + Intl.message('Write Something', name: 'writeSomething'); + String get stories => Intl.message('Stories', name: 'stories'); + String get answerThis => Intl.message('Answer this', name: 'answerThis'); + String get hoodie => Intl.message('Hoodie', name: 'hoodie'); + String get send => Intl.message('Send', name: 'send'); + String get options => Intl.message('Options', name: 'options'); + String get edit => Intl.message('Edit', name: 'edit'); + String get delete => Intl.message('Delete', name: 'delete'); + String get games => Intl.message('Games', name: 'games'); + String get comment => Intl.message('Comment', name: 'comment'); + String get story => Intl.message('Story', name: 'story'); + String get discuss => Intl.message('Discuss', name: 'story'); + String get topic => Intl.message('Topic', name: 'topic'); } class LocaDelegate extends LocalizationsDelegate { diff --git a/lib/main.dart b/lib/main.dart index 46d5e7a..73d4350 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -1,16 +1,43 @@ import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; import 'package:maui/app.dart'; +import 'package:maui/middlewares/collections_middleware.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_extra_repo.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/card_repo.dart'; +import 'package:maui/repos/collection_repo.dart'; +import 'package:maui/repos/comment_repo.dart'; +import 'package:maui/repos/like_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/repos/user_repo.dart'; import 'package:maui/state/app_state_container.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'package:uuid/uuid.dart'; void main() async { - print('main'); SharedPreferences prefs = await SharedPreferences.getInstance(); if (prefs.getString('deviceId') == null) { prefs.setString('deviceId', Uuid().v4()); } - runApp(new AppStateContainer( - child: new MauiApp(), + final initialState = RootState(collectionMap: {}, cardMap: {}); + final store = Store(initialState); + + store.add(CollectionMiddleware( + collectionRepo: CollectionRepo(), + cardProgressRepo: CardProgressRepo(), + likeRepo: LikeRepo(), + cardRepo: CardRepo(), + tileRepo: TileRepo(), + cardExtraRepo: CardExtraRepo(), + userRepo: UserRepo(), + commentRepo: CommentRepo())); + + runApp(Provider( + store: store, + child: AppStateContainer( + child: MauiApp(), + ), )); } diff --git a/lib/middlewares/collections_middleware.dart b/lib/middlewares/collections_middleware.dart new file mode 100644 index 0000000..84efdb1 --- /dev/null +++ b/lib/middlewares/collections_middleware.dart @@ -0,0 +1,89 @@ +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_comment.dart'; +import 'package:maui/actions/add_like.dart'; +import 'package:maui/actions/add_progress.dart'; +import 'package:maui/actions/update_points.dart'; +import 'package:maui/actions/fetch_comments.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/actions/fetch_card_detail.dart'; +import 'package:maui/actions/fetch_tile_detail.dart'; +import 'package:maui/actions/post_tile.dart'; +import 'package:maui/actions/save_drawing.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/repos/card_extra_repo.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/card_repo.dart'; +import 'package:maui/repos/collection_repo.dart'; +import 'package:maui/repos/comment_repo.dart'; +import 'package:maui/repos/like_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/repos/user_repo.dart'; + +class CollectionMiddleware extends Middleware { + final CollectionRepo collectionRepo; + final CardProgressRepo cardProgressRepo; + final LikeRepo likeRepo; + final CommentRepo commentRepo; + final CardRepo cardRepo; + final TileRepo tileRepo; + final CardExtraRepo cardExtraRepo; + final UserRepo userRepo; + + CollectionMiddleware( + {this.collectionRepo, + this.cardProgressRepo, + this.likeRepo, + this.commentRepo, + this.tileRepo, + this.cardExtraRepo, + this.userRepo, + this.cardRepo}); + + @override + RootState beforeAction(ActionType action, RootState state) { + if (action is FetchInitialData) { + action.collectionRepo = collectionRepo; + action.cardProgressRepo = cardProgressRepo; + action.likeRepo = likeRepo; + action.tileRepo = tileRepo; + action.userRepo = userRepo; + action.cardRepo = cardRepo; + } else if (action is FetchCardDetail) { + action.collectionRepo = collectionRepo; + action.cardProgressRepo = cardProgressRepo; + action.likeRepo = likeRepo; + action.commentRepo = commentRepo; + action.cardRepo = cardRepo; + action.tileRepo = tileRepo; + action.cardExtraRepo = cardExtraRepo; + } else if (action is AddProgress) { + action.cardProgressRepo = cardProgressRepo; + action.collectionRepo = collectionRepo; + } else if (action is AddLike) { + action.likeRepo = likeRepo; + action.tileRepo = tileRepo; + action.userRepo = userRepo; + } else if (action is AddComment) { + action.commentRepo = commentRepo; + action.tileRepo = tileRepo; + } else if (action is SaveDrawing) { + action.tileRepo = tileRepo; + action.cardRepo = cardRepo; + } else if (action is FetchComments) { + action.commentRepo = commentRepo; + } else if (action is UpdatePoints) { + action.userRepo = userRepo; + } else if (action is PostTile) { + action.tileRepo = tileRepo; + } else if (action is FetchTileDetail) { + action.commentRepo = commentRepo; + } + + return state; + } + + @override + RootState afterAction(ActionType action, RootState state) { + return state; + } +} diff --git a/lib/models/root_state.dart b/lib/models/root_state.dart new file mode 100644 index 0000000..65c21f7 --- /dev/null +++ b/lib/models/root_state.dart @@ -0,0 +1,36 @@ +import 'package:maui/db/entity/card_extra.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/collection.dart'; +import 'package:maui/db/entity/comment.dart'; +import 'package:maui/db/entity/like.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/quack/user_activity.dart'; + +class RootState { + final bool isLoading; + final User user; + final Map frontMap; + final Map userMap; + final Map> collectionMap; + final Map cardMap; + final Map> commentMap; + final Map activityMap; + final List drawings; + final List templates; + final List tiles; + + RootState( + {this.isLoading, + this.frontMap, + this.user, + this.collectionMap, + this.cardMap, + this.activityMap, + this.drawings, + this.templates, + this.tiles, + this.userMap, + this.commentMap}); +} diff --git a/lib/quack/activity_drawing_grid.dart b/lib/quack/activity_drawing_grid.dart new file mode 100644 index 0000000..7d49cd4 --- /dev/null +++ b/lib/quack/activity_drawing_grid.dart @@ -0,0 +1,99 @@ +import 'dart:convert'; +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/db/entity/card_extra.dart'; +import 'package:maui/db/entity/comment.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/drawing_card.dart'; +import 'package:maui/quack/template_grid.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/repos/card_extra_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/components/drawing_wrapper.dart'; +import 'package:tahiti/paper.dart'; +import 'package:tahiti/activity_model.dart'; +import 'package:scoped_model/scoped_model.dart'; +import 'package:tuple/tuple.dart'; + +class ActivityDrawingGrid extends StatelessWidget { + final String cardId; + + const ActivityDrawingGrid({Key key, this.cardId}) : super(key: key); + + void _onPressed(BuildContext context, List templates) async { + if ((templates?.length ?? 0) > 0) { + await showDialog( + context: context, + builder: (BuildContext context) => _buildDialog(context, templates), + ).then((result) { + if (result != null) { + Navigator.of(context).push( + new MaterialPageRoute( + builder: (BuildContext context) => DrawingWrapper( + activityId: cardId, + template: result.isEmpty ? null : result, + )), + ); + } + }); + } else { + Navigator.of(context) + .push(MaterialPageRoute(builder: (BuildContext context) { + return DrawingWrapper( + activityId: cardId, + ); + })); + } + } + + Widget _buildDialog(BuildContext context, List templates) { + return SimpleDialog( + titlePadding: EdgeInsets.all(0.0), + title: new Container( + height: MediaQuery.of(context).size.height * .06, + color: Colors.blue, + child: new Center(child: new Text(Loca.of(context).chooseATemplate))), + children: [ + new Container( + width: MediaQuery.of(context).size.width / 1.5, + height: MediaQuery.of(context).size.height / 1.6, + child: TemplateGrid( + templates: + templates.map((c) => c.content).toList(growable: false), + )), + ], + ); + } + + List _buildList( + BuildContext context, List drawings, List templates) { + return [ + Padding( + padding: const EdgeInsets.all(8.0), + child: RaisedButton( + onPressed: () => _onPressed(context, templates), + child: Icon(Icons.add_circle), + ), + ) + ]..addAll(drawings.map((d) => Padding( + padding: const EdgeInsets.all(8.0), + child: DrawingCard(tile: d), + ))); + } + + @override + Widget build(BuildContext context) { + return Connect, List>>( + convert: (state) => Tuple2(state.drawings, state.templates), + where: (prev, next) => next != prev, + builder: (props) { + return SliverGrid.count( + crossAxisCount: 3, + childAspectRatio: 1.0, + children: _buildList(context, props?.item1 ?? [], props?.item2)); + }, + nullable: true, + ); + } +} diff --git a/lib/quack/audio_text_bold.dart b/lib/quack/audio_text_bold.dart new file mode 100644 index 0000000..d62b234 --- /dev/null +++ b/lib/quack/audio_text_bold.dart @@ -0,0 +1,198 @@ +import 'dart:async'; +import 'dart:io'; + +import 'package:flutter/services.dart'; + +import 'package:audioplayer/audioplayer.dart'; +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/quack/text_audio.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:path_provider/path_provider.dart'; + +typedef void OnError(Exception exception); + +const kUrl = "http://www.rxlabz.com/labz/audio2.mp3"; +const kUrl2 = "http://www.rxlabz.com/labz/audio.mp3"; + +enum PlayerState { stopped, playing, paused } + +class AudioTextBold extends StatefulWidget { + final QuackCard card; + + AudioTextBold({this.card}); + + @override + AudioTextBoldState createState() => new AudioTextBoldState(); +} + +class AudioTextBoldState extends State { + Duration duration; + Duration position; + + AudioPlayer audioPlayer; + + String localFilePath; + // String firsttext = + // "Siku moja Sungura alimtembelea Jimbi na familia yake usiku. Walifurahia kula chajio pamoja."; + + PlayerState playerState = PlayerState.stopped; + + get isPlaying => playerState == PlayerState.playing; + get isPaused => playerState == PlayerState.paused; + + int get durationText => duration != null ? duration.inMilliseconds : ''; + int get positionText => position != null ? position.inMilliseconds : ''; + + // bool isMuted = false; + + StreamSubscription _positionSubscription; + StreamSubscription _audioPlayerStateSubscription; + + @override + void initState() { + super.initState(); + initAudioPlayer(); + } + + @override + void dispose() { + _positionSubscription.cancel(); + _audioPlayerStateSubscription.cancel(); + audioPlayer.stop(); + super.dispose(); + } + + void initAudioPlayer() { + audioPlayer = new AudioPlayer(); + _positionSubscription = audioPlayer.onAudioPositionChanged + .listen((p) => setState(() => position = p)); + _audioPlayerStateSubscription = + audioPlayer.onPlayerStateChanged.listen((s) { + if (s == AudioPlayerState.PLAYING) { + setState(() => duration = audioPlayer.duration); + } else if (s == AudioPlayerState.STOPPED) { + onComplete(); + setState(() { + position = duration; + }); + } + }, onError: (msg) { + setState(() { + playerState = PlayerState.stopped; + duration = new Duration(seconds: 0); + position = new Duration(seconds: 0); + }); + }); + } + + // Future play() async { + // await audioPlayer.play(kUrl); + // setState(() { + // playerState = PlayerState.playing; + // }); + // } + + Future playaudio(String fileName) async { + try { + final file = + new File(AppStateContainer.of(context).extStorageDir + fileName); + if (await file.exists()) { + await audioPlayer.play(file.path, isLocal: true); + setState(() { + playerState = PlayerState.playing; + }); + } else { + // await file.writeAsBytes( + // (await rootBundle.load('assets/$fileName')).buffer.asUint8List()); + // await audioPlayer.play(file.path, isLocal: true); + } + } catch (e) { + print('Failed playing $fileName: $e'); + } + } + + Future _playLocal() async { + await audioPlayer.play(localFilePath, isLocal: true); + setState(() => playerState = PlayerState.playing); + } + + Future pause() async { + await audioPlayer.pause(); + setState(() => playerState = PlayerState.paused); + } + + Future stop() async { + await audioPlayer.stop(); + setState(() { + playerState = PlayerState.stopped; + position = new Duration(); + }); + } + + void onComplete() { + setState(() => playerState = PlayerState.stopped); + } + + // Future _loadFile() async { + // final dir = await getExternalStorageDirectory(); + // final file = new File('${dir.path}/2.m4a'); + + // // await file.writeAsBytes(bytes); + // if (await file.exists()) + // setState(() { + // localFilePath = file.path; + // }); + // _playLocal(); + // } + + @override + Widget build(BuildContext context) { + return new Center( + child: new Column( + mainAxisAlignment: MainAxisAlignment.spaceEvenly, + mainAxisSize: MainAxisSize.min, + children: [ + new Padding( + padding: const EdgeInsets.all(8.0), + child: new Row( + mainAxisAlignment: MainAxisAlignment.spaceEvenly, + children: [ + widget.card.contentAudio != null + ? new IconButton( + onPressed: () => + playaudio(widget.card.contentAudio), + icon: Icon( + Icons.play_circle_filled, + color: Colors.red, + size: 50, + ), + ) + : Container(), + ]), + ), + widget.card.title == null + ? Container() + : Padding( + padding: const EdgeInsets.symmetric( + vertical: 16.0, horizontal: 8.0), + child: Text( + widget.card.title ?? '', + style: Theme.of(context).textTheme.display1, + ), + ), + Padding( + padding: const EdgeInsets.all(8.0), + child: !isPlaying + ? Text(widget.card.content ?? '', + style: Theme.of(context).textTheme.display1) + : TextAudio( + audiofile: widget.card.contentAudio, + fulltext: widget.card.content ?? '', + duration: durationText, + ), + ) + ]), + ); + } +} diff --git a/lib/quack/bento.dart b/lib/quack/bento.dart new file mode 100644 index 0000000..5337159 --- /dev/null +++ b/lib/quack/bento.dart @@ -0,0 +1,40 @@ +import 'dart:math'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/components/drawing_wrapper.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/home/home_screen.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_summary.dart'; +import 'package:maui/quack/fab_icon.dart'; +import 'package:maui/quack/friend_strip.dart'; +import 'package:maui/quack/post_comments.dart'; + +class Bento extends StatelessWidget { + @override + Widget build(BuildContext context) { + final media = MediaQuery.of(context); + final fontSizeFactor = + max(1.0, min(media.size.height, media.size.width) / 600); + return Theme( + data: ThemeData( + primarySwatch: Colors.blue, + textTheme: + Theme.of(context).textTheme.apply(fontSizeFactor: fontSizeFactor), + ), + child: Scaffold( + backgroundColor: Color(0xffeeeeee), + floatingActionButton: FancyFab(), + body: Column( + children: [ + FriendStrip(), + Expanded( + child: HomeScreen(), + ), + ], + ), + ), + ); + } +} diff --git a/lib/quack/card_detail.dart b/lib/quack/card_detail.dart new file mode 100644 index 0000000..62565b7 --- /dev/null +++ b/lib/quack/card_detail.dart @@ -0,0 +1,107 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_markdown/flutter_markdown.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_progress.dart'; +import 'package:maui/app.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_header.dart'; +import 'package:maui/quack/card_pager.dart'; +import 'package:maui/quack/collection_grid.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/quack/comment_list.dart'; +import 'package:maui/quack/comment_text_field.dart'; +import 'package:maui/quack/activity_drawing_grid.dart'; +import 'package:maui/quack/header_app_bar.dart'; +import 'package:maui/quack/knowledge_button.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/collection_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/state/app_state_container.dart'; + +class CardDetail extends StatelessWidget { + final QuackCard card; + final String parentCardId; + final bool showBackButton; +// final GlobalKey commentListKey; + + CardDetail( + {key, @required this.card, this.parentCardId, this.showBackButton = true}) + : super(key: key); + + @override + Widget build(BuildContext context) { + final scrollViewWidgets = [ + HeaderAppBar( + card: card, + parentCardId: parentCardId, + showBackButton: showBackButton, + ) + ]; + + if (card.type == CardType.activity) { + scrollViewWidgets.add(ActivityDrawingGrid(cardId: card.id)); + } + scrollViewWidgets.add(SliverToBoxAdapter( + child: Padding( + padding: const EdgeInsets.all(8.0), + child: Text( + card.content ?? '', + style: Theme.of(context).textTheme.display1, + ), + ))); + scrollViewWidgets.addAll([ + SliverToBoxAdapter( + child: CollectionGrid( + cardId: card.id, + cardType: CardType.activity, + ), + ), + ]); + if (showBackButton && + (card.type == CardType.concept || card.type == CardType.activity)) { + scrollViewWidgets.add(CommentList( + parentId: card.id, + tileType: TileType.card, + )); + } + final widgets = [ + Expanded( + child: CustomScrollView( + slivers: scrollViewWidgets, + ), + ) + ]; + if (card.type == CardType.concept) { + widgets.add(KnowledgeButton(cardId: card.id)); + } + + return card.type == CardType.knowledge + ? Column( + children: widgets, + ) + : Scaffold( + body: Column( + crossAxisAlignment: CrossAxisAlignment.stretch, + children: widgets, + ), + ); + } + +// @override +// void didChangeDependencies() { +// super.didChangeDependencies(); +// routeObserver.subscribe(this, ModalRoute.of(context)); +// } +// +// @override +// void dispose() { +// routeObserver.unsubscribe(this); +// super.dispose(); +// } +// +// void didPopNext() { +// _initData(); +// } +} diff --git a/lib/quack/card_detail_wrapper.dart b/lib/quack/card_detail_wrapper.dart new file mode 100644 index 0000000..cc1f42b --- /dev/null +++ b/lib/quack/card_detail_wrapper.dart @@ -0,0 +1,50 @@ +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/quack/card_detail.dart'; +import 'package:maui/repos/card_repo.dart'; + +class CardDetailWrapper extends StatefulWidget { + final String cardId; + bool showBackButton; + + CardDetailWrapper({Key key, this.cardId, this.showBackButton = true}) + : super(key: key); + + @override + CardDetailWrapperState createState() { + return new CardDetailWrapperState(); + } +} + +class CardDetailWrapperState extends State { + bool _isLoading = true; + QuackCard _card; + + @override + void initState() { + super.initState(); + _initData(); + } + + void _initData() async { + _card = await CardRepo().getCard(widget.cardId); + setState(() => _isLoading = false); + } + + @override + Widget build(BuildContext context) { + if (_isLoading) { + return new Center( + child: new SizedBox( + width: 20.0, + height: 20.0, + child: new CircularProgressIndicator(), + )); + } + return CardDetail( + card: _card, + parentCardId: widget.cardId, + showBackButton: widget.showBackButton, + ); + } +} diff --git a/lib/quack/card_header.dart b/lib/quack/card_header.dart new file mode 100644 index 0000000..ea9c770 --- /dev/null +++ b/lib/quack/card_header.dart @@ -0,0 +1,55 @@ +import 'dart:io'; + +import 'package:flutter/material.dart'; +import 'package:flutter_svg/flutter_svg.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/state/app_state_container.dart'; + +class CardHeader extends StatelessWidget { + final QuackCard card; + final String parentCardId; + final double minHeight; + CardHeader({Key key, @required this.card, this.parentCardId, this.minHeight}) + : super(key: key); + + @override + Widget build(BuildContext context) { + if (card.header == null) + return Container( + constraints: minHeight == null + ? null + : BoxConstraints.loose(Size(minHeight, 10.0)), + ); + if (card.header?.endsWith('.svg')) { + return Hero( + tag: '$parentCardId/${card.type}/${card.id}', + child: Container( + padding: const EdgeInsets.all(8.0), + color: card.backgroundColor, + child: SvgPicture.file( + File(AppStateContainer.of(context).extStorageDir + card.header), + allowDrawingOutsideViewBox: false, + ), + ), + ); + } else if (card.header?.endsWith('png') || + card.header?.endsWith('JPG') || + card.header?.endsWith('jp2') || + card.header?.endsWith('jpg') || + card.header?.endsWith('gif') || + card.header?.endsWith('jpeg')) { + return Hero( + tag: '$parentCardId/${card.type}/${card.id}', + child: Image.file( + File(AppStateContainer.of(context).extStorageDir + card.header), + fit: BoxFit.cover, + ), + ); + } + return Container( + constraints: minHeight == null + ? null + : BoxConstraints.loose(Size(minHeight, 10.0)), + ); + } +} diff --git a/lib/quack/card_lock.dart b/lib/quack/card_lock.dart new file mode 100644 index 0000000..1581349 --- /dev/null +++ b/lib/quack/card_lock.dart @@ -0,0 +1,259 @@ +import 'dart:async'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_progress.dart'; +import 'package:maui/actions/fetch_card_detail.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_detail.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/quack/collection_progress_indicator.dart'; +import 'package:maui/state/app_state_container.dart'; +import '../actions/update_points.dart'; +import 'package:nima/nima_actor.dart'; + +class CardLock extends StatefulWidget { + final QuackCard card; + final String parentCardId; + CardLock({Key key, this.card, this.parentCardId}) : super(key: key); + + @override + State createState() { + return new CardLockState(); + } +} + +class CardLockState extends State { + int initialPoints; + bool shouldPushPage = false; + + void _goToCardDetail(BuildContext context) { + Navigator.of(context).pushReplacement(MaterialPageRoute( + builder: (BuildContext context) => CardDetail( + card: widget.card, + parentCardId: widget.parentCardId, + ))); + Provider.dispatch(context, FetchCardDetail(widget.card.id)); + Provider.dispatch( + context, + AddProgress( + cardId: widget.card.id, parentCardId: widget.card.id, index: 0)); + } + + void onCompleteNima() { + if (!shouldPushPage) + Navigator.of(context).pop(); + else + _goToCardDetail(context); + } + + void onPressed() { + shouldPushPage = true; + Navigator.of(context).pop(); + showDialog( + context: context, + builder: (BuildContext context) { + return DialogContent( + onPressed: onPressed, + initialPoints: initialPoints - 5, + onCompleteNima: onCompleteNima, + shouldDisplayNima: true); + }, + barrierDismissible: false); + + Provider.dispatch(context, UpdatePoints(points: -5)); + } + + @override + Widget build(BuildContext context) { + initialPoints = AppStateContainer.of(context).state.loggedInUser.points; + return Connect( + convert: (state) => state.activityMap[widget.card.id]?.progress, + where: (prev, next) => next != prev, + builder: (progress) { + return progress == null + ? InkWell( + onTap: () => initialPoints < 5 + ? showDialog( + context: context, + builder: (BuildContext context) { + return DialogContent( + onPressed: onPressed, + initialPoints: initialPoints, + onCompleteNima: onCompleteNima, + shouldDisplayNima: true); + }, + barrierDismissible: false) + : showDialog( + context: context, + builder: (BuildContext context) { + return DialogContent( + onPressed: onPressed, + initialPoints: initialPoints, + shouldDisplayNima: false); + }), + child: AspectRatio( + aspectRatio: 1.0, + child: Container( + constraints: BoxConstraints.expand(), + color: Color(0x88888888), + ), + ), + ) + : Container(); + }, + nullable: true, + ); + } +} + +class DialogContent extends StatefulWidget { + final VoidCallback onPressed; + final VoidCallback onCompleteNima; + bool shouldDisplayNima; + final int initialPoints; + DialogContent( + {Key key, + this.onPressed, + this.shouldDisplayNima = false, + this.initialPoints, + this.onCompleteNima}) + : super(key: key); + @override + State createState() { + return new DialogContentState(); + } +} + +class DialogContentState extends State { + String _animation; + bool paused = false; + + @override + Widget build(BuildContext context) { + if (widget.shouldDisplayNima) + _animation = widget.initialPoints > 5 ? 'happy' : 'sad'; + MediaQueryData media = MediaQuery.of(context); + var size = media.size; + + void _complete() { + setState(() { + paused = true; + _animation = null; + }); + } + + return new Center( + child: Material( + type: MaterialType.transparency, + child: new Container( + height: size.height * 0.3, + width: size.width * 0.7, + decoration: new BoxDecoration( + color: Colors.white, + borderRadius: new BorderRadius.circular(25.0), + ), + child: new Column( + children: [ + Expanded( + flex: 2, + child: Align( + alignment: Alignment.topCenter, + child: Container( + constraints: BoxConstraints( + maxHeight: 60.0, + ), + decoration: new BoxDecoration( + shape: BoxShape.rectangle, + color: Colors.blue, + borderRadius: new BorderRadius.only( + topLeft: new Radius.circular(20.0), + topRight: new Radius.circular(20.0)), + ), + child: Center( + child: new Text( + '${Loca.of(context).yourPoints} ${widget.initialPoints}', + style: TextStyle( + color: Colors.white, + fontStyle: FontStyle.normal, + fontSize: 20.0, + fontWeight: FontWeight.bold), + ), + ), + ), + ), + ), + widget.shouldDisplayNima + ? Expanded( + flex: 4, + child: Center( + child: AspectRatio( + aspectRatio: 1, + child: NimaActor("assets/quack", + alignment: Alignment.center, + paused: paused, + fit: BoxFit.scaleDown, + animation: _animation, + mixSeconds: 0.2, + completed: (String animtionName) { + widget.onCompleteNima(); + _complete(); + }), + ), + ), + ) + : Expanded( + flex: 4, + child: Center( + child: Column( + mainAxisAlignment: MainAxisAlignment.spaceAround, + children: [ + Expanded( + child: Center( + child: new Text( + Loca.of(context).costIs, + style: TextStyle( + color: Colors.blue, + fontStyle: FontStyle.normal, + fontSize: 20.0, + fontWeight: FontWeight.bold), + )), + ), + Expanded( + child: Align( + alignment: Alignment.topCenter, + child: Container( + margin: EdgeInsets.only(bottom: 5), + constraints: BoxConstraints( + maxWidth: 150, maxHeight: 50), + decoration: BoxDecoration( + borderRadius: + BorderRadius.circular(20.0), + color: Colors.blue), + child: new FlatButton( + onPressed: widget.onPressed, + child: Center( + child: Text( + Loca.of(context).buy, + style: TextStyle( + color: Colors.white, + fontStyle: FontStyle.normal, + fontSize: 20.0, + fontWeight: FontWeight.bold), + ), + ), + )), + ), + ), + ], + ), + ), + ) + ], + ), + ), + ), + ); + } +} diff --git a/lib/quack/card_pager.dart b/lib/quack/card_pager.dart new file mode 100644 index 0000000..f32af5e --- /dev/null +++ b/lib/quack/card_pager.dart @@ -0,0 +1,135 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_progress.dart'; +import 'package:maui/actions/fetch_comments.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_detail.dart'; +import 'package:maui/quack/comment_list.dart'; +import 'package:maui/quack/comment_text_field.dart'; +import 'package:maui/quack/knowledge_detail.dart'; +import 'package:maui/quack/quiz_navigator.dart'; +import 'package:maui/components/quiz_welcome.dart'; +import 'package:maui/repos/collection_repo.dart'; + +class CardPager extends StatefulWidget { + final String cardId; + final CardType cardType; + final int initialPage; + + CardPager({Key key, this.cardId, this.cardType, this.initialPage}); + + @override + CardPagerState createState() { + return new CardPagerState(); + } +} + +class CardPagerState extends State { + PageController _pageController; +// bool _isLoading = true; +// List _cards; + int _currentPageIndex; +// List> _cardDetailKeys; + + @override + void initState() { + super.initState(); + _pageController = PageController(initialPage: widget.initialPage); + _currentPageIndex = widget.initialPage; +// _initData(); + } + +// void _initData() async { +// _cards = await new CollectionRepo() +// .getCardsInCollectionByType(widget.cardId, widget.cardType); +//// _cardDetailKeys = +//// _cards.map((c) => GlobalKey()).toList(growable: false); +// setState(() => _isLoading = false); +// } + + @override + Widget build(BuildContext context) { + return Connect>( + convert: (state) => state.collectionMap[widget.cardId] + .map((id) => state.cardMap[id]) + .where((c) => c.type == widget.cardType) + .toList(growable: false), + where: (prev, next) => next != prev, + builder: (cardList) { + final widgets = [ + Expanded( + child: PageView.builder( + controller: _pageController, + scrollDirection: Axis.horizontal, + itemCount: cardList.length + 1, + itemBuilder: (context, index) => index >= cardList.length + ? QuizWelcome( + cardId: widget.cardId, + ) + : KnowledgeDetail( +// key: _cardDetailKeys[index], + card: cardList[index], + parentCardId: widget.cardId, + showBackButton: widget.cardId != 'main', + ), + onPageChanged: (index) { + if (index < cardList.length) { + Provider.dispatch( + context, + FetchComments( + parentId: cardList[index].id, + tileType: TileType.card)); + Provider.dispatch( + context, + AddProgress( + cardId: cardList[index].id, + parentCardId: widget.cardId, + index: index)); + } + setState(() => _currentPageIndex = index); + }), + ) + ]; +// if (widget.cardId != 'main' && _currentPageIndex < cardList.length) { +// widgets.add(Row( +// children: [ +// IconButton( +// icon: Icon(Icons.chevron_left), +// onPressed: _currentPageIndex == 0 +// ? null +// : () async => await _pageController.previousPage( +// duration: Duration(milliseconds: 250), +// curve: Curves.fastOutSlowIn), +// ), +// Expanded( +// child: CommentTextField( +// parentId: cardList[_currentPageIndex].id, +// tileType: TileType.card, +// ), +// ), +// IconButton( +// icon: Icon(Icons.chevron_right), +// onPressed: _currentPageIndex >= cardList.length +// ? null +// : () async => await _pageController.nextPage( +// duration: Duration(milliseconds: 250), +// curve: Curves.fastOutSlowIn), +// ), +// ], +// )); +// } + return Scaffold( + body: Column(children: widgets), + ); + }, + ); + } + + @override + void dispose() { + _pageController.dispose(); + super.dispose(); + } +} diff --git a/lib/quack/card_summary.dart b/lib/quack/card_summary.dart new file mode 100644 index 0000000..00e6551 --- /dev/null +++ b/lib/quack/card_summary.dart @@ -0,0 +1,104 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_progress.dart'; +import 'package:maui/actions/fetch_card_detail.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_detail.dart'; +import 'package:maui/quack/card_header.dart'; +import 'package:maui/quack/card_lock.dart'; +import 'package:maui/quack/card_pager.dart'; +import 'package:maui/quack/like_button.dart'; +import 'package:maui/quack/quiz_card_detail.dart'; +import 'package:maui/quack/quiz_open_detail.dart'; +import 'package:maui/quack/social_summary.dart'; + +class CardSummary extends StatelessWidget { + final QuackCard card; + final int index; + final String parentCardId; + final Orientation orientation; + final bool showSocialSummary; + + CardSummary( + {Key key, + @required this.card, + this.index, + this.parentCardId, + this.showSocialSummary = true, + this.orientation = Orientation.portrait}) + : super(key: key); + + @override + Widget build(BuildContext context) { + final widget = InkWell( + onTap: () { + Provider.dispatch(context, FetchCardDetail(card.id)); + Navigator.of(context).push( + MaterialPageRoute( + builder: (BuildContext context) { + return card.type == CardType.question + ? QuizOpenDetail( + card: card, + ) + : CardDetail( + card: card, + parentCardId: parentCardId, + ); + }, + ), + ); + }, + child: AspectRatio( + child: CardHeader( + card: card, + parentCardId: parentCardId, + ), + aspectRatio: 1.0, + ), + ); + + final stackChildren = [ + widget, + Positioned( + bottom: 0, + left: 0, + right: 0, + child: SocialSummary( + parentId: card.id, + likes: card.likes, + comments: card.comments, + tileType: TileType.card, + ), + ) + ]; + if (card.type == CardType.concept && showSocialSummary) { + stackChildren.add(CardLock( + card: card, + parentCardId: parentCardId, + )); + } + final stackHeader = Stack( + children: stackChildren, + ); + final desc = Padding( + padding: EdgeInsets.all(8.0), + child: Text(card.title ?? '', + style: Theme.of(context).textTheme.subhead, + textAlign: TextAlign.start, + maxLines: 2, + overflow: TextOverflow.ellipsis), + ); + return Column( + children: [ + Material( + elevation: 8.0, + clipBehavior: Clip.antiAlias, + borderRadius: BorderRadius.all(Radius.circular(16.0)), + child: stackHeader), + desc, + ], + ); + } +} diff --git a/lib/quack/collection_grid.dart b/lib/quack/collection_grid.dart new file mode 100644 index 0000000..8452824 --- /dev/null +++ b/lib/quack/collection_grid.dart @@ -0,0 +1,48 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_header.dart'; +import 'package:maui/quack/card_summary.dart'; +import 'package:maui/db/entity/quack_card.dart'; + +class CollectionGrid extends StatelessWidget { + final String cardId; + final CardType cardType; + + CollectionGrid({key, @required this.cardId, @required this.cardType}) + : super(key: key); + + @override + Widget build(BuildContext context) { + final media = MediaQuery.of(context); + return Connect>( + convert: (state) => state.collectionMap[cardId] + .map((id) => state.cardMap[id]) + .where((c) => c.type == cardType) + .toList(growable: false), + where: (prev, next) => next != prev, + builder: (cardList) { + int index = 0; + return SizedBox( + height: 220.0, + child: CustomScrollView( + scrollDirection: Axis.horizontal, + slivers: cardList + .map((c) => SliverToBoxAdapter( + child: Container( + constraints: BoxConstraints.tightFor(width: 160.0), + padding: const EdgeInsets.all(8.0), + child: CardSummary( + card: c, + index: index++, + parentCardId: cardId, + ), + ), + )) + .toList(growable: false), + ), + ); + }, + ); + } +} diff --git a/lib/quack/collection_progress_indicator.dart b/lib/quack/collection_progress_indicator.dart new file mode 100644 index 0000000..6d536c4 --- /dev/null +++ b/lib/quack/collection_progress_indicator.dart @@ -0,0 +1,35 @@ +import 'dart:math'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:percent_indicator/linear_percent_indicator.dart'; +import 'package:tinycolor/tinycolor.dart'; + +class CollectionProgressIndicator extends StatelessWidget { + final QuackCard card; + + const CollectionProgressIndicator({Key key, this.card}) : super(key: key); + + @override + Widget build(BuildContext context) { + return new LayoutBuilder(builder: (context, constraints) { + return Connect( + convert: (state) => state.activityMap[card.id]?.progress, + where: (prev, next) => next != prev, + builder: (progress) { + return LinearPercentIndicator( + width: constraints.maxWidth * 0.9805, + lineHeight: constraints.maxWidth * 0.0743, + percent: min(progress ?? 0.0, 1.0), + linearStrokeCap: LinearStrokeCap.roundAll, + progressColor: TinyColor(card.backgroundColor).darken(20).color, + backgroundColor: Colors.white, + ); + }, + nullable: true, + ); + }); + } +} diff --git a/lib/quack/comment_card.dart b/lib/quack/comment_card.dart new file mode 100644 index 0000000..3f313b1 --- /dev/null +++ b/lib/quack/comment_card.dart @@ -0,0 +1,44 @@ +import 'dart:io'; + +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/comment.dart'; + +class CommentCard extends StatelessWidget { + final Comment comment; + + const CommentCard({Key key, this.comment}) : super(key: key); + + @override + Widget build(BuildContext context) { + return new Container( + margin: const EdgeInsets.symmetric(vertical: 10.0), + child: new Row( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + new Container( + margin: const EdgeInsets.only(right: 16.0), + child: new CircleAvatar( + backgroundImage: FileImage(File(comment.user.image)), + ), + ), + Expanded( + child: new Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + new Text(comment.user.name, style: TextStyle(fontSize: 30.0)), + new Container( + margin: const EdgeInsets.only(top: 10.0), + child: new Text( + comment.comment, + style: TextStyle( + fontSize: 20.0, + ), + ), + ) + ], + ), + ) + ], + )); + } +} diff --git a/lib/quack/comment_list.dart b/lib/quack/comment_list.dart new file mode 100644 index 0000000..de016dc --- /dev/null +++ b/lib/quack/comment_list.dart @@ -0,0 +1,50 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/db/entity/comment.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/comment_card.dart'; +import 'package:maui/quack/comment_text_field.dart'; +import 'package:maui/repos/comment_repo.dart'; + +class CommentList extends StatelessWidget { + final String parentId; + final TileType tileType; + final bool showInput; + + const CommentList( + {Key key, this.parentId, this.tileType, this.showInput = true}) + : super(key: key); + + @override + Widget build(BuildContext context) { + return Connect>( + convert: (state) => state.commentMap[parentId], + where: (prev, next) { + return next != prev; + }, + builder: (comments) { + print(comments); + return SliverList( + delegate: SliverChildBuilderDelegate( + (context, index) => index == 0 && showInput + ? Padding( + padding: EdgeInsets.all(8.0), + child: CommentTextField( + parentId: parentId, + tileType: tileType, + ), + ) + : Padding( + padding: EdgeInsets.all(8.0), + child: CommentCard( + comment: comments[index - (showInput ? 1 : 0)], + ), + ), + childCount: (comments?.length ?? 0) + (showInput ? 1 : 0)), + ); + }, + nullable: true, + ); + } +} diff --git a/lib/quack/comment_text_field.dart b/lib/quack/comment_text_field.dart new file mode 100644 index 0000000..0e9fafa --- /dev/null +++ b/lib/quack/comment_text_field.dart @@ -0,0 +1,116 @@ +import 'dart:async'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_comment.dart'; +import 'package:maui/db/entity/comment.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/like_button.dart'; +import 'package:maui/repos/comment_repo.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:uuid/uuid.dart'; + +class CommentTextField extends StatefulWidget { + final String parentId; + final TileType tileType; + + const CommentTextField({Key key, this.parentId, this.tileType}) + : super(key: key); + + @override + CommentTextFieldState createState() { + return new CommentTextFieldState(); + } +} + +class CommentTextFieldState extends State { + final TextEditingController _textController = new TextEditingController(); + FocusNode _focusNode; + bool _isComposing = false; + + @override + void initState() { + super.initState(); + _focusNode = FocusNode(); + } + + @override + void dispose() { + _focusNode.dispose(); + super.dispose(); + } + + @override + Widget build(BuildContext context) { + return Padding( + padding: const EdgeInsets.all(8.0), + child: Container( + decoration: BoxDecoration( + border: Border.all(color: Colors.deepPurple), + borderRadius: BorderRadius.horizontal( + left: Radius.circular(40.0), right: Radius.circular(40.0)), + ), + child: Row(children: [ + Container( + margin: new EdgeInsets.symmetric(horizontal: 4.0), + child: LikeButton( + parentId: widget.parentId, + tileType: widget.tileType, + )), + Flexible( + child: new TextField( + style: TextStyle( + color: Colors.black, + fontSize: 24.0, + ), + maxLength: null, + keyboardType: TextInputType.multiline, + controller: _textController, + focusNode: _focusNode, + onChanged: (String text) { + setState(() { + _isComposing = text.trim().isNotEmpty; + }); + }, + onSubmitted: (String text) => _handleSubmitted(context, text), + decoration: + new InputDecoration.collapsed(hintText: Loca().addAComment), + ), + ), + Container( + margin: new EdgeInsets.symmetric(horizontal: 4.0), + child: IconButton( +// iconSize: 20.0, + color: Colors.blue, + icon: new Icon(Icons.send), + onPressed: _isComposing + ? () => _handleSubmitted(context, _textController.text) + : null, + )), + ]), + ), + ); + } + + Future _handleSubmitted(BuildContext context, String text) async { + _textController.clear(); + setState(() { + _isComposing = false; + }); + Provider.dispatch( + context, + AddComment( + comment: Comment( + id: Uuid().v4(), + parentId: widget.parentId, + userId: AppStateContainer.of(context).state.loggedInUser.id, + timeStamp: DateTime.now(), + comment: text, + user: AppStateContainer.of(context).state.loggedInUser), + tileType: widget.tileType), + ); + _focusNode.unfocus(); + } +} diff --git a/lib/quack/drawing_card.dart b/lib/quack/drawing_card.dart new file mode 100644 index 0000000..b035c73 --- /dev/null +++ b/lib/quack/drawing_card.dart @@ -0,0 +1,44 @@ +import 'dart:convert'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/components/drawing_wrapper.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:scoped_model/scoped_model.dart'; +import 'package:tahiti/activity_model.dart'; +import 'package:tahiti/paper.dart'; + +class DrawingCard extends StatelessWidget { + final Tile tile; + final bool isInteractive; + + const DrawingCard({Key key, this.tile, this.isInteractive = true}) + : super(key: key); + + @override + Widget build(BuildContext context) { + return RaisedButton( + padding: EdgeInsets.zero, + onPressed: isInteractive + ? () => Navigator.of(context).push( + MaterialPageRoute(builder: (BuildContext context) { + return DrawingWrapper( + activityId: tile.cardId, + drawingId: tile.id, + ); + })) + : null, + child: ScopedModel( + model: ActivityModel( + extStorageDir: AppStateContainer.of(context).extStorageDir, + paintData: PaintData.fromJson(json.decode(tile.content))) + ..isInteractive = false, + child: Paper( + key: ObjectKey(tile.id), + ), + ), + ); + } +} diff --git a/lib/quack/drawing_lock.dart b/lib/quack/drawing_lock.dart new file mode 100644 index 0000000..8f649df --- /dev/null +++ b/lib/quack/drawing_lock.dart @@ -0,0 +1,242 @@ +import 'dart:async'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_progress.dart'; +import 'package:maui/actions/fetch_card_detail.dart'; +import 'package:maui/components/drawing_wrapper.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_detail.dart'; +import 'package:maui/quack/collection_progress_indicator.dart'; +import 'package:maui/state/app_state_container.dart'; +import '../actions/update_points.dart'; +import 'package:nima/nima_actor.dart'; + +class DrawingLock extends StatefulWidget { + final Tile tile; + DrawingLock({Key key, this.tile}) : super(key: key); + + @override + State createState() { + return new DrawingLockState(); + } +} + +class DrawingLockState extends State { + int initialPoints; + bool shouldPushPage = false; + + void _goToDrawing(BuildContext context) { + Navigator.of(context).pushReplacement(MaterialPageRoute( + builder: (BuildContext context) => DrawingWrapper( + activityId: widget.tile.cardId, + drawingId: widget.tile.id, + ))); + } + + void onCompleteNima() { + if (!shouldPushPage) + Navigator.of(context).pop(); + else + _goToDrawing(context); + } + + void onPressed() { + shouldPushPage = true; + Navigator.of(context).pop(); + showDialog( + context: context, + builder: (BuildContext context) { + return DialogContent( + onPressed: onPressed, + initialPoints: initialPoints - 1, + onCompleteNima: onCompleteNima, + shouldDisplayNima: true); + }, + barrierDismissible: false); + Provider.dispatch(context, UpdatePoints(points: -5)); + } + + @override + Widget build(BuildContext context) { + initialPoints = AppStateContainer.of(context).state.loggedInUser.points; + return widget.tile.updatedAt == null + ? InkWell( + onTap: () => initialPoints < 3 + ? showDialog( + context: context, + builder: (BuildContext context) { + return DialogContent( + onPressed: onPressed, + initialPoints: initialPoints, + onCompleteNima: onCompleteNima, + shouldDisplayNima: true); + }, + barrierDismissible: false) + : showDialog( + context: context, + builder: (BuildContext context) { + return DialogContent( + onPressed: onPressed, + initialPoints: initialPoints, + shouldDisplayNima: false); + }), + child: AspectRatio( + aspectRatio: 1.0, + child: Container( + constraints: BoxConstraints.expand(), + alignment: AlignmentDirectional(1.2, -1.2), +// color: Color(0x99999999), + child: Icon( + Icons.lock, + color: Colors.blue, + size: 24.0, + ), + ), + ), + ) + : Container(); + } +} + +class DialogContent extends StatefulWidget { + final VoidCallback onPressed; + final VoidCallback onCompleteNima; + bool shouldDisplayNima; + final int initialPoints; + DialogContent( + {Key key, + this.onPressed, + this.shouldDisplayNima = false, + this.initialPoints, + this.onCompleteNima}) + : super(key: key); + @override + State createState() { + return new DialogContentState(); + } +} + +class DialogContentState extends State { + String _animation; + bool paused = false; + + @override + Widget build(BuildContext context) { + if (widget.shouldDisplayNima) + _animation = widget.initialPoints > 2 ? 'happy' : 'sad'; + MediaQueryData media = MediaQuery.of(context); + var size = media.size; + + void _complete() { + setState(() { + paused = true; + _animation = null; + }); + } + + return new Center( + child: Material( + type: MaterialType.transparency, + child: new Container( + height: size.height * 0.3, + width: size.width * 0.7, + decoration: new BoxDecoration( + color: Colors.white, + borderRadius: new BorderRadius.circular(25.0), + ), + child: Container( + child: new Column( + children: [ + Container( + decoration: new BoxDecoration( + shape: BoxShape.rectangle, + color: Colors.blue, + borderRadius: new BorderRadius.only( + topLeft: new Radius.circular(20.0), + topRight: new Radius.circular(20.0)), + ), + height: 60.0, + width: size.width * 0.7, + child: Center( + child: new Text( + '${Loca.of(context).yourPoints} ${widget.initialPoints}', + style: TextStyle( + color: Colors.white, + fontStyle: FontStyle.normal, + fontSize: 20.0, + fontWeight: FontWeight.bold), + ), + ), + ), + widget.shouldDisplayNima + ? Container( + height: size.height * 0.3 - 90, + width: size.width * 0.4, + child: Center( + child: AspectRatio( + aspectRatio: 0.5, + child: new NimaActor("assets/quack", + alignment: Alignment.center, + paused: paused, + fit: BoxFit.scaleDown, + animation: _animation, + mixSeconds: 0.2, + completed: (String animtionName) { + widget.onCompleteNima(); + _complete(); + }), + ), + ), + ) + : Container( + height: size.height * 0.3 - 75, + width: (size.width * 0.7) * 0.5, + child: Center( + child: Column( + // crossAxisAlignment: CrossAxisAlignment.end, + mainAxisAlignment: MainAxisAlignment.spaceAround, + children: [ + Center( + child: new Text( + Loca.of(context).costIs, + style: TextStyle( + color: Colors.blue, + fontStyle: FontStyle.normal, + fontSize: 20.0, + fontWeight: FontWeight.bold), + )), + Container( + // margin: EdgeInsets.only(top: 80.0), + width: ((size.width * 0.7) * 0.5) / 1.8, + decoration: BoxDecoration( + borderRadius: BorderRadius.circular(20.0), + color: Colors.blue), + child: new FlatButton( + onPressed: widget.onPressed, + child: Center( + child: Text( + Loca.of(context).buy, + style: TextStyle( + color: Colors.white, + fontStyle: FontStyle.normal, + fontSize: 20.0, + fontWeight: FontWeight.bold), + ), + ), + )), + ], + ), + ), + ) + ], + ), + ), + ), + ), + ); + } +} diff --git a/lib/quack/fab_icon.dart b/lib/quack/fab_icon.dart new file mode 100644 index 0000000..8d9baf0 --- /dev/null +++ b/lib/quack/fab_icon.dart @@ -0,0 +1,181 @@ +import 'dart:io'; +import 'package:flutter/material.dart'; +import 'package:maui/components/drawing_wrapper.dart'; +import 'package:maui/components/videoplayer.dart'; +import 'package:maui/quack/post_comments.dart'; +import 'package:maui/state/app_state_container.dart'; + +class FancyFab extends StatefulWidget { + final Function() onPressed; + final String tooltip; + final IconData icon; + + FancyFab({this.onPressed, this.tooltip, this.icon}); + + @override + _FancyFabState createState() => _FancyFabState(); +} + +class _FancyFabState extends State + with SingleTickerProviderStateMixin { + bool isOpened = false; + AnimationController _animationController; + // Animation _buttonColor; + // Animation _animateIcon; + Animation _translateButton; + Curve _curve = Curves.fastOutSlowIn; + double _fabHeight = 56.0; + String extStorageDir; + + @override + initState() { + _animationController = + AnimationController(vsync: this, duration: Duration(milliseconds: 500)) + ..addListener(() { + setState(() {}); + }); + // _buttonColor = ColorTween( + // begin: Colors.blue, + // end: Colors.red, + // ).animate(CurvedAnimation( + // parent: _animationController, + // curve: Interval( + // 0.00, + // 1.00, + // curve: Curves.linear, + // ), + // )); + _translateButton = Tween( + begin: _fabHeight, + end: -14.0, + ).animate(CurvedAnimation( + parent: _animationController, + curve: Interval( + 0.49, + 0.75, + curve: _curve, + ), + )); + super.initState(); + } + + @override + dispose() { + _animationController.dispose(); + super.dispose(); + } + + animate() { + if (!isOpened) { + _animationController.forward(); + } else { + _animationController.reverse(); + } + isOpened = !isOpened; + } + + Widget add() { + return Container( + child: FloatingActionButton( + heroTag: "add", + onPressed: () { + videoPlayButton(context); + animate(); + }, + tooltip: 'Add', + child: Image.asset('assets/action/Help.png'), + ), + ); + } + + Widget draw() { + return Container( + child: FloatingActionButton( + heroTag: "draw", + onPressed: () { + animate(); + Navigator.of(context).push( + new MaterialPageRoute( + builder: (BuildContext context) => + DrawingWrapper(activityId: "dummy")), + ); + }, + tooltip: 'draw', + child: Image.asset('assets/action/drawing.png'), + ), + ); + } + + Widget comment() { + return Container( + child: FloatingActionButton( + heroTag: "comment", + onPressed: () { + setState(() { + animate(); + Navigator.of(context).push( + new MaterialPageRoute( + builder: (BuildContext context) => PostComments()), + ); + }); + }, + tooltip: 'comment', + child: Image.asset('assets/action/post.png'), + ), + ); + } + + Widget toggle() { + return Container( + child: FloatingActionButton( + heroTag: "toggle", + // backgroundColor: _buttonColor.value, + onPressed: animate, + tooltip: 'Toggle', + child: isOpened == false + ? Image.asset('assets/action/Quack_button.png') + : Image.asset('assets/action/Cross.png')), + ); + } + + @override + Widget build(BuildContext context) { + return Column( + mainAxisAlignment: MainAxisAlignment.end, + children: [ + Transform( + transform: Matrix4.translationValues( + 0.0, + _translateButton.value * 3.0, + 0.0, + ), + child: add(), + ), + Transform( + transform: Matrix4.translationValues( + 0.0, + _translateButton.value * 2.0, + 0.0, + ), + child: draw(), + ), + Transform( + transform: Matrix4.translationValues( + 0.0, + _translateButton.value, + 0.0, + ), + child: comment(), + ), + toggle(), + ], + ); + } + + void videoPlayButton(BuildContext context) { + final name = "assets/demo_video/bingo.mp4"; + File file = File(AppStateContainer.of(context).extStorageDir + name); + Navigator.of(context).push(new MaterialPageRoute( + builder: (BuildContext context) => new VideoApp(file: file))); + } +} diff --git a/lib/quack/friend_strip.dart b/lib/quack/friend_strip.dart new file mode 100644 index 0000000..05d6872 --- /dev/null +++ b/lib/quack/friend_strip.dart @@ -0,0 +1,108 @@ +import 'dart:convert'; +import 'package:flutter/material.dart'; +import 'package:flutter/services.dart'; +import 'package:maui/components/friend_item.dart'; +import 'package:maui/screens/Page_Route.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:maui/repos/p2p.dart' as p2p; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/repos/user_repo.dart'; +import 'package:maui/db/entity/notif.dart'; +import 'package:maui/screens/chat_screen.dart'; +import 'package:maui/components/gameaudio.dart'; + +class FriendStrip extends StatefulWidget { + const FriendStrip({Key key}) : super(key: key); + + @override + _FriendStripState createState() { + return new _FriendStripState(); + } +} + +class _FriendStripState extends State { + bool _isLoading = false; + + @override + void initState() { + super.initState(); + _isLoading = true; + _initData(); + } + + void _initData() async { + WidgetsBinding.instance.addPostFrameCallback((_) async { + await AppStateContainer.of(context).getUsers(); + _isLoading = false; + }); + } + + @override + Widget build(BuildContext context) { + if (_isLoading) { + return new Center( + child: new SizedBox( + width: 20.0, + height: 20.0, + child: new CircularProgressIndicator(), + )); + } + final user = AppStateContainer.of(context).state.loggedInUser; + var users = List.from(AppStateContainer.of(context).users); + var notifs = AppStateContainer.of(context).notifs; + MediaQueryData media = MediaQuery.of(context); + return Material( + elevation: 8.0, + color: Color(0xFFEF823F), + child: SafeArea( + child: SizedBox( + height: 96.0, + child: Row( + children: [ + Expanded( + child: ListView( + scrollDirection: Axis.horizontal, + children: users.map((u) { + var notif = notifs.firstWhere((n) => n.userId == u.id, + orElse: () => Notif(userId: u.id, numNotifs: 0)); + return SizedBox( + width: 96.0, + child: FriendItem( + id: u.id, + name: u.name, + imageUrl: u.image, + color: u.color, + numNotifs: notif.numNotifs, + onTap: () { + Navigator.of(context).push(MaterialPageRoute( + builder: (BuildContext context) => + new ChatScreen( + myId: user.id, + friend: u, + friendImageUrl: u.image))); + }), + ); + }).toList(growable: false), + ), + ), + SizedBox( + width: 96.0, + child: FriendItem( + replaceWithHoodie: false, + id: user.id, + name: user.name, + imageUrl: user.image, + color: user.color, + numNotifs: user.points, + onTap: () { + Navigator.of(context).push(NewPageRoute()); + }, + ), + ) + ], + ), + ), + ), + ); + } +} diff --git a/lib/quack/header_app_bar.dart b/lib/quack/header_app_bar.dart new file mode 100644 index 0000000..3623ac3 --- /dev/null +++ b/lib/quack/header_app_bar.dart @@ -0,0 +1,43 @@ +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/quack/card_header.dart'; + +class HeaderAppBar extends StatelessWidget { + final bool showBackButton; + final QuackCard card; + final String parentCardId; + + const HeaderAppBar( + {Key key, this.showBackButton, this.card, this.parentCardId}) + : super(key: key); + @override + Widget build(BuildContext context) { + MediaQueryData media = MediaQuery.of(context); + return SliverAppBar( + automaticallyImplyLeading: showBackButton, + expandedHeight: media.size.height / 4, + pinned: true, + flexibleSpace: FlexibleSpaceBar( + title: Text(card.title ?? ''), + background: Stack( + fit: StackFit.expand, + children: [ + CardHeader( + card: card, + parentCardId: parentCardId, + ), + DecoratedBox( + decoration: BoxDecoration( + gradient: LinearGradient( + begin: Alignment(0.0, -1.0), + end: Alignment(0.0, -0.4), + colors: [Color(0x60000000), Color(0x00000000)], + ), + ), + ) + ], + ), + ), + ); + } +} diff --git a/lib/quack/knowledge_button.dart b/lib/quack/knowledge_button.dart new file mode 100644 index 0000000..77236f2 --- /dev/null +++ b/lib/quack/knowledge_button.dart @@ -0,0 +1,59 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_progress.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/quack/card_header.dart'; +import 'package:maui/quack/card_pager.dart'; +import 'package:maui/quack/card_summary.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/quack/quiz_navigator.dart'; + +class KnowledgeButton extends StatelessWidget { + final String cardId; + + KnowledgeButton({key, @required this.cardId}) : super(key: key); + + @override + Widget build(BuildContext context) { + return Connect>( + convert: (state) => state.collectionMap[cardId] + .map((id) => state.cardMap[id]) + .where((c) => c.type == CardType.knowledge) + .toList(growable: false), + where: (prev, next) => next != prev, + builder: (cardList) { + return Padding( + padding: const EdgeInsets.all(32.0), + child: cardList.length > 0 + ? RaisedButton( + shape: RoundedRectangleBorder( + borderRadius: + const BorderRadius.all(const Radius.circular(32.0))), + color: Color(0xFF0E4476), + padding: EdgeInsets.all(16.0), + onPressed: () { + Navigator.of(context).pushReplacement( + new MaterialPageRoute(builder: (BuildContext context) { + Provider.dispatch( + context, + AddProgress( + cardId: cardList[0].id, + parentCardId: cardId, + index: 1)); + return QuizNavigator( + cardId: cardId, + ); + })); + }, + child: Text( + Loca.of(context).next, + style: TextStyle(color: Colors.white, fontSize: 32.0), + ), + ) + : Container(), + ); + }, + ); + } +} diff --git a/lib/quack/knowledge_detail.dart b/lib/quack/knowledge_detail.dart new file mode 100644 index 0000000..ddecaf6 --- /dev/null +++ b/lib/quack/knowledge_detail.dart @@ -0,0 +1,159 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_markdown/flutter_markdown.dart'; +import 'package:maui/app.dart'; +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/quack/audio_text_bold.dart'; +import 'package:maui/quack/card_header.dart'; +import 'package:maui/quack/collection_grid.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/quack/comment_list.dart'; +import 'package:maui/quack/comment_text_field.dart'; +import 'package:maui/quack/activity_drawing_grid.dart'; +import 'package:maui/quack/header_app_bar.dart'; +import 'package:maui/quack/text_audio.dart'; +import 'package:maui/repos/card_progress_repo.dart'; +import 'package:maui/repos/collection_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/state/app_state_container.dart'; + +class KnowledgeDetail extends StatelessWidget { + final QuackCard card; + final String parentCardId; + final bool showBackButton; + + KnowledgeDetail( + {key, @required this.card, this.parentCardId, this.showBackButton = true}) + : super(key: key); + + @override + Widget build(BuildContext context) { + return DisplayStory( + card: card, + parentCardId: parentCardId, + showBackButton: showBackButton, + ); + } +} + +class DisplayStory extends StatefulWidget { + final QuackCard card; + final String parentCardId; + final bool showBackButton; + + DisplayStory( + {key, @required this.card, this.parentCardId, this.showBackButton = true}) + : super(key: key); + + @override + DisplayStoryState createState() { + return new DisplayStoryState(); + } +} + +class DisplayStoryState extends State { + bool toggle = false; + int duration = 0; + + @override + initState() { + super.initState(); + } + + @override + Widget build(BuildContext context) { + final media = MediaQuery.of(context); + return OrientationBuilder( + builder: (context, orientation) => orientation == Orientation.portrait + ? ListView( + padding: EdgeInsets.zero, + children: [ + LimitedBox( + maxHeight: media.size.height * 0.75, + child: CardHeader( + card: widget.card, + parentCardId: widget.parentCardId, + minHeight: media.padding.top, + ), + ), + AudioTextBold( card: widget.card) + + //======================================= + // IconButton( + // icon: Icon( + // Icons.play_circle_filled, + // size: 50.0, + // ), + // onPressed: () { + // setState(() { + // toggle = !toggle; + // }); + // print("you are pressing"); + // }, + // color: Colors.red, + // ), + //===================================== + // widget.card.title == null + // ? Container() + // : Padding( + // padding: const EdgeInsets.symmetric( + // vertical: 16.0, horizontal: 8.0), + // child: Text( + // widget.card.title ?? '', + // style: Theme.of(context).textTheme.subhead, + // ), + // ), + + // audio playing with text done here + // Padding( + // padding: const EdgeInsets.all(8.0), + // child: !toggle + // ? Text(widget.card.content ?? '') + // : TextAudio( + // audiofile: widget.card.contentAudio, + // fulltext: widget.card.content ?? '', + // duration: 10000, + // ), + // ) + //=================================== + ], + ) + : Row( + children: [ + widget.card.header == null + ? Container() + : Flexible( + flex: 1, + child: CardHeader( + card: widget.card, + parentCardId: widget.parentCardId)), + Flexible( + flex: 1, + child: SafeArea( + child: ListView( + padding: EdgeInsets.all(8.0), + children: [ + AudioTextBold( card: widget.card) + // widget.card.title == null + // ? Container() + // : Padding( + // padding: const EdgeInsets.symmetric( + // vertical: 16.0, horizontal: 8.0), + // child: Text( + // widget.card.title ?? '', + // style: Theme.of(context).textTheme.subhead, + // ), + // ), + // Padding( + // padding: const EdgeInsets.all(8.0), + // child: Text(widget.card.content ?? ''), + // ) + ], + ), + ), + ) + ], + ), + ); + } +} diff --git a/lib/quack/like_button.dart b/lib/quack/like_button.dart new file mode 100644 index 0000000..c84a196 --- /dev/null +++ b/lib/quack/like_button.dart @@ -0,0 +1,55 @@ +import 'dart:async'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_like.dart'; +import 'package:maui/db/entity/like.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/user_activity.dart'; +import 'package:maui/repos/like_repo.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:uuid/uuid.dart'; + +class LikeButton extends StatelessWidget { + final String parentId; + final TileType tileType; + final bool isInteractive; + + const LikeButton( + {Key key, this.parentId, this.tileType, this.isInteractive = true}) + : super(key: key); + + @override + Widget build(BuildContext context) { + return Connect( + convert: (state) => state.activityMap[parentId]?.like, + where: (prev, next) => next != prev, + builder: (like) { + if (like ?? false) + return Icon( + Icons.favorite_border, + color: Colors.red, + ); + else if (!isInteractive) { + return Icon( + Icons.favorite_border, + color: Colors.black, + ); + } else { + return InkWell( + child: Icon( + Icons.favorite_border, + color: Colors.black, + ), + onTap: () => (!isInteractive) + ? null + : Provider.dispatch( + context, AddLike(parentId: parentId, tileType: tileType)), + ); + } + }, + nullable: true, + ); + } +} diff --git a/lib/quack/main_collection.dart b/lib/quack/main_collection.dart new file mode 100644 index 0000000..6ba9508 --- /dev/null +++ b/lib/quack/main_collection.dart @@ -0,0 +1,57 @@ +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/quack/collection_grid.dart'; +import 'package:maui/repos/collection_repo.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/loca.dart'; +// import 'package:maui/components/animations.dart'; +// import 'package:nima/nima_actor.dart'; + +class MainCollection extends StatelessWidget { + @override + Widget build(BuildContext context) { + final media = MediaQuery.of(context); + return Scaffold( + appBar: AppBar( + title: Text(Loca.of(context).topics), + ), + body: Connect>( + convert: (state) => state.collectionMap['main'] + .map((cardId) => state.cardMap[cardId]) + .toList(growable: false), + where: (prev, next) => next != prev, + builder: (cards) { + List widgets = []; + cards.forEach((c) { + widgets.add(SliverToBoxAdapter( + child: Padding( + padding: const EdgeInsets.all(8.0), + child: Text( + c.title, + textAlign: TextAlign.start, + style: Theme.of(context).textTheme.title, + ), + ), + )); + widgets.add(SliverToBoxAdapter( + child: CollectionGrid( + cardId: c.id, + cardType: CardType.concept, + ), + )); + widgets.add(SliverToBoxAdapter( + child: Divider(), + )); + }); + return cards == null + ? Container() + : CustomScrollView( + primary: true, +// itemExtent: media.size.width / 2.0, + slivers: widgets); + }, + ), + ); + } +} diff --git a/lib/quack/post_comments.dart b/lib/quack/post_comments.dart new file mode 100644 index 0000000..a704ed8 --- /dev/null +++ b/lib/quack/post_comments.dart @@ -0,0 +1,134 @@ +import 'dart:io'; +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/post_tile.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/screens/tab_home.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:uuid/uuid.dart'; + +class PostComments extends StatefulWidget { + PostComments({Key key}) : super(key: key); + + @override + State createState() => new PostCommentsState(); +} + +class PostCommentsState extends State { + Tile tile; + final TextEditingController _textController = new TextEditingController(); + Color _textColor = Colors.grey[400]; + + void post(BuildContext context) { + tile = Tile( + id: Uuid().v4(), + userId: AppStateContainer.of(context).state.loggedInUser.id, + cardId: 'dummy', + content: _textController.text, + updatedAt: DateTime.now(), + type: TileType.message); + + Provider.dispatch(context, PostTile(tile: tile)); + _textController.clear(); + Navigator.pop(context); + } + + @override + void dispose() { + _textController.dispose(); + super.dispose(); + } + + @override + Widget build(BuildContext context) { + var size = MediaQuery.of(context).size; + final user = AppStateContainer.of(context).state.loggedInUser; + return Scaffold( + appBar: new AppBar( + actions: [ + Padding( + padding: EdgeInsets.symmetric(vertical: 5.0, horizontal: 12.0), + child: new RaisedButton( + shape: RoundedRectangleBorder( + borderRadius: BorderRadius.circular(10.0), + ), + color: Colors.orange, + onPressed: () => + _textController.text.trim().isEmpty ? {} : post(context), + textColor: _textColor, + child: new Text( + Loca.of(context).post, + style: TextStyle(fontSize: 26.0, fontWeight: FontWeight.w800), + ), + ), + ), + ], + leading: new IconButton( + icon: new Center( + child: new Icon( + Icons.cancel, + size: 40.0, + )), + onPressed: () { + Navigator.pop(context); + }, + ), + backgroundColor: Colors.yellow[700], + ), + body: Container( + margin: EdgeInsets.all(size.width * .02), + child: Column(children: [ + new Flexible( + child: ListView(children: [ + Padding( + padding: const EdgeInsets.all(4.0), + child: Row( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + Padding( + padding: const EdgeInsets.all(8.0), + child: CircleAvatar( + minRadius: 30.0, + backgroundImage: new FileImage(new File(user.image)), + ), + ), + Flexible( + child: Padding( + padding: const EdgeInsets.all(14.0), + child: new TextField( + onChanged: (str) { + setState(() { + _textColor = str.trim().isNotEmpty + ? Colors.white + : Colors.grey[400]; + }); + }, + autocorrect: false, + controller: _textController, + keyboardType: TextInputType.multiline, + style: new TextStyle( + color: Colors.black, + fontSize: 25.0, + ), + decoration: InputDecoration( + fillColor: Colors.grey[110], + filled: true, + border: InputBorder.none, + hintText: Loca.of(context).writeSomething), + autofocus: true, + maxLength: null, + maxLines: 7, + ), + ), + ), + ], + ), + ), + ])), + ]), + ), + ); + } +} diff --git a/lib/quack/quiz_card_detail.dart b/lib/quack/quiz_card_detail.dart new file mode 100644 index 0000000..866f889 --- /dev/null +++ b/lib/quack/quiz_card_detail.dart @@ -0,0 +1,152 @@ +import 'dart:math'; +import 'package:flutter/material.dart'; +import 'package:flutter_markdown/flutter_markdown.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/quiz.dart'; +import 'package:maui/quack/card_header.dart'; +import 'package:maui/quack/header_app_bar.dart'; +import 'package:maui/quack/quiz_open.dart'; +import 'package:maui/quack/quiz_selection.dart'; +import 'package:maui/repos/card_repo.dart'; + +enum QuizItemStatus { selectable, correct, incorrect, unselectable } + +typedef CanProceed( + {List quizItems, + List answers, + List startChoices, + List endChoices}); + +class QuizItem { + int id; + String text; + QuizItemStatus status; + bool isAnswer; + int index; + + QuizItem({this.id, this.text, this.status, this.isAnswer, this.index}); + + @override + String toString() { + return 'QuizItem{id: $id, text: $text, status: $status, isAnswer: $isAnswer, index: $index}'; + } +} + +class QuizCardDetail extends StatefulWidget { + final QuackCard card; + final List answers; + final List startChoices; + final List endChoices; + final String parentCardId; + final CanProceed canProceed; + final bool resultMode; + + const QuizCardDetail( + {Key key, + this.card, + this.answers, + this.startChoices, + this.endChoices, + this.parentCardId, + this.canProceed, + this.resultMode}) + : super(key: key); + + @override + QuizCardDetailState createState() { + return new QuizCardDetailState(); + } +} + +class QuizCardDetailState extends State { + Quiz _quiz; + List _quizItems; + bool _isLoading = true; + + @override + void initState() { + super.initState(); + _initData(); + } + + void _initData() async { + _quiz = await CardRepo().getQuiz(widget.card.id); + if (_quiz.answers.length > 1 && _quiz.type == QuizType.oneAtATime) { + _quiz.type = QuizType.many; + } + if (widget.answers == null) { + int id = 0; + int index = 0; + _quizItems = _quiz.choices + .map((s) => QuizItem( + id: id++, + text: s, + status: QuizItemStatus.selectable, + isAnswer: false, + index: index++)) + .toList(); + index = 0; + _quizItems.addAll(_quiz.answers.map((s) => QuizItem( + id: id++, + text: s, + status: QuizItemStatus.selectable, + isAnswer: true, + index: index++))); + } + setState(() => _isLoading = false); + } + + @override + Widget build(BuildContext context) { + MediaQueryData media = MediaQuery.of(context); + + return Column( + children: [ + SizedBox( + height: media.size.height / 4, + child: CardHeader( + card: widget.card, + parentCardId: widget.parentCardId, + ), + ), + widget.card.title == null + ? Container() + : Padding( + padding: const EdgeInsets.all(8.0), + child: Text(widget.card.title ?? '', + style: Theme.of(context).textTheme.display1), + ), + widget.card.content == null + ? Container() + : Padding( + padding: const EdgeInsets.all(8.0), + child: Text(widget.card.content ?? ''), + ), + Expanded( + child: _isLoading + ? Center( + child: new SizedBox( + width: 20.0, + height: 20.0, + child: new CircularProgressIndicator(), + ), + ) + : _quiz.type == QuizType.open + ? QuizOpen( + quiz: _quiz, + canProceed: widget.canProceed, + ) + : QuizSelection( + quiz: _quiz, + quizItems: _quizItems, + answers: widget.answers, + startChoices: widget.startChoices, + endChoices: widget.endChoices, + canProceed: widget.canProceed, + resultMode: widget.resultMode, + ), + ) + ], + ); + } +} diff --git a/lib/quack/quiz_navigator.dart b/lib/quack/quiz_navigator.dart new file mode 100644 index 0000000..705ffd6 --- /dev/null +++ b/lib/quack/quiz_navigator.dart @@ -0,0 +1,170 @@ +import 'package:flutter/cupertino.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_progress.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/quiz.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_header.dart'; +import 'package:maui/quack/knowledge_detail.dart'; +import 'package:maui/quack/quiz_card_detail.dart'; +import 'package:maui/quack/quiz_result.dart'; +import 'package:maui/quack/quiz_selection.dart'; +import 'package:maui/repos/collection_repo.dart'; + +enum NavigatorMode { disabled, checkable, result } + +class QuizNavigator extends StatefulWidget { + final String cardId; + + const QuizNavigator({Key key, this.cardId}) : super(key: key); + + @override + QuizNavigatorState createState() { + return new QuizNavigatorState(); + } +} + +class QuizNavigatorState extends State { + bool _isLoading = true; + List _quizzes; + Map> _quizItemMap = {}; + Map> _answersMap = {}; + Map> _startChoicesMap = {}; + Map> _endChoicesMap = {}; + int _currentPageIndex = 0; + NavigatorMode mode = NavigatorMode.disabled; + + void initState() { + super.initState(); + _initData(); + } + + void _initData() async { + _quizzes = await CollectionRepo() + .getKnowledgeAndQuizCardsInCollection(widget.cardId, CardType.question); + if (_quizzes.first?.type == CardType.knowledge) mode = NavigatorMode.result; + setState(() => _isLoading = false); + } + + @override + Widget build(BuildContext context) { + if (_isLoading) { + return new SizedBox( + width: 20.0, + height: 20.0, + child: new CircularProgressIndicator(), + ); + } + return _currentPageIndex >= _quizzes.length + ? Scaffold( + body: QuizResult( + quizzes: _quizzes, + quizItemMap: _quizItemMap, + answersMap: _answersMap, + startChoicesMap: _startChoicesMap, + endChoicesMap: _endChoicesMap, + )) + : Navigator( + onGenerateRoute: (RouteSettings settings) => CupertinoPageRoute( + builder: (BuildContext context) { + final card = _quizzes[_currentPageIndex]; + return Scaffold( + body: Column( + crossAxisAlignment: CrossAxisAlignment.stretch, + children: [ + Expanded( + child: card.type == CardType.knowledge + ? KnowledgeDetail( + card: card, + parentCardId: widget.cardId, + ) + : QuizCardDetail( + card: card, + answers: _answersMap[card.id], + startChoices: _startChoicesMap[card.id], + endChoices: _endChoicesMap[card.id], + parentCardId: widget.cardId, + canProceed: ( + {List quizItems, + List answers, + List startChoices, + List endChoices}) { + if (card.option == 'open') { + mode = NavigatorMode.result; + goToNext(context); + } else { + if (quizItems != null) { + _quizItemMap[card.id] = quizItems; + _answersMap[card.id] = answers; + _startChoicesMap[card.id] = + startChoices; + _endChoicesMap[card.id] = endChoices; + } + setState(() { + mode = NavigatorMode.checkable; + }); + } + }, + resultMode: mode == NavigatorMode.result, + ), + ), + card.option == 'open' + ? Container() + : Padding( + padding: const EdgeInsets.all(32.0), + child: RaisedButton( + shape: RoundedRectangleBorder( + borderRadius: const BorderRadius.all( + const Radius.circular(32.0))), + color: Color(0xFF0E4476), + padding: EdgeInsets.all(16.0), + onPressed: _onPressed(context), + child: Text( + mode == NavigatorMode.result + ? Loca.of(context).next + : Loca.of(context).check, + style: TextStyle(color: Colors.white, fontSize: 32.0), + ), + ), + ), + ], + ), + ); + }, + ), + ); + } + + Function _onPressed(BuildContext context) { + switch (mode) { + case NavigatorMode.disabled: + return null; + break; + case NavigatorMode.checkable: + return () => setState(() => mode = NavigatorMode.result); + break; + case NavigatorMode.result: + return () => goToNext(context); + } + } + + void goToNext(BuildContext context) { + setState(() { + _currentPageIndex++; + mode = _currentPageIndex < _quizzes.length && + _quizzes[_currentPageIndex].type == CardType.knowledge + ? NavigatorMode.result + : NavigatorMode.disabled; + }); + Provider.dispatch( + context, + AddProgress( + cardId: _quizzes[_currentPageIndex].id, + parentCardId: widget.cardId, + index: _currentPageIndex + 1)); + + Navigator.of(context).pushReplacementNamed('/current_quiz'); + } +} diff --git a/lib/quack/quiz_open.dart b/lib/quack/quiz_open.dart new file mode 100644 index 0000000..e8a4398 --- /dev/null +++ b/lib/quack/quiz_open.dart @@ -0,0 +1,122 @@ +import 'dart:io'; +import 'dart:math'; +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_comment.dart'; +import 'package:maui/actions/post_tile.dart'; +import 'package:maui/db/entity/comment.dart'; +import 'package:maui/db/entity/quiz.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/quiz_card_detail.dart'; +import 'package:maui/quack/quiz_stack.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:uuid/uuid.dart'; + +class QuizOpen extends StatefulWidget { + final Quiz quiz; + final CanProceed canProceed; + + const QuizOpen({Key key, this.quiz, this.canProceed}) : super(key: key); + + @override + QuizOpenState createState() { + return new QuizOpenState(); + } +} + +class QuizOpenState extends State { + final TextEditingController _textController = new TextEditingController(); + bool _isComposing = false; + + @override + void dispose() { + _textController.dispose(); + super.dispose(); + } + + @override + Widget build(BuildContext context) { + return Column(children: [ + Padding( + padding: const EdgeInsets.all(8.0), + child: Wrap( + spacing: 8.0, + runSpacing: 4.0, + children: widget.quiz.choices + .map((q) => Container( + decoration: new BoxDecoration( + color: Colors.deepOrange, + borderRadius: new BorderRadius.circular(16.0), + ), + child: Padding( + padding: const EdgeInsets.all(8.0), + child: Text( + q, + style: TextStyle(fontSize: 24.0, color: Colors.white), + ), + ))) + .toList(growable: false), + ), + ), + Flexible( + child: TextField( + controller: _textController, + keyboardType: TextInputType.multiline, + autofocus: true, + maxLines: 5, + style: TextStyle(fontSize: 24.0, color: Colors.black), + onChanged: (String text) { + setState(() { + _isComposing = text.trim().isNotEmpty; + }); + }, + decoration: InputDecoration( + fillColor: Colors.grey[110], + filled: true, + border: InputBorder.none, + hintText: Loca.of(context).writeSomething), + onSubmitted: _handleSubmitted, + ), + ), + Padding( + padding: const EdgeInsets.all(8.0), + child: RaisedButton( + shape: RoundedRectangleBorder( + borderRadius: + const BorderRadius.all(const Radius.circular(32.0))), + color: Color(0xFF0E4476), + padding: EdgeInsets.all(8.0), + onPressed: _isComposing + ? () => _handleSubmitted(_textController.text) + : null, + child: Text( + Loca.of(context).post, + style: TextStyle(color: Colors.white), + ), + ), + ), + ]); + } + + Future _handleSubmitted(String text) async { + _textController.clear(); + setState(() { + _isComposing = false; + }); + Provider.dispatch( + context, + AddComment( + comment: Comment( + id: Uuid().v4(), + parentId: widget.quiz.id, + userId: AppStateContainer.of(context).state.loggedInUser.id, + timeStamp: DateTime.now(), + comment: text, + user: AppStateContainer.of(context).state.loggedInUser), + tileType: TileType.card, + addTile: true)); + widget.canProceed(); + } +} diff --git a/lib/quack/quiz_open_detail.dart b/lib/quack/quiz_open_detail.dart new file mode 100644 index 0000000..1f06dad --- /dev/null +++ b/lib/quack/quiz_open_detail.dart @@ -0,0 +1,24 @@ +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/quack/quiz_card_detail.dart'; + +class QuizOpenDetail extends StatelessWidget { + final QuackCard card; + + const QuizOpenDetail({Key key, this.card}) : super(key: key); + + @override + Widget build(BuildContext context) { + return Scaffold( + body: QuizCardDetail( + card: card, + canProceed: ( + {List quizItems, + List answers, + List startChoices, + List endChoices}) => + Navigator.of(context).pop(), + ), + ); + } +} diff --git a/lib/quack/quiz_result.dart b/lib/quack/quiz_result.dart new file mode 100644 index 0000000..bf4ed65 --- /dev/null +++ b/lib/quack/quiz_result.dart @@ -0,0 +1,312 @@ +import 'dart:math'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/update_points.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/quiz_card_detail.dart'; +import 'package:maui/quack/quiz_selection.dart'; +import 'package:maui/repos/log_repo.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:nima/nima_actor.dart'; + +class QuizResult extends StatefulWidget { + final List quizzes; + final Map> quizItemMap; + final Map> answersMap; + final Map> startChoicesMap; + final Map> endChoicesMap; + + const QuizResult( + {Key key, + this.quizzes, + this.quizItemMap, + this.answersMap, + this.startChoicesMap, + this.endChoicesMap}) + : super(key: key); + + @override + QuizResultState createState() { + return new QuizResultState(); + } +} + +class QuizResultState extends State { + int _expandedPanel = -1; + int _textpanel = 0; + String _animation = 'joy'; + bool paused = false; + int score = 0; + int total = 0; + + void _complete() { + setState(() { + paused = true; + _animation = null; + }); + } + + @override + void initState() { + super.initState(); + widget.quizItemMap.forEach((k, v) { + final correct = v.where((q) => q.status == QuizItemStatus.correct).length; + final answer = v.where((q) => q.isAnswer).length; + score += max(0, correct); + total += answer; + }); + writeLog('topic_score,$score,$total'); + WidgetsBinding.instance.addPostFrameCallback((_) async { + Provider.dispatch(context, UpdatePoints(points: score)); + }); + } + + @override + Widget build(BuildContext context) { + MediaQueryData media = MediaQuery.of(context); + Orientation orientation = MediaQuery.of(context).orientation; + // var orient = orientation; + var size = media.size; + int index = 0; + bool tileClick = false; + return SafeArea( + bottom: false, + child: Column( + children: [ + Expanded( + child: ListView( + children: [ + Container( + // color: Colors.green, + + padding: EdgeInsets.only(bottom: 20.0), + + height: Orientation.landscape == orientation + ? media.size.height * .9 + : media.size.height * .55, + + // margin: EdgeInsets.all(3.0), + + child: Stack( + // overflow: Overflow.clip, + + // fit: StackFit.expand, + + children: [ + Align( + alignment: AlignmentDirectional.topStart, + child: new Container( + // alignment: new FractionalOffset(0.0, 1.0), + child: FloatingActionButton( + heroTag: "Go to home", + onPressed: () { + Navigator.pop(context); + }, + tooltip: 'Go to home', + child: Image.asset('assets/home_icon.png'), + ), + ), + ), + Transform.scale( + alignment: Alignment.center, + scale: .85, + child: Padding( + padding: new EdgeInsets.only( + right: media.size.width * 0.08), + child: new NimaActor( + "assets/quack", + alignment: Alignment.center, + paused: paused, + fit: BoxFit.scaleDown, + animation: _animation, + mixSeconds: 0.0, + completed: (_) => _complete(), + ), + ), + ), + total == 0 + ? Container() + : Align( + alignment: AlignmentDirectional.bottomCenter, + child: Container( + height: 100.0, + + width: 200.0, + + // padding: EdgeInsets.only(bottom: 30.0), + + decoration: ShapeDecoration( + color: Colors.orangeAccent, + shape: RoundedRectangleBorder( + borderRadius: BorderRadius.horizontal( + left: Radius.circular(40.0), + right: Radius.circular(40.0)), + )), + child: Center( + child: Text( + '$score / $total', + style: TextStyle( + fontSize: 40.0, color: Colors.white), + )), + ), + ) + ], + ), + ), + Container( + height: media.size.height * .8, + child: ListView( + children: [ + Container( + child: ExpansionPanelList( + expansionCallback: (int panelIndex, bool isExpanded) { + setState(() { + _expandedPanel = isExpanded ? -1 : panelIndex; + _textpanel = isExpanded ? -1 : panelIndex; + }); + }, + children: widget.quizzes + .where((q) => (q.type == CardType.question && + q.option != 'open')) + .map( + (q) => ExpansionPanel( + isExpanded: (_expandedPanel == index++) + ? true + : false, + headerBuilder: (BuildContext context, + bool isExpanded) => + Container( + height: 100.0, + child: Center( + child: Text(q.title ?? ''))), + body: Container( + color: Colors.blueAccent, + child: SizedBox( + height: media.size.height, + child: QuizSelection( + quizItems: widget.quizItemMap[q.id], + answers: widget.answersMap[q.id], + startChoices: + widget.startChoicesMap[q.id], + endChoices: + widget.endChoicesMap[q.id], + resultMode: true, + ), + ), + ), + ), + ) + .toList(growable: false), + animationDuration: Duration(milliseconds: 250), + ), + ), + ], + ), + ), + ], + ), + ), + // Container( + // // color: Colors.green, + + // padding: EdgeInsets.only(bottom: 20.0), + // height: media.size.height * .55, + // // margin: EdgeInsets.all(3.0), + // child: Stack( + // // overflow: Overflow.clip, + + // // fit: StackFit.expand, + // children: [ + // Transform.scale( + // alignment: Alignment.center, + // scale: .85, + // child: new NimaActor( + // "assets/quack", + + // alignment: Alignment.center, + + // fit: BoxFit.scaleDown, + + // animation: 'joy', + + // mixSeconds: 0.0, + + // // paused: true, + // ), + // ), + // Align( + // alignment: AlignmentDirectional.bottomCenter, + // child: Container( + // height: 100.0, + + // width: 200.0, + + // // padding: EdgeInsets.only(bottom: 30.0), + + // decoration: ShapeDecoration( + // color: Colors.orangeAccent, + // shape: RoundedRectangleBorder( + // borderRadius: BorderRadius.horizontal( + // left: Radius.circular(40.0), + // right: Radius.circular(40.0)), + // )), + + // child: Center( + // child: Text( + // "50", + // style: TextStyle(fontSize: 40.0, color: Colors.white), + // )), + // ), + // ) + // ], + // ), + // ), + // Expanded( + // flex: 1, + // child: SingleChildScrollView( + // child: ExpansionPanelList( + // expansionCallback: (int panelIndex, bool isExpanded) { + // setState(() { + // _expandedPanel = isExpanded ? -1 : panelIndex; + // }); + // }, + // children: widget.quizzes + // .map( + // (q) => ExpansionPanel( + // isExpanded: _expandedPanel == index++ ? true : false, + // headerBuilder: (BuildContext context, + // bool isExpanded) => + // InkWell( + // onTap: () { + // setState(() { + // isExpanded = false; + // }); + // }, + // child: Container( + // height: 100.0, + // child: + // Center(child: Text(q.title ?? '')))), + // body: SizedBox( + // height: media.size.height, + // child: QuizSelection( + // quizItems: widget.quizItemMap[q.id], + // answers: widget.answersMap[q.id], + // startChoices: widget.startChoicesMap[q.id], + // endChoices: widget.endChoicesMap[q.id], + // resultMode: true, + // ), + // ), + // ), + // ) + // .toList(growable: false), + // animationDuration: Duration(milliseconds: 250), + // ), + // ), + // ), + ], + ), + ); + } +} diff --git a/lib/quack/quiz_selection.dart b/lib/quack/quiz_selection.dart new file mode 100644 index 0000000..21674ac --- /dev/null +++ b/lib/quack/quiz_selection.dart @@ -0,0 +1,417 @@ +import 'dart:io'; +import 'dart:math'; +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/quiz.dart'; +import 'package:maui/quack/quiz_card_detail.dart'; +import 'package:maui/quack/quiz_stack.dart'; +import 'package:maui/state/app_state_container.dart'; + +class QuizSelection extends StatefulWidget { + final Quiz quiz; + final List quizItems; + final List answers; + final List startChoices; + final List endChoices; + final bool resultMode; + final CanProceed canProceed; + + const QuizSelection( + {Key key, + this.quiz, + this.quizItems, + this.answers, + this.startChoices, + this.endChoices, + this.resultMode, + this.canProceed}) + : super(key: key); + + @override + QuizSelectionState createState() { + return new QuizSelectionState(); + } +} + +class QuizSelectionState extends State { + int _selectCount = 0; + QuizItem _prevQuizItem; + bool _prevOdd; + List _answers = []; + List _startChoices = []; + List _endChoices = []; + int _numRows; + + @override + void initState() { + super.initState(); + var odd = true; + if (widget.answers == null) { + if (widget.quiz.type == QuizType.pair) { + widget.quizItems.forEach((q) { + if (odd) { + _startChoices.add(q); + odd = false; + } else { + _endChoices.add(q); + odd = true; + } + }); + } else { + _answers = List.from(widget.quizItems); + } + _startChoices.shuffle(); + _endChoices.shuffle(); + _answers.shuffle(); +// _numRows = widget.quizItems.length ~/ 2 + +// ((widget.quiz.type == QuizType.pair) ? 0 : 1); + _numRows = (widget.quizItems.length / 2).ceil(); + } else { + _answers = widget.answers; + _startChoices = widget.startChoices; + _endChoices = widget.endChoices; + _numRows = (_answers.length / 2).ceil() + + max(_startChoices.length, _endChoices.length); + } + } + +// @override +// void didUpdateWidget(QuizSelection oldWidget) { +// super.didUpdateWidget(oldWidget); +// if (widget.resultMode && !oldWidget.resultMode) { +// _answers = []; +// _endChoices = []; +// _startChoices = []; +// widget.quizItems.forEach((q) { +// if (q.isAnswer) { +// _answers.add(q); +// } else { +// if (_startChoices.length > _endChoices.length) +// _endChoices.add(q); +// else +// _startChoices.add(q); +// } +// }); +// } +// } + + @override + Widget build(BuildContext context) { + final answersLength = _answers?.length ?? 0; + final choicesLength = + max(_startChoices?.length ?? 0, _endChoices?.length ?? 0); + return LayoutBuilder( + builder: (context, constraints) { + final width = constraints.maxWidth / 2; + final height = constraints.maxHeight / _numRows; + List widgets = [ + Container( + constraints: BoxConstraints.expand(), + ) + ]; + int i = 0; + for (; i < answersLength; i = i + 2) { + widgets.add(_quizButton( + context: context, + quizItem: _answers[i], + row: i ~/ 2, + col: 0, + width: width, + height: height)); + if (i + 1 < answersLength) + widgets.add(_quizButton( + context: context, + quizItem: _answers[i + 1], + row: i ~/ 2, + col: 1, + width: width, + height: height)); + } +// if (widget.quiz.type == QuizType.many && i == 0) i = 2; + for (int j = 0; j < choicesLength; j++) { + if (_startChoices.length > j) + widgets.add(_quizButton( + context: context, + quizItem: _startChoices[j], + row: _numRows - j - 1, + col: 0, + width: width, + height: height)); + if (_endChoices.length > j) + widgets.add(_quizButton( + context: context, + quizItem: _endChoices[j], + row: _numRows - j - 1, + col: 1, + width: width, + height: height)); + } + return Stack( + children: widgets, + ); + }, + ); + } + + Widget _quizButton( + {BuildContext context, + QuizItem quizItem, + int row, + int col, + double width, + double height}) { +// print( +// '_quizButton: ${quizItem.text} row: $row, col: $col, top: ${row * height}'); + return AnimatedPositioned( + key: ObjectKey(quizItem), + duration: Duration(milliseconds: 350), + curve: Curves.fastOutSlowIn, + top: row * height, + left: col * width, + width: width, + height: height, + child: Padding( + padding: const EdgeInsets.all(8.0), + child: InkWell( + onTap: + !widget.resultMode && quizItem.status == QuizItemStatus.selectable + ? () => _onPressed(quizItem, col == 0) + : null, + child: Material( + elevation: 8.0, + color: !widget.resultMode && + quizItem.status == QuizItemStatus.selectable + ? Colors.white + : _disabledColor(quizItem), + clipBehavior: Clip.antiAlias, + borderRadius: BorderRadius.all(Radius.circular(16.0)), + child: Padding( + padding: const EdgeInsets.all(8.0), + child: Material( + elevation: 0.0, + clipBehavior: Clip.antiAlias, + borderRadius: BorderRadius.all(Radius.circular(16.0)), + child: (quizItem.text?.endsWith('jpg') || + quizItem.text?.endsWith('JPG') || + quizItem.text?.endsWith('png') || + quizItem.text?.endsWith('jp2') || + quizItem.text?.endsWith('jpeg') || + quizItem.text?.endsWith('gif')) + ? AspectRatio( + aspectRatio: 1.0, + child: Image.file( + File(AppStateContainer.of(context).extStorageDir + + quizItem.text), + fit: BoxFit.cover, + )) + : Center( + child: Text(quizItem.text, + overflow: TextOverflow.ellipsis, + maxLines: 2, + softWrap: true, + style: Theme.of(context).textTheme.headline), + ), + ), + ), + ), + ), + ), + ); + } + + void _onPressed(QuizItem quizItem, bool odd) { + setState(() { + switch (widget.quiz.type) { + case QuizType.oneAtATime: + if (_prevQuizItem != null) { + _prevQuizItem.status = QuizItemStatus.selectable; + } + if (quizItem.isAnswer) { + quizItem.status = QuizItemStatus.correct; + } else { + quizItem.status = QuizItemStatus.incorrect; + } + _prevQuizItem = quizItem; + +// if (odd) { +//// _startChoices.remove(quizItem); +// if (_prevQuizItem != null) { +// _prevQuizItem.status = QuizItemStatus.selectable; +// _answers.remove(_prevQuizItem); +//// _startChoices.add(_prevQuizItem); +// } +// } else { +//// _endChoices.remove(quizItem); +// if (_prevQuizItem != null) { +// _prevQuizItem.status = QuizItemStatus.selectable; +// _answers.remove(_prevQuizItem); +//// _endChoices.add(_prevQuizItem); +// } +// } +// if (quizItem.isAnswer) { +// quizItem.status = QuizItemStatus.correct; +// } else { +// quizItem.status = QuizItemStatus.incorrect; +// } +// _answers.add(quizItem); +// _prevQuizItem = quizItem; + widget.canProceed( + quizItems: widget.quizItems, + answers: _answers, + startChoices: _startChoices, + endChoices: _endChoices); + break; + case QuizType.many: + if (quizItem.isAnswer && + (widget.quiz.choices.length != 0 || + _selectCount == quizItem.index)) { + quizItem.status = QuizItemStatus.correct; + } else { + quizItem.status = QuizItemStatus.incorrect; + } + _answers.remove(quizItem); + _answers.insert(_selectCount, quizItem); + +// if (quizItem.isAnswer && +// (widget.quiz.choices.length != 0 || +// _selectCount == quizItem.index)) { +// quizItem.status = QuizItemStatus.correct; +// } else { +// quizItem.status = QuizItemStatus.incorrect; +// } +// if (odd) { +// _startChoices.remove(quizItem); +// if (_endChoices.length > _startChoices.length + 1) +// _startChoices.add(_endChoices.removeLast()); +// } else { +// _endChoices.remove(quizItem); +// if (_startChoices.length > _endChoices.length + 1) +// _endChoices.add(_startChoices.removeLast()); +// } +// _answers.add(quizItem); + + _selectCount++; + if (widget.quiz.choices.length != 0 || + _selectCount >= widget.quiz.answers.length) { + widget.canProceed( + quizItems: widget.quizItems, + answers: _answers, + startChoices: _startChoices, + endChoices: _endChoices); + } + break; + case QuizType.pair: + if ((_selectCount % 2) == 0) { + _prevQuizItem = quizItem; + _prevOdd = odd; + _prevQuizItem.status = QuizItemStatus.unselectable; + } else if (_prevOdd == odd) { + _prevQuizItem.status = QuizItemStatus.selectable; + _prevQuizItem = quizItem; + _prevOdd = odd; + _prevQuizItem.status = QuizItemStatus.unselectable; + _selectCount--; + } else { + int minIndex = min(_prevQuizItem.index, quizItem.index); + int maxIndex = max(_prevQuizItem.index, quizItem.index); + if ((maxIndex - minIndex) == 1 && (minIndex % 2) == 0) { + _prevQuizItem.status = QuizItemStatus.correct; + quizItem.status = QuizItemStatus.correct; + } else { + _prevQuizItem.status = QuizItemStatus.incorrect; + quizItem.status = QuizItemStatus.incorrect; + } + if (odd) { + _endChoices.remove(_prevQuizItem); + _startChoices.remove(quizItem); + _answers.add(quizItem); + _answers.add(_prevQuizItem); + } else { + _startChoices.remove(_prevQuizItem); + _endChoices.remove(quizItem); + _answers.add(_prevQuizItem); + _answers.add(quizItem); + } + } + _selectCount++; + if (_selectCount >= widget.quizItems.length) { + widget.canProceed( + quizItems: widget.quizItems, + answers: _answers, + startChoices: _startChoices, + endChoices: _endChoices); + } + break; + } + }); + } + + Widget _indicator(QuizItem quizItem) { + if (widget.resultMode) { + switch (quizItem.status) { + case QuizItemStatus.correct: + return Icon( + Icons.check_circle, + color: Colors.green, + ); + break; + case QuizItemStatus.incorrect: + return Icon( + Icons.cancel, + color: Colors.red, + ); + break; + case QuizItemStatus.unselectable: + if (quizItem.isAnswer) { + return Icon( + Icons.cancel, + color: Colors.red, + ); + ; + } else { + return Container(); + } + break; + case QuizItemStatus.selectable: + if (quizItem.isAnswer) { + return Icon( + Icons.cancel, + color: Colors.red, + ); + ; + } else { + return Container(); + } + } + } else { + return Container(); + } + } + + Color _disabledColor(QuizItem quizItem) { + if (!widget.resultMode) { + return Colors.blue; + } + switch (quizItem.status) { + case QuizItemStatus.correct: + return Colors.green; + break; + case QuizItemStatus.incorrect: + return Colors.red; + break; + case QuizItemStatus.unselectable: + if (quizItem.isAnswer) { + return Colors.green; + } else { + return Colors.white; + } + break; + case QuizItemStatus.selectable: + if (quizItem.isAnswer) { + return Colors.green; + } else { + return Colors.white; + } + break; + } + } +} diff --git a/lib/quack/quiz_stack.dart b/lib/quack/quiz_stack.dart new file mode 100644 index 0000000..29cec1f --- /dev/null +++ b/lib/quack/quiz_stack.dart @@ -0,0 +1,104 @@ +import 'package:flutter/material.dart'; +import 'package:maui/quack/quiz_card_detail.dart'; + +class QuizStack extends StatefulWidget { + final List answers; + final List choices; + final Function onPressed; + + const QuizStack({Key key, this.answers, this.choices, this.onPressed}) + : super(key: key); + + @override + QuizStackState createState() { + return new QuizStackState(); + } +} + +class QuizStackState extends State { + @override + Widget build(BuildContext context) { + final answersLength = widget.answers?.length ?? 0; + final choicesLength = widget.choices?.length ?? 0; + final numRows = (answersLength / 2).ceil() + (choicesLength / 2).ceil(); + return LayoutBuilder( + builder: (context, constraints) { + final width = constraints.maxWidth / 2; + final height = constraints.maxHeight / numRows; + List widgets = [ + Container( + constraints: BoxConstraints.expand(), + ) + ]; + int i = 0; + for (; i < answersLength; i = i + 2) { + widgets.add(_quizButton( + quizItem: widget.answers[i], + row: i ~/ 2, + col: 0, + width: width, + height: height)); + if (i + 1 < answersLength) + widgets.add(_quizButton( + quizItem: widget.answers[i + 1], + row: i ~/ 2, + col: 1, + width: width, + height: height)); + } + for (int j = 0; j < choicesLength; j = j + 2) { + widgets.add(_quizButton( + quizItem: widget.choices[j], + row: (i + j) ~/ 2, + col: 0, + width: width, + height: height)); + if (j + 1 < choicesLength) + widgets.add(_quizButton( + quizItem: widget.choices[j + 1], + row: (i + j) ~/ 2, + col: 1, + width: width, + height: height)); + } + return Stack( + children: widgets, + ); + }, + ); + } + + Widget _quizButton( + {QuizItem quizItem, int row, int col, double width, double height}) { + return AnimatedPositioned( + key: ObjectKey(quizItem), + duration: Duration(milliseconds: 500), + top: row * height, + left: col * width, + width: width, + height: height, + child: Padding( + padding: const EdgeInsets.all(8.0), + child: RaisedButton( + onPressed: widget.onPressed == null + ? null + : () => widget.onPressed(quizItem), + child: (quizItem.text?.endsWith('jpg') || + quizItem.text?.endsWith('jpeg') || + quizItem.text?.endsWith('gif')) + ? AspectRatio( + aspectRatio: 1.0, + child: Image.asset( + quizItem.text, + fit: BoxFit.contain, + )) + : Text( + quizItem.text, + overflow: TextOverflow.ellipsis, + softWrap: true, + ), + ), + ), + ); + } +} diff --git a/lib/quack/social_summary.dart b/lib/quack/social_summary.dart new file mode 100644 index 0000000..89efb2f --- /dev/null +++ b/lib/quack/social_summary.dart @@ -0,0 +1,72 @@ +import 'dart:math'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/collection_progress_indicator.dart'; +import 'package:maui/quack/like_button.dart'; +import 'package:maui/quack/user_activity.dart'; +import 'package:percent_indicator/linear_percent_indicator.dart'; + +class SocialSummary extends StatelessWidget { + final String parentId; + final TileType tileType; + final int likes; + final int comments; + + const SocialSummary( + {Key key, this.parentId, this.tileType, this.likes, this.comments}) + : super(key: key); + + @override + Widget build(BuildContext context) { + return Connect( + convert: (state) => state.activityMap[parentId], + where: (prev, next) => next != prev, + nullable: true, + builder: (userActivity) { + final widgets = [ + Row( + children: [ + LikeButton( + parentId: parentId, + tileType: TileType.card, + isInteractive: false, + ), + Text("${likes ?? ''}"), + ], + ), + Row( + children: [ + Icon(Icons.chat_bubble_outline), + Text("${comments ?? ''}") + ], + ) + ]; + + if (tileType == TileType.card) { + widgets.add(userActivity?.progress == null + ? Icon(Icons.lock_outline, color: Colors.red) + : (userActivity.progress ?? 0.0) < 1.0 + ? Icon( + Icons.lock_open, + color: Colors.green, + ) + : Icon( + Icons.done, + color: Colors.green, + )); + } + + return Container( + color: Color(0x88888888), + child: Row( + mainAxisAlignment: MainAxisAlignment.spaceEvenly, + children: widgets, + ), + ); + }); + } +} diff --git a/lib/quack/story_page.dart b/lib/quack/story_page.dart new file mode 100644 index 0000000..a0ea568 --- /dev/null +++ b/lib/quack/story_page.dart @@ -0,0 +1,43 @@ +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/quack/card_summary.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/quack/collection_grid.dart'; +import 'package:maui/repos/collection_repo.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/models/root_state.dart'; + +class StoryPage extends StatelessWidget { + @override + Widget build(BuildContext context) { + final media = MediaQuery.of(context); + return Scaffold( + appBar: AppBar( + title: Text(Loca.of(context).stories), + ), + body: Connect>( + convert: (state) => state.collectionMap['story'] + .map((cardId) => state.cardMap[cardId]) + .toList(growable: false), + where: (prev, next) => next != prev, + builder: (cards) { + return GridView.count( + crossAxisCount: (media.size.width / 210.0).ceil(), + childAspectRatio: 0.75, + children: cards + .map((c) => Center( + child: SizedBox( + height: 240.0, + width: 160.0, + child: Padding( + padding: const EdgeInsets.all(8.0), + child: CardSummary(card: c), + ), + ), + )) + .toList(growable: false)); + }, + ), + ); + } +} diff --git a/lib/quack/template_grid.dart b/lib/quack/template_grid.dart new file mode 100644 index 0000000..75b0b80 --- /dev/null +++ b/lib/quack/template_grid.dart @@ -0,0 +1,48 @@ +import 'dart:io'; + +import 'package:flutter/material.dart'; +import 'package:flutter_svg/flutter_svg.dart'; +import 'package:maui/components/drawing_wrapper.dart'; +import 'package:maui/db/entity/card_extra.dart'; +import 'package:maui/repos/card_extra_repo.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:tahiti/popup_grid_view.dart'; + +class TemplateGrid extends StatelessWidget { + final String cardId; + final List templates; + + TemplateGrid({key, this.cardId, this.templates}) : super(key: key); + + Widget _buildTile(BuildContext context, String template) { + return Card( + elevation: 5.0, + child: new InkWell( + onTap: () => Navigator.pop(context, template), + child: new AspectRatio( + aspectRatio: 1.0, + child: template.isEmpty + ? Icon(Icons.check_box_outline_blank) + : template.endsWith('.svg') + ? new SvgPicture.file( + File(AppStateContainer.of(context).extStorageDir + + template), + ) + : Image.asset( + template, + package: 'maui_assets', + ), + ), + ), + ); + } + + @override + Widget build(BuildContext context) { + return GridView.count( + crossAxisCount: 3, + children: templates.map((t) => _buildTile(context, t)).toList() + ..add(_buildTile(context, '')), + ); + } +} diff --git a/lib/quack/text_audio.dart b/lib/quack/text_audio.dart new file mode 100644 index 0000000..6c52a7e --- /dev/null +++ b/lib/quack/text_audio.dart @@ -0,0 +1,66 @@ +import 'dart:async'; + +import 'package:flutter/material.dart'; + +class TextAudio extends StatefulWidget { + final String fulltext; + final String audiofile; + final int duration; + + TextAudio({this.audiofile, this.fulltext, this.duration}); + + @override + TextAudioState createState() { + return new TextAudioState(); + } +} + +class TextAudioState extends State { + List words; + String start = "", middle = "", end = ""; + int j = 0; + + @override + void initState() { + super.initState(); + looper(); + } + + void looper() async { + int numOfChar = widget.fulltext.length; + int charTime = (widget.duration ~/ numOfChar); + words = widget.fulltext.split(" "); + int loop = words.length; + + for (int i = 0; i < loop; i++) { + await new Future.delayed( + Duration(milliseconds: middle.length * charTime)); + setState(() { + start = start + middle; + middle = words.removeAt(0) + " "; + + end = ""; + for (String temp in words) { + end = end + temp + " "; + } + }); + } + } + + @override + Widget build(BuildContext context) { + return RichText( + text: new TextSpan( + // Note: Styles for TextSpans must be explicitly defined. + // Child text spans will inherit styles from parent + style: Theme.of(context).textTheme.body2, + children: [ + new TextSpan(text: start), + new TextSpan( + text: middle, style: new TextStyle(fontWeight: FontWeight.bold)), + new TextSpan(text: end), + ], + ), + ); + } +} diff --git a/lib/quack/tile_card.dart b/lib/quack/tile_card.dart new file mode 100644 index 0000000..2527b77 --- /dev/null +++ b/lib/quack/tile_card.dart @@ -0,0 +1,150 @@ +import 'dart:io'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_comments.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_header.dart'; +import 'package:maui/quack/card_summary.dart'; +import 'package:maui/quack/drawing_card.dart'; +import 'package:maui/quack/social_summary.dart'; +import 'package:maui/quack/tile_detail.dart'; + +class TileCard extends StatelessWidget { + final Tile tile; + + const TileCard({Key key, this.tile}) : super(key: key); + + @override + Widget build(BuildContext context) { + switch (tile.type) { + case TileType.card: + return _buildTile( + context: context, + tile: tile, + header: CardHeader( + card: tile.card, + ), + title: tile.card.title, + trailer: SocialSummary( + parentId: tile.cardId, + likes: tile.card.likes, + comments: tile.card.comments, + tileType: tile.type, + )); + break; + case TileType.drawing: + return _buildTile( + context: context, + tile: tile, + header: DrawingCard( + tile: tile, + isInteractive: false, + ), + title: tile.card.title, + user: tile.user, + trailer: SocialSummary( + parentId: tile.id, + likes: tile.likes, + comments: tile.comments, + tileType: tile.type, + )); + break; + case TileType.message: + return _buildTile( + context: context, + tile: tile, + header: Padding( + padding: const EdgeInsets.all(16.0), + child: Image.asset('assets/comment_icon.png'), + ), + title: tile.content, + user: tile.user, + trailer: SocialSummary( + parentId: tile.id, + likes: tile.likes, + comments: tile.comments, + tileType: tile.type, + )); + break; + case TileType.dot: + return Container(); + break; + } + } + + Widget _buildTile( + {BuildContext context, + Tile tile, + Widget header, + String title, + Widget trailer, + User user}) { + return InkWell( + onTap: () { + Provider.dispatch( + context, + FetchComments( + parentId: tile.type == TileType.card ? tile.card.id : tile.id, + tileType: tile.type)); + Navigator.of(context).push(MaterialPageRoute( + builder: (BuildContext context) => TileDetail(tile: tile))); + }, + child: LayoutBuilder( + builder: (context, constraints) { + final widgets = []; + widgets.add(Stack( + children: [ + SizedBox( + height: constraints.maxHeight, + width: constraints.maxHeight, + child: header), + Positioned(bottom: 0, left: 0, right: 0, child: trailer) + ], + )); + final columnWidgets = []; + if (user != null) { + columnWidgets.add(Row( + children: [ + Padding( + padding: const EdgeInsets.fromLTRB(4.0, 4.0, 4.0, 0.0), + child: CircleAvatar( + radius: 12, + backgroundImage: FileImage( + File(user.image), + ), + ), + ), + Padding( + padding: const EdgeInsets.fromLTRB(4.0, 4.0, 4.0, 0.0), + child: Text( + user.name, + overflow: TextOverflow.ellipsis, + ), + ) + ], + )); + } + columnWidgets.add(Padding( + padding: const EdgeInsets.all(4.0), + child: Text( + title, + overflow: TextOverflow.ellipsis, + ), + )); + widgets.add(Expanded( + child: Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: columnWidgets, + ), + )); + return Row( + crossAxisAlignment: CrossAxisAlignment.start, children: widgets); + }, + ), + ); + } +} diff --git a/lib/quack/tile_detail.dart b/lib/quack/tile_detail.dart new file mode 100644 index 0000000..a9be24d --- /dev/null +++ b/lib/quack/tile_detail.dart @@ -0,0 +1,230 @@ +import 'dart:io'; + +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/fetch_card_detail.dart'; +import 'package:maui/components/drawing_wrapper.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/quack/card_detail.dart'; +import 'package:maui/quack/card_header.dart'; +import 'package:maui/quack/comment_list.dart'; +import 'package:maui/quack/drawing_card.dart'; +import 'package:maui/quack/quiz_open_detail.dart'; + +class TileDetail extends StatelessWidget { + final Tile tile; + + const TileDetail({Key key, this.tile}) : super(key: key); + + @override + Widget build(BuildContext context) { + switch (tile.type) { + case TileType.drawing: + return DrawingDetail(tile: tile); + case TileType.message: + return PostDetail(tile: tile); + case TileType.card: + return TileCardDetail(tile: tile); + case TileType.dot: + return Container(); + } + } +} + +class TileCardDetail extends StatelessWidget { + final Tile tile; + + const TileCardDetail({Key key, this.tile}) : super(key: key); + + @override + Widget build(BuildContext context) { + final media = MediaQuery.of(context); + return Scaffold( + body: Column( + crossAxisAlignment: CrossAxisAlignment.stretch, + children: [ + Expanded( + child: CustomScrollView(slivers: [ + SliverToBoxAdapter( + child: SizedBox( + height: media.size.height / 4, + child: CardHeader( + card: tile.card, + parentCardId: 'open', + ), + ), + ), + SliverToBoxAdapter( + child: tile.card.title == null + ? Container() + : Padding( + padding: const EdgeInsets.all(8.0), + child: Text(tile.card.title ?? '', + style: Theme.of(context).textTheme.display1), + ), + ), + CommentList( + parentId: tile.cardId, + tileType: tile.type, + showInput: false, + ) + ]), + ), + Padding( + padding: const EdgeInsets.all(8.0), + child: RaisedButton( + shape: RoundedRectangleBorder( + borderRadius: + const BorderRadius.all(const Radius.circular(32.0))), + color: Color(0xFF0E4476), + padding: EdgeInsets.all(8.0), + onPressed: () { + Provider.dispatch( + context, FetchCardDetail(tile.card.id)); + Navigator.of(context).pushReplacement(MaterialPageRoute( + builder: (BuildContext context) { + return tile.card.type == CardType.question + ? QuizOpenDetail( + card: tile.card, + ) + : CardDetail( + card: tile.card, + parentCardId: tile.cardId, + ); + }, + )); + }, + child: Text( + Loca.of(context).answerThis, + style: TextStyle(color: Colors.white, fontSize: 32.0), + ), + ), + ) + ], + )); + } +} + +class DrawingDetail extends StatelessWidget { + final Tile tile; + + const DrawingDetail({Key key, this.tile}) : super(key: key); + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text(tile.card.title)), + body: Column( + crossAxisAlignment: CrossAxisAlignment.stretch, + children: [ + Expanded( + child: CustomScrollView(slivers: [ + SliverToBoxAdapter( + child: Row( + children: [ + Padding( + padding: const EdgeInsets.all(8.0), + child: CircleAvatar( + backgroundImage: FileImage( + File(tile.user.image), + ), + ), + ), + Padding( + padding: const EdgeInsets.all(8.0), + child: Text( + tile.user.name, + overflow: TextOverflow.ellipsis, + ), + ) + ], + ), + ), + SliverToBoxAdapter( + child: DrawingCard( + tile: tile, + isInteractive: false, + ), + ), + CommentList( + parentId: tile.id, + tileType: tile.type, + ) + ]), + ), + Padding( + padding: const EdgeInsets.all(8.0), + child: RaisedButton( + shape: RoundedRectangleBorder( + borderRadius: + const BorderRadius.all(const Radius.circular(32.0))), + color: Color(0xFF0E4476), + padding: EdgeInsets.all(16.0), + onPressed: () { + Provider.dispatch( + context, FetchCardDetail(tile.card.id)); + Navigator.of(context).push(MaterialPageRoute( + builder: (BuildContext context) => CardDetail( + card: tile.card, + ), + )); + }, + child: Text( + Loca.of(context).draw, + style: TextStyle(color: Colors.white, fontSize: 32.0), + ), + ), + ) + ], + )); + } +} + +class PostDetail extends StatelessWidget { + final Tile tile; + + const PostDetail({Key key, this.tile}) : super(key: key); + + @override + Widget build(BuildContext context) { + return Scaffold( + appBar: AppBar(title: Text(Loca.of(context).post)), + body: CustomScrollView(slivers: [ + SliverToBoxAdapter( + child: Row( + children: [ + Padding( + padding: const EdgeInsets.all(8.0), + child: CircleAvatar( + backgroundImage: FileImage( + File(tile.user.image), + ), + ), + ), + Padding( + padding: const EdgeInsets.all(8.0), + child: Text( + tile.user.name, + overflow: TextOverflow.ellipsis, + ), + ) + ], + ), + ), + SliverToBoxAdapter( + child: Padding( + padding: const EdgeInsets.all(8.0), + child: Text(tile.content), + ), + ), + CommentList( + parentId: tile.id, + tileType: tile.type, + ) + ]), + ); + } +} diff --git a/lib/quack/user_activity.dart b/lib/quack/user_activity.dart new file mode 100644 index 0000000..e98279f --- /dev/null +++ b/lib/quack/user_activity.dart @@ -0,0 +1,35 @@ +import 'package:json_annotation/json_annotation.dart'; +part 'user_activity.g.dart'; + +@JsonSerializable() +class UserActivity { + UserActivity({this.like, this.total, this.done}); + + bool like; + int total; + int done; + + double get progress => done == null ? null : done / (total ?? 1); + + factory UserActivity.fromJson(Map json) => + _$UserActivityFromJson(json); + + Map toJson() => _$UserActivityToJson(this); + + @override + int get hashCode => like.hashCode ^ total.hashCode ^ done.hashCode; + + @override + bool operator ==(Object other) => + identical(this, other) || + other is UserActivity && + runtimeType == other.runtimeType && + like == other.like && + total == other.total && + done == other.done; + + @override + String toString() { + return 'UserActivity{like: $like, done: $done, total: $total}'; + } +} diff --git a/lib/quack/user_activity.g.dart b/lib/quack/user_activity.g.dart new file mode 100644 index 0000000..0b23208 --- /dev/null +++ b/lib/quack/user_activity.g.dart @@ -0,0 +1,21 @@ +// GENERATED CODE - DO NOT MODIFY BY HAND + +part of 'user_activity.dart'; + +// ************************************************************************** +// JsonSerializableGenerator +// ************************************************************************** + +UserActivity _$UserActivityFromJson(Map json) { + return UserActivity( + like: json['like'] as bool, + total: json['total'] as int, + done: json['done'] as int); +} + +Map _$UserActivityToJson(UserActivity instance) => + { + 'like': instance.like, + 'total': instance.total, + 'done': instance.done + }; diff --git a/lib/quack/user_collection.dart b/lib/quack/user_collection.dart new file mode 100644 index 0000000..2e22263 --- /dev/null +++ b/lib/quack/user_collection.dart @@ -0,0 +1,64 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/drawing_card.dart'; +import 'package:maui/quack/drawing_lock.dart'; +import 'package:maui/repos/tile_repo.dart'; + +class UserCollection extends StatefulWidget { + final String userId; + + const UserCollection({Key key, this.userId}) : super(key: key); + + @override + UserCollectionState createState() { + return new UserCollectionState(); + } +} + +class UserCollectionState extends State { + bool _isLoading = true; + List _tiles; + + @override + void initState() { + super.initState(); + _initData(); + } + + void _initData() async { + _tiles = await TileRepo() + .getTilesByCardIdAndUserIdAndType('dummy', widget.userId, TileType.dot); + setState(() => _isLoading = false); + } + + @override + Widget build(BuildContext context) { + if (_isLoading) { + return Center( + child: new SizedBox( + width: 20.0, + height: 20.0, + child: new CircularProgressIndicator(), + )); + } + return GridView.builder( + gridDelegate: new SliverGridDelegateWithFixedCrossAxisCount( + crossAxisCount: 3, + ), + itemBuilder: (BuildContext context, int index) { + return Padding( + padding: const EdgeInsets.all(8.0), + child: Stack(children: [ + DrawingCard(tile: _tiles[index]), + DrawingLock( + tile: _tiles[index], + ) + ]), + ); + }, + itemCount: _tiles.length, + ); + } +} diff --git a/lib/quack/user_drawing_grid.dart b/lib/quack/user_drawing_grid.dart new file mode 100644 index 0000000..842baf2 --- /dev/null +++ b/lib/quack/user_drawing_grid.dart @@ -0,0 +1,58 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/drawing_card.dart'; +import 'package:maui/repos/tile_repo.dart'; + +class UserDrawingGrid extends StatefulWidget { + final String userId; + + const UserDrawingGrid({Key key, this.userId}) : super(key: key); + + @override + UserDrawingGridState createState() { + return new UserDrawingGridState(); + } +} + +class UserDrawingGridState extends State { + bool _isLoading = true; + List _tiles; + + @override + void initState() { + super.initState(); + _initData(); + } + + void _initData() async { + _tiles = await TileRepo() + .getTilesByUserIdAndType(widget.userId, TileType.drawing); + setState(() => _isLoading = false); + } + + @override + Widget build(BuildContext context) { + if (_isLoading) { + return Center( + child: new SizedBox( + width: 20.0, + height: 20.0, + child: new CircularProgressIndicator(), + )); + } + return GridView.builder( + gridDelegate: new SliverGridDelegateWithFixedCrossAxisCount( + crossAxisCount: 3, + ), + itemBuilder: (BuildContext context, int index) { + return Padding( + padding: const EdgeInsets.all(8.0), + child: DrawingCard(tile: _tiles[index]), + ); + }, + itemCount: _tiles.length, + ); + } +} diff --git a/lib/quack/user_progress.dart b/lib/quack/user_progress.dart new file mode 100644 index 0000000..20c8da6 --- /dev/null +++ b/lib/quack/user_progress.dart @@ -0,0 +1,86 @@ +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/models/root_state.dart'; +import 'package:maui/quack/card_header.dart'; +import 'package:maui/quack/collection_progress_indicator.dart'; + +class UserProgress extends StatelessWidget { + @override + Widget build(BuildContext context) { + final media = MediaQuery.of(context); + return new LayoutBuilder(builder: (context, constraints) { + return Connect>( + convert: (state) => state.cardMap.values + .where((c) => + c.type == CardType.concept && + (state.activityMap[c.id]?.progress ?? 0.0) > 0.0) + .toList(growable: false), + where: (prev, next) => next != prev, + builder: (cards) { + return cards == null + ? Container() + : ListView( + primary: true, + children: cards + .map( + (c) => Container( + decoration: BoxDecoration( + border: BorderDirectional( + bottom: BorderSide( + width: 2.0, + color: + Colors.black.withOpacity(0.2)))), + child: new Row( + mainAxisAlignment: + MainAxisAlignment.spaceEvenly, + children: [ + new Column( + children: [ + new Container( + margin: EdgeInsets.only( + top: 4.0, bottom: 4.0, left: 15.0), + width: constraints.maxWidth * 0.21875, + height: constraints.maxHeight * 0.20902, + decoration: new BoxDecoration( + borderRadius: + new BorderRadius.circular(5.0), + border: new Border.all( + width: 3.0, color: Colors.grey), + shape: BoxShape.rectangle, + ), + child: new CardHeader(card: c), + ), + new Container( + margin: const EdgeInsets.only( + top: 4.0, bottom: 4.0, left: 15.0), + width: constraints.maxWidth * 0.21875, + child: new Text( + c.title, + overflow: TextOverflow.ellipsis, + style: new TextStyle( + fontSize: 25.0, + fontWeight: FontWeight.bold, + color: Colors.black), + ), + ), + ], + ), + Expanded( + child: new Padding( + padding: new EdgeInsets.only( + left: 30.0, bottom: 25.0), + child: CollectionProgressIndicator( + card: c, + ), + )), + ], + ), + ), + ) + .toList(growable: false)); + }, + ); + }); + } +} diff --git a/lib/quiz/card_list.dart b/lib/quiz/card_list.dart new file mode 100644 index 0000000..4162d78 --- /dev/null +++ b/lib/quiz/card_list.dart @@ -0,0 +1,374 @@ +import 'dart:async'; +import 'package:flutter/material.dart'; +import 'package:maui/components/quiz_button.dart'; +import 'package:maui/db/entity/quiz.dart'; + +enum ClickedStatus { no, yes, done, correct, incorrect, untouched } + +class CardList extends StatefulWidget { + final Map input; + final String question; + List answer; + List choices; + final QuizType optionsType; + final Function onEnd; + Function onPress; + + CardList( + {Key key, + this.input, + this.question, + this.answer, + this.choices, + this.optionsType, + this.onPress, + this.onEnd}) + : super(key: key); + + @override + State createState() => new CardListState(); +} + +class CardListState extends State { + List choice = [], clickedChoices = [], shuffledChoices = []; + List clicked = []; + List rightOrWrong = []; + + int correctChoices = 0; + bool displayResults, displayIcon; + + @override + void initState() { + super.initState(); + print("Card List Initstate"); + print( + "Data received by CardList from QuizScrollPager - ${widget.question}.....${widget.answer}......${widget.choices}"); + _initBoard(); + } + + void _initBoard() async { + choice = []; + clickedChoices = []; + shuffledChoices = []; + clicked = []; + rightOrWrong = []; + + displayResults = widget.input['correct'] == null ? false : true; + displayIcon = false; + + // Adding data of choices given by parent class to the choices and shuffledchoices variable + if (displayResults == false) { + if (widget.optionsType == QuizType.many || + widget.optionsType == QuizType.pair) { + for (int i = 0; i < widget.answer.length; i++) { + choice.add(widget.answer.cast()[i]); + shuffledChoices.add(widget.answer.cast()[i]); + } + } + if (widget.choices != null && widget.optionsType == QuizType.many || + widget.optionsType == QuizType.oneAtATime) { + for (int i = 0; i < widget.choices.length; i++) { + choice.add(widget.choices.cast()[i]); + shuffledChoices.add(widget.choices.cast()[i]); + } + } + + // Shuffling choices + shuffledChoices.shuffle(); + + // Array to keep track if a choice is clicked or not + clicked = choice.map((e) => ClickedStatus.no).toList(growable: false); + + // Array to keep track if choice is correct or incorrect + rightOrWrong = choice.map((i) => false).toList(growable: false); + } else { + if (widget.optionsType == QuizType.many || + widget.optionsType == QuizType.pair) { + for (int i = 0; i < widget.answer.length; i++) { + choice.add(widget.input['answer'].cast()[i]); + shuffledChoices.add(widget.input['answer'].cast()[i]); + } + } + if (widget.input['choices'] != null && + widget.optionsType == QuizType.many || + widget.optionsType == QuizType.oneAtATime) { + for (int i = 0; i < widget.input['choices'].length; i++) { + choice.add(widget.input['choices'].cast()[i]); + shuffledChoices.add(widget.input['choices'].cast()[i]); + } + } + clicked = choice.map((e) => ClickedStatus.done).toList(growable: false); + for (var i = 0; i < widget.input['choicesRightOrWrong'].length; i++) { + rightOrWrong.add(widget.input['choicesRightOrWrong'][i]); + } + } + } + + @override + void didUpdateWidget(CardList oldWidget) { + print(oldWidget); + print(widget.input); + if (widget.question != oldWidget.question) { + _initBoard(); + } + } + + Widget _buildItem(String text, int k, double ht) { + // Universal Button for mapping keys, text/image to be shown, Button's present status and a function to perform desired actions + return new Container( + height: ht / 8.0, + child: QuizButton( + key: new ValueKey(k), + text: text, + buttonStatus: (displayResults == false + ? (clicked[k] == ClickedStatus.no + ? Status.notSelected + : clicked[k] == ClickedStatus.yes + ? Status.disabled + : widget.optionsType == QuizType.oneAtATime + ? clicked[k] == ClickedStatus.correct + ? Status.correct + : clicked[k] == ClickedStatus.incorrect + ? Status.incorrect + : Status.notSelected + : rightOrWrong[k] + ? Status.correct + : Status.incorrect) + : rightOrWrong[k] == true ? Status.correct : Status.incorrect), + onPress: () { + // changing value of clicked array to yes when button is clicked + if (displayResults == false) { + if (widget.optionsType == QuizType.many) { + setState(() { + clicked[k] = ClickedStatus.yes; + if ((clickedChoices.contains(text)) == false) { + clickedChoices.add( + text); // storing the sequence in which the choices are clicked + } + }); + + if (clickedChoices.length == choice.length && + widget.choices == null) { + new Future.delayed(const Duration(milliseconds: 300), () { + for (int i = 0; i < choice.length; i++) { + setState(() { + clicked[i] = ClickedStatus.done; + }); + + // checking if the element at choice and clicked choice array are same and mapping rightOrWrong array to true for performing the desired action + if (choice[i] == clickedChoices[i]) { + setState(() { + rightOrWrong[i] = true; + }); + } + } + }); + new Future.delayed(const Duration(milliseconds: 800), () { + var onedata = { + 'correct': correctChoices, + 'total': choice.length, + 'choices': "${widget.choices}", + 'answer': "${widget.answer}", + 'choicesRightOrWrong': rightOrWrong + }; + widget.onPress(onedata, displayIcon = true); + }); + } else if (clickedChoices.length == widget.answer.length && + widget.choices != null) { + new Future.delayed(const Duration(milliseconds: 300), () { + for (int i = 0; i < choice.length; i++) { + setState(() { + clicked[i] = ClickedStatus.done; + }); + } + + for (int i = 0; i < clickedChoices.length; i++) { + if ((widget.answer).contains(clickedChoices[i])) { + int index = + shuffledChoices.indexOf(clickedChoices[i]); + setState(() { + rightOrWrong[index] = true; + correctChoices++; + }); + } + } + for (int i = 0; i < (shuffledChoices).length; i++) { + if (((widget.answer).contains(shuffledChoices[i])) == + false) { + setState(() { + rightOrWrong[i] = true; + correctChoices++; + }); + } + } + }); + new Future.delayed(const Duration(milliseconds: 800), () { + var onedata = { + 'correct': correctChoices, + 'total': choice.length, + 'choices': "${widget.choices}", + 'answer': "${widget.answer}", + 'choicesRightOrWrong': rightOrWrong + }; + widget.onPress(onedata, displayIcon = true); + }); + } + } else if (widget.optionsType == QuizType.oneAtATime) { + if (clicked[k] == ClickedStatus.no) { + setState(() { + clicked = choice + .map((e) => ClickedStatus.yes) + .toList(growable: false); + clickedChoices.add(text); + }); + + new Future.delayed(const Duration(milliseconds: 300), () { + setState(() { + clicked = choice + .map((e) => ClickedStatus.untouched) + .toList(growable: false); + }); + + if (text == widget.answer.first) { + setState(() { + clicked[k] = ClickedStatus.correct; + correctChoices++; + }); + } else { + clicked[k] = ClickedStatus.incorrect; + var correctChoiceIndex = + shuffledChoices.indexOf(widget.answer.first); + clicked[correctChoiceIndex] = ClickedStatus.correct; + } + }); + new Future.delayed(const Duration(milliseconds: 800), () { + var onedata = { + 'correct': correctChoices, + 'total': choice.length, + 'choices': "${widget.choices}", + 'answer': "${widget.answer}", + 'choicesRightOrWrong': rightOrWrong + }; + widget.onPress(onedata, displayIcon = true); + }); + } + } else if (widget.optionsType == QuizType.pair) { + if (clicked[k] == ClickedStatus.no) { + setState(() { + clicked[k] = ClickedStatus.yes; + if ((clickedChoices.contains(text)) == false) + clickedChoices.add( + text); // storing the sequence in which the choices are clicked + }); + + if (clickedChoices.length == choice.length) { + new Future.delayed(const Duration(milliseconds: 300), () { + for (int i = 0; i < clickedChoices.length; i++) { + setState(() { + clicked[i] = ClickedStatus.done; + }); + + int index = choice.indexOf(clickedChoices[i]); + if (i % 2 == 0 && index % 2 == 0) { + if (clickedChoices[i + 1] == choice[index + 1]) { + setState(() { + rightOrWrong[i] = true; + correctChoices++; + }); + } + } else if (i % 2 == 0 && index % 2 == 1) { + if (clickedChoices[i + 1] == choice[index - 1]) { + setState(() { + rightOrWrong[i] = true; + correctChoices++; + }); + } + } else if (i % 2 == 1 && index % 2 == 0) { + if (clickedChoices[i - 1] == choice[index + 1]) { + setState(() { + rightOrWrong[i] = true; + correctChoices++; + }); + } + } else if (i % 2 == 1 && index % 2 == 1) { + if (clickedChoices[i - 1] == choice[index - 1]) { + setState(() { + rightOrWrong[i] = true; + correctChoices++; + }); + } + } + } + }); + new Future.delayed(const Duration(milliseconds: 800), () { + var onedata = { + 'correct': correctChoices, + 'total': choice.length, + 'choices': "${widget.choices}", + 'answer': "${widget.answer}", + 'choicesRightOrWrong': rightOrWrong + }; + widget.onPress(onedata, displayIcon = true); + }); + } + } + } + } else { + print("This is the results Display section"); + } + })); + } + + @override + Widget build(BuildContext context) { + // TODO: implement build + int k = 0; + + MediaQueryData media = MediaQuery.of(context); + var size = media.size; + + List cells; + cells = shuffledChoices + .map((e) => new Padding( + padding: EdgeInsets.all(10.0), + child: _buildItem(e, k++, size.height), + )) + .toList(growable: false); + + return new Container( + decoration: new BoxDecoration( + borderRadius: const BorderRadius.all(const Radius.circular(16.0))), + child: new Column(children: [ + // Row for Displaying the Question text + new Padding( + padding: new EdgeInsets.only(top: 10.0), + child: new Row( + children: [ + new Flexible( + child: new Column( + crossAxisAlignment: CrossAxisAlignment.start, + children: [ + new Text(widget.question, + style: new TextStyle( + fontSize: size.height > size.width + ? size.height * 0.04 + : size.height * 0.04, + fontWeight: FontWeight.bold)) + ], + ), + ), + ], + ), + ), + + // Column for buttons + new Wrap(children: [ + new Column( + mainAxisAlignment: MainAxisAlignment.center, + crossAxisAlignment: CrossAxisAlignment.center, + children: cells) + ]), + ]), + ); + } +} diff --git a/lib/quiz/multiple_choice.dart b/lib/quiz/multiple_choice.dart index ab90a7e..c7e2ffe 100644 --- a/lib/quiz/multiple_choice.dart +++ b/lib/quiz/multiple_choice.dart @@ -32,7 +32,6 @@ class MultiplechoiceState extends State { super.initState(); List choices = widget.input['choices'].cast(); _statuses = choices.map((a) => Statuses.Active).toList(growable: false); - print("hello this should come first..."); } @override @@ -62,7 +61,6 @@ class MultiplechoiceState extends State { margin: const EdgeInsets.all(10.0), alignment: Alignment.topCenter, child: new Column( - children: [ new SingleChildScrollView( child: Container( @@ -107,7 +105,7 @@ class MultiplechoiceState extends State { return Padding( padding: const EdgeInsets.all(6.0), child: Container( - height: size *0.15, + height: size * 0.15, child: new QuizButton( text: element, buttonStatus: status == Statuses.Active @@ -123,7 +121,8 @@ class MultiplechoiceState extends State { print("correct one is...clicked here$element"); _statuses[index] = Statuses.Disappear; - new Future.delayed(const Duration(milliseconds: 2000), () { + new Future.delayed(const Duration(milliseconds: 2000), + () { widget.onEnd( {'userChoice': element, 'correct': 1, 'total': 1}); }); diff --git a/lib/quiz/quiz_game.dart b/lib/quiz/quiz_game.dart new file mode 100644 index 0000000..1e79803 --- /dev/null +++ b/lib/quiz/quiz_game.dart @@ -0,0 +1,40 @@ +import 'package:flutter/material.dart'; +import 'dart:math'; +import 'package:maui/quiz/quiz_pager.dart'; + +class QuizGame extends StatefulWidget { + @override + State createState() { + return new QuizGameState(); + } +} + +class QuizGameState extends State { + int maxIterations = 1; + int score = 0; + @override + Widget build(BuildContext context) { + return Scaffold( + body: new QuizPager( + onScore: _onScore, + iteration: maxIterations, + onProgress: _onProgress, + onEnd: () => _onEnd(context), + ), + ); + } + + _onScore(int incrementScore) { + setState(() { + score = max(0, score + incrementScore); + }); + } + + _onProgress(double progress) {} + _onEnd(BuildContext context, + {Map gameData, bool end = false}) async { + setState(() { + ++maxIterations; + }); + } +} diff --git a/lib/quiz/quiz_pager.dart b/lib/quiz/quiz_pager.dart index 4dbfe3e..b31e360 100644 --- a/lib/quiz/quiz_pager.dart +++ b/lib/quiz/quiz_pager.dart @@ -1,11 +1,13 @@ import 'dart:convert'; import 'package:flutter/material.dart'; +import 'package:maui/components/hud.dart'; import 'package:maui/games/single_game.dart'; -import 'package:maui/repos/quiz_repo.dart'; +import 'package:maui/repos/collection_repo.dart'; import 'package:maui/db/entity/quiz.dart'; import 'match_the_following.dart'; import 'multiple_choice.dart'; import 'grouping_quiz.dart'; +import 'quiz_scroller_pager.dart'; import 'true_or_false.dart'; import 'sequence.dart'; import 'quiz_result.dart'; @@ -17,65 +19,58 @@ class QuizPager extends StatefulWidget { Function onTurn; int iteration; GameConfig gameConfig; + GameMode gameMode; bool isRotated; + int playTime = 10000; + Function onGameEnd; QuizPager( {key, this.onScore, this.onProgress, - this.onEnd, - this.onTurn, this.iteration, - this.gameConfig, + this.onEnd, this.isRotated = false}) : super(key: key); @override State createState() => new QuizPagerState(); - static Widget createQuiz( - {Quiz quiz, Map input, Function onEnd}) { - switch (quiz.quizType) { - case QuizType.multipleChoice: - return Multiplechoice( - onEnd: onEnd, - input: input, - ); - break; - case QuizType.matchTheFollowing: - return MatchingGame( - onEnd: onEnd, - gameData: input, - ); - break; - case QuizType.trueOrFalse: - return TrueOrFalse( - onEnd: onEnd, - input: input, - ); - break; - case QuizType.grouping: - return GroupingQuiz( - onEnd: onEnd, - input: input, - ); - break; - case QuizType.sequence: - return SequenceQuiz( - onEnd: onEnd, - input: input, - ); - break; - } + static Widget createQuiz({ + Quiz quiz, + Map input, + String question, + List answer, + List choices, + String image, + Function onEnd, + Size size, + Widget hud, + }) { + return QuizScrollerPager( + onEnd: onEnd, + question: question, + answer: answer, + choices: choices, + image: image, + input: input, + hud: hud, + relation: quiz.type, + ); } } class QuizPagerState extends State with TickerProviderStateMixin { List _quizzes; List> _quizInputs; + List question; + List> answer, choices; + List image; bool _isLoading = true; int _currentQuiz = 0; - + int maxIterations = 2; + double _myProgress = 0.0; + double _otherProgress = 0.0; @override void initState() { super.initState(); @@ -83,19 +78,9 @@ class QuizPagerState extends State with TickerProviderStateMixin { } void _initState() async { - widget.gameConfig.topicId = 'lion'; //TODO: Link to topic - _quizzes = await QuizRepo().getQuizzesByTopicId(widget.gameConfig.topicId); - _quizInputs = _quizzes.map((quiz) { - Map data; - try { - data = json.decode(quiz.content); - } catch (e) { - print(e); - data = {}; - } - return data; - }).toList(growable: false); - print(_quizInputs); + // widget.gameConfig.topicId = 'tiger'; //TODO: Link to topic + _quizzes = await CollectionRepo().getQuizzesInCollection('tiger'); + _quizInputs = _quizzes.map((q) => q.quizInputs).toList(growable: false); setState(() { _isLoading = false; }); @@ -103,6 +88,7 @@ class QuizPagerState extends State with TickerProviderStateMixin { @override Widget build(BuildContext context) { + MediaQueryData media = MediaQuery.of(context); if (_isLoading) { return new Center( child: new SizedBox( @@ -113,17 +99,64 @@ class QuizPagerState extends State with TickerProviderStateMixin { } if (_currentQuiz < _quizzes.length) { Quiz quiz = _quizzes[_currentQuiz]; - final input = _quizInputs[_currentQuiz]; + + final input = _quizzes[_currentQuiz].quizInputs; + + print("hello this.... is..data of database is...${input}"); + var size = media.size; print(input); - return QuizPager.createQuiz(quiz: quiz, input: input, onEnd: _onEnd); - } - else { + + Widget hud = Container( + width: 120.0, + height: 140.0, + decoration: new BoxDecoration( + color: Colors.orange, + borderRadius: const BorderRadius.all(const Radius.circular(40.0)), + ), + // height: 100.0, + child: Stack(children: [ + Row(mainAxisAlignment: MainAxisAlignment.spaceAround, children: [ + // _onProgress( progress), + Padding( + padding: const EdgeInsets.all(4.0), + child: Container(), + ), + + // Hud( + // start: false, + // amICurrentUser: false, + // user: widget.gameConfig.otherUser, + // height: media.size.height * 0.1, + // gameMode: widget.gameMode, + // playTime: widget.playTime, + // onEnd: widget.onGameEnd, + // progress: _otherProgress, + // score: widget.gameConfig.otherScore, + // backgroundColor: Colors.red, + // foregroundColor: Colors.amber) + ]), + ]), + ); + return QuizPager.createQuiz( + quiz: quiz, + input: input, + onEnd: _onEnd, + question: _quizzes[_currentQuiz].question, + answer: _quizzes[_currentQuiz].answers, + choices: _quizzes[_currentQuiz].choices, + image: _quizzes[_currentQuiz].header, + size: size, + hud: hud, + ); + } else { return IntrinsicHeight( - child: QuizResult( - quizInputs: _quizInputs, - quizzes: _quizzes, - onEnd: widget.onEnd, - onScore:widget.onScore + child: Container( + height: media.size.height, + child: QuizResult( + quizInputs: _quizInputs, + quizzes: _quizzes, + onEnd: widget.onEnd, + onScore: widget.onScore), ), ); } @@ -131,8 +164,11 @@ class QuizPagerState extends State with TickerProviderStateMixin { _onEnd(Map resultData) { if (resultData != null) _quizInputs[_currentQuiz].addAll(resultData); + // print( + // "genereal game mode is.......::${widget.gameConfig.amICurrentPlayer}"); setState(() { - widget.onProgress(++_currentQuiz / _quizzes.length); + _myProgress = (++_currentQuiz / _quizzes.length); + print("object...... the myprogress.. ::$_myProgress"); }); } } diff --git a/lib/quiz/quiz_result.dart b/lib/quiz/quiz_result.dart index b279e82..fe6f88f 100644 --- a/lib/quiz/quiz_result.dart +++ b/lib/quiz/quiz_result.dart @@ -2,10 +2,9 @@ import 'package:flutter/material.dart'; import 'package:maui/components/expansionTile.dart'; import 'package:maui/db/entity/quiz.dart'; import 'package:maui/db/entity/user.dart'; -import 'package:maui/repos/quiz_progress_repo.dart'; import 'package:maui/state/app_state_container.dart'; -import 'quiz_pager.dart'; import 'package:uuid/uuid.dart'; +import 'card_list.dart'; class QuizResult extends StatefulWidget { List> quizInputs; @@ -31,8 +30,15 @@ class QuizResultState extends State { double marginSide = 0.0; double marginTop = 0.0; bool extentionTile = false; + Widget _buildAskedQuestionExpandableTile( Map q, int _quizIndex, BuildContext context) { + print( + "<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); + print(q); + print(widget.quizzes[_quizIndex]); + print(_quizIndex); + print("............................................"); scoreIs = scoreIs + _quizIndex; GlobalKey _expandableTileKey = new GlobalObjectKey(q['question']); @@ -44,7 +50,6 @@ class QuizResultState extends State { key: _expandableTileKey, onExpansionChanged: (bool value) { if (value) { - if (_currentExpandedTile != null) { setState(() { extentionTile = value; @@ -101,10 +106,11 @@ class QuizResultState extends State { ), ), children: [ - QuizPager.createQuiz( - quiz: widget.quizzes[_quizIndex], - input: widget.quizInputs[_quizIndex], - onEnd: null) + new CardList( + onEnd: null, + optionsType: widget.quizzes[_quizIndex].type, + input: widget.quizInputs[_quizIndex], + ), ], ), ); @@ -187,27 +193,28 @@ class QuizResultState extends State { return _questionResults; } - void _initQuizProgressTable() async { - List quizInputsMapList = widget.quizInputs; - List quizzesMapList = widget.quizzes; - User _user = AppStateContainer.of(context).state.loggedInUser; - print("lion material"); - for (var i = 0; i < quizInputsMapList.length; i++) { - print(await new QuizProgressRepo().insertOrUpdateQuizProgress( - Uuid().v4(), - _user.id, - quizzesMapList[0].topicId, - quizzesMapList[0].type, - quizInputsMapList[0]["correct"], - quizInputsMapList[0]["total"])); - } - } + // void _initQuizProgressTable() async { + // List quizInputsMapList = widget.quizInputs; + // List quizzesMapList = widget.quizzes; + // WidgetsBinding.instance.addPostFrameCallback((_) async { + // // User _user = AppStateContainer.of(context).state.loggedInUser; + // for (var i = 0; i < quizInputsMapList.length; i++) { + // // print(await new QuizProgressRepo().insertOrUpdateQuizProgress( + // // Uuid().v4(), + // // // _user.id, + // // quizzesMapList[0].topicId, + // // quizzesMapList[0].optionsType, + // // quizInputsMapList[0]["correct"], + // // quizInputsMapList[0]["total"])); + // } + // }); + // } @override void initState() { // TODO: implement initState super.initState(); - _initQuizProgressTable(); + // _initQuizProgressTable(); } @override @@ -216,8 +223,8 @@ class QuizResultState extends State { marginSide = 0.0; marginTop = 0.0; scoreIs = 0; - buttonSize=0.0; - countTile=0; + buttonSize = 0.0; + countTile = 0; return new ListView( children: _buildListOfQuestionsAsked(context), ); diff --git a/lib/quiz/quiz_scroller_pager.dart b/lib/quiz/quiz_scroller_pager.dart new file mode 100644 index 0000000..acfbc40 --- /dev/null +++ b/lib/quiz/quiz_scroller_pager.dart @@ -0,0 +1,361 @@ +import 'package:flutter/material.dart'; +import 'package:maui/screens/tab_home.dart'; +import 'dart:math'; +import 'dart:ui' as ui; +import 'dart:async'; +import 'card_list.dart'; +import 'package:maui/db/entity/quiz.dart'; + +class QuizScrollerPager extends StatefulWidget { + final Map input; + Function onEnd; + Widget hud; + String question; + List answer; + List choices; + String image; + final QuizType relation; + + QuizScrollerPager( + {Key key, + this.input, + this.question, + this.answer, + this.choices, + this.image, + this.onEnd, + this.hud, + this.relation}) + : super(key: key); + @override + State createState() { + return new QuizScrollerPagerState(); + } +} + +class QuizScrollerPagerState extends State + with SingleTickerProviderStateMixin { + bool showans = false; + var top = 0.0; + int playTime = 10000; + var expheight; + bool displayIcon = false; + var jsonData; + + bool showBottomBar = true; + TabController tabController; + final _scrollController = TrackingScrollController(); + // AppBarBehavior _appBarBehavior = AppBarBehavior.pinned; + @override + void initState() { + super.initState(); + tabController = new TabController(length: 3, vsync: this); + print( + "Data received by QuizScrollerPager from QuizPager - ${widget.question}.....${widget.answer}......${widget.choices}.....${widget.image}"); + + print("hello this should come first..."); + } + + @override + void dispose() { + super.dispose(); + tabController.dispose(); + } + + _gettingOnEndData(var onEndData, bool displayStatus) { + print("Test Function CallBack received $onEndData......::$displayStatus"); + setState(() { + jsonData = onEndData; + displayIcon = displayStatus; + }); + } + + @override + Widget build(BuildContext context) { + MediaQueryData media = MediaQuery.of(context); + print("thius..... is....expandheight is.....$expheight"); + print("Wiget relation type is......::${widget.relation}"); + + print("hello this what i am trying to send to that....::${widget.input}"); + var size = media.size; + + return WillPopScope( + onWillPop: _onWillPop, + child: Scaffold( + bottomNavigationBar: Container( + height: showBottomBar ? size.height * 0.1 : 0.0, + color: Colors.amber[300], + child: new Row( + mainAxisAlignment: MainAxisAlignment.spaceBetween, + crossAxisAlignment: CrossAxisAlignment.center, + children: [ + Padding( + padding: const EdgeInsets.only(bottom: 10.0), + child: GestureDetector( + onTap: () { + _onWillPop(); + }, + + // => Navigator.of(context).push( + // MaterialPageRoute(builder: (BuildContext context) { + // return TabHome(); + // })), + child: new Tab( + child: new Icon( + Icons.arrow_back, + size: 70.0, + ), + ), + ), + ), + // Container( + // height: size.height * 0.1 * 0.8, + // child: new Tab( + // child: widget.hud, + // ), + // ), + Padding( + padding: const EdgeInsets.only(bottom: 10.0), + child: new Tab( + child: GestureDetector( + onTap: displayIcon == true + ? () { + setState(() { + widget.onEnd(jsonData); + displayIcon = false; + }); + } + : null, + child: new Icon( + Icons.arrow_forward, + color: displayIcon == true ? Colors.black : Colors.grey, + size: 70.0, + ), + ), + ), + ) + ], + ), + ), + body: new FutureBuilder( + future: _getImage(), + builder: (BuildContext context, AsyncSnapshot snapshot) { + if (snapshot.hasData) { + print("hello this changing or not"); + + ui.Image image = snapshot.data; + + expheight = image.height; + print( + "height of the image is how much iam getting in this.........::${image.height}"); + return new NotificationListener( + onNotification: (v) { + if (v is ScrollUpdateNotification) { + setState(() { + top -= v.scrollDelta / 2; + // if(top<0){ + // showBottomBar=false; + // } + // else{ + // showBottomBar=true; + // } + }); + print("here comming"); + } + }, + child: Stack(children: [ + new CustomScrollView( + slivers: [ + new SliverAppBar( + titleSpacing: 0.0, + elevation: 0.0, + + backgroundColor: Colors.transparent, + automaticallyImplyLeading: false, + expandedHeight: + double.parse("${image.height}") > size.height + ? double.parse("${image.height}") / 2 + : double.parse("${image.height}"), + pinned: false, + floating: false, + // snap: true, + + flexibleSpace: new FlexibleSpaceBar( + centerTitle: true, + background: new Stack( + fit: StackFit.expand, + children: [ + new Container( + // constraints: BoxConstraints.expand(width:size.width), + // width: 100.00, + height: double.parse("$expheight"), + decoration: new BoxDecoration( + image: new DecorationImage( + image: ExactAssetImage( + "${widget.input["image"]}"), + fit: BoxFit.cover, + ), + )), + // Container( + // height: double.parse("$expheight"), + // // color: Colors.red, + // child: new Image.asset( + // "${widget.input["image"]}", + // fit: BoxFit.fitHeight, + + // // height: 500.0, + // ), + // ), + ], + ), + ), + ), + new SliverList( + delegate: new SliverChildListDelegate([ + Container( + decoration: new BoxDecoration( + color: Colors.amber, + borderRadius: const BorderRadius.only( + topLeft: const Radius.circular(30.0), + topRight: const Radius.circular(40.0)), + ), + child: CardList( + input: widget.input, + question: widget.question, + answer: widget.answer, + choices: widget.choices, + onEnd: widget.onEnd, + onPress: _gettingOnEndData, + optionsType: widget.relation, + ), + ), + ], addRepaintBoundaries: false), + ), + ], + ), + ]), + ); + } else { + return const Center( + child: const Text('Loading...'), + ); + } + }, + )), + ); + } + + Future _getImage() { + Image image = new Image.asset("${widget.input["image"]}"); + Completer completer = new Completer(); + image.image.resolve(new ImageConfiguration()).addListener( + (ImageInfo info, bool _) => completer.complete(info.image)); + print("this...is. _geteimage method is........::${completer.future}"); + return completer.future; + } + + Future _onWillPop() { + return showDialog( + context: context, + builder: alertDialog, + ) ?? + false; + } + + Widget alertDialog(BuildContext context) { + var colors = Colors.blueAccent; + return Center( + child: Material( + type: MaterialType.transparency, + child: new Container( + width: 350.0, + height: 200.0, + decoration: new BoxDecoration( + shape: BoxShape.rectangle, + color: Colors.white, + borderRadius: new BorderRadius.all(new Radius.circular(20.0)), + ), + child: new Container( + child: new Column( + children: [ + new Padding( + padding: EdgeInsets.only(top: 10.0), + ), + new Text( + 'Exit?', + style: TextStyle( + color: colors[1], + fontStyle: FontStyle.normal, + fontSize: 60.0, + fontWeight: FontWeight.bold), + ), + new Row( + children: [ + new Padding( + padding: EdgeInsets.only(right: 10.0), + ), + Container( + margin: EdgeInsets.only(top: 40.0), + width: 130.0, + decoration: BoxDecoration( + color: colors[0], + borderRadius: BorderRadius.circular(10.0), + boxShadow: [ + new BoxShadow( + color: Color(0xFF919191), + spreadRadius: 1.0, + offset: const Offset(0.0, 6.0), + ) + ], + ), + child: new FlatButton( + child: Center( + child: IconButton( + iconSize: 40.0, + alignment: AlignmentDirectional.bottomStart, + icon: Icon(Icons.close, color: Colors.white), + onPressed: null, + ), + ), + onPressed: () { + Navigator.of(context).pop(false); + }, + )), + new Padding( + padding: EdgeInsets.only(right: 70.0), + ), + Container( + margin: EdgeInsets.only(top: 40.0), + width: 130.0, + decoration: BoxDecoration( + color: colors[0], + borderRadius: BorderRadius.circular(10.0), + boxShadow: [ + new BoxShadow( + color: Color(0xFF919191), + spreadRadius: 1.0, + offset: const Offset(0.0, 6.0), + ) + ], + ), + child: new FlatButton( + child: Center( + child: IconButton( + iconSize: 40.0, + alignment: AlignmentDirectional.bottomStart, + icon: Icon(Icons.check, color: Colors.white), + onPressed: null, + ), + ), + onPressed: () { + Navigator.of(context) + .popUntil(ModalRoute.withName('/tab')); + }, + )), + ], + ) + ], + ))), + )); + } +} diff --git a/lib/quiz/true_or_false.dart b/lib/quiz/true_or_false.dart index 322e6aa..4cc9810 100644 --- a/lib/quiz/true_or_false.dart +++ b/lib/quiz/true_or_false.dart @@ -48,13 +48,11 @@ class _TrueOrFalseState extends State { var size = media.size; List rows = new List(); var k = 0; - List cells = TrueorFalse - .map((element) => Padding( - padding: const EdgeInsets.all(20.0), - child: _buildItem(k, element, TrueorFalse, _statuses[k++], - widget.input['bool'], size.height), - )) - .toList(growable: false); + List cells = TrueorFalse.map((element) => Padding( + padding: const EdgeInsets.all(20.0), + child: _buildItem(k, element, TrueorFalse, _statuses[k++], + widget.input['bool'], size.height), + )).toList(growable: false); rows.add(new TableRow(children: cells)); return (widget.input['answer'] == null) @@ -104,6 +102,7 @@ class _TrueOrFalseState extends State { Statuses status, input, double size) { if (widget.input['correct'] == null) { return Container( + key: Key(TrueorFalse.first), height: size / 8.0, child: new QuizButton( text: element, @@ -171,6 +170,7 @@ class _TrueOrFalseState extends State { print("inputfom $input"); print("element from dcree $element"); return Container( + key: Key('true'), height: size / 8.0, child: new QuizButton( text: element, diff --git a/lib/repos/activity_repo.dart b/lib/repos/activity_repo.dart deleted file mode 100644 index 74c6f42..0000000 --- a/lib/repos/activity_repo.dart +++ /dev/null @@ -1,17 +0,0 @@ -import 'dart:async'; -import 'package:maui/db/entity/activity.dart'; -import 'package:maui/db/dao/activity_dao.dart'; - -class ActivityRepo { - static final ActivityDao activityDao = ActivityDao(); - - const ActivityRepo(); - - Future getActivity(String id) async { - return activityDao.getActivity(id); - } - - Future> getActivitiesByTopicId(String topicId) async { - return await activityDao.getActivitiesByTopicId(topicId); - } -} diff --git a/lib/repos/activity_template_repo.dart b/lib/repos/activity_template_repo.dart deleted file mode 100644 index 3baa7e4..0000000 --- a/lib/repos/activity_template_repo.dart +++ /dev/null @@ -1,15 +0,0 @@ -import 'dart:async'; - -import '../db/dao/activity_template_dao.dart'; -import '../db/entity/activity_template.dart'; - -class ActivityTemplateRepo { - static final ActivityTemplateDao activityTemplateDao = ActivityTemplateDao(); - - const ActivityTemplateRepo(); - - Future> getActivityTemplatesByActivityId( - String activityId) async { - return activityTemplateDao.getActivityTemplatesByActivityId(activityId); - } -} diff --git a/lib/repos/activity_topic_repo.dart b/lib/repos/activity_topic_repo.dart deleted file mode 100644 index ec724c8..0000000 --- a/lib/repos/activity_topic_repo.dart +++ /dev/null @@ -1,14 +0,0 @@ -import 'dart:async'; - -import 'package:maui/db/entity/activity_topic.dart'; -import 'package:maui/db/dao/activity_topic_dao.dart'; - -class ActivityTopicRepo { - static final ActivityTopicDao activityTopicDao = ActivityTopicDao(); - - const ActivityTopicRepo(); - - Future> getActivityTopicByTopicId(String topicId) async { - return await activityTopicDao.getActivityTopicByTopicId(topicId); - } -} diff --git a/lib/repos/article_repo.dart b/lib/repos/article_repo.dart deleted file mode 100644 index d144228..0000000 --- a/lib/repos/article_repo.dart +++ /dev/null @@ -1,18 +0,0 @@ -import 'dart:async'; - -import 'package:maui/db/entity/article.dart'; -import 'package:maui/db/dao/article_dao.dart'; - -class ArticleRepo { - static final ArticleDao articleDao = ArticleDao(); - - const ArticleRepo(); - - Future
getArticleByTopicId(String topicId) async { - return articleDao.getArticleByTopicId(topicId); - } - - Future> getArticlesByTopicId(String topicId) async { - return articleDao.getArticlesByTopicId(topicId); - } -} diff --git a/lib/repos/card_extra_repo.dart b/lib/repos/card_extra_repo.dart new file mode 100644 index 0000000..1587e23 --- /dev/null +++ b/lib/repos/card_extra_repo.dart @@ -0,0 +1,16 @@ +import 'dart:async'; +import 'dart:core'; + +import 'package:maui/db/entity/card_extra.dart'; +import 'package:maui/db/dao/card_extra_dao.dart'; + +class CardExtraRepo { + static final CardExtraDao cardExtraDao = new CardExtraDao(); + + const CardExtraRepo(); + + Future> getCardExtrasByCardIdAndType( + String cardId, CardExtraType cardExtraType) async { + return cardExtraDao.getCardExtrasByCardIdAndType(cardId, cardExtraType); + } +} diff --git a/lib/repos/card_progress_repo.dart b/lib/repos/card_progress_repo.dart new file mode 100644 index 0000000..872cae5 --- /dev/null +++ b/lib/repos/card_progress_repo.dart @@ -0,0 +1,70 @@ +import 'dart:async'; + +import 'package:maui/db/entity/card_progress.dart'; +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/dao/card_progress_dao.dart'; +import 'package:maui/db/dao/collection_dao.dart'; + +class CardProgressRepo { + static final CardProgressDao cardProgressDao = CardProgressDao(); + static final CollectionDao collectionDao = CollectionDao(); + + const CardProgressRepo(); + + Future getCardProgressByCardIdAndUserId( + String cardId, String userId) async { + return await cardProgressDao.getCardProgressByCardIdAndUserId( + cardId, userId); + } + + Future> getCardProgressesByCollectionAndTypeAndUserId( + String cardId, CardType cardType, String userId) async { + return await cardProgressDao.getCardProgressesByCollectionAndTypeAndUserId( + cardId, cardType, userId); + } + + Future upsert(CardProgress cardProgress) async { + CardProgress existingCardProgress = + await cardProgressDao.getCardProgressByCardIdAndUserId( + cardProgress.cardId, cardProgress.userId); + if (existingCardProgress == null) { + await cardProgressDao.insert(cardProgress); + } else { + if (existingCardProgress.maxScore == null || + existingCardProgress.maxScore <= cardProgress.maxScore) { + await cardProgressDao.update(cardProgress); + } else { + return existingCardProgress; + } + } + return cardProgress; + } + + Future getProgressStatusByCollectionAndTypeAndUserId( + String cardId, CardType cardType, String userId) async { + final cardProgress = + await cardProgressDao.getCardProgressByCardIdAndUserId(cardId, userId); + if (cardProgress == null) return null; + final cardProgressCount = + await cardProgressDao.getCardProgressCountByCollectionAndTypeAndUserId( + cardId, cardType, userId); + final collectionCount = + await collectionDao.getCardCountInCollectionByType(cardId, cardType); + if (collectionCount != 0) { + return cardProgressCount / collectionCount; + } + return 0.0; + } + + Future getProgressStatusByCollectionAndUserId( + String cardId, String userId) async { + final cardProgressCount = await cardProgressDao + .getCardProgressCountByCollectionAndUserId(cardId, userId); + final collectionCount = + await collectionDao.getCardCountInCollection(cardId); + if (collectionCount != 0) { + return cardProgressCount / collectionCount; + } + return 0.0; + } +} diff --git a/lib/repos/card_repo.dart b/lib/repos/card_repo.dart new file mode 100644 index 0000000..6f8f799 --- /dev/null +++ b/lib/repos/card_repo.dart @@ -0,0 +1,46 @@ +import 'dart:async'; +import 'dart:core'; + +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/card_extra.dart'; +import 'package:maui/db/dao/card_dao.dart'; +import 'package:maui/db/dao/card_extra_dao.dart'; +import 'package:maui/db/entity/quiz.dart'; + +class CardRepo { + static final CardDao cardDao = CardDao(); + static final CardExtraDao cardExtraDao = CardExtraDao(); + + const CardRepo(); + + Future getCard(String id) async { + return cardDao.getCard(id); + } + + Future getQuiz(String id) async { + final card = await cardDao.getCard(id); + final answers = await cardExtraDao.getCardExtrasByCardIdAndType( + id, CardExtraType.answer); + final choices = await cardExtraDao.getCardExtrasByCardIdAndType( + id, CardExtraType.choice); + return Quiz( + id: card.id, + type: quizTypeMap[card.option], + question: card.title, + questionAudio: card.titleAudio, + header: card.header, + answers: answers.map((a) => a.content).toList(growable: false), + answerAudios: answers.map((a) => a.contentAudio).toList(growable: false), + choices: choices.map((a) => a.content).toList(growable: false), + choiceAudios: answers.map((a) => a.contentAudio).toList(growable: false), + ); + } + + Future incrementComments(String id, int comments) async { + return cardDao.incrementComments(id, comments); + } + + Future incrementLikes(String id, int likes) async { + return cardDao.incrementLikes(id, likes); + } +} diff --git a/lib/repos/collection_repo.dart b/lib/repos/collection_repo.dart new file mode 100644 index 0000000..de46299 --- /dev/null +++ b/lib/repos/collection_repo.dart @@ -0,0 +1,39 @@ +import 'dart:async'; +import 'dart:core'; + +import 'package:maui/db/entity/quack_card.dart'; +import 'package:maui/db/entity/quiz.dart'; +import 'package:maui/db/entity/collection.dart'; +import 'package:maui/db/dao/collection_dao.dart'; +import 'package:maui/repos/card_repo.dart'; + +class CollectionRepo { + static final CollectionDao collectionDao = new CollectionDao(); + + const CollectionRepo(); + + Future getCollection(String id) async { + return collectionDao.getCollection(id); + } + + Future> getCardsInCollection(String id) async { + return collectionDao.getCardsInCollection(id); + } + + Future> getKnowledgeAndQuizCardsInCollection( + String id, CardType cardType) async { + return await collectionDao.getKnowledgeAndQuizCardsInCollection(id); + } + + Future getKnowledgeAndQuizCardCountInCollection(String id) async { + return await collectionDao.getKnowledgeAndQuizCardCountInCollection(id); + } + + Future> getQuizzesInCollection(String id) async { + final quizCards = + await collectionDao.getKnowledgeAndQuizCardsInCollection(id); + return Future.wait(quizCards + .map((c) async => CardRepo().getQuiz(c.id)) + .toList(growable: false)); + } +} diff --git a/lib/repos/comment_repo.dart b/lib/repos/comment_repo.dart new file mode 100644 index 0000000..55f1950 --- /dev/null +++ b/lib/repos/comment_repo.dart @@ -0,0 +1,50 @@ +import 'dart:async'; +import 'dart:core'; + +import 'package:maui/db/dao/comment_dao.dart'; +import 'package:maui/db/entity/comment.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/repos/card_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; + +class CommentRepo { + static final CommentDao commentDao = new CommentDao(); + + const CommentRepo(); + + Future> getCommentsByParentId( + String parentId, TileType tileType) async { + return commentDao.getCommentsByParentId(parentId, tileType); + } + + Future insert(Comment tileComment, TileType tileType) async { + await commentDao.insert(tileComment, tileType); + switch (tileType) { + case TileType.card: + await CardRepo().incrementComments(tileComment.parentId, 1); + break; + case TileType.drawing: + await TileRepo().incrementComments(tileComment.parentId, 1); + break; + case TileType.message: + await TileRepo().incrementComments(tileComment.parentId, 1); + break; + } + } + + Future update(Comment tileComment, TileType tileType) async { + return commentDao.update(tileComment, tileType); + } + + Future delete(Comment tileComment, TileType tileType) async { + await commentDao.delete(tileComment, tileType); + switch (tileType) { + case TileType.card: + await CardRepo().incrementComments(tileComment.parentId, -1); + break; + case TileType.drawing: + await TileRepo().incrementComments(tileComment.parentId, -1); + break; + } + } +} diff --git a/lib/repos/comments_repo.dart b/lib/repos/comments_repo.dart new file mode 100644 index 0000000..78c2ae8 --- /dev/null +++ b/lib/repos/comments_repo.dart @@ -0,0 +1,43 @@ +import 'package:maui/db/entity/comments.dart'; +import 'package:maui/db/dao/comments_dao.dart'; +import 'dart:async'; + +class CommentsRepo { + const CommentsRepo(); + static final CommentsDao commentsDao = new CommentsDao(); + + Future> getCommentsByTileId(String tileId) async { + var comments = await commentsDao.getCommentsByTileId(tileId); + return comments; + } + + Future insertAComment(String tileId, String timeStamp, + String commentingUserId, String comment) async { + await commentsDao.insertAComment(new Comments( + timeStamp: timeStamp, + tileId: tileId, + comment: comment, + commentingUserId: commentingUserId)); + return "Comment inserted"; + } + + Future updateAComment(String tileId, String timeStamp, + String commentingUserId, String comment) async { + await commentsDao.updateAComment(new Comments( + timeStamp: timeStamp, + tileId: tileId, + comment: comment, + commentingUserId: commentingUserId)); + return "Comment updated"; + } + + Future deleteAComment(String tileId, String timeStamp, + String commentingUserId, String comment) async { + await commentsDao.deleteAComment(new Comments( + timeStamp: timeStamp, + tileId: tileId, + comment: comment, + commentingUserId: commentingUserId)); + return "Comment Deleted"; + } +} diff --git a/lib/repos/dot_map.dart b/lib/repos/dot_map.dart new file mode 100644 index 0000000..17cc108 --- /dev/null +++ b/lib/repos/dot_map.dart @@ -0,0 +1,225 @@ +final dotMap = { +"dot_Alphabet_a": '{"id":"dot_Alphabet_a","template":"assets/dot/Alphabet/a_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[230,266,302,313,328,343,357,374,388,406,420,435,449,463,398,385,371,357,347,300,240,181,170,159,145,132,69,85,101,114,132,151,169,185,203,218],"y":[25,25,25,60,103,144,188,232,277,329,369,413,455,494,494,458,413,372,346,346,346,346,379,413,454,494,494,447,403,363,310,254,205,152,101,59],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_b": '{"id":"dot_Alphabet_b","template":"assets/dot/Alphabet/b_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[106,146,182,214,241,266,291,315,337,355,371,380,384,382,373,360,344,322,305,322,342,362,377,390,398,402,400,397,391,381,366,349,332,316,296,274,250,225,202,174,139,107,107,107,107,107,107,107,107,107,107,107],"y":[31,25,23,21,22,25,30,38,49,65,84,108,132,157,184,203,219,233,242,248,258,272,289,309,331,353,374,394,413,430,449,464,474,481,487,492,495,497,498,497,496,492,449,406,363,320,277,234,191,148,105,62],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_c": '{"id":"dot_Alphabet_c","template":"assets/dot/Alphabet/c_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[434,396,358,318,286,260,231,203,177,154,133,117,102,92,85,80,78,78,82,86,94,104,116,133,151,172,196,218,245,273,301,325,349,374,397,418,434,422,401,381,359,338,318,298,275,253,230,213,198,185,173,161,153,147,143,143,143,147,153,163,176,193,215,236,262,289,316,342,364,390,418],"y":[38,25,19,18,20,24,32,44,60,78,99,121,148,174,198,224,250,281,311,336,363,385,407,430,448,464,478,488,496,501,502,503,501,498,492,487,479,431,438,443,448,450,450,448,444,438,428,418,407,393,377,356,335,311,283,262,237,211,185,162,139,119,100,88,78,72,69,69,72,78,87],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_d": '{"id":"dot_Alphabet_d","template":"assets/dot/Alphabet/d_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[68,90,113,135,157,178,199,220,241,263,285,306,325,345,363,380,395,409,421,431,439,445,449,451,452,452,451,450,446,442,437,430,421,411,400,387,372,356,339,319,300,279,257,236,212,186,158,130,100,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67],"y":[32,28,26,24,22,22,22,23,24,27,31,36,42,51,62,75,89,105,123,142,161,182,201,219,236,254,272,288,309,329,346,364,381,398,414,428,442,453,464,473,480,486,491,495,496,498,498,497,495,493,462,431,400,369,338,307,276,245,214,183,152,121,90,59],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_e": '{"id":"dot_Alphabet_e","template":"assets/dot/Alphabet/e_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[128,189,254,316,381,381,316,255,189,189,189,189,255,316,369,369,316,255,189,189,189,189,254,320,391,391,321,255,190,128,128,128,128,128,128,128,128],"y":[26,26,26,26,26,75,75,75,75,115,166,223,223,223,223,274,274,274,274,319,375,443,443,443,443,494,494,494,494,494,443,382,319,256,193,130,67],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_f": '{"id":"dot_Alphabet_f","template":"assets/dot/Alphabet/f_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[128,186,252,312,380,380,314,250,189,189,189,189,250,309,366,366,309,252,189,189,189,189,189,128,128,128,128,128,128,128,128,128],"y":[26,26,26,26,26,76,76,76,76,119,175,231,231,231,231,281,281,281,281,333,386,438,492,492,438,384,330,276,222,168,114,60],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_g": '{"id":"dot_Alphabet_g","template":"assets/dot/Alphabet/g_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[424,395,363,337,311,288,259,230,202,150,110,80,63,54,53,60,77,104,138,172,209,252,299,348,392,437,437,437,437,437,437,437,384,331,283,283,331,379,379,379,379,341,293,251,212,179,153,133,121,117,120,133,157,191,232,272,315,356,394,409],"y":[43,32,25,21,20,21,23,29,37,64,100,143,191,233,284,329,380,421,454,474,488,497,498,494,486,472,433,394,355,316,277,248,248,248,248,296,296,296,341,386,435,445,448,444,431,411,384,348,307,261,215,172,132,101,82,73,72,76,85,90],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_h": '{"id":"dot_Alphabet_h","template":"assets/dot/Alphabet/h_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[153,153,153,153,219,295,375,375,375,375,434,434,434,434,434,434,434,434,375,375,375,375,295,219,153,153,153,153,95,95,95,95,95,95,95,95],"y":[39,101,165,228,228,228,228,165,98,39,39,97,167,233,292,354,423,493,493,423,350,281,281,281,281,350,423,493,493,423,353,283,228,168,104,39],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_i": '{"id":"dot_Alphabet_i","template":"assets/dot/Alphabet/i_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[283,283,283,283,283,283,225,225,225,225,225,225],"y":[40,123,212,299,402,493,493,402,300,212,123,40],"c":[0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_j": '{"id":"dot_Alphabet_j","template":"assets/dot/Alphabet/j_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[377,377,377,377,377,377,377,376,374,369,363,354,340,322,301,279,255,232,209,190,176,185,202,218,234,254,269,284,296,305,311,315,317,317,318,318,318,318,318,318,318],"y":[39,87,135,183,231,279,327,361,386,408,428,448,466,480,491,498,502,502,499,495,491,443,448,451,451,451,446,439,428,415,399,381,364,339,321,279,231,185,136,88,39],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_k": '{"id":"dot_Alphabet_k","template":"assets/dot/Alphabet/k_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[192,192,192,192,192,192,231,275,319,389,319,265,299,347,407,337,295,255,221,192,192,192,134,134,134,134,134,134,134,134,134],"y":[15,72,132,192,257,318,269,217,167,167,244,302,349,414,494,494,441,383,337,370,438,494,494,434,374,314,254,194,134,74,14],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_l": '{"id":"dot_Alphabet_l","template":"assets/dot/Alphabet/l_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[198,198,198,198,198,198,286,392,392,286,198,139,139,139,139,139,139,139],"y":[39,116,196,280,367,443,443,443,494,494,494,494,446,369,284,198,119,39],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_m": '{"id":"dot_Alphabet_m","template":"assets/dot/Alphabet/m_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[25,31,39,50,57,131,172,217,256,300,346,387,461,469,476,486,490,434,427,421,414,414,396,353,303,274,229,202,162,118,101,101,94,85,81],"y":[494,403,280,154,39,39,151,277,410,277,150,39,39,148,277,407,494,494,410,279,151,96,151,279,411,491,491,413,283,154,99,155,281,404,494],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_n": '{"id":"dot_Alphabet_n","template":"assets/dot/Alphabet/n_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[429,429,429,429,429,371,329,234,159,139,143,143,143,143,86,86,86,86,86,156,216,296,378,374,374,374],"y":[39,141,273,415,492,492,426,276,144,110,148,276,423,492,492,423,276,147,39,39,141,270,412,272,137,39],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_o": '{"id":"dot_Alphabet_o","template":"assets/dot/Alphabet/o_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[235,292,339,381,420,446,465,475,475,469,453,429,398,360,313,265,215,167,133,97,75,63,58,64,79,107,147,188],"y":[36,32,42,62,95,133,179,235,287,335,381,423,455,481,497,502,496,478,454,412,367,318,265,211,157,108,69,46],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_p": '{"id":"dot_Alphabet_p","template":"assets/dot/Alphabet/p_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[138,170,200,229,253,280,307,334,357,378,396,409,416,418,416,411,399,382,363,340,319,292,260,232,197,197,197,197,137,137,137,137,137,137,137],"y":[44,40,36,35,35,37,40,47,58,73,93,116,142,166,190,218,244,265,281,294,302,309,313,313,311,368,429,494,494,429,368,305,239,174,109],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_q": '{"id":"dot_Alphabet_q","template":"assets/dot/Alphabet/q_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[250,215,185,157,129,109,93,82,71,66,65,65,69,78,92,112,136,170,210,252,293,336,373,403,423,436,440,443,440,434,425,414,397,374,348,324,371,414,445,431,400,359,320,276],"y":[443,439,431,417,397,376,353,329,301,272,244,214,179,146,111,81,57,34,20,15,18,31,55,88,125,166,198,235,264,293,320,346,371,395,414,424,436,446,452,497,488,476,465,450],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_r": '{"id":"dot_Alphabet_r","template":"assets/dot/Alphabet/r_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[114,152,187,219,252,283,313,336,355,369,380,390,395,397,396,390,383,372,362,343,324,310,336,355,366,373,380,385,391,396,403,413,351,344,339,335,331,326,321,317,313,306,296,283,270,255,233,174,174,174,174,113,113,113,113,114,115],"y":[41,35,31,31,32,35,41,51,63,77,92,112,133,152,171,196,213,229,243,256,267,274,290,310,330,350,375,398,421,444,465,492,492,474,458,442,426,409,386,368,355,338,323,310,303,297,293,293,365,437,493,493,427,349,273,200,127],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_s": '{"id":"dot_Alphabet_s","template":"assets/dot/Alphabet/s_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[390,364,336,310,283,250,216,193,173,160,150,145,141,141,146,155,168,182,198,215,233,253,270,290,304,320,333,341,345,345,341,334,325,310,296,280,263,248,229,212,187,163,147,131,150,168,186,204,222,239,255,273,290,306,322,338,352,366,380,391,400,407,411,412,411,407,398,386,374,357,343,327,307,288,271,252,235,223,213,207,204,204,208,215,224,232,243,254,273,296,312,336,356,371],"y":[48,37,30,27,26,30,41,53,69,85,102,119,140,162,185,207,225,239,251,261,271,279,286,295,303,315,329,344,361,378,396,411,423,434,440,444,446,446,445,443,436,425,417,469,480,487,492,496,498,499,500,499,497,494,489,483,476,466,453,439,423,405,387,367,348,328,306,288,275,262,253,244,235,227,220,211,201,191,179,166,151,136,121,109,99,92,87,83,79,79,80,85,92,98],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_t": '{"id":"dot_Alphabet_t","template":"assets/dot/Alphabet/t_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[102,188,274,360,442,442,303,303,303,303,303,303,240,240,240,240,240,240,102],"y":[34,34,34,34,34,83,83,157,249,325,409,492,492,409,327,249,157,83,83],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_u": '{"id":"dot_Alphabet_u","template":"assets/dot/Alphabet/u_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[103,103,103,103,103,109,117,128,142,154,171,190,212,238,264,290,312,338,363,385,405,418,427,436,441,441,441,441,441,382,382,382,382,382,381,377,370,363,354,340,324,305,288,271,254,237,220,206,193,183,174,167,163,163,163,163,163,163],"y":[34,101,168,235,302,369,400,423,444,460,473,483,492,499,499,499,495,488,478,460,440,416,393,362,305,235,165,95,34,34,92,167,235,305,338,359,380,397,413,427,438,447,451,451,450,447,440,430,418,403,386,364,342,302,233,164,95,35],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_v": '{"id":"dot_Alphabet_v","template":"assets/dot/Alphabet/v_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[55,72,92,112,133,158,186,204,269,289,315,341,366,391,416,434,369,354,331,308,285,262,240,218,196,170,146,118],"y":[34,84,145,206,273,348,433,491,491,436,366,296,226,156,86,34,34,81,149,217,285,353,430,353,273,193,113,33],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_w": '{"id":"dot_Alphabet_w","template":"assets/dot/Alphabet/w_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[11,29,51,69,96,113,165,183,210,233,253,273,292,318,331,385,401,427,455,480,497,444,430,404,381,359,341,318,296,283,227,213,190,165,142,120,101,82,65],"y":[67,138,221,296,405,465,465,405,307,221,128,221,306,407,465,465,408,316,221,128,67,67,123,214,316,404,306,217,124,67,67,125,221,304,404,306,220,134,67],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_x": '{"id":"dot_Alphabet_x","template":"assets/dot/Alphabet/x_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[81,120,175,214,179,120,75,143,179,225,248,273,323,361,429,384,326,286,330,385,427,355,322,276,251,225,182,149],"y":[33,99,190,259,323,416,490,490,423,343,299,343,430,490,490,418,323,255,186,99,33,33,92,172,220,168,92,33],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_y": '{"id":"dot_Alphabet_y","template":"assets/dot/Alphabet/y_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[84,124,174,227,227,227,286,286,286,335,392,439,371,338,289,259,231,181,147],"y":[34,110,201,295,397,490,490,400,298,214,113,34,34,103,194,252,197,99,34],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_z": '{"id":"dot_Alphabet_z","template":"assets/dot/Alphabet/z_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[116,234,347,423,423,376,329,279,229,174,279,359,427,427,359,279,170,94,94,166,226,286,347,234,116],"y":[34,34,34,34,68,139,210,281,357,439,439,439,439,490,490,490,490,490,456,350,263,175,85,85,85],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_bulb": '{"id":"dot_Electronic stuff_bulb","template":"assets/dot/Electronic stuff/bulb_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[260,218,182,149,127,111,106,111,127,153,171,181,169,179,189,189,202,215,247,278,308,308,329,341,330,338,366,396,404,396,379,352,311],"y":[12,17,33,58,88,122,156,193,231,262,301,349,365,380,380,452,454,473,485,481,457,380,380,365,349,301,255,208,163,115,81,48,20],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_computer": '{"id":"dot_Electronic stuff_computer","template":"assets/dot/Electronic stuff/computer_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[330,330,330,330,274,225,176,127,78,34,34,34,34,36,85,134,183,232,281,330],"y":[190,239,288,330,330,330,330,330,330,330,276,227,178,130,130,130,130,130,130,130],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_headphones": '{"id":"dot_Electronic stuff_headphones","template":"assets/dot/Electronic stuff/headphones_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[325,291,361,393,421,443,459,468,464,457,457,471,481,456,438,410,372,347,347,347,347,347,382,419,426,416,411,398,376,347,313,274,232,193,158,128,106,91,85,74,78,113,152,153,153,153,153,133,94,66,44,20,26,44,44,41,33,41,56,78,104,136,171,209,251],"y":[39,30,56,79,107,140,176,216,254,287,327,357,393,419,447,470,479,460,420,380,340,300,292,306,284,250,209,171,139,112,93,83,82,91,109,134,166,203,243,278,309,292,296,335,376,416,456,479,472,446,423,397,360,331,291,254,220,180,143,110,82,58,41,30,26],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_mobile": '{"id":"dot_Electronic stuff_mobile","template":"assets/dot/Electronic stuff/mobile_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[123,123,123,123,123,123,123,123,201,302,382,382,382,382,382,382,382,382,291,200],"y":[35,78,139,210,272,342,413,482,481,481,481,415,344,274,212,141,80,35,35,35],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_radio": '{"id":"dot_Electronic stuff_radio","template":"assets/dot/Electronic stuff/radio_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[135,254,374,476,476,476,476,374,254,135,28,28,28,28],"y":[121,121,121,121,261,361,405,405,405,405,405,320,220,121],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_remote": '{"id":"dot_Electronic stuff_remote","template":"assets/dot/Electronic stuff/remote_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[259,310,347,345,342,339,336,333,330,327,324,305,255,204,179,178,176,174,172,170,168,166,164,194],"y":[18,19,44,95,146,196,247,297,348,398,449,492,494,493,455,404,354,303,253,202,152,101,50,17],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_switch_board": '{"id":"dot_Electronic stuff_switch_board","template":"assets/dot/Electronic stuff/switch_board_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[171,273,375,477,478,478,478,472,370,268,166,64,56,56,56,56],"y":[63,63,63,63,164,265,367,463,463,463,463,463,369,267,165,63],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_switch": '{"id":"dot_Electronic stuff_switch","template":"assets/dot/Electronic stuff/switch_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[145,145,145,145,145,163,256,357,366,366,366,366,356,256],"y":[21,118,215,312,409,488,488,488,399,302,205,108,21,21],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_tablet": '{"id":"dot_Electronic stuff_tablet","template":"assets/dot/Electronic stuff/tablet_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[240,176,112,90,76,73,73,73,73,73,73,73,73,73,77,88,108,152,196,240,284,328,372,412,428,437,437,437,437,437,437,437,437,437,437,438,433,421,405,367,303],"y":[15,15,15,18,31,47,98,149,200,251,302,353,404,455,475,490,498,498,498,498,498,498,498,496,486,468,425,382,339,296,253,210,167,124,81,48,31,19,14,14,14],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_television": '{"id":"dot_Electronic stuff_television","template":"assets/dot/Electronic stuff/television_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[490,341,172,23,23,23,23,177,340,491,491,491],"y":[92,92,92,92,197,302,401,401,401,401,305,198],"c":[0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_tubelight": '{"id":"dot_Electronic stuff_tubelight","template":"assets/dot/Electronic stuff/tubelight_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[503,460,417,374,332,289,246,203,160,118,75,42,23,55,98,141,183,226,269,312,354,397,440,483],"y":[39,82,125,168,211,254,297,340,383,426,469,501,482,449,406,363,320,277,234,191,148,105,62,19],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_almond": '{"id":"dot_food exported_almond","template":"assets/dot/food exported/almond_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[136,99,64,39,20,73,119,180,236,297,345,391,439,468,476,474,451,407,362,316,266,222,188,165],"y":[155,202,251,298,338,355,368,374,371,364,355,338,294,240,190,151,112,76,55,51,57,76,102,124],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_bar_icecream": '{"id":"dot_food exported_bar_icecream","template":"assets/dot/food exported/bar_icecream_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[198,166,156,155,156,156,156,199,254,307,357,357,357,357,357,357,336,302,254],"y":[42,76,125,189,252,316,375,379,379,379,379,332,271,209,147,106,64,31,21],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_beer_mug": '{"id":"dot_food exported_beer_mug","template":"assets/dot/food exported/beer_mug_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[96,96,97,97,93,107,132,156,207,271,314,342,366,378,375,374,373,377],"y":[197,256,315,361,414,451,471,478,479,478,480,469,451,424,349,298,247,190],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_bread": '{"id":"dot_food exported_bread","template":"assets/dot/food exported/bread_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[85,47,31,31,53,96,99,99,96,96,99,164,228,291,349,404,404,404,404,404,437,463,475,466,445,405,363,313,260,203,145],"y":[79,110,137,174,193,194,233,276,330,398,455,455,455,459,458,455,388,330,263,193,188,178,148,115,88,67,62,53,52,53,62],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_burger": '{"id":"dot_food exported_burger","template":"assets/dot/food exported/burger_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[93,62,47,38,90,142,195,255,311,361,418,471,467,455,429,397,353,293,237,185,134],"y":[124,168,215,269,269,267,267,267,267,267,270,266,225,190,145,105,75,53,53,65,86],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cake": '{"id":"dot_food exported_cake","template":"assets/dot/food exported/cake_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[35,37,37,37,99,162,224,287,349,412,474,474,474,474],"y":[206,285,350,403,403,403,403,403,403,403,403,353,284,206],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_candy": '{"id":"dot_food exported_candy","template":"assets/dot/food exported/candy_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[143,147,167,191,204,226,254,282,302,313,315,304,282,261,244,222,203,182,163,145,145,167,198,224,247,264,284,304,327,347,365,381,383,377,365,340,316,289,250,200,161],"y":[87,115,128,128,109,88,80,87,104,128,154,183,226,260,294,332,367,401,439,464,484,498,494,458,418,385,347,315,276,240,209,168,137,102,76,50,33,23,20,32,65],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cashewnut": '{"id":"dot_food exported_cashewnut","template":"assets/dot/food exported/cashewnut_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[25,31,59,95,123,142,168,197,234,284,316,338,347,347,358,391,433,462,482,493,492,485,469,433,391,343,289,239,200,158,126,98,71,41,27,19],"y":[290,330,352,352,330,297,266,243,229,233,256,294,335,375,403,419,414,382,346,302,252,212,167,134,104,84,70,68,76,89,106,126,155,193,226,260],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_champaign": '{"id":"dot_food exported_champaign","template":"assets/dot/food exported/champaign_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[235,239,234,226,214,205,195,190,190,190,190,190,190,190,224,260,295,331,331,331,331,331,331,331,330,321,307,297,291,285,285,287],"y":[79,119,164,200,223,250,276,290,324,358,392,426,460,494,494,494,494,494,460,426,392,358,324,290,276,257,226,204,176,146,116,76],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cheese": '{"id":"dot_food exported_cheese","template":"assets/dot/food exported/cheese_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[27,27,54,65,61,48,27,27,74,121,167,213,260,306,352,398,445,488,488,488,488,488,456,430,393,354,315,280,234,207,180,156,124,139,135,113,81,58,35],"y":[282,313,317,339,365,378,388,436,425,414,402,391,380,369,358,346,335,324,282,236,193,155,131,104,85,69,56,53,53,57,86,121,159,169,190,206,208,233,256],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_chicken_drumstick": '{"id":"dot_food exported_chicken_drumstick","template":"assets/dot/food exported/chicken_drumstick_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[80,62,56,60,73,103,133,172,209,240,270,296,328,362,378,376,367,353,338,328,316,303,286,256,217,174,138,105],"y":[84,117,156,192,221,247,266,284,307,327,347,366,380,369,338,307,278,247,214,167,128,91,54,35,23,23,32,54],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_chips": '{"id":"dot_food exported_chips","template":"assets/dot/food exported/chips_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[241,206,192,192,201,220,266,303,342,385,427,452,472,472,455,422,394,381,360,337,315,299,279],"y":[177,189,226,260,290,320,336,336,331,324,305,279,254,226,204,200,222,247,271,254,229,201,189],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_chocolate": '{"id":"dot_food exported_chocolate","template":"assets/dot/food exported/chocolate_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[124,124,124,124,124,124,167,211,297,340,383,383,383,383,383,383],"y":[246,204,163,121,80,38,38,38,38,38,38,79,120,160,201,242],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cocktail": '{"id":"dot_food exported_cocktail","template":"assets/dot/food exported/cocktail_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[273,273,273,273,273,273,255,227,200,172,145,117,168,218,269,319,370,420,471,445,418,392,366,339,313,299,299,299,299,299,299],"y":[478,437,396,354,313,272,245,216,186,157,127,98,98,98,98,98,98,98,98,125,152,179,205,232,259,278,318,359,399,440,480],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cocoa_bean": '{"id":"dot_food exported_cocoa_bean","template":"assets/dot/food exported/cocoa_bean_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[171,148,137,130,128,137,157,174,207,256,304,345,376,410,425,429,428,427,422,405,384,353,316,277,232,195],"y":[102,145,190,239,295,348,393,436,460,478,478,465,439,396,348,304,255,206,164,128,89,62,44,30,37,64],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_coffee": '{"id":"dot_food exported_coffee","template":"assets/dot/food exported/coffee_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[22,22,24,35,51,76,103,151,198,246,293,341,374,399,412,422,426,421,371,321,271,222,172,122,72],"y":[198,245,282,320,357,389,404,404,404,404,404,404,375,342,303,271,226,198,198,198,198,198,198,198,198],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cone_icecream": '{"id":"dot_food exported_cone_icecream","template":"assets/dot/food exported/cone_icecream_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[157,133,121,125,138,167,201,247,288,330,363,384,391,391,380,353,320,287,253,220,187],"y":[231,208,171,131,91,58,34,23,25,39,69,102,140,178,208,239,239,239,239,239,239],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cookie": '{"id":"dot_food exported_cookie","template":"assets/dot/food exported/cookie_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[67,44,28,23,23,32,47,71,96,121,152,181,216,256,298,332,373,402,432,454,474,486,492,493,488,480,464,441,413,379,348,315,277,233,188,152,118,89],"y":[117,156,207,246,289,332,369,402,429,455,469,479,489,493,487,477,464,440,417,387,352,322,285,248,211,175,141,113,83,57,42,29,24,25,31,45,66,91],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_dates": '{"id":"dot_food exported_dates","template":"assets/dot/food exported/dates_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[132,92,64,37,23,32,46,77,120,167,218,278,329,379,421,456,476,480,488,477,446,416,391,375,317,273,226,177],"y":[133,172,206,251,295,347,388,421,437,437,431,417,398,371,335,292,243,191,137,108,106,89,60,35,36,46,63,97],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_donut": '{"id":"dot_food exported_donut","template":"assets/dot/food exported/donut_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[203,142,100,60,36,20,20,36,61,92,137,185,244,293,348,393,427,456,477,488,485,475,456,427,396,355,313,259],"y":[28,45,76,114,168,218,277,334,381,426,457,473,486,481,468,439,403,370,321,269,221,173,133,98,66,42,25,19],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_dry_coconut": '{"id":"dot_food exported_dry_coconut","template":"assets/dot/food exported/dry_coconut_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[188,142,95,62,39,22,33,50,89,146,198,240,271,293,302,266,240,216,204],"y":[333,333,312,275,233,187,136,92,55,36,40,60,94,130,172,193,223,256,294],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_dumpling": '{"id":"dot_food exported_dumpling","template":"assets/dot/food exported/dumpling_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[260,239,217,192,167,149,153,174,203,250,295,335,364,376,369,351,319,295,276],"y":[256,286,303,326,354,394,435,469,482,488,484,469,447,408,370,340,318,298,281],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_egg": '{"id":"dot_food exported_egg","template":"assets/dot/food exported/egg_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[102,69,54,54,60,81,106,153,204,277,336,393,426,445,448,427,397,358,309,261,214,158],"y":[39,94,157,216,275,333,393,443,479,489,472,433,389,332,270,211,160,126,90,57,39,28],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_hazel_nut": '{"id":"dot_food exported_hazel_nut","template":"assets/dot/food exported/hazel_nut_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[274,220,174,126,82,47,22,20,24,43,70,105,150,201,247,305,352,397,435,459,474,478,471,453,425,393,350,320,299],"y":[27,59,87,112,143,187,234,279,326,373,414,446,471,485,488,485,471,446,414,378,340,284,239,202,161,130,104,77,49],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_honey": '{"id":"dot_food exported_honey","template":"assets/dot/food exported/honey_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[143,118,105,104,108,120,135,158,183,202,246,291,331,361,395,422,443,458,468,468,458,443,426,379,332,285,237,190],"y":[98,143,196,240,285,330,364,405,437,453,455,457,457,456,425,391,350,306,262,212,166,134,98,98,98,98,98,98],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_hotdog": '{"id":"dot_food exported_hotdog","template":"assets/dot/food exported/hotdog_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[76,52,49,70,115,166,230,293,351,399,441,458,455,428,393,351,296,246,192,157,118],"y":[228,245,276,303,314,319,324,322,320,310,299,273,241,222,230,239,245,246,241,239,231],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_juice": '{"id":"dot_food exported_juice","template":"assets/dot/food exported/juice_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[145,149,154,158,163,167,172,176,238,300,362,368,375,381,387,393,400,406,354,302,249,197],"y":[97,152,206,261,315,370,424,479,479,479,479,424,370,315,261,206,152,97,97,97,97,97],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_lollypop": '{"id":"dot_food exported_lollypop","template":"assets/dot/food exported/lollypop_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[153,125,108,114,129,162,200,245,283,311,329,321,302,280,245,200],"y":[51,82,114,161,205,233,245,243,225,196,161,117,69,47,33,34],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_meat_can": '{"id":"dot_food exported_meat_can","template":"assets/dot/food exported/meat_can_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[52,52,52,52,52,52,52,80,133,200,263,326,388,432,432,432,432,432,432,432,384,319,240,162,104],"y":[133,180,227,274,321,368,415,445,463,478,479,474,460,422,372,332,283,233,184,135,150,156,158,152,144],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_meat": '{"id":"dot_food exported_meat","template":"assets/dot/food exported/meat_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[90,57,35,22,12,28,53,108,146,187,233,276,307,336,339,326,307,284,259,236,198,169,129],"y":[77,113,150,188,241,281,307,324,332,340,342,338,332,302,257,223,188,156,130,103,72,59,61],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_milk": '{"id":"dot_food exported_milk","template":"assets/dot/food exported/milk_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[199,199,189,174,166,166,166,166,166,166,166,205,245,284,323,323,323,323,323,323,323,314,297,288,286,255,225],"y":[93,125,161,191,224,268,312,356,400,444,488,488,488,488,488,444,400,356,312,268,224,196,157,125,90,90,90],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_mocktail": '{"id":"dot_food exported_mocktail","template":"assets/dot/food exported/mocktail_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[87,98,116,142,175,180,199,229,277,305,329,340,340,372,404,424,424,376,323,280,231,183,135],"y":[95,132,158,180,195,223,247,263,267,259,242,220,194,185,162,130,95,95,95,95,95,95,95],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_noodles": '{"id":"dot_food exported_noodles","template":"assets/dot/food exported/noodles_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[45,71,106,147,167,195,234,255,272,296,336,371,396,405],"y":[314,289,280,288,276,267,268,280,305,285,276,280,295,317],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_omlet": '{"id":"dot_food exported_omlet","template":"assets/dot/food exported/omlet_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[202,195,213,194,165,142,135,147,180,217,251,287,325,358,393,425,441,441,428,406,379,350,346,322,291,255,224],"y":[149,193,225,250,278,309,349,387,408,415,412,390,391,382,363,324,283,246,210,188,172,169,131,114,104,108,122],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_peanuts": '{"id":"dot_food exported_peanuts","template":"assets/dot/food exported/peanuts_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[270,242,216,205,205,171,142,110,89,84,84,95,135,185,226,267,295,322,342,350,345,346,371,404,422,431,427,414,385,345,307],"y":[55,82,117,154,195,210,239,281,329,377,421,466,494,494,482,456,424,390,356,320,294,268,245,215,181,134,87,43,21,17,28],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_piece_of_cake": '{"id":"dot_food exported_piece_of_cake","template":"assets/dot/food exported/piece_of_cake_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[56,56,56,56,56,56,104,152,200,248,297,345,393,441,489,489,489,489,489,489,435,381,327,273,218,164,110],"y":[180,226,272,317,363,411,411,411,411,411,411,411,411,411,411,364,318,272,226,180,180,180,180,180,180,180,180],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_pizza": '{"id":"dot_food exported_pizza","template":"assets/dot/food exported/pizza_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[210,190,170,150,130,110,90,70,50,30,72,114,156,198,240,282,324,366,408,450,436,406,375,341,307,272,236],"y":[90,135,179,224,268,313,357,402,446,491,475,458,442,426,410,393,377,361,344,328,288,250,216,184,156,127,105],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_popcorn": '{"id":"dot_food exported_popcorn","template":"assets/dot/food exported/popcorn_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[81,81,112,119,126,133,139,146,153,160,213,265,318,370,376,382,388,394,400,406,412,445,452,411,370,328,287,246,205,163,122],"y":[127,151,165,211,258,304,350,396,443,489,489,489,489,489,442,394,347,300,253,205,158,157,127,127,127,127,127,127,127,127,127],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_raisin": '{"id":"dot_food exported_raisin","template":"assets/dot/food exported/raisin_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[81,72,41,24,21,26,32,52,72,86,113,154,199,239,275,325,368,402,425,439,446,453,450,446,421,396,371,335,300,267,220,177,139,105,84],"y":[71,108,141,183,228,278,314,349,382,421,454,469,480,497,496,496,490,464,425,393,352,305,263,216,183,156,126,92,63,41,30,22,18,19,38],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_salad": '{"id":"dot_food exported_salad","template":"assets/dot/food exported/salad_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[38,44,62,88,117,147,176,176,211,246,280,315,350,346,380,412,440,465,481,491,450,409,368,326,285,244,203,162,120,79],"y":[229,264,298,322,343,362,369,389,389,389,389,389,389,369,356,340,321,295,263,229,229,229,229,229,229,229,229,229,229,229],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_sandwich": '{"id":"dot_food exported_sandwich","template":"assets/dot/food exported/sandwich_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[82,109,148,202,271,331,381,422,454,476,488,479,441,417,416,415,415,414,413,413,395,355,315,276,236,196,157,117,107,109,111,113,115,117,122,93,58,40,56],"y":[89,77,69,61,56,56,64,76,93,113,135,170,179,191,230,270,310,349,389,429,451,451,451,451,451,451,451,451,423,383,343,304,264,225,176,177,176,139,110],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_scrat_nut": '{"id":"dot_food exported_scrat_nut","template":"assets/dot/food exported/scrat_nut_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[133,173,213,253,293,334,374,416,414,410,397,372,331,286,273,258,225,183,153,133,120,114,106],"y":[236,236,236,236,236,236,236,236,276,325,374,419,463,473,494,474,470,448,412,367,321,279,236],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_soup": '{"id":"dot_food exported_soup","template":"assets/dot/food exported/soup_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[61,107,148,194,232,271,319,364,403,437,469,431,389,347,312,275,243,212,169,132,91],"y":[252,238,231,228,226,225,227,230,237,242,254,265,272,279,283,283,283,283,283,279,269],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_sushi": '{"id":"dot_food exported_sushi","template":"assets/dot/food exported/sushi_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[123,166,209,245,274,311,348,385,423,423,423,423,423,423,423,387,351,316,280,252,217,172,126,81,81,81,81,81,81,81],"y":[179,209,239,250,241,220,198,177,156,196,235,275,315,355,395,416,437,458,479,490,481,454,427,400,358,316,274,232,190,148],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_tea": '{"id":"dot_food exported_tea","template":"assets/dot/food exported/tea_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[35,33,37,48,64,88,110,135,108,106,140,182,236,284,322,356,356,331,360,382,405,422,427,427,427,368,306,243,175,113,72],"y":[185,221,261,295,333,359,377,390,391,417,415,415,415,415,415,415,393,396,373,352,325,286,257,213,183,183,183,183,181,182,183],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_toffee": '{"id":"dot_food exported_toffee","template":"assets/dot/food exported/toffee_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[284,321,357,394,371,344,316,289,262,238,202,166,131,95,126,156,187,217,247],"y":[107,128,149,171,211,252,294,335,376,411,387,363,339,315,269,223,177,131,85],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_veg_roll": '{"id":"dot_food exported_veg_roll","template":"assets/dot/food exported/veg_roll_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[233,270,298,315,335,360,390,419,449,474,464,437,390,346,316,286,256,226,196],"y":[290,269,238,194,218,241,276,311,346,376,416,451,474,471,436,402,368,333,299],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_vine": '{"id":"dot_food exported_vine","template":"assets/dot/food exported/vine_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[265,265,268,272,300,317,317,317,317,317,317,317,272,227,183,183,183,183,183,183,183,194,227,236,236,236],"y":[18,62,111,150,182,215,255,302,349,395,442,491,491,491,491,448,403,359,314,270,225,186,153,111,65,18],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_apple": '{"id":"dot_fruits exported_apple","template":"assets/dot/fruits exported/apple_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[278,298,334,378,423,462,487,492,478,457,430,401,373,350,326,288,250,212,173,150,122,93,66,42,27,23,35,61,98,150,207,244,258],"y":[119,101,88,88,102,128,168,222,280,333,379,418,449,471,485,469,450,475,478,460,429,388,342,293,243,193,154,122,99,81,94,124,141],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_avocado": '{"id":"dot_fruits exported_avocado","template":"assets/dot/fruits exported/avocado_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[280,315,338,361,382,398,413,406,387,355,309,250,200,163,137,119,111,116,130,149,169,187,212,247],"y":[93,113,148,196,249,300,341,389,425,462,487,490,477,453,421,387,353,312,264,215,171,137,110,93],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_banana": '{"id":"dot_fruits exported_banana","template":"assets/dot/fruits exported/banana_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[400,388,371,344,307,259,205,141,83,64,117,172,223,271,337,379,420,445,462,467,471,462,432],"y":[130,168,211,256,294,323,338,345,342,376,404,424,433,437,422,401,368,326,273,223,171,134,134],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_black_berry": '{"id":"dot_fruits exported_black_berry","template":"assets/dot/fruits exported/black_berry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[291,312,350,391,403,404,437,468,476,461,434,401,407,406,385,353,331,308,275,233,211,207,206,173,150,126,130,135,114,90,68,54,61,87,118,134,129,134,154,193,233,270],"y":[113,93,91,119,152,188,192,218,247,288,309,319,349,394,429,442,443,470,488,483,454,433,413,408,398,372,342,316,313,305,285,247,205,185,179,180,160,133,110,99,107,131],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_black_currant": '{"id":"dot_fruits exported_black_currant","template":"assets/dot/fruits exported/black_currant_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[153,172,183,178,159,131,101,79,70,77,97,127],"y":[348,366,395,425,447,457,451,431,403,373,352,344],"c":[0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_cherry": '{"id":"dot_fruits exported_cherry","template":"assets/dot/fruits exported/cherry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[149,173,186,184,169,143,112,85,68,63,74,96,125],"y":[293,311,338,369,394,409,411,398,374,344,315,296,288],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_chikoo": '{"id":"dot_fruits exported_chikoo","template":"assets/dot/fruits exported/chikoo_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[272,315,354,388,416,434,442,438,424,400,368,328,283,238,195,157,125,101,87,85,94,113,141,177,220],"y":[51,64,89,124,168,219,275,328,377,419,452,474,482,477,459,429,389,341,286,231,180,134,96,68,52],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_fig": '{"id":"dot_fruits exported_fig","template":"assets/dot/fruits exported/fig_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[337,355,366,390,428,460,476,477,464,432,392,331,274,228,207,203,208,238,270,303,321],"y":[121,157,185,209,234,270,313,364,407,455,478,487,471,433,387,343,291,248,217,193,157],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_grapefruit": '{"id":"dot_fruits exported_grapefruit","template":"assets/dot/fruits exported/grapefruit_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[303,348,386,415,433,440,432,413,383,345,300,250,200,156,118,89,70,64,70,89,119,157,202,252],"y":[121,140,170,208,254,304,354,398,436,465,483,490,482,463,434,396,351,301,251,206,168,139,120,114],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_grapes": '{"id":"dot_fruits exported_grapes","template":"assets/dot/fruits exported/grapes_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[205,183,155,126,104,103,112,86,67,67,81,112,146,139,150,183,216,242,233,239,271,316,356,362,357,340,378,396,392,381,365,399,418,426,418,396,365,330,335,319,289,255,231],"y":[113,95,95,108,135,170,197,207,235,267,297,317,320,354,390,413,416,410,445,476,495,495,476,438,404,376,366,333,302,280,263,255,232,202,170,145,140,142,108,78,68,69,84],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_guava": '{"id":"dot_fruits exported_guava","template":"assets/dot/fruits exported/guava_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[300,331,337,354,383,401,401,385,354,311,261,210,167,134,115,113,129,157,176,182,209,256],"y":[96,135,185,233,274,320,372,420,458,484,494,486,462,425,379,327,279,239,192,142,100,83],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_honeydew_melon": '{"id":"dot_fruits exported_honeydew_melon","template":"assets/dot/fruits exported/honeydew_melon_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[301,344,380,410,431,442,442,431,410,380,343,301,207,164,127,97,76,64,64,75,97,126,163,206,253],"y":[40,60,90,130,177,230,286,340,388,428,459,478,479,459,429,389,341,288,231,177,130,90,59,39,33],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_jackfruit": '{"id":"dot_fruits exported_jackfruit","template":"assets/dot/fruits exported/jackfruit_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[131,174,223,275,324,368,402,424,442,455,458,448,420,371,318,267,222,182,148,121,100,86,75,68,69,96,115],"y":[74,60,67,88,117,148,174,194,227,272,324,377,426,467,489,493,483,466,444,415,374,324,271,219,150,103,90],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_kiwifruit": '{"id":"dot_fruits exported_kiwifruit","template":"assets/dot/fruits exported/kiwifruit_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[291,328,363,384,397,402,404,408,405,389,353,290,232,186,150,123,110,105,102,104,111,130,179,229,252],"y":[66,78,111,150,190,234,278,325,375,425,465,484,488,477,462,437,397,352,295,234,174,112,73,61,62],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_lemon": '{"id":"dot_fruits exported_lemon","template":"assets/dot/fruits exported/lemon_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[314,361,400,432,453,464,462,447,423,389,347,300,248,197,150,110,78,56,44,45,58,81,114,155,202,254],"y":[61,82,112,150,195,246,298,347,390,426,453,470,474,467,448,418,381,337,287,234,185,142,105,77,59,53],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_lime": '{"id":"dot_fruits exported_lime","template":"assets/dot/fruits exported/lime_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[314,361,400,432,453,464,462,447,423,389,347,300,248,197,150,110,78,56,44,45,58,81,114,155,202,254],"y":[61,82,112,150,195,246,298,347,390,426,453,470,474,467,448,418,381,337,287,234,185,142,105,77,59,53],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_lychee": '{"id":"dot_fruits exported_lychee","template":"assets/dot/fruits exported/lychee_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[323,364,398,414,422,409,388,353,310,265,221,184,152,123,101,93,98,114,152,210,256,288],"y":[138,162,200,247,305,348,396,439,477,498,495,470,433,393,348,301,252,204,158,136,128,129],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_mango": '{"id":"dot_fruits exported_mango","template":"assets/dot/fruits exported/mango_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[267,314,356,388,412,432,440,436,423,401,370,328,263,209,171,155,156,154,133,117,110,111,142,188,219],"y":[74,80,98,120,158,209,258,304,348,388,424,459,489,494,483,465,425,371,325,284,236,177,124,91,77],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_olive": '{"id":"dot_fruits exported_olive","template":"assets/dot/fruits exported/olive_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[344,359,367,359,341,309,270,224,188,165,143,136,140,169,221,271,312],"y":[237,274,324,380,420,461,485,490,468,434,383,335,281,234,203,199,207],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_papaya": '{"id":"dot_fruits exported_papaya","template":"assets/dot/fruits exported/papaya_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[296,314,320,347,370,391,405,404,395,369,339,302,264,226,191,159,134,117,107,105,113,130,156,173,177,194,228,271],"y":[61,91,126,158,194,238,297,339,385,424,454,479,488,483,469,446,418,382,339,290,242,197,164,133,95,65,48,47],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_pineapple": '{"id":"dot_fruits exported_pineapple","template":"assets/dot/fruits exported/pineapple_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[203,172,148,137,136,141,150,163,177,193,218,250,281,309,329,344,354,359,359,355,349,338,324,307,325,351,377,392,358,321,291,279,268,256,245,232,229,225,221,217,213,187,144,113,137,159,183],"y":[232,250,286,327,360,393,424,451,473,489,500,502,497,484,463,435,406,377,349,323,294,266,245,228,205,171,137,115,131,153,169,153,127,103,74,44,67,97,126,156,180,172,158,149,172,198,216],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_pineberry": '{"id":"dot_fruits exported_pineberry","template":"assets/dot/fruits exported/pineberry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[163,200,250,305,349,381,404,418,424,424,419,409,396,374,349,321,291,260,230,202,177,153,130,109,91,76,65,59,68,92,130],"y":[51,40,32,38,55,79,108,142,179,218,259,299,338,385,426,459,482,494,495,483,463,435,401,363,322,281,239,194,134,95,67],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_pomegranate": '{"id":"dot_fruits exported_pomegranate","template":"assets/dot/fruits exported/pomegranate_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[196,148,109,81,67,63,73,94,127,162,200,236,234,250,270,267,303,347,383,410,437,446,442,429,403,373,332,303,307,311,292,272,267,259,250,241,228,204,209,219],"y":[107,127,165,206,252,309,351,398,431,453,470,474,496,486,496,473,466,448,428,398,354,305,255,213,175,139,110,101,75,54,60,65,41,10,36,65,55,45,70,100],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_quince": '{"id":"dot_fruits exported_quince","template":"assets/dot/fruits exported/quince_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[295,331,353,368,386,400,419,421,400,365,338,313,306,267,229,212,186,155,123,107,104,112,130,151,165,186,226,263],"y":[129,129,166,194,224,252,295,342,384,422,447,465,492,483,495,469,450,426,389,351,315,284,239,194,163,134,136,139],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_raspberry": '{"id":"dot_fruits exported_raspberry","template":"assets/dot/fruits exported/raspberry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[288,309,347,388,400,401,434,465,473,458,431,398,404,403,382,350,328,305,272,230,208,204,203,170,147,123,127,132,111,87,65,51,58,84,115,131,126,131,151,190,230,267],"y":[124,104,102,130,163,199,203,229,258,299,320,330,360,405,440,453,454,481,499,494,465,444,424,419,409,383,353,327,324,316,296,258,216,196,190,191,171,144,121,110,118,142],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_strawberry": '{"id":"dot_fruits exported_strawberry","template":"assets/dot/fruits exported/strawberry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[163,200,250,305,349,381,404,418,424,424,419,409,396,374,349,321,291,260,230,202,177,153,130,109,91,76,65,59,68,92,130],"y":[51,40,32,38,55,79,108,142,179,218,259,299,338,385,426,459,482,494,495,483,463,435,401,363,322,281,239,194,134,95,67],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_tamarillo": '{"id":"dot_fruits exported_tamarillo","template":"assets/dot/fruits exported/tamarillo_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[339,360,381,399,411,417,412,396,373,345,313,280,247,215,187,162,140,123,111,105,104,109,131,168,209,242,288],"y":[114,133,158,191,229,273,323,375,419,452,474,486,487,476,454,425,394,361,325,286,245,202,148,115,101,99,99],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_white_currant": '{"id":"dot_fruits exported_white_currant","template":"assets/dot/fruits exported/white_currant_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[153,172,183,178,159,131,101,79,70,77,97,127],"y":[348,366,395,425,447,457,451,431,403,373,352,344],"c":[0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Furniture exported_bean_bag": '{"id":"dot_Furniture exported_bean_bag","template":"assets/dot/Furniture exported/bean_bag_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[310,339,365,389,412,433,451,465,475,480,477,464,441,409,371,326,277,232,192,156,114,78,56,50,52,59,71,88,109,132,158,184,212,239,277],"y":[32,58,85,118,154,193,233,273,312,349,381,410,436,458,476,487,492,491,485,474,463,440,409,374,333,292,249,206,165,126,91,61,38,23,18],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Furniture exported_bed": '{"id":"dot_Furniture exported_bed","template":"assets/dot/Furniture exported/bed_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[57,97,137,176,216,256,296,335,375,415,455,494,494,494,494,466,433,433,433,389,344,300,255,211,166,122,77,77,47,18,18,18,18,18],"y":[216,216,216,216,216,216,216,216,216,216,216,216,266,315,365,365,365,340,314,314,314,314,314,314,314,314,314,365,365,365,327,290,253,216],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Furniture exported_bench": '{"id":"dot_Furniture exported_bench","template":"assets/dot/Furniture exported/bench_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[79,118,158,198,237,277,316,356,396,435,476,476,476,476,476,439,399,359,320,280,240,201,161,121,82,31,31,31,31,31],"y":[92,92,92,92,92,92,92,92,92,92,92,128,164,200,237,237,237,237,237,237,237,237,237,237,237,237,200,164,128,92],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Furniture exported_book_case": '{"id":"dot_Furniture exported_book_case","template":"assets/dot/Furniture exported/book_case_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[56,95,135,174,214,293,332,372,412,451,489,489,489,489,489,489,489,489,489,489,461,461,425,425,376,328,279,230,182,133,85,85,42,42,22,22,22,22,22,22,22,22,22,22],"y":[56,56,56,56,56,56,56,56,56,56,58,97,137,176,216,255,295,335,374,418,418,448,448,418,418,418,418,418,418,418,418,448,448,418,418,372,332,293,253,214,174,135,95,56],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_batteries": '{"id":"dot_Home utility_batteries","template":"assets/dot/Home utility/batteries_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[265,368,368,368,368,364,260,162,162,162,162,162],"y":[65,65,172,275,379,480,480,480,379,275,172,65],"c":[0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_broom": '{"id":"dot_Home utility_broom","template":"assets/dot/Home utility/broom_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[263,263,261,262,259,259,259,257,247,250,230,205,199,239,276,311,303,288,276,287,274,274,274,275,276,276,276,277],"y":[12,56,100,144,188,232,276,337,341,377,407,460,492,499,499,493,451,407,375,344,337,276,232,188,144,99,57,12],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_brush": '{"id":"dot_Home utility_brush","template":"assets/dot/Home utility/brush_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[259,240,232,230,236,239,237,218,193,195,193,189,259,332,325,321,323,294,279,279,283,284,283,277],"y":[14,38,73,116,160,204,238,268,288,348,415,495,495,497,418,351,283,268,241,206,160,116,76,38],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_bucket": '{"id":"dot_Home utility_bucket","template":"assets/dot/Home utility/bucket_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[279,335,392,419,408,397,384,333,265,199,145,138,127,116,147,229],"y":[112,116,132,192,290,388,447,478,490,475,449,382,285,187,130,112],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_candle": '{"id":"dot_Home utility_candle","template":"assets/dot/Home utility/candle_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[320,321,321,321,321,318,249,186,186,186,186,186,187,253],"y":[156,224,293,361,430,495,495,490,421,353,284,216,148,145],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_clock": '{"id":"dot_Home utility_clock","template":"assets/dot/Home utility/clock_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[254,326,380,425,460,481,488,478,454,417,370,315,254,193,138,91,54,30,21,27,49,83,128,182],"y":[20,31,56,94,142,198,259,320,374,420,456,478,487,478,456,420,374,320,259,198,142,94,56,31],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_clothespin": '{"id":"dot_Home utility_clothespin","template":"assets/dot/Home utility/clothespin_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[266,248,231,212,192,167,176,187,196,206,218,236,242,232,220,229,240,253,268,281,293,303,312,301,290,300,316,326,338,348,358,366,341,323,300,284],"y":[251,197,141,78,15,22,85,145,209,281,353,353,362,372,373,425,493,498,487,497,493,428,375,373,364,354,354,284,209,138,71,20,10,68,141,197],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_cup": '{"id":"dot_Home utility_cup","template":"assets/dot/Home utility/cup_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[198,302,360,365,365,365,365,357,301,299,197,91,93,38,30,30,30,30,35,94],"y":[44,47,54,103,175,246,318,388,428,468,468,468,428,387,317,245,174,102,54,47],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_curtains": '{"id":"dot_Home utility_curtains","template":"assets/dot/Home utility/curtains_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[254,194,134,74,38,40,39,39,38,37,36,35,78,124,124,124,124,129,155,191,243,264,317,353,379,384,384,384,389,433,473,473,472,472,471,470,470,472,436,376,316],"y":[10,10,10,10,10,80,132,207,291,374,443,491,491,491,461,409,327,285,236,166,63,63,165,235,285,318,378,438,491,491,491,407,320,264,206,128,75,10,10,10,10],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_detergent": '{"id":"dot_Home utility_detergent","template":"assets/dot/Home utility/detergent_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[237,237,220,220,185,142,142,142,142,142,219,296,358,358,358,358,358,332,313,312,293,293],"y":[29,66,66,87,135,203,275,347,419,475,475,475,475,419,350,275,203,138,87,66,66,28],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_dustpan": '{"id":"dot_Home utility_dustpan","template":"assets/dot/Home utility/dustpan_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[451,418,392,371,352,314,273,241,204,167,131,101,74,53,94,138,185,238,277,321,358,392,423,433,437,437,441,436,415,392,383,399,428,456,464],"y":[65,67,88,120,147,148,151,158,175,198,223,251,282,294,313,332,353,376,392,410,386,360,326,305,290,255,227,201,175,161,147,130,116,103,84],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_first_aid_kit": '{"id":"dot_Home utility_first_aid_kit","template":"assets/dot/Home utility/first_aid_kit_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[491,400,291,200,83,17,14,14,14,83,200,291,400,491,491,491],"y":[107,107,107,107,107,107,187,286,384,384,384,384,384,384,286,187],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_flashlight": '{"id":"dot_Home utility_flashlight","template":"assets/dot/Home utility/flashlight_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[230,280,340,341,341,341,341,322,322,322,322,322,322,256,192,190,190,190,190,190,176,171,171,171,171],"y":[31,31,31,82,118,168,218,254,314,364,414,464,498,499,499,465,415,365,315,265,227,179,129,79,31],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_fork": '{"id":"dot_Home utility_fork","template":"assets/dot/Home utility/fork_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[228,219,219,219,243,245,247,249,239,230,236,249,269,279,283,272,265,267,269,293,294,283,280,279,235,231],"y":[15,55,123,151,190,252,308,368,409,448,486,499,498,479,451,411,308,252,190,120,61,13,61,131,131,57],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_gas_stove": '{"id":"dot_Home utility_gas_stove","template":"assets/dot/Home utility/gas_stove_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[63,36,14,16,101,200,299,397,495,497,481,453,360,262,163],"y":[183,221,260,330,330,330,330,330,330,260,221,183,183,183,183],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_hanger": '{"id":"dot_Home utility_hanger","template":"assets/dot/Home utility/hanger_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[232,243,265,263,246,246,221,192,147,97,51,25,18,36,67,114,162,216,253,290,334,394,456,478,490,481,466,418,365,326,304,285,263,262,282,287,278,253,228],"y":[135,116,116,139,160,182,184,207,248,279,303,317,337,343,329,306,277,237,219,239,274,308,336,343,336,316,308,285,254,222,199,184,182,160,147,125,102,95,109],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_jar": '{"id":"dot_Home utility_jar","template":"assets/dot/Home utility/jar_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[338,398,401,379,380,394,415,415,415,415,415,415,415,375,326,276,226,177,143,143,143,143,143,143,143,169,178,181,154,155,215,274],"y":[22,26,65,65,99,126,185,235,284,334,384,433,483,502,502,502,502,502,477,427,377,328,278,228,179,122,93,62,62,25,22,21],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_knife": '{"id":"dot_Home utility_knife","template":"assets/dot/Home utility/knife_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[274,282,292,297,283,265,272,276,236,236,236,236,236,236,236,249],"y":[80,129,206,289,289,344,416,486,486,418,349,288,231,135,71,15],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_ladle": '{"id":"dot_Home utility_ladle","template":"assets/dot/Home utility/ladle_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[436,436,421,402,380,356,330,304,278,255,236,225,210,175,137,104,82,106,146,189,208,232,239,257,282,312,343,371,393,405,422],"y":[47,65,89,118,150,186,224,262,299,334,368,408,441,457,451,432,393,365,360,366,356,317,305,277,236,189,139,94,59,39,37],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_match_stick": '{"id":"dot_Home utility_match_stick","template":"assets/dot/Home utility/match_stick_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[256,232,228,238,238,238,238,238,238,238,238,273,273,273,273,273,273,273,273,283,280],"y":[18,39,79,109,159,210,260,310,371,431,494,494,431,371,311,260,210,160,109,79,42],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_mirror": '{"id":"dot_Home utility_mirror","template":"assets/dot/Home utility/mirror_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[247,195,152,122,108,115,139,177,227,282,331,371,396,403,390,361,319,268],"y":[106,123,161,216,282,352,412,457,482,483,459,415,356,286,219,164,125,107],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_oven": '{"id":"dot_Home utility_oven","template":"assets/dot/Home utility/oven_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[490,419,348,276,190,99,14,14,14,14,99,190,276,348,419,490,490,491],"y":[97,97,97,97,97,97,98,187,287,374,376,376,376,376,376,373,287,187],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_pan": '{"id":"dot_Home utility_pan","template":"assets/dot/Home utility/pan_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[50,28,18,18,28,47,76,105,144,183,225,256,295,315,325,347,368,386,404,431,450,472,488,483,459,437,410,383,375,362,347,375,387,385,365,336,293,252,203,162,116,79],"y":[103,130,159,194,226,252,277,291,316,325,328,324,310,327,345,350,358,377,400,427,442,449,439,417,386,363,343,323,306,298,271,239,197,157,120,96,74,60,53,57,66,81],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_photo_frame": '{"id":"dot_Home utility_photo_frame","template":"assets/dot/Home utility/photo_frame_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[466,414,354,294,235,165,105,41,38,38,38,38,105,165,235,294,354,414,466,466,466,466],"y":[147,147,147,147,147,147,147,147,208,288,348,407,407,407,407,407,407,407,407,348,288,208],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_pipe": '{"id":"dot_Home utility_pipe","template":"assets/dot/Home utility/pipe_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[204,204,218,218,218,218,218,218,218,218,218,205,205,254,307,307,293,293,293,293,293,293,293,293,293,307,307,253],"y":[7,57,57,109,161,213,265,317,369,421,454,454,504,504,504,454,454,423,369,315,261,207,153,99,57,57,7,7],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_plate": '{"id":"dot_Home utility_plate","template":"assets/dot/Home utility/plate_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[342,414,467,495,494,464,410,337,252,167,95,41,11,11,39,92,164,249],"y":[208,219,236,257,281,301,318,329,333,329,318,301,280,257,236,219,207,203],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_pocket_knife": '{"id":"dot_Home utility_pocket_knife","template":"assets/dot/Home utility/pocket_knife_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[392,349,307,264,221,180,138,110,85,47,91,153,210,267,307,365,389,445,494,448],"y":[12,54,95,137,178,221,264,297,356,415,416,372,318,257,214,194,154,110,97,38],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_refrigerator": '{"id":"dot_Home utility_refrigerator","template":"assets/dot/Home utility/refrigerator_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[333,392,392,392,392,392,392,392,392,392,392,353,303,253,202,165,165,165,165,165,165,165,165,165,165,226,276],"y":[20,20,69,119,169,220,270,320,370,421,469,469,469,469,469,469,419,368,318,268,218,167,117,67,20,20,20],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_sink": '{"id":"dot_Home utility_sink","template":"assets/dot/Home utility/sink_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[201,241,317,393,447,485,468,438,399,341,269,197,125,52,12,49,96,155],"y":[165,174,189,204,220,234,281,352,430,419,391,362,334,306,288,248,204,161],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_spatula": '{"id":"dot_Home utility_spatula","template":"assets/dot/Home utility/spatula_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[263,273,273,273,268,268,268,289,319,321,321,319,256,189,190,190,192,222,243,243,243,238,238,238,248],"y":[12,55,104,153,200,249,298,328,366,415,464,501,501,501,464,415,366,328,299,250,201,153,104,55,12],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_spoon": '{"id":"dot_Home utility_spoon","template":"assets/dot/Home utility/spoon_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[76,104,140,173,177,183,206,238,273,304,324,353,391,431,464,482,470,433,393,361,341,324,297,265,228,190,154,99,68,55,46,40,50],"y":[23,42,82,138,176,200,218,245,277,307,329,354,384,415,443,463,490,482,451,416,389,365,331,293,256,225,208,181,147,123,99,56,25],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_steamer": '{"id":"dot_Home utility_steamer","template":"assets/dot/Home utility/steamer_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[455,455,455,455,455,456,397,346,295,245,194,143,93,56,56,56,56,56,59,84,130,185,240,293,350,402,440,455],"y":[177,217,265,319,379,435,435,435,435,435,435,435,435,435,379,319,265,217,159,126,104,92,88,89,96,112,138,177],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_sunglasses": '{"id":"dot_Home utility_sunglasses","template":"assets/dot/Home utility/sunglasses_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[21,26,39,74,106,134,146,157,174,206,245,282,297,312,305,246,193,164,145,107,74,37],"y":[171,210,255,299,303,280,255,255,299,336,351,343,309,269,240,227,221,222,221,198,183,167],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_toilet_paper": '{"id":"dot_Home utility_toilet_paper","template":"assets/dot/Home utility/toilet_paper_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[291,350,395,422,426,427,427,426,404,353,301,260,260,260,205,158,131,125,125,125,131,158,205,264],"y":[20,32,57,91,121,174,247,320,364,404,438,481,442,401,386,362,328,245,172,120,89,55,31,20],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_umbrella": '{"id":"dot_Home utility_umbrella","template":"assets/dot/Home utility/umbrella_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[84,118,161,216,273,335,401,456,487,450,402,365,345,317,264,215,175,144,126,103,50,11,11,11,15,28,43],"y":[159,117,78,41,16,10,12,18,23,47,92,138,170,191,234,280,325,363,386,397,433,479,433,365,309,257,218],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_water_purifier": '{"id":"dot_Home utility_water_purifier","template":"assets/dot/Home utility/water_purifier_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[281,313,313,313,313,313,305,285,328,328,328,328,328,328,328,328,328,275,235,183,183,183,183,183,183,183,183,183,226,206,198,198,198,198,198,230],"y":[13,13,37,75,115,155,190,202,202,227,267,307,347,387,427,467,499,499,499,499,467,427,387,347,306,266,226,202,202,190,155,115,75,37,13,13],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_whistle": '{"id":"dot_Home utility_whistle","template":"assets/dot/Home utility/whistle_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[243,190,137,83,30,28,64,106,159,211,257,300,357,418,461,475,454,411,368,312],"y":[131,159,187,215,242,301,347,383,353,324,341,379,390,370,324,269,216,174,133,113],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_wok": '{"id":"dot_Home utility_wok","template":"assets/dot/Home utility/wok_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[333,398,448,482,494,494,485,457,398,308,258,207,158,112,70,36,14,26,59,109,173,247],"y":[166,175,189,207,227,241,269,306,342,367,372,369,358,340,314,276,229,208,190,176,166,162],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Music instruments_drum": '{"id":"dot_Music instruments_drum","template":"assets/dot/Music instruments/drum_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[450,435,396,337,264,190,128,84,65,65,65,65,65,80,120,171,230,290,348,397,434,450,450,450,450,450],"y":[202,188,177,169,166,168,175,186,199,243,292,341,395,425,443,456,464,465,460,448,430,395,351,301,252,203],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Music instruments_flute": '{"id":"dot_Music instruments_flute","template":"assets/dot/Music instruments/flute_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[469,449,403,346,275,201,131,74,31,42,63,106,163,233,308,378,436,481],"y":[38,30,75,133,204,279,350,407,449,472,482,439,382,311,236,165,107,62],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Music instruments_guitar": '{"id":"dot_Music instruments_guitar","template":"assets/dot/Music instruments/guitar_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[268,287,284,281,281,282,283,285,327,339,328,344,360,361,343,309,266,223,189,171,172,187,204,193,204,245,249,250,250,251,248,244],"y":[19,19,50,97,137,176,216,254,267,298,336,373,410,447,479,497,502,497,479,448,410,374,337,299,268,255,217,177,137,97,51,19],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Music instruments_harp": '{"id":"dot_Music instruments_harp","template":"assets/dot/Music instruments/harp_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[91,108,124,127,127,132,142,159,186,205,197,252,295,271,292,315,339,362,383,399,408,406,359,326,272,231,180,128],"y":[33,67,122,179,231,277,322,369,417,466,490,480,484,459,407,348,288,230,180,140,116,92,56,75,73,49,22,10],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Music instruments_mandolin": '{"id":"dot_Music instruments_mandolin","template":"assets/dot/Music instruments/mandolin_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[467,437,396,368,333,299,264,222,173,124,82,52,40,49,84,129,174,216,250,275,292,301,306,339,371,403,477],"y":[44,39,89,129,163,198,223,232,248,272,304,344,388,433,474,496,492,469,431,383,332,284,246,209,171,134,72],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_eight": '{"id":"dot_Number_eight","template":"assets/dot/Number/eight_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[256,282,313,339,363,379,390,391,384,373,357,340,320,339,357,375,391,403,408,408,402,393,379,359,338,316,293,267,240,211,185,162,140,123,113,111,117,128,144,162,180,198,181,163,144,132,127,128,135,148,167,188,211,233],"y":[25,26,32,44,62,84,116,146,173,193,212,226,237,248,259,273,292,315,340,367,391,412,432,451,463,473,479,482,481,477,468,455,437,413,385,353,320,298,278,263,252,243,233,220,198,174,148,122,98,75,56,42,33,28],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_five": '{"id":"dot_Number_five","template":"assets/dot/Number/five_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[167,215,271,321,379,379,324,271,211,202,193,232,271,305,332,354,370,381,387,388,384,375,359,338,313,282,249,222,195,166,140,114,128,153,181,206,234,263,289,310,323,327,323,310,290,267,235,208,184,157,139,143,147,151,155,159,162],"y":[32,32,32,32,32,83,83,83,83,138,196,192,198,208,221,240,261,285,310,335,365,394,418,442,459,473,480,481,480,475,468,455,409,420,429,433,433,427,412,392,367,337,306,281,262,252,242,240,240,242,246,215,184,153,125,97,64],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_four": '{"id":"dot_Number_four","template":"assets/dot/Number/four_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[294,324,354,354,354,354,354,354,354,354,384,414,414,384,354,354,354,354,302,302,302,302,250,198,146,94,94,120,146,171,197,229,265],"y":[34,34,34,74,114,154,194,234,274,307,307,307,351,351,351,393,435,477,477,435,393,353,353,353,353,353,317,279,244,207,168,122,73],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_nine": '{"id":"dot_Number_nine","template":"assets/dot/Number/nine_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[349,329,300,263,228,195,167,143,126,117,113,113,120,132,149,172,200,229,259,291,322,348,370,388,399,406,410,410,408,403,396,386,372,352,332,308,278,238,195,151,151,195,235,273,300,320,336,343],"y":[269,288,306,316,317,309,295,272,245,220,190,162,131,101,76,54,37,28,24,26,36,52,74,101,131,163,194,223,253,282,313,338,366,397,419,438,456,471,478,480,433,431,422,404,380,352,322,295],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_one": '{"id":"dot_Number_one","template":"assets/dot/Number/one_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[156,202,253,303,303,303,303,303,303,303,303,303,246,246,246,247,246,246,246,246,205,166],"y":[85,59,33,33,90,147,204,261,318,375,432,489,489,434,375,318,263,206,149,90,110,130],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_seven": '{"id":"dot_Number_seven","template":"assets/dot/Number/seven_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[124,207,290,373,402,402,376,349,314,287,257,231,210,147,171,195,225,254,287,318,339,287,207,124],"y":[33,33,33,33,33,72,126,185,256,313,377,429,475,475,429,377,316,259,192,129,82,82,82,82],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_six": '{"id":"dot_Number_six","template":"assets/dot/Number/six_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[368,323,294,265,236,208,181,157,137,123,114,109,108,110,116,124,138,157,181,206,236,269,299,328,377,396,407,411,407,396,369,336,301,277,249,226,204,187,169,174,183,194,210,226,244,265,289,314,338,366,368],"y":[26,29,35,43,55,73,97,126,159,192,227,262,299,329,359,387,414,438,457,471,480,482,478,467,429,397,362,326,289,253,218,195,185,184,186,193,204,217,235,207,186,163,140,124,109,97,86,80,75,75,50],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_three": '{"id":"dot_Number_three","template":"assets/dot/Number/three_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[132,166,206,248,289,327,354,371,371,361,341,318,292,319,347,372,386,389,384,372,351,327,296,265,232,198,157,115,130,163,198,230,259,284,304,320,327,327,320,308,288,264,236,181,181,228,260,291,309,311,305,288,262,238,209,177,146],"y":[60,41,29,25,30,46,72,110,150,179,206,222,235,246,262,290,322,354,386,413,440,458,472,480,482,480,472,453,407,423,432,434,431,423,408,386,360,336,313,295,278,267,262,261,215,215,206,188,158,136,113,91,78,75,78,87,103],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_two": '{"id":"dot_Number_two","template":"assets/dot/Number/two_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[127,158,191,227,267,306,341,370,384,387,379,363,342,314,285,257,224,200,238,276,315,354,397,397,354,303,258,215,167,116,116,144,173,200,229,255,278,300,319,326,324,314,296,270,244,208,180,145],"y":[71,49,35,27,27,35,53,85,122,164,204,243,276,310,342,370,401,424,424,424,424,424,424,475,475,475,475,475,475,475,438,410,380,355,325,298,270,238,204,164,136,110,90,78,76,78,90,112],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_zero": '{"id":"dot_Number_zero","template":"assets/dot/Number/zero_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[264,294,321,345,365,381,393,401,407,410,408,401,388,368,336,294,248,204,168,140,122,113,110,111,118,133,157,191,234],"y":[25,29,38,54,75,101,131,162,193,246,294,343,387,425,458,478,482,471,444,404,359,315,269,219,169,122,80,47,28],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_beetroot": '{"id":"dot_vegetables_beetroot","template":"assets/dot/vegetables/beetroot_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[267,240,210,190,174,155,141,131,131,137,154,166,173,163,146,129,113,105,97,84,69,80,97,109,118,129,148,170,186,194,206,219,233,247,272,298,316,328,335,339,336,328,316,293],"y":[242,228,222,223,231,251,273,298,323,353,381,394,408,418,423,430,444,460,474,483,487,493,486,473,456,444,438,431,419,406,405,412,418,417,409,393,375,358,337,317,297,280,263,252],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_cabbage": '{"id":"dot_vegetables_cabbage","template":"assets/dot/vegetables/cabbage_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[244,208,173,131,94,68,47,31,23,22,25,35,51,68,88,112,139,171,203,238,272,301,330,361,389,415,438,457,471,480,482,486,486,485,481,475,470,459,449,438,427,413,396,371,357,357,343,325,314,295,272],"y":[16,20,31,51,78,108,142,181,215,256,292,327,362,389,412,434,452,467,476,481,481,477,469,454,437,415,389,360,330,300,284,269,240,223,200,175,151,132,111,97,84,70,56,42,34,23,18,20,22,17,14],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_capsicum": '{"id":"dot_vegetables_capsicum","template":"assets/dot/vegetables/capsicum_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[238,226,212,197,171,134,112,96,69,42,25,19,17,20,24,36,53,70,96,120,142,163,185,202,213,239,261,280,297,317,340,368,393,417,435,455,469,478,488,488,482,468,449,429,396,370,338,299,285,263,281,303,325,317,294,261,245],"y":[106,110,111,118,112,109,111,127,135,153,181,213,256,293,333,373,413,441,471,487,494,494,490,480,488,493,493,488,481,491,492,490,475,454,426,381,337,301,255,214,185,160,143,130,115,111,111,119,110,107,81,56,32,11,22,44,67],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_carrot": '{"id":"dot_vegetables_carrot","template":"assets/dot/vegetables/carrot_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[256,225,206,193,169,150,122,101,94,77,66,15,90,116,140,163,194,216,232,248,269,288,303,307,288],"y":[204,216,236,261,282,319,341,365,382,401,423,499,458,445,423,410,386,357,351,337,304,294,275,252,220],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_cauliflower": '{"id":"dot_vegetables_cauliflower","template":"assets/dot/vegetables/cauliflower_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[259,253,257,219,187,165,150,132,121,108,95,95,77,78,89,86,73,58,47,35,19,38,54,69,83,92,111,129,144,167,197,230,261,293,328,357,384,412,433,451,464,471,468,466,471,479,464,441,439,432,412,400,394,373,355,345,329,309,287,288,275],"y":[131,112,89,82,94,99,109,135,155,170,182,212,234,247,261,272,272,262,279,287,296,302,322,340,347,362,381,397,415,425,429,424,419,426,426,413,403,389,368,343,316,284,258,245,232,221,216,232,212,199,185,171,146,131,122,123,128,121,128,158,144],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_celeriac": '{"id":"dot_vegetables_celeriac","template":"assets/dot/vegetables/celeriac_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[242,247,254,265,279,302,317,313,321,339,361,386,412,441,458,467,467,467,456,432,432,428,414,397,376,350,315,294,276,254],"y":[228,261,291,318,335,345,350,367,389,411,426,436,433,421,406,384,359,339,318,298,279,260,235,212,199,190,188,194,198,202],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_cucumber": '{"id":"dot_vegetables_cucumber","template":"assets/dot/vegetables/cucumber_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[455,426,393,362,335,305,270,228,181,133,79,41,20,16,29,57,92,138,185,226,269,313,351,391,424,453,479,496,504,498,482],"y":[42,51,79,120,161,198,243,278,308,331,353,372,398,424,447,460,465,460,451,435,417,390,360,323,287,248,205,163,112,82,58],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_drumstick": '{"id":"dot_vegetables_drumstick","template":"assets/dot/vegetables/drumstick_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[432,412,394,377,359,341,322,303,283,261,235,211,184,157,131,105,93,97,107,125,149,173,204,234,265,293,317,342,364,384,401,418,427,435],"y":[30,51,78,110,139,170,200,226,252,277,304,328,356,385,417,452,479,492,475,448,422,396,370,341,312,280,252,222,193,163,135,104,81,54],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_eggplant": '{"id":"dot_vegetables_eggplant","template":"assets/dot/vegetables/eggplant_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[205,181,157,134,112,92,77,66,67,77,94,119,150,179,215,241,263,285,301,319,332,344,351,340,332,320,306,282,264,255,259,261,268,244],"y":[129,157,191,225,265,301,339,378,406,433,456,470,480,482,464,440,409,371,335,297,265,232,204,187,164,148,164,188,204,191,165,142,123,126],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_fennel": '{"id":"dot_vegetables_fennel","template":"assets/dot/vegetables/fennel_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[84,101,114,126,134,134,129,122,117,113,119,130,146,163,190,225,256,282,312,334,350,363,370,370,366,357,355,357,370,386,402,428,415,388,373,357,333,344,352,352,333,312,305,295,271,267,268,264,245,218,218,218,218,205,196,171,156,163,171,152,138,124,103],"y":[72,109,141,183,225,259,295,329,351,384,410,434,452,467,480,486,483,483,476,463,448,429,403,367,336,295,259,228,191,154,117,71,53,51,81,117,161,122,79,49,39,41,76,114,169,113,67,25,18,24,64,107,145,97,60,58,75,121,183,134,92,58,57],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_garlic": '{"id":"dot_vegetables_garlic","template":"assets/dot/vegetables/garlic_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[176,208,215,173,132,95,69,55,53,57,77,114,152,190,240,287,334,374,414,436,445,439,425,398,368,340,317,295,297,317,283,268,251,212,213],"y":[30,69,105,141,182,228,276,315,346,379,417,450,473,488,494,494,484,472,443,407,373,328,286,234,191,155,126,107,67,23,52,9,56,11,47],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_ginger": '{"id":"dot_vegetables_ginger","template":"assets/dot/vegetables/ginger_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[21,52,74,70,51,44,55,86,127,155,171,164,153,139,164,237,280,326,358,396,426,454,474,479,475,462,441,410,385,345,304,266,239,228,256,293,327,365,393,415,422,414,396,373,345,304,268,236,203,165,123,76,47],"y":[239,254,283,319,361,396,426,448,448,436,420,388,362,328,324,359,386,420,427,425,418,398,373,344,320,297,286,278,274,270,269,266,258,245,235,232,229,215,197,168,140,113,90,79,72,87,114,139,159,169,168,162,155],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_kohlrabi": '{"id":"dot_vegetables_kohlrabi","template":"assets/dot/vegetables/kohlrabi_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[222,230,237,241,226,244,262,286,310,334,357,378,403,424,442,458,464,461,451,436,432,419,399,371,341,328,341,327,295,270,260,267,283,278,263,248,233],"y":[314,340,372,409,410,435,455,473,484,489,486,480,466,448,428,401,372,347,318,295,310,298,284,272,254,258,277,285,273,256,266,282,302,317,328,327,305],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_ladyfinger": '{"id":"dot_vegetables_ladyfinger","template":"assets/dot/vegetables/ladyfinger_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[243,228,193,177,163,148,135,123,105,87,75,18,59,32,54,72,95,138,94,111,135,162,207,244,280,313,352,396,455,462,484,484,474,439,396,344,372,396,386,392,387,370,349,312,288,269,244,219,197,153,179,201,225,251,269,283,269,271,259],"y":[38,66,85,123,156,187,219,252,290,323,348,364,375,418,410,396,377,376,425,423,414,399,370,362,352,343,330,314,290,256,235,220,204,215,207,230,197,163,134,107,96,88,115,126,161,190,225,267,300,320,286,255,215,171,135,107,81,53,41],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_lettuce": '{"id":"dot_vegetables_lettuce","template":"assets/dot/vegetables/lettuce_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[201,165,154,133,118,108,101,95,88,79,75,65,58,53,49,48,53,70,91,128,164,203,236,266,289,313,339,369,407,445,461,465,454,431,412,403,387,372,372,354,339,316,326,325,330,325,330,322,302,283,259,233,219,204,201,211,208],"y":[25,33,49,78,102,135,168,201,220,238,262,299,331,363,398,441,459,466,461,442,425,404,382,351,320,290,261,236,212,189,172,162,155,159,151,165,158,172,187,178,187,212,198,181,162,143,126,105,89,74,75,89,102,100,80,60,42],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_mushroom": '{"id":"dot_vegetables_mushroom","template":"assets/dot/vegetables/mushroom_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[42,55,85,127,168,183,190,185,175,173,179,213,239,276,296,309,324,336,373,407,442,468,472,463,442,423,395,376,358,366,363,351,325,294,261,230,190,153,118,83,57],"y":[158,192,218,231,240,278,318,339,361,390,414,438,454,454,429,404,370,353,365,373,370,353,323,295,266,237,214,201,200,173,143,111,83,63,49,41,42,49,63,88,115],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_onion": '{"id":"dot_vegetables_onion","template":"assets/dot/vegetables/onion_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[192,206,161,119,71,41,38,48,70,102,140,180,197,193,253,312,353,339,392,432,456,462,452,428,396,359,319,261,273,231],"y":[44,88,116,147,201,252,304,348,380,412,432,446,450,466,466,463,461,444,424,386,340,286,236,186,156,131,108,88,44,68],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_peas": '{"id":"dot_vegetables_peas","template":"assets/dot/vegetables/peas_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[468,411,333,276,219,179,137,103,67,33,93,160,219,283,340,385,423,451],"y":[22,43,87,132,185,233,286,341,405,474,453,421,384,329,268,207,143,78],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_pepper": '{"id":"dot_vegetables_pepper","template":"assets/dot/vegetables/pepper_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[359,341,325,307,293,271,240,204,166,122,88,67,60,79,120,170,218,262,312,353,390,418,432,422,407,403,408,401,377,359,348,359,379,386,379],"y":[156,154,171,212,256,300,343,378,407,431,441,441,457,471,474,469,457,437,403,361,316,270,221,186,175,144,104,75,34,19,34,53,68,95,132],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_potato": '{"id":"dot_vegetables_potato","template":"assets/dot/vegetables/potato_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[54,35,31,39,52,80,117,165,209,234,248,276,304,346,391,428,458,475,477,466,434,434,419,397,370,341,308,265,211,168,117,80],"y":[202,242,280,311,335,358,374,378,367,354,383,406,417,421,417,395,362,329,287,256,229,190,156,130,116,108,108,113,125,139,156,175],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_pumpkin": '{"id":"dot_vegetables_pumpkin","template":"assets/dot/vegetables/pumpkin_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[275,255,247,194,141,90,53,35,29,35,53,92,148,205,258,313,376,431,463,486,490,478,458,429,394,361,306,285,283,310],"y":[74,99,150,141,145,173,214,261,303,351,395,435,459,463,455,469,463,435,398,347,287,245,209,178,159,150,150,150,115,86],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_radish": '{"id":"dot_vegetables_radish","template":"assets/dot/vegetables/radish_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[260,229,210,197,173,154,126,105,98,81,70,19,94,120,144,167,198,220,236,252,273,292,307,311,292],"y":[204,216,236,261,282,319,341,365,382,401,423,499,458,445,423,410,386,357,351,337,304,294,275,252,220],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_rhubarb": '{"id":"dot_vegetables_rhubarb","template":"assets/dot/vegetables/rhubarb_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[427,411,396,365,345,327,302,285,278,264,272,249,221,194,164,140,112,79,102,129,163,196,219,247,274,305,347,369,397,417,424,438,450,445,440],"y":[100,93,86,80,86,100,113,136,168,195,230,257,286,318,349,378,409,445,464,436,398,364,338,309,280,259,257,239,226,218,199,178,164,147,118],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_spinach": '{"id":"dot_vegetables_spinach","template":"assets/dot/vegetables/spinach_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[318,288,260,243,214,190,167,147,118,90,73,55,42,34,34,43,53,67,86,102,129,159,181,200,225,258,290,324,356,392,417,440,460,477,481,477,460,433,408,378,377,370,360,355,338],"y":[32,32,41,55,70,87,112,97,87,102,127,151,179,211,249,286,316,351,381,397,394,390,421,432,438,438,434,431,423,407,388,364,330,302,281,265,244,231,226,215,177,144,114,83,51],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_ambulance": '{"id":"dot_vehicles exported_ambulance","template":"assets/dot/vehicles exported/ambulance_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[27,27,27,27,27,27,27,48,48,58,91,128,151,154,203,256,317,361,366,389,426,459,475,475,495,497,495,483,465,441,424,404,363,322,320,281,250,211,163,116,70],"y":[125,155,190,232,271,314,362,362,337,313,301,306,332,364,364,364,364,364,329,306,301,315,340,362,362,325,293,275,262,257,214,179,183,183,125,125,125,125,125,125,125],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_autorickshaw": '{"id":"dot_vehicles exported_autorickshaw","template":"assets/dot/vehicles exported/autorickshaw_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[57,31,17,15,15,14,14,13,11,29,36,73,120,144,157,158,202,245,292,335,376,389,422,457,496,488,474,457,466,476,476,467,455,445,432,418,403,386,357,321,290,216,176,138,108,83],"y":[55,77,102,140,183,239,298,342,393,392,349,325,327,347,373,393,394,394,394,394,394,361,340,332,340,323,312,305,274,249,216,197,170,147,124,92,70,54,49,49,49,50,47,49,49,49],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_bicycle": '{"id":"dot_vehicles exported_bicycle","template":"assets/dot/vehicles exported/bicycle_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[144,182,221,249,265,281,301,321,341,301,261,221,184,154,131,105],"y":[297,304,312,278,254,233,207,181,155,163,172,181,195,230,258,289],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_bike": '{"id":"dot_vehicles exported_bike","template":"assets/dot/vehicles exported/bike_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[128,106,88,76,74,85,104,123,139,151,158,162,162,187,225,260,295,328,325,299,280,268,276,295,317,346,380,408,437,463,483,481,477,488,488,463,437,406,380,364,335,305,297,279,226,202,184,168,144,114,100,104,122,139],"y":[118,133,155,180,208,225,235,247,261,275,298,323,342,341,341,340,338,338,327,321,310,294,274,261,253,243,231,221,212,222,231,210,192,178,161,159,161,165,169,187,191,188,172,159,151,159,168,180,184,187,179,161,143,137],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_boat": '{"id":"dot_vehicles exported_boat","template":"assets/dot/vehicles exported/boat_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[23,30,48,74,112,177,248,305,363,430,449,463,481,450,412,368,328,283,240,192,143,101,59],"y":[371,406,437,467,490,492,492,492,490,490,458,419,370,382,395,403,403,395,383,373,361,360,361],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_bulldozer": '{"id":"dot_vehicles exported_bulldozer","template":"assets/dot/vehicles exported/bulldozer_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[300,294,289,285,257,223,197,171,169,169,169,140,117,104,96,104,121,145,176,212,246,277,301,331,357,385,410,441,462,479,490,492,486,476,451,449,449,449,432,430,429,429,427,398,368,334],"y":[77,110,136,159,159,159,159,159,198,227,259,262,273,289,311,346,363,374,374,374,374,372,374,374,374,374,374,374,369,356,334,312,294,275,264,243,218,187,187,160,131,103,77,77,77,77],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_bus": '{"id":"dot_vehicles exported_bus","template":"assets/dot/vehicles exported/bus_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[36,22,14,10,6,7,7,6,7,34,66,93,124,128,138,154,178,203,221,229,230,256,288,315,343,347,361,396,430,456,456,480,501,501,501,501,501,499,501,499,465,426,381,346,309,259,211,162,117,76],"y":[133,166,192,216,246,273,296,318,343,345,347,347,347,328,306,292,286,290,309,328,347,346,347,347,347,321,296,282,292,314,346,346,346,317,284,256,228,200,165,133,133,133,133,133,133,133,133,133,133,133],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_carriage": '{"id":"dot_vehicles exported_carriage","template":"assets/dot/vehicles exported/carriage_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[47,50,56,59,54,54,54,52,65,71,85,104,124,145,158,165,195,220,229,250,279,306,317,321,333,332,332,332,313,289,274,274,274,274,274,299,320,315,294,272,233,215,200,186,163,144,131,116,97,73,63],"y":[145,175,208,242,261,279,299,321,321,300,287,279,279,287,300,320,320,320,300,287,282,291,304,320,320,296,275,263,263,261,261,240,222,200,180,169,158,142,139,127,140,139,127,139,142,140,127,139,140,137,127],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_car": '{"id":"dot_vehicles exported_car","template":"assets/dot/vehicles exported/car_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[251,221,195,173,149,125,98,72,49,30,30,30,52,73,73,79,95,118,141,161,173,173,206,240,270,295,327,365,368,380,401,432,453,466,466,485,497,498,489,489,473,451,428,404,387,348,312,283],"y":[227,236,246,258,276,278,279,285,298,318,344,369,369,369,350,332,317,310,311,324,343,369,369,369,369,369,369,369,349,327,313,311,324,342,366,359,350,331,320,289,275,258,244,231,227,227,227,227],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_chariot": '{"id":"dot_vehicles exported_chariot","template":"assets/dot/vehicles exported/chariot_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[45,45,59,59,59,59,89,120,127,136,150,180,217,267,310,341,364,376,376,415,454,454,454,454,454,454,454,454,472,472,444,404,360,325,293,264,231,192,147,108,73],"y":[199,237,237,257,297,352,352,352,324,297,274,254,237,230,245,268,300,329,354,354,352,297,254,218,175,134,93,72,72,38,38,41,51,68,90,116,145,171,182,182,185],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_double_dekker_bus": '{"id":"dot_vehicles exported_double_dekker_bus","template":"assets/dot/vehicles exported/double_dekker_bus_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[99,142,184,227,270,313,356,399,442,485,485,485,485,485,485,473,458,429,404,391,344,290,237,183,171,144,118,107,58,18,18,18,18,18,26,56],"y":[154,154,154,154,154,154,154,154,154,154,194,234,275,315,356,356,332,319,330,356,356,356,356,356,333,322,332,356,356,356,319,283,246,210,167,154],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_fire_engine": '{"id":"dot_vehicles exported_fire_engine","template":"assets/dot/vehicles exported/fire_engine_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[65,48,34,27,27,27,10,10,27,60,69,85,109,133,149,158,183,217,258,292,331,339,356,386,412,429,433,462,497,497,483,483,483,483,483,462,433,389,345,307,247,247,226,226,184,150,115,90],"y":[166,196,216,241,273,305,306,330,330,330,309,292,285,294,307,330,330,330,328,328,330,312,294,285,294,312,328,330,330,309,309,278,245,208,166,166,166,166,166,166,166,196,196,166,166,166,166,166],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_gritter": '{"id":"dot_vehicles exported_gritter","template":"assets/dot/vehicles exported/gritter_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[10,10,10,9,9,10,38,45,67,97,122,136,141,172,207,241,272,304,337,347,371,401,422,436,440,451,451,450,436,418,404,390,352,314,275,259,241,211,175,134,102,61,34],"y":[143,173,200,232,256,278,278,252,232,225,232,249,275,275,275,275,275,275,275,250,229,225,236,250,272,269,248,210,187,163,138,118,118,119,118,131,142,142,143,143,142,143,142],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_jeep": '{"id":"dot_vehicles exported_jeep","template":"assets/dot/vehicles exported/jeep_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[56,56,56,38,18,18,18,44,69,78,100,126,153,173,184,187,215,255,289,324,333,354,387,415,433,443,443,468,487,487,468,457,457,458,435,433,390,362,331,334,306,299,289,257,227,193,176,142,93],"y":[238,262,289,289,289,308,327,327,327,299,279,275,279,292,311,327,328,328,328,328,302,278,268,278,293,309,329,329,328,306,306,306,274,238,238,198,198,197,197,234,234,253,272,272,272,271,238,238,238],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_lorry": '{"id":"dot_vehicles exported_lorry","template":"assets/dot/vehicles exported/lorry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[49,37,30,26,26,25,25,24,53,76,82,95,115,136,151,158,186,223,259,295,328,331,344,366,387,403,407,425,454,454,454,454,476,497,483,470,454,412,373,331,287,248,209,175,148,132,85,83,66],"y":[127,146,169,197,217,238,266,295,296,296,277,259,254,257,270,294,296,296,296,296,296,277,263,256,261,276,293,293,293,265,240,226,215,202,176,154,134,134,132,130,130,131,131,131,131,113,111,124,124],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_mini_bus": '{"id":"dot_vehicles exported_mini_bus","template":"assets/dot/vehicles exported/mini_bus_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[69,117,165,214,262,310,359,390,421,450,478,481,482,461,448,421,386,362,349,308,267,226,184,177,145,110,87,80,51,21,21,21,21,21],"y":[140,140,140,140,140,140,140,174,208,225,242,276,309,309,273,257,258,278,309,309,309,309,309,270,253,255,275,309,309,309,260,221,181,140],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_police_car": '{"id":"dot_vehicles exported_police_car","template":"assets/dot/vehicles exported/police_car_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[216,195,169,145,104,66,37,26,13,66,77,97,122,139,142,145,179,222,259,299,335,339,359,386,407,421,425,452,483,498,495,483,483,458,435,407,379,347,313,287,290,256,256,236],"y":[129,139,155,175,178,186,194,224,224,235,215,208,208,221,239,252,252,252,252,252,253,232,215,208,215,232,253,252,245,235,218,211,170,170,170,155,139,129,129,129,112,112,128,128],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_rickshaw": '{"id":"dot_vehicles exported_rickshaw","template":"assets/dot/vehicles exported/rickshaw_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[154,208,244,276,309,336,348,369,396,430,453,454,422,393,363,339,318,348,388,428,457,486,488,487,474,457,435,422,394,353,313,273,233,193,163,134,104],"y":[272,268,288,314,327,327,292,260,244,239,179,132,98,95,94,79,59,58,58,58,86,114,153,194,231,267,311,347,358,358,357,357,356,354,327,299,272],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_roadroller": '{"id":"dot_vehicles exported_roadroller","template":"assets/dot/vehicles exported/roadroller_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[99,138,177,217,256,295,300,305,310,358,405,452,452,452,452,425,393,357,320,295,274,271,276,249,220,183,165,144,109,60,60,60],"y":[204,202,200,198,195,193,153,113,73,77,80,83,135,186,238,217,206,207,222,247,283,320,356,356,355,356,323,289,289,286,247,207],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_road_train": '{"id":"dot_vehicles exported_road_train","template":"assets/dot/vehicles exported/road_train_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[90,134,178,222,266,311,355,399,443,487,487,487,444,402,359,317,274,231,189,146,104,61,19,19,46,46,46],"y":[228,228,228,228,228,228,228,228,228,228,267,304,304,304,304,304,304,304,304,304,304,304,304,275,263,246,228],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_rocket": '{"id":"dot_vehicles exported_rocket","template":"assets/dot/vehicles exported/rocket_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[259,238,220,202,187,175,167,163,160,163,167,170,170,174,175,175,199,227,228,211,244,276,313,300,300,320,339,339,342,346,346,353,353,353,349,346,334,320,304,287,276],"y":[17,24,47,76,112,139,171,202,233,271,296,330,362,388,425,444,448,448,463,484,484,484,484,463,448,448,448,425,388,358,326,287,256,224,190,156,122,83,54,34,21],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_scooter": '{"id":"dot_vehicles exported_scooter","template":"assets/dot/vehicles exported/scooter_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[161,148,134,121,99,72,54,36,70,91,117,134,158,177,174,189,214,242,270,302,327,343,343,369,396,420,449,482,476,466,456,438,424,410,424,425,425,396,360,327,292,263,251,251,263,270,282,288,285,273,229,207,188,177,170,167,177,185,197],"y":[180,207,228,252,250,257,269,288,288,292,302,315,327,332,315,324,336,343,346,343,340,336,318,318,317,318,322,324,303,284,267,249,236,224,222,202,183,183,183,183,186,186,186,213,213,232,250,270,290,308,318,308,295,275,254,231,209,186,167],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_ship": '{"id":"dot_vehicles exported_ship","template":"assets/dot/vehicles exported/ship_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[154,154,129,98,69,31,45,61,76,115,168,227,284,350,396,437,451,466,481,437,396,396,396,396,357,337,315,291,269,269,231,185],"y":[256,270,270,270,270,270,299,333,362,362,362,362,362,362,362,362,337,305,270,270,270,247,221,186,182,209,227,227,227,256,256,256],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_tanker": '{"id":"dot_vehicles exported_tanker","template":"assets/dot/vehicles exported/tanker_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[65,99,103,145,187,229,271,313,355,397,439,481,480,472,447,393,339,285,231,177,123,72,69,60,42,26],"y":[263,263,282,282,282,282,282,282,282,282,282,282,310,335,351,351,351,351,351,351,351,351,324,300,281,263],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_tank": '{"id":"dot_vehicles exported_tank","template":"assets/dot/vehicles exported/tank_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[163,153,146,107,54,54,54,43,43,58,80,103,128,159,193,225,261,291,319,344,373,392,406,410,399,399,377,361,335,304,304,319,335,335,312,291,268,240,210,186],"y":[172,196,222,222,222,256,273,288,303,317,324,333,342,342,346,342,342,342,342,337,324,317,307,290,277,257,256,235,233,232,217,215,205,186,179,172,172,172,172,171],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_tractor": '{"id":"dot_vehicles exported_tractor","template":"assets/dot/vehicles exported/tractor_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[248,244,241,236,207,176,151,125,89,64,48,44,41,25,25,25,41,41,57,64,77,99,125,151,166,173,176,204,241,264,290,286,286,303,322,346,380,408,438,463,475,483,497,494,482,463,438,415,411,404,401,397,397,362,331,296,256,222,199,199,222],"y":[103,132,157,185,185,185,185,189,195,206,228,246,275,275,299,329,329,341,341,321,303,288,285,296,314,331,344,344,344,344,341,314,285,256,238,224,216,216,228,246,264,285,285,264,241,222,208,198,180,150,125,99,72,72,72,72,72,72,72,86,93],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_train": '{"id":"dot_vehicles exported_train","template":"assets/dot/vehicles exported/train_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[87,66,54,52,57,66,66,48,39,29,19,48,76,101,101,101,103,144,184,220,256,295,339,387,425,459,474,474,459,458,458,458,458,459,474,474,441,406,366,330,295,291,305,309,306,305,291,264,230,196,161,133,106],"y":[182,202,235,267,294,311,329,329,357,382,407,409,409,409,384,350,322,322,322,322,322,322,322,322,322,322,322,298,298,252,209,170,127,95,95,68,68,68,68,68,68,95,95,127,156,182,182,182,182,182,182,182,182],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_tricycle": '{"id":"dot_vehicles exported_tricycle","template":"assets/dot/vehicles exported/tricycle_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[404,436,458,466,457,436,404,365,326,294,272,265,273,294,326,365],"y":[208,230,262,302,341,372,394,402,394,372,340,301,262,230,208,201],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_van": '{"id":"dot_vehicles exported_van","template":"assets/dot/vehicles exported/van_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[43,33,30,26,25,29,13,13,16,43,67,67,72,92,115,137,155,164,171,205,239,277,310,339,365,365,378,402,428,446,454,456,475,499,499,495,480,480,491,487,479,472,459,445,413,377,335,299,265,232,198,160,128,94,70],"y":[151,180,206,236,264,281,285,306,327,326,324,310,287,271,264,268,281,299,320,323,320,319,319,319,319,294,274,267,269,281,299,320,320,319,307,286,286,267,249,226,206,184,162,144,137,133,133,133,133,133,130,130,133,133,137],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +}; \ No newline at end of file diff --git a/lib/repos/drawing_repo.dart b/lib/repos/drawing_repo.dart deleted file mode 100644 index c8e22f6..0000000 --- a/lib/repos/drawing_repo.dart +++ /dev/null @@ -1,49 +0,0 @@ -import 'dart:async'; -import 'dart:convert'; -import 'package:maui/db/entity/drawing.dart'; -import 'package:maui/db/dao/drawing_dao.dart'; - -class DrawingRepo { - static final DrawingDao drawingDao = DrawingDao(); - - const DrawingRepo(); - - Future getDrawing(String id) async { - return drawingDao.getDrawing(id); - } - - Future> getDrawingsByActivityId(String activityId) async { - return await drawingDao.getDrawingsByActivityId(activityId); - } - - Future getLatestDrawingByActivityId(String activityId) async { - return await drawingDao.getLatestDrawingByActivityId(activityId); - } - - Future delete(int id) async { - return await drawingDao.delete(id); - } - - Future upsert( - {Map jsonMap, String activityId, String userId}) async { - final existingDrawing = await drawingDao.getDrawing(jsonMap['id']); - String jsonStr = json.encode(jsonMap); - if (existingDrawing == null) { - Drawing drawing = Drawing( - id: jsonMap['id'], - activityId: activityId, - json: jsonStr, - createdAt: DateTime.now(), - userId: userId, - updatedAt: DateTime.now()); - print('inserting Drawing: $drawing'); - return await drawingDao.insert(drawing); - } else { - existingDrawing.json = jsonStr; - existingDrawing.updatedAt = DateTime.now(); - print('updating Drawing: $existingDrawing'); - await drawingDao.update(existingDrawing); - return existingDrawing; - } - } -} diff --git a/lib/repos/game_data.dart b/lib/repos/game_data.dart index c3fbdf2..aced79b 100644 --- a/lib/repos/game_data.dart +++ b/lib/repos/game_data.dart @@ -22,7 +22,6 @@ Future> fetchSerialData(int lessonId) async { Future>> fetchSequenceData( int lessonId, int maxData) async { - print('fetchSequenceData'); var rand = new Random(); var lessonUnits = await new LessonUnitRepo().getLessonUnitsByLessonId(lessonId); @@ -64,7 +63,6 @@ Future> fetchPairData(int lessonId, int maxData) async { var lessonUnits = await new LessonUnitRepo().getLessonUnitsByLessonId(lessonId); lessonUnits.shuffle(); - print(lessonUnits); //TODO: get only unique objects and subjects //TODO: cut across areaId to get concept->word return new Map.fromIterable( @@ -369,7 +367,6 @@ Future, String>> fetchCirclewrdData(int categoryId) async { var rand = new Random(); var startNum = rand.nextInt(max(0, 3)); - print(" ......random number is... $startNum"); switch (startNum) { case 0: return new Tuple2([ diff --git a/lib/repos/home_page_repo.dart b/lib/repos/home_page_repo.dart new file mode 100644 index 0000000..609a4f2 --- /dev/null +++ b/lib/repos/home_page_repo.dart @@ -0,0 +1,27 @@ +import 'package:maui/db/entity/home.dart'; +import 'package:maui/db/dao/home_page_dao.dart'; +import 'dart:async'; + +class HomeRepo { + const HomeRepo(); + static final HomeDao homeDao = new HomeDao(); + + Future> getHomeTiles() async { + var homeTiles = await homeDao.getHomeTiles(); + return homeTiles; + } + + Future insertAHomeTile( + String tileId, String userId, String type, String typeId) async { + await homeDao.insertAHomeTile( + new Home(tileId: tileId, type: type, typeId: typeId, userId: userId)); + return "hopme tile inserted"; + } + + Future deleteAHomeTile( + String tileId, String userId, String type, String typeId) async { + await homeDao.deleteAHomeTile( + new Home(tileId: tileId, type: type, typeId: typeId, userId: userId)); + return "hopme tile inserted"; + } +} diff --git a/lib/repos/like_repo.dart b/lib/repos/like_repo.dart new file mode 100644 index 0000000..bb56c36 --- /dev/null +++ b/lib/repos/like_repo.dart @@ -0,0 +1,52 @@ +import 'dart:async'; +import 'dart:core'; + +import 'package:maui/db/dao/like_dao.dart'; +import 'package:maui/db/entity/like.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/repos/card_repo.dart'; +import 'package:maui/repos/tile_repo.dart'; + +class LikeRepo { + static final LikeDao likeDao = new LikeDao(); + + const LikeRepo(); + + Future> getLikesByParentId( + String parentId, TileType tileType) async { + return likeDao.getLikesByParentId(parentId, tileType); + } + + Future getLikeByParentIdAndUserId( + String parentId, String userId, TileType tileType) async { + return likeDao.getLikeByParentIdAndUserId(parentId, userId, tileType); + } + + Future insert(Like tileLike, TileType tileType) async { + await likeDao.insert(tileLike, tileType); + switch (tileType) { + case TileType.card: + await CardRepo().incrementLikes(tileLike.parentId, 1); + break; + case TileType.drawing: + await TileRepo().incrementLikes(tileLike.parentId, 1); + break; + } + } + + Future update(Like tileLike, TileType tileType) async { + return likeDao.update(tileLike, tileType); + } + + Future delete(Like tileLike, TileType tileType) async { + await likeDao.delete(tileLike, tileType); + switch (tileType) { + case TileType.card: + await CardRepo().incrementLikes(tileLike.parentId, -1); + break; + case TileType.drawing: + await TileRepo().incrementLikes(tileLike.parentId, -1); + break; + } + } +} diff --git a/lib/repos/likes_repo.dart b/lib/repos/likes_repo.dart new file mode 100644 index 0000000..25263ff --- /dev/null +++ b/lib/repos/likes_repo.dart @@ -0,0 +1,32 @@ +import 'package:maui/db/entity/likes.dart'; +import 'package:maui/db/dao/likes_dao.dart'; +import 'dart:async'; + +class LikesRepo { + const LikesRepo(); + static final LikesDao likesDao = new LikesDao(); + + Future> getLikesByTileId(String tileId) async { + var likes = await likesDao.getLikesByTileId(tileId); + return likes; + } + + Future getNumberOfLikesByTileId(String tileId) async { + var likes = await likesDao.getLikesByTileId(tileId); + return likes?.length ?? 0; + } + + Future insertOrDeleteLike(String tileId, String likedUserId) async { + Likes like = + await likesDao.getLikesByTileIdAndLikedUserId(tileId, likedUserId); + if (like == null) { + await likesDao + .insertALike(new Likes(tileId: tileId, likedUserId: likedUserId)); + return "Like inserted"; + } else { + await likesDao + .deleteALike(new Likes(tileId: tileId, likedUserId: likedUserId)); + return "Like deleted"; + } + } +} diff --git a/lib/repos/p2p.dart b/lib/repos/p2p.dart index 1e6c005..4bcfeed 100644 --- a/lib/repos/p2p.dart +++ b/lib/repos/p2p.dart @@ -1,39 +1,39 @@ import 'dart:async'; -//import 'package:flores/flores.dart'; +import 'package:flores/flores.dart'; typedef void MessageReceivedHandler(Map message); void initialize(MessageReceivedHandler message) { -// Flores().initialize(message); + Flores().initialize(message); } Future addMessage(String userId, String recipientId, String messageType, String message, bool status, String sessionId) async { -// return await Flores() -// .addMessage(userId, recipientId, messageType, message, status, sessionId); - return true; + return await Flores() + .addMessage(userId, recipientId, messageType, message, status, sessionId); +// return true; } Future> getLatestConversations( String userId, String messageType) async { -// return await Flores().getLatestConversations(userId, messageType); - return List(); + return await Flores().getLatestConversations(userId, messageType); +// return List(); } Future> getConversations( String userId, String secondUserId, String messageType) async { -// return await Flores().getConversations(userId, secondUserId, messageType); - return List(); + return await Flores().getConversations(userId, secondUserId, messageType); +// return List(); } Future loggedInUser(String userId, String deviceId) async { -// return await Flores().loggedInUser(userId, deviceId); - return true; + return await Flores().loggedInUser(userId, deviceId); +// return true; } Future addUser(String userId, String deviceId, String message) async { -// return await Flores().addUser(userId, deviceId, message); - return true; + return await Flores().addUser(userId, deviceId, message); +// return true; } Future start() async { @@ -42,11 +42,11 @@ Future start() async { } Future connectTo(String neighbor) async { -// return await Flores().connectTo(neighbor); - return true; + return await Flores().connectTo(neighbor); +// return true; } Future> get users async { -// return await Flores().users; - return List(); + return await Flores().users; +// return List(); } diff --git a/lib/repos/quiz_progress_repo.dart b/lib/repos/quiz_progress_repo.dart deleted file mode 100644 index 44143b4..0000000 --- a/lib/repos/quiz_progress_repo.dart +++ /dev/null @@ -1,54 +0,0 @@ -import 'dart:async'; - - -import 'package:maui/db/entity/quiz_progress.dart'; -import 'package:maui/db/dao/quiz_progress_dao.dart'; - -class QuizProgressRepo { - static final QuizProgressDao quizProgressDao = QuizProgressDao(); - - const QuizProgressRepo(); - - Future getScoreSummaryByTopicId(String topicId) async { - print("Topic Id received by Quiz progressRepo = $topicId"); - return await quizProgressDao.getScoreSummaryByTopicId(topicId); - } - - Future getQuizProgressByTopicAndQuizId( - String topicId, String quizId) async { - return await quizProgressDao.getQuizProgressByTopicAndQuizId( - topicId, quizId); - } - - - Future insertOrUpdateQuizProgress(String id, String userId, - String topicId, String quizId, int maxScore, int outOfTotal) async { - QuizProgress quizProgress = - await quizProgressDao.getQuizProgressByTopicAndQuizId(topicId, quizId); - if (quizProgress == null) { - await quizProgressDao.insertQuizProgress(new QuizProgress( - id: id, - topicId: topicId, - userId: userId, - maxScore: maxScore, - outOfTotal: outOfTotal, - quizId: quizId, - )); - return "inserted"; - } else { - if (quizProgress.maxScore < maxScore) { - await quizProgressDao.updateQuizProgress(new QuizProgress( - id: id, - topicId: topicId, - userId: userId, - maxScore: maxScore, - outOfTotal: outOfTotal, - quizId: quizId, - )); - return "Current maxScore updated"; - } else { - return "Current maxScore is less than or equal to the Previous maxScore"; - } - } - } -} diff --git a/lib/repos/quiz_repo.dart b/lib/repos/quiz_repo.dart deleted file mode 100644 index 5de83ce..0000000 --- a/lib/repos/quiz_repo.dart +++ /dev/null @@ -1,19 +0,0 @@ -import 'dart:async'; -import 'dart:core'; - -import 'package:maui/db/entity/quiz.dart'; -import 'package:maui/db/dao/quiz_dao.dart'; - -class QuizRepo { - static final QuizDao quizDao = new QuizDao(); - - const QuizRepo(); - - Future> getQuizzesByTopicId(String topicId) async { - return await quizDao.getQuizzesByTopicId(topicId); - } - - Future getQuiz(int id) async { - return await quizDao.getQuiz(id); - } -} diff --git a/lib/repos/related_topic_repo.dart b/lib/repos/related_topic_repo.dart deleted file mode 100644 index ce3d0eb..0000000 --- a/lib/repos/related_topic_repo.dart +++ /dev/null @@ -1,19 +0,0 @@ -import 'dart:async'; - -import 'package:maui/db/entity/related_topic.dart'; -import 'package:maui/db/dao/related_topic_dao.dart'; -import 'package:maui/db/entity/topic.dart'; - -class RelatedTopicRepo { - static final RelatedTopicDao relTopicDao = RelatedTopicDao(); - - const RelatedTopicRepo(); - - Future> getRelatedTopicsByTopicId(String topicId) async { - return relTopicDao.getRelatedTopicsByTopicId(topicId); - } - - Future> getTopicsByRelatedTopicId(String topicId) async { - return relTopicDao.getTopicsByRelatedTopicId(topicId); - } -} diff --git a/lib/repos/tile_repo.dart b/lib/repos/tile_repo.dart new file mode 100644 index 0000000..29c4cb8 --- /dev/null +++ b/lib/repos/tile_repo.dart @@ -0,0 +1,153 @@ +import 'dart:async'; +import 'dart:io'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/db/dao/tile_dao.dart'; +import 'package:uuid/uuid.dart'; +import 'package:path_provider/path_provider.dart'; + +class TileRepo { + static final TileDao tileDao = TileDao(); + + const TileRepo(); + + Future getTile(String id) async { + final tile = await tileDao.getTile(id); + if (tile.type == TileType.drawing || tile.type == TileType.dot) { + tile.content = await _readFile(id: tile.id); + } + return tile; + } + + Future> getTilesByCardId(String cardId) async { + final tiles = await tileDao.getTilesByCardId(cardId); + await Future.forEach( + tiles + .where((t) => t.type == TileType.drawing || t.type == TileType.dot), + (t) async => t.content = await _readFile(id: t.id)); + return tiles; + } + + Future> getTilesByCardIdAndType( + String cardId, TileType type) async { + final tiles = await tileDao.getTilesByCardIdAndType(cardId, type); + await Future.forEach( + tiles + .where((t) => t.type == TileType.drawing || t.type == TileType.dot), + (t) async => t.content = await _readFile(id: t.id)); + return tiles; + } + + Future> getTilesByUserIdAndType( + String userId, TileType type) async { + final tiles = await tileDao.getTilesByUserIdAndType(userId, type); + await Future.forEach( + tiles + .where((t) => t.type == TileType.drawing || t.type == TileType.dot), + (t) async => t.content = await _readFile(id: t.id)); + return tiles; + } + + Future> getTilesByCardIdAndUserIdAndType( + String cardId, String userId, TileType type) async { + final tiles = + await tileDao.getTilesByCardIdAndUserIdAndType(cardId, userId, type); + await Future.forEach( + tiles + .where((t) => t.type == TileType.drawing || t.type == TileType.dot), + (t) async => t.content = await _readFile(id: t.id)); + return tiles; + } + + Future> getTilesOtherThanDots() async { + final tiles = await tileDao.getTilesOtherThanDots(); + await Future.forEach( + tiles + .where((t) => t.type == TileType.drawing || t.type == TileType.dot), + (t) async => t.content = await _readFile(id: t.id)); + return tiles; + } + + Future delete(int id) async { + return await tileDao.delete(id); + } + + Future insert(Tile tile) async { + return await tileDao.insert(tile); + } + + Future upsert(Tile tile) async { + final existingTile = await tileDao.getTile(tile.id); + final updatedTile = + await _upsert(updatedTile: tile, existingTile: existingTile); + return updatedTile; + } + + Future _upsert({Tile updatedTile, Tile existingTile}) async { + if (existingTile == null) { + if (updatedTile.type == TileType.drawing || + updatedTile.type == TileType.dot) { + await _saveFile(id: updatedTile.id, contents: updatedTile.content); + final content = updatedTile.content; + updatedTile.content = ''; + final returnTile = await tileDao.insert(updatedTile); + returnTile.content = content; + return returnTile; + } + return await tileDao.insert(updatedTile); + } else { + existingTile.likes = updatedTile.likes ?? existingTile.likes; + existingTile.comments = updatedTile.comments ?? existingTile.comments; + existingTile.updatedAt = DateTime.now(); + if (updatedTile.content != null) { + await _saveFile(id: updatedTile.id, contents: updatedTile.content); + await tileDao.update(existingTile); + existingTile.content = updatedTile.content; + return existingTile; + } + await tileDao.update(existingTile); + return existingTile; + } + } + + static Future _saveFile({String id, String contents}) async { + final file = await _getFile(id: id); + await file.writeAsString(contents); + return; + } + + static Future _getFile({String id}) async { + final directory = await getApplicationDocumentsDirectory(); + return File('${directory.path}/$id.json'); + } + + static Future _readFile({String id}) async { + final file = await _getFile(id: id); + return await file.readAsString(); + } + + Future upsertByCardIdAndUserIdAndType( + String cardId, String userId, TileType type, + {String content, int likes, int comments}) async { + final existingTile = await tileDao.getTileByCardIdAndUserId(cardId, userId); + final tile = Tile( + id: Uuid().v4(), + cardId: cardId, + userId: userId, + type: type, + updatedAt: DateTime.now(), + content: content, + likes: likes, + comments: comments); + final updatedTile = + await _upsert(updatedTile: tile, existingTile: existingTile); + return updatedTile; + } + + Future incrementComments(String id, int comments) async { + return tileDao.incrementComments(id, comments); + } + + Future incrementLikes(String id, int likes) async { + return tileDao.incrementLikes(id, likes); + } +} diff --git a/lib/repos/topic_repo.dart b/lib/repos/topic_repo.dart deleted file mode 100644 index 5f2b7f3..0000000 --- a/lib/repos/topic_repo.dart +++ /dev/null @@ -1,22 +0,0 @@ -import 'dart:async'; - -import 'package:maui/db/entity/topic.dart'; -import 'package:maui/db/dao/topic_dao.dart'; - -class TopicRepo { - static final TopicDao topicDao = TopicDao(); - - const TopicRepo(); - - Future getTopic(String id) async { - return topicDao.getTopic(id); - } - - Future> getTopicsForCategoryId(String categoryId) async { - return topicDao.getTopicsForCategoryId(categoryId); - } - - Future> getAllTopics() async { - return await topicDao.getAllTopics(); - } -} diff --git a/lib/repos/user_repo.dart b/lib/repos/user_repo.dart index 8c15abf..3c80e9b 100644 --- a/lib/repos/user_repo.dart +++ b/lib/repos/user_repo.dart @@ -3,6 +3,10 @@ import 'dart:core'; import 'dart:io'; import 'dart:convert'; import 'dart:io'; +import 'package:maui/db/dao/tile_dao.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/repos/tile_repo.dart'; +import 'package:maui/state/app_state_container.dart'; import 'package:meta/meta.dart'; import 'package:maui/db/entity/user.dart'; import 'package:maui/db/dao/user_dao.dart'; @@ -11,6 +15,8 @@ import 'package:shared_preferences/shared_preferences.dart'; import 'package:flutter/services.dart'; import 'package:path/path.dart'; import 'package:path_provider/path_provider.dart'; +import 'package:uuid/uuid.dart'; +import 'package:maui/repos/dot_map.dart'; class UserRepo { static final UserDao userDao = new UserDao(); @@ -33,19 +39,20 @@ class UserRepo { Future insertOrUpdateRemoteUser( String userId, String deviceId, String txnText) async { - print('UserRepo.insertOrUpdateRemoteUser: $userId $deviceId'); - final userInfo = txnText.split('*'); - String base64Image = userInfo.last; - Directory documentsDirectory = await getApplicationDocumentsDirectory(); - List memoryImage; - try { - memoryImage = base64.decode(base64Image); - } catch (e) { - print(e); + final userInfo = txnText.split(floresSeparator); + String imagePath; + if (userInfo.length == 3) { + String base64Image = userInfo.last; + Directory documentsDirectory = await getApplicationDocumentsDirectory(); + List memoryImage; + try { + memoryImage = base64.decode(base64Image); + } catch (e) { + print(e); + } + imagePath = join(documentsDirectory.path, '$userId.png'); + await new File(imagePath).writeAsBytes(memoryImage); } - String imagePath = join(documentsDirectory.path, '$userId.png'); - await new File(imagePath).writeAsBytes(memoryImage); - User user = await userDao.getUser(userId); if (user == null) { await userDao.insert(User( @@ -73,9 +80,9 @@ class UserRepo { var config = File(user.image); var contents = await config.readAsBytes(); var enc = user.name + - '*' + + floresSeparator + user.color.toRadixString(16) + - '*' + + floresSeparator + base64.encode(contents); try { p2p.addUser(user.id, deviceId, enc); @@ -86,7 +93,14 @@ class UserRepo { print('Stack trace:\n $s'); } - print('Added main user: $user'); + final tileRepo = TileRepo(); + dotMap.forEach((k, v) => tileRepo.upsert(Tile( + id: k, + cardId: 'dummy', + content: v, + type: TileType.dot, + userId: user.id))); + return await userDao.insert(user); } diff --git a/lib/screens/Page_Route.dart b/lib/screens/Page_Route.dart new file mode 100644 index 0000000..152da5b --- /dev/null +++ b/lib/screens/Page_Route.dart @@ -0,0 +1,17 @@ +import 'package:flutter/cupertino.dart'; +import 'package:maui/screens/profile_view.dart'; + +class NewPageRoute extends CupertinoPageRoute { + NewPageRoute() + : super(builder: (BuildContext context) => new ProfileView()); + +// Animation Integration +@override + Widget buildPage(BuildContext context, Animation animation, + Animation secondaryAnimation) { + return new FadeTransition( + opacity: animation, + child: new ProfileView(), + ); + } +} \ No newline at end of file diff --git a/lib/screens/activity_list_view.dart b/lib/screens/activity_list_view.dart deleted file mode 100644 index f8c01ac..0000000 --- a/lib/screens/activity_list_view.dart +++ /dev/null @@ -1,77 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:maui/components/topic_button.dart'; -import 'package:maui/db/entity/activity.dart'; -import 'package:maui/loca.dart'; -import '../repos/activity_repo.dart'; -import 'package:maui/screens/drawing_screen.dart'; - -class ActivityListView extends StatefulWidget { - final String topicId; - const ActivityListView({Key key, this.topicId}) : super(key: key); - - @override - _ActivityListViewState createState() { - return new _ActivityListViewState(); - } - - showModes(BuildContext context, String game) { - Navigator.of(context).pushNamed('/categories/$game'); - } -} - -class _ActivityListViewState extends State { - List _dataActivity; - bool _isLoading = true; - @override - void initState() { - super.initState(); - _initData(); - } - - void _initData() async { - setState(() => _isLoading = true); - _dataActivity = await ActivityRepo().getActivitiesByTopicId(widget.topicId); - - print("object...category data is......$_dataActivity"); - print("data of the ${_dataActivity}"); - setState(() => _isLoading = false); - } - - @override - Widget build(BuildContext context) { - MediaQueryData media = MediaQuery.of(context); - print(media); - if (_isLoading) { - return new SizedBox( - width: 20.0, - height: 20.0, - child: new CircularProgressIndicator(), - ); - } - return Scaffold( - appBar: new AppBar( - title: new Text( - widget.topicId, - )), - body: new GridView.count( - key: new Key('Category_page'), - primary: true, - crossAxisSpacing: 12.0, - mainAxisSpacing: 12.0, - crossAxisCount: media.size.height > media.size.width ? 3 : 2, - children: new List.generate(_dataActivity.length, (i) { - return TopicButton( - text: "${_dataActivity[i].text}", - image: "${_dataActivity[i].image}", - onPress: () => Navigator.of(context).push( - MaterialPageRoute(builder: (BuildContext context) { - return DrawingScreen( - activityId: _dataActivity[i].id, - ); - })), - ); - }), - ), - ); - } -} diff --git a/lib/screens/category_list_view.dart b/lib/screens/category_list_view.dart deleted file mode 100644 index d0ed41d..0000000 --- a/lib/screens/category_list_view.dart +++ /dev/null @@ -1,80 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:maui/db/entity/category.dart'; -import 'package:maui/loca.dart'; -import '../components/topic_button.dart'; -import '../repos/category_repo.dart'; -import 'sub_category_list_view.dart'; - -class CategoryListView extends StatefulWidget { - const CategoryListView({Key key}) : super(key: key); - - @override - _CategoryListViewState createState() { - return new _CategoryListViewState(); - } - - showModes(BuildContext context, String game) { - Navigator.of(context).pushNamed('/categories/$game'); - } -} - -class _CategoryListViewState extends State { - List _dataCategories; - bool _isLoading = true; - static const mainCategoryId = 'main'; - - @override - void initState() { - super.initState(); - _initData(); - } - - void _initData() async { - setState(() => _isLoading = true); - _dataCategories = - await CategoryRepo().getSubcategoriesByCategoryId(mainCategoryId); - - print("object...category data is......$_dataCategories"); - print("data of the $_dataCategories"); - setState(() => _isLoading = false); - } - - @override - Widget build(BuildContext context) { - MediaQueryData media = MediaQuery.of(context); - print(media); - if (_isLoading) { - return new SizedBox( - width: 20.0, - height: 20.0, - child: new CircularProgressIndicator(), - ); - } - print("hello image is ther or not ....::...'${_dataCategories[0].image}'"); - print("data Category list received - '${_dataCategories[0].id}'"); - return Container( - color: const Color(0xffFECE3D), - child: new GridView.count( - key: new Key('Category_page'), - primary: true, - crossAxisSpacing: 12.0, - mainAxisSpacing: 12.0, - crossAxisCount: media.size.height > media.size.width ? 2 : 2, - children: new List.generate(_dataCategories.length, (i) { - return TopicButton( - text: '${_dataCategories[i].name}', - image: '${_dataCategories[i].image}', - topicId: '${_dataCategories[i].id}', - onPress: () { - Navigator.of(context).push( - new MaterialPageRoute( - builder: (BuildContext context) => - new SubcategoryList( - categoryName: _dataCategories[i].name, - categoryId: _dataCategories[i].id)), - ); - }); - }), - )); - } -} diff --git a/lib/screens/chat_bot_screen.dart b/lib/screens/chat_bot_screen.dart index da25270..c56c4a1 100644 --- a/lib/screens/chat_bot_screen.dart +++ b/lib/screens/chat_bot_screen.dart @@ -12,6 +12,7 @@ import 'package:maui/db/entity/lesson.dart'; import 'package:maui/db/entity/user.dart'; import 'package:maui/repos/lesson_unit_repo.dart'; import 'package:maui/repos/lesson_repo.dart'; +import 'package:maui/loca.dart'; import 'package:maui/state/app_state_container.dart'; import 'package:tuple/tuple.dart'; import 'package:maui/components/unit_button.dart'; @@ -61,6 +62,7 @@ class ChatBotScreenState extends State { final TextEditingController _textController = new TextEditingController(); bool _isComposing = false; bool _isKeyboard = false; + bool _canSend = true; @override void initState() { @@ -82,8 +84,6 @@ class ChatBotScreenState extends State { @override Widget build(BuildContext context) { - print('build ${_chatItems.length}'); - print(_isComposing); final botImage = 'assets/chat_Bot_Icon.png'; var widgets = [ @@ -119,13 +119,12 @@ class ChatBotScreenState extends State { return new Scaffold( appBar: new AppBar( - title: new Text('Hoodie'), + title: new Text(Loca.of(context).hoodie), ), body: new Column(children: widgets)); } Widget _buildInput() { - print(_isComposing); if (_currentMode == ChatMode.conversation) { return new IconTheme( data: IconThemeData(color: Theme.of(context).accentColor), @@ -159,8 +158,10 @@ class ChatBotScreenState extends State { new Container( margin: new EdgeInsets.symmetric(horizontal: 4.0), child: new IconButton( - icon: new Icon(Icons.send), - onPressed: _isComposing + icon: _canSend + ? Icon(Icons.send) + : Icon(Icons.hourglass_empty), + onPressed: _isComposing && _canSend ? () => _handleTextInput(_textController.text) : null, )) @@ -257,6 +258,7 @@ class ChatBotScreenState extends State { _handleSubmitted(ChatItem chatItem) { setState(() { _chatItems.insert(0, chatItem); + _canSend = false; }); _animatedListKey.currentState .insertItem(0, duration: new Duration(milliseconds: 250)); @@ -284,6 +286,11 @@ class ChatBotScreenState extends State { new Future.delayed(const Duration(milliseconds: 1000), () { if (mounted) _displayNextChat(chatItem); }); + Future.delayed(const Duration(milliseconds: 3000), () { + setState(() { + _canSend = true; + }); + }); } _displayNextChat(ChatItem currentChatItem) async { @@ -314,7 +321,6 @@ class ChatBotScreenState extends State { _chatHistory[ChatMode.teach].item2 >= _toTeach.length) || (_currentMode == ChatMode.quiz && _chatHistory[ChatMode.quiz].item2 < _toQuiz.length)) { - print('Current: $_currentMode Next: quiz History: $_chatHistory'); if (_currentMode != ChatMode.quiz) { _toQuiz = List.from(_toTeach)..shuffle(); } @@ -358,7 +364,6 @@ class ChatBotScreenState extends State { _addChatItem(ChatMode.quiz, chatItemType, question); }); } else { - print('Current: $_currentMode Next: teach History: $_chatHistory'); if (_currentMode != ChatMode.teach) { if (_toTeach == null || _toTeach.isEmpty) { if (_lessonUnitIndex >= _lessonUnits.length) { diff --git a/lib/screens/chat_screen.dart b/lib/screens/chat_screen.dart index 8b24009..a5205bc 100644 --- a/lib/screens/chat_screen.dart +++ b/lib/screens/chat_screen.dart @@ -56,6 +56,7 @@ class ChatScreenState extends State with TickerProviderStateMixin { static final chatMessageType = 'chat'; bool _isLoading = true; AppStateContainerState appStateContainerState; + bool _canSend = true; @override void initState() { @@ -84,7 +85,6 @@ class ChatScreenState extends State with TickerProviderStateMixin { final myId = appStateContainerState.state.loggedInUser.id; final myImage = appStateContainerState.state.loggedInUser.image; var messages = appStateContainerState.messages; - print('chat_screen $messages'); var latestMessage = Map(); try { latestMessage = messages.first; @@ -215,7 +215,6 @@ class ChatScreenState extends State with TickerProviderStateMixin { } Widget _buildBottomBar(InputType inputType, Map message) { - print('ChatScreen._buildBottomBar'); switch (inputType) { case InputType.emoji: return SelectEmoji( @@ -224,12 +223,18 @@ class ChatScreenState extends State with TickerProviderStateMixin { break; case InputType.sticker: return SelectSticker( - onUserPress: _addSticker, + onUserPress: _canSend ? _addSticker : null, ); break; case InputType.choices: return SelectTextChoice( - onUserPress: _addTextChoice, texts: message['choices']); + onUserPress: _canSend ? _addTextChoice : null, + texts: message['choices']); + break; + case InputType.hidden: + break; + case InputType.keyboard: + break; } } @@ -249,7 +254,6 @@ class ChatScreenState extends State with TickerProviderStateMixin { } void _onFocusChange() { - debugPrint("Focus: " + _focusNode.hasFocus.toString()); if (_focusNode.hasFocus) { setState(() { _inputType = InputType.keyboard; @@ -296,14 +300,16 @@ class ChatScreenState extends State with TickerProviderStateMixin { margin: new EdgeInsets.symmetric(horizontal: 4.0), child: Theme.of(context).platform == TargetPlatform.iOS ? new CupertinoButton( - child: new Text("Send"), + child: new Text(Loca.of(context).send), onPressed: _isComposing ? () => _handleSubmitted(_textController.text) : null, ) : new IconButton( - icon: new Icon(Icons.send), - onPressed: _isComposing + icon: _canSend + ? Icon(Icons.send) + : Icon(Icons.hourglass_empty), + onPressed: _isComposing && _canSend ? () => _handleSubmitted(_textController.text) : null, )), @@ -338,5 +344,14 @@ class ChatScreenState extends State with TickerProviderStateMixin { void _sendMessage({String text, String imageUrl}) async { AppStateContainer.of(context).addChat(text); +// setState(() { +// _canSend = false; +// }); +// +// Future.delayed(const Duration(milliseconds: 3000), () { +// setState(() { +// _canSend = true; +// }); +// }); } } diff --git a/lib/screens/comment_list_view.dart b/lib/screens/comment_list_view.dart new file mode 100644 index 0000000..df85b3e --- /dev/null +++ b/lib/screens/comment_list_view.dart @@ -0,0 +1,300 @@ +import 'package:flutter/material.dart'; +import 'dart:io'; +import 'package:maui/db/entity/comments.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/repos/comments_repo.dart'; +import 'package:maui/repos/user_repo.dart'; + +class CommentListView extends StatefulWidget { + final User loggedInUser; + final String tileId; + final User tileUser; + const CommentListView( + {Key key, this.loggedInUser, this.tileId, this.tileUser}) + : super(key: key); + @override + _CommentListViewState createState() => new _CommentListViewState(); +} + +class _CommentListViewState extends State { + final FocusNode myFocusNode = FocusNode(); + List _comments = []; + List _allUsers = []; + bool _isLoading = true; + + TextEditingController _textController; + + @override + void initState() { + // TODO: implement initState + super.initState(); + _textController = new TextEditingController(); + // _initCommentData(); + } + + @override + void didChangeDependencies() { + // TODO: implement didChangeDependencies + super.didChangeDependencies(); + _initCommentData(); + } + + void _initCommentData() async { + // setState(() => _isLoading = true); + _comments = await CommentsRepo().getCommentsByTileId(widget.tileId); + if (_comments != null) { + _initUserData(); + } + setState(() => _isLoading = false); + } + + void _initUserData() async { + for (var comment in _comments) { + _allUsers.add(await UserRepo().getUser(comment.commentingUserId)); + } + } + + Widget _buildCommentTile(int index) { + return new Container( + child: new Row( + children: [ + new Expanded( + flex: 1, + child: _allUsers[index] == null + ? new CircleAvatar( + radius: 40.0, + backgroundColor: Colors.black, + child: new Image.asset('assets/chat_Bot_Icon.png'), + ) + : new CircleAvatar( + radius: 40.0, + backgroundColor: Colors.black, + backgroundImage: new FileImage( + new File(_allUsers[index].image), + ), + ), + ), + new Expanded( + flex: 8, + child: new Container( + child: new Center( + child: Text( + _comments[index].comment, + softWrap: true, + ), + ), + ), + ), + (widget.loggedInUser.id == _comments[index].commentingUserId) + ? new Expanded( + flex: 1, + child: new DropdownButton( + key: new Key( + index.toString(), + ), + hint: new Text(Loca.of(context).options), + onChanged: (value) async { + if (value == "delete") { + setState(() => _isLoading = true); + await CommentsRepo().deleteAComment( + _comments[index].tileId, + _comments[index].timeStamp, + _comments[index].commentingUserId, + _comments[index].comment); + + _initCommentData(); + } else { + print(value); + } + }, + items: [ + new DropdownMenuItem( + value: "edit", + child: new Text(Loca.of(context).edit), + ), + new DropdownMenuItem( + value: "delete", + child: new Text(Loca.of(context).delete), + ), + ], + ), + ) + : new Expanded( + flex: 1, + child: new Container(), + ), + ], + ), + ); + } + + @override + void dispose() { + myFocusNode.unfocus(); + myFocusNode.dispose(); + super.dispose(); + } + + @override + Widget build(BuildContext context) { + return new Scaffold( + appBar: new AppBar( + actions: [ + widget.tileUser == null + ? new CircleAvatar( + radius: 40.0, + backgroundColor: Colors.black, + child: new Image.asset('assets/chat_Bot_Icon.png'), + ) + : new CircleAvatar( + radius: 40.0, + backgroundColor: Colors.black, + backgroundImage: new FileImage( + new File(widget.tileUser.image), + ), + ), + ], + title: widget.tileUser == null + ? new Container( + child: new Center( + child: new Text( + "user not there", + style: new TextStyle( + fontSize: 30.0, + fontWeight: FontWeight.bold, + ), + ), + ), + ) + : new Container( + child: new Center( + child: new Text("${widget.tileUser.name}"), + )), + centerTitle: true, + backgroundColor: Colors.green, + elevation: 3.0, + ), + body: _isLoading + ? new CircularProgressIndicator() + : new Stack( + children: [ + new ListView.separated( + separatorBuilder: (BuildContext context, int index) { + return new Container( + color: Colors.grey, + height: 2.0, + ); + }, + itemCount: _comments == null ? 0 : _comments.length, + itemBuilder: (BuildContext context, int index) { + return _buildCommentTile(index); + }, + ), + new Align( + alignment: Alignment.bottomCenter, + child: new Container( + color: Colors.grey, + height: 60.0, + child: new Row( + children: [ + new Expanded( + flex: 1, + child: widget.loggedInUser.image == null + ? new CircleAvatar( + radius: 40.0, + backgroundColor: Colors.black, + child: new Image.asset( + 'assets/chat_Bot_Icon.png'), + ) + : new CircleAvatar( + radius: 40.0, + backgroundColor: Colors.black, + backgroundImage: new FileImage( + new File(widget.loggedInUser.image), + ), + ), + ), + new Expanded( + flex: 8, + child: new TextField( + focusNode: myFocusNode, + autofocus: false, + style: new TextStyle( + fontWeight: FontWeight.w500, + fontSize: 10.0, + color: Colors.black), + controller: _textController, + key: new Key(widget.tileId), + keyboardType: TextInputType.multiline, + textAlign: TextAlign.left, + decoration: InputDecoration( + hintText: "Write A Comment", + focusedBorder: new OutlineInputBorder( + borderSide: BorderSide( + color: Colors.brown, + style: BorderStyle.solid, + width: 2.0), + borderRadius: const BorderRadius.all( + Radius.circular(40.0), + ), + ), + border: new OutlineInputBorder( + borderSide: BorderSide( + color: Colors.brown, + style: BorderStyle.solid, + width: 2.0), + borderRadius: const BorderRadius.all( + Radius.circular(40.0), + ), + ), + hintStyle: new TextStyle( + fontWeight: FontWeight.w100, + color: Colors.black, + ), + ), + ), + ), + new Expanded( + flex: 1, + child: new RaisedButton( + elevation: 2.0, + shape: new RoundedRectangleBorder( + side: new BorderSide( + color: Colors.brown, + width: 1.0, + style: BorderStyle.solid), + borderRadius: new BorderRadius.circular(20.0), + ), + child: new Text( + "submit", + style: new TextStyle(fontSize: 15.0), + ), + onPressed: () async { + String comment = _textController.text; + _textController.text = ""; + myFocusNode.unfocus(); + if (comment != "") { + setState(() => _isLoading = true); + String timeStamp = + (new DateTime.now().millisecondsSinceEpoch) + .toString(); + await CommentsRepo().insertAComment( + widget.tileId, + timeStamp, + widget.loggedInUser.id, + comment); + _initCommentData(); + } + }, + ), + ), + ], + ), + ), + ), + ], + ), + ); + } +} diff --git a/lib/screens/drawing_list_screen.dart b/lib/screens/drawing_list_screen.dart deleted file mode 100644 index 2abdebe..0000000 --- a/lib/screens/drawing_list_screen.dart +++ /dev/null @@ -1,57 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:maui/repos/drawing_repo.dart'; -import 'package:maui/repos/activity_repo.dart'; -import 'package:maui/db/entity/drawing.dart'; -import 'package:maui/db/entity/activity.dart'; -import 'package:maui/components/drawing_wrapper.dart'; -import 'package:maui/components/drawing_list.dart'; - -class DrawingListScreen extends StatefulWidget { - final String activityId; - DrawingListScreen({Key key, this.activityId}) : super(key: key); - - @override - DrawingListScreenState createState() { - return new DrawingListScreenState(); - } -} - -class DrawingListScreenState extends State { - bool _isLoading = true; - Activity _activity; - List _drawings; - - @override - void initState() { - super.initState(); - _initData(); - } - - void _initData() async { - _activity = await ActivityRepo().getActivity(widget.activityId); - _drawings = await DrawingRepo().getDrawingsByActivityId(widget.activityId); - setState(() => _isLoading = false); - } - - @override - Widget build(BuildContext context) { - if (_isLoading) { - return new Center( - child: new SizedBox( - width: 20.0, - height: 20.0, - child: new CircularProgressIndicator(), - )); - } - return new Scaffold( - appBar: AppBar( - title: Text( - _activity.text, - overflow: TextOverflow.ellipsis, - ), - ), - body: DrawingList( - drawings: _drawings, - )); - } -} diff --git a/lib/screens/drawing_screen.dart b/lib/screens/drawing_screen.dart deleted file mode 100644 index e063048..0000000 --- a/lib/screens/drawing_screen.dart +++ /dev/null @@ -1,83 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:tahiti/tahiti.dart'; -import 'package:maui/repos/activity_repo.dart'; -import 'package:maui/db/entity/activity.dart'; -import 'package:maui/components/drawing_wrapper.dart'; -import 'package:maui/screens/drawing_list_screen.dart'; - -class DrawingScreen extends StatefulWidget { - final String activityId; - final String drawingId; - DrawingScreen({Key key, this.activityId, this.drawingId}) : super(key: key); - - @override - DrawingScreenState createState() { - return new DrawingScreenState(); - } -} - -class DrawingScreenState extends State { - bool _isLoading = true; - Activity _activity; - DrawingSelect _drawingSelect; - - @override - void initState() { - super.initState(); - if (widget.drawingId != null) - _drawingSelect = DrawingSelect.id; - else - _drawingSelect = DrawingSelect.latest; - _initData(); - } - - void _initData() async { - _activity = await ActivityRepo().getActivity(widget.activityId); - setState(() { - _isLoading = false; - }); - } - - @override - Widget build(BuildContext context) { - if (_isLoading) { - return new Center( - child: new SizedBox( - width: 20.0, - height: 20.0, - child: new CircularProgressIndicator(), - )); - } - return new Scaffold( - appBar: AppBar( - title: Text( - _activity.text, - overflow: TextOverflow.ellipsis, - ), - actions: [ - new IconButton( - icon: new Icon(Icons.add_circle), - tooltip: 'Create new drawing', - onPressed: () => - setState(() => _drawingSelect = DrawingSelect.create), - ), - new IconButton( - icon: new Icon(Icons.view_list), - tooltip: 'View all drawings', - onPressed: () => Navigator.of(context).push( - MaterialPageRoute(builder: (BuildContext context) { - return DrawingListScreen( - activityId: widget.activityId, - ); - })), - ), - ], - ), - body: DrawingWrapper( - activityId: widget.activityId, - drawingSelect: _drawingSelect, - drawingId: widget.drawingId, - ), - ); - } -} diff --git a/lib/screens/friend_list_view.dart b/lib/screens/friend_list_view.dart index f8ef1b7..255312b 100644 --- a/lib/screens/friend_list_view.dart +++ b/lib/screens/friend_list_view.dart @@ -40,7 +40,6 @@ class _FriendListViewState extends State { Widget build(BuildContext context) { final user = AppStateContainer.of(context).state.loggedInUser; var users = AppStateContainer.of(context).users; - print('FriendListView.users $users'); var notifs = AppStateContainer.of(context).notifs; MediaQueryData media = MediaQuery.of(context); if (_isLoading) { @@ -52,7 +51,7 @@ class _FriendListViewState extends State { )); } return Container( - color: const Color(0xff36C5E4), + color: Color(0xFFFFFFFF), child: new GridView.count( crossAxisSpacing: 12.0, mainAxisSpacing: 12.0, diff --git a/lib/screens/game_list_view.dart b/lib/screens/game_list_view.dart index 3ef475e..2bdb1a3 100644 --- a/lib/screens/game_list_view.dart +++ b/lib/screens/game_list_view.dart @@ -6,6 +6,40 @@ import 'package:maui/repos/notif_repo.dart'; import 'package:badge/badge.dart'; import 'package:maui/loca.dart'; import 'package:maui/components/gameaudio.dart'; +import 'package:tuple/tuple.dart'; + +List> gameNames = [ + Tuple2('reflex', 'Reflex'), + Tuple2('order_it', 'Order It'), + Tuple2('memory', 'Memory'), + Tuple2('drawing', 'drawing'), + Tuple2('fill_in_the_blanks', 'Fill In The Blanks'), + Tuple2('calculate_numbers', 'Calculate'), + Tuple2('casino', 'Casino'), + Tuple2('match_the_following', 'Match'), + Tuple2('bingo', 'Bingo'), + Tuple2('true_or_false', 'True Or False'), + Tuple2('tables', 'Tables'), + Tuple2('identify', 'identify'), + Tuple2('fill_number', 'Fill Number'), + Tuple2('quiz', 'Quiz'), + Tuple2('connect_the_dots', 'Connect The Dots'), + Tuple2('tap_home', 'Tap Home'), + Tuple2('tap_wrong', 'Tap Wrong'), + Tuple2('guess', 'guess'), + Tuple2('wordgrid', 'Word Grid'), + Tuple2('spin_wheel', 'Spin The Wheel'), + Tuple2('dice', 'Dice'), +]; + +// GameButton( 'abacus', 'Abacus', notifs: _notifs), +// GameButton( 'circle_word', 'Circle Word'), +// GameButton( 'first_word', 'First Word'), +// GameButton( 'friend_word', 'Friend Word'), +// GameButton( 'picture_sentence', 'Picture Sentence'), +// GameButton( 'crossword', 'Crossword'), +// GameButton( 'draw_challenge', 'draw_challenge'), +// GameButton( 'clue_game', 'Clue'), class GameListView extends StatefulWidget { const GameListView({Key key}) : super(key: key); @@ -36,8 +70,47 @@ class GameListViewState extends State { }); } - Widget _buildButton( - BuildContext context, String gameName, String displayName) { + @override + Widget build(BuildContext context) { + MediaQueryData media = MediaQuery.of(context); + final iconSize = min(media.size.width, media.size.height) / 8; + final TextStyle textStyle = Theme.of(context).textTheme.display1; + final gap = 16.0 * min(media.size.width, media.size.height) / 400.0; + return Scaffold( + appBar: AppBar( + title: Text(Loca.of(context).games), + ), + body: Container( + color: Color(0xFFFFFFFF), + child: new GridView.count( + key: new Key('Game_page'), + primary: true, +// padding: const EdgeInsets.all(.0), + crossAxisSpacing: 12.0, + mainAxisSpacing: 12.0, + crossAxisCount: media.size.height > media.size.width ? 3 : 4, + children: gameNames + .map((t) => GameButton( + t.item1, + t.item2, + notifs: _notifs, + )) + .toList(growable: false), + ), + ), + ); + } +} + +class GameButton extends StatelessWidget { + final String gameName; + final String displayName; + final Map notifs; + + const GameButton(this.gameName, this.displayName, {Key key, this.notifs}) + : super(key: key); + + Widget build(BuildContext context) { MediaQueryData media = MediaQuery.of(context); Orientation orientation = MediaQuery.of(context).orientation; final colors = SingleGame.gameColors[gameName]; @@ -50,8 +123,7 @@ class GameListViewState extends State { margin: EdgeInsets.all(size.width * .02), child: new InkWell( onTap: () { - Navigator - .of(context) + Navigator.of(context) .push(MaterialPageRoute(builder: (BuildContext context) { return SelectOpponentScreen( gameName: gameName, @@ -80,7 +152,7 @@ class GameListViewState extends State { new Column( children: [ new Expanded( - child: _notifs[gameName] == null + child: (notifs == null || notifs[gameName] == null) ? new Column(children: [ new Row( children: [ @@ -99,7 +171,7 @@ class GameListViewState extends State { ), ]) : Badge( - value: '${_notifs[gameName]}', + value: '${notifs[gameName]}', child: new Column(children: [ new Row( children: [ @@ -135,54 +207,4 @@ class GameListViewState extends State { ), ); } - - @override - Widget build(BuildContext context) { - MediaQueryData media = MediaQuery.of(context); - print(media); - final iconSize = min(media.size.width, media.size.height) / 8; - final TextStyle textStyle = Theme.of(context).textTheme.display1; - final gap = 16.0 * min(media.size.width, media.size.height) / 400.0; - return Container( - color: const Color(0xffFECE3D), - child: new GridView.count( - key: new Key('Game_page'), - primary: true, -// padding: const EdgeInsets.all(.0), - crossAxisSpacing: 12.0, - mainAxisSpacing: 12.0, - crossAxisCount: media.size.height > media.size.width ? 3 : 4, - children: [ - _buildButton(context, 'reflex', 'Reflex'), - _buildButton(context, 'order_it', 'Order It'), - _buildButton(context, 'memory', 'Memory'), -// _buildButton(context, 'abacus', 'Abacus'), - _buildButton(context, 'drawing', 'drawing'), - _buildButton(context, 'fill_in_the_blanks', 'Fill In The Blanks'), - _buildButton(context, 'calculate_numbers', 'Calculate'), - _buildButton(context, 'casino', 'Casino'), - _buildButton(context, 'match_the_following', 'Match'), - _buildButton(context, 'bingo', 'Bingo'), - _buildButton(context, 'true_or_false', 'True Or False'), - _buildButton(context, 'tables', 'Tables'), - _buildButton(context, 'identify', 'identify'), - _buildButton(context, 'fill_number', 'Fill Number'), - _buildButton(context, 'quiz', 'Quiz'), - _buildButton(context, 'connect_the_dots', 'Connect The Dots'), - _buildButton(context, 'tap_home', 'Tap Home'), - _buildButton(context, 'tap_wrong', 'Tap Wrong'), - _buildButton(context, 'guess', 'guess'), - _buildButton(context, 'wordgrid', 'Word Grid'), - _buildButton(context, 'spin_wheel', 'Spin The Wheel'), - _buildButton(context, 'dice', 'Dice'), -// _buildButton(context, 'circle_word', 'Circle Word'), -// _buildButton(context, 'first_word', 'First Word'), -// _buildButton(context, 'friend_word', 'Friend Word'), -// _buildButton(context, 'picture_sentence', 'Picture Sentence'), -// _buildButton(context, 'crossword', 'Crossword'), -// _buildButton(context, 'draw_challenge', 'draw_challenge'), -// _buildButton(context, 'clue_game', 'Clue'), - ]), - ); - } } diff --git a/lib/screens/home_page_view.dart b/lib/screens/home_page_view.dart new file mode 100644 index 0000000..c7060f2 --- /dev/null +++ b/lib/screens/home_page_view.dart @@ -0,0 +1,353 @@ +import 'dart:async'; +import 'dart:io'; +import 'package:flutter/scheduler.dart'; +import 'package:maui/db/entity/home.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/repos/user_repo.dart'; +import 'package:maui/repos/home_page_repo.dart'; +import 'package:maui/loca.dart'; +import 'package:maui/screens/comment_list_view.dart'; +import 'package:maui/repos/likes_repo.dart'; +import 'package:flutter/material.dart'; +import 'package:maui/state/app_state_container.dart'; + +class HomePageView extends StatefulWidget { + @override + _HomePageViewState createState() => new _HomePageViewState(); +} + +class _HomePageViewState extends State + with TickerProviderStateMixin { + AnimationController _commentButtonAnimationController; + List _home = []; + List _likes = []; + List _allUsers = []; + bool _isLoading; + User _loggedInUser; + void _initHomeData() async { + setState(() => _isLoading = true); + _home = await HomeRepo().getHomeTiles(); + _initUserData(); + _initLikeData(); + } + + void _initLikeData() async { + for (var tile in _home) { + _likes.add(await LikesRepo().getNumberOfLikesByTileId(tile.tileId)); + } + setState(() => _isLoading = false); + } + + void _initUserData() async { + for (var tile in _home) { + _allUsers.add(await UserRepo().getUser(tile.userId)); + } + } + + Future _startAnimation() async { + try { + print(":"); + await _commentButtonAnimationController.reverse().orCancel; + print("forward"); + // await _commentButtonAnimationController.forward().orCancel; + print("reversed"); + } on TickerCanceled {} + } + + Widget _initTileData(String type, String typeId) { + return new Container( + color: type == "quiz" + ? Colors.red + : type == "article" ? Colors.green : Colors.grey, + height: 400.0, + width: 400.0, + child: new Center( + child: new Text( + "$typeId" + " " + "$type", + style: new TextStyle( + fontSize: 30.0, + fontWeight: FontWeight.bold, + ), + ), + ), + ); + } + + @override + void initState() { + super.initState(); + _commentButtonAnimationController = new AnimationController( + vsync: this, duration: const Duration(milliseconds: 1000)); + _commentButtonAnimationController.forward(); + } + + @override + void didUpdateWidget(HomePageView oldWidget) { + // TODO: implement didUpdateWidget + super.didUpdateWidget(oldWidget); + if (oldWidget != this.widget) { + _commentButtonAnimationController.forward(); + } + } + + @override + void didChangeDependencies() { + super.didChangeDependencies(); + _initHomeData(); + } + + Widget _homeTiles(int index) { + return new Padding( + padding: const EdgeInsets.fromLTRB(30.0, 0.0, 30.0, 0.0), + child: new ListTile( + key: new Key(index.toString()), + title: new Column( + mainAxisAlignment: MainAxisAlignment.spaceAround, + crossAxisAlignment: CrossAxisAlignment.center, + children: [ + new Row( + mainAxisAlignment: MainAxisAlignment.center, + crossAxisAlignment: CrossAxisAlignment.center, + children: [ + new Expanded( + flex: 1, + child: _allUsers[index] == null + ? new CircleAvatar( + radius: 40.0, + backgroundColor: Colors.black, + child: new Image.asset('assets/chat_Bot_Icon.png'), + ) + : new CircleAvatar( + radius: 40.0, + backgroundColor: Colors.black, + backgroundImage: new FileImage( + new File(_allUsers[index].image), + ), + ), + ), + new Expanded( + flex: 10, + child: _allUsers[index] == null + ? new Container( + child: new Center( + child: new Text( + "user not there", + style: new TextStyle( + fontSize: 30.0, + fontWeight: FontWeight.bold, + ), + ), + ), + ) + : new Container( + child: new Center( + child: new Text("${_allUsers[index].name}"), + )), + ), + ]), + new Padding( + padding: const EdgeInsets.all(80.0), + child: new Row( + mainAxisAlignment: MainAxisAlignment.center, + crossAxisAlignment: CrossAxisAlignment.center, + children: [ + _home[index].type == "quiz" + ? _initTileData(_home[index].type, _home[index].typeId) + : _home[index].type == "article" + ? _initTileData( + _home[index].type, _home[index].typeId) + : _initTileData( + _home[index].type, _home[index].typeId), + ], + ), + ), + ], + ), + subtitle: new Row( + mainAxisAlignment: MainAxisAlignment.center, + children: [ + new Expanded( + flex: 1, + child: Padding( + padding: const EdgeInsets.only(right: 8.0), + child: new RaisedButton( + shape: new RoundedRectangleBorder( + side: new BorderSide( + color: Colors.brown, + width: 1.0, + style: BorderStyle.solid), + borderRadius: new BorderRadius.circular(20.0)), + padding: const EdgeInsets.fromLTRB(0.0, 5.0, 0.0, 5.0), + child: new Row( + children: [ + new Expanded( + flex: 1, + child: new Icon( + Icons.thumb_up, + size: 30.0, + color: Colors.green, + ), + ), + new Expanded( + flex: 1, + child: new Text( + _likes[index].toString(), + style: new TextStyle(fontSize: 30.0), + ), + ) + ], + ), + elevation: 5.0, + onPressed: () async { + await LikesRepo().insertOrDeleteLike( + _home[index].tileId, _loggedInUser.id); + _isLoading = true; + _likes.clear(); + _initLikeData(); + }, + ), + ), + ), + new Expanded( + flex: 2, + child: new Padding( + padding: const EdgeInsets.all(8.0), + child: new GestureDetector( + onTap: () { + _startAnimation(); + Future.delayed(const Duration(milliseconds: 1000), () { + Navigator.of(context).push( + new MaterialPageRoute( + builder: (BuildContext context) { + return new CommentListView( + tileId: _home[index].tileId, + loggedInUser: _loggedInUser, + tileUser: _allUsers[index], + ); + }, + ), + ); + }); + }, + child: new AnimatedCommentBox( + controller: _commentButtonAnimationController, + ), + ), + ), + ), + ], + ), + onTap: () { + _home[index].type == "quiz" + ? print("To the Quiz") + : _home[index].type == "article" + ? print("To the article") + : print("to the activity"); + }, + contentPadding: const EdgeInsets.all(25.0), + isThreeLine: true, + enabled: true, + dense: false, + ), + ); + } + + @override + void dispose() { + super.dispose(); + _commentButtonAnimationController.dispose(); + } + + @override + Widget build(BuildContext context) { + _loggedInUser = AppStateContainer.of(context).state.loggedInUser; + return _isLoading + ? new CircularProgressIndicator() + : new RefreshIndicator( + onRefresh: () async { + await new Future.delayed( + const Duration( + seconds: 5, + ), () { + _initHomeData(); + Scaffold.of(context).showSnackBar(new SnackBar( + content: new Text( + " Refreshed", + style: new TextStyle( + fontSize: 20.0, + color: Colors.black, + fontWeight: FontWeight.bold, + ), + ), + duration: const Duration( + seconds: 5, + ), + backgroundColor: Colors.white, + )); + }); + }, + child: new ListView.separated( + separatorBuilder: (BuildContext context, int index) { + return new Container( + color: Colors.grey, + height: 2.0, + ); + }, + itemCount: _home.length, + itemBuilder: (BuildContext context, int index) { + return _homeTiles(index); + }, + ), + ); + } +} + +class AnimatedCommentBox extends StatelessWidget { + AnimatedCommentBox({Key key, this.controller}) + : opacity = new Tween(begin: 0.0, end: 1.0).animate( + new CurvedAnimation( + parent: controller, + curve: new Interval(0.0, 1.0, curve: Curves.bounceInOut))), + radius = new Tween( + begin: 10.0, + end: 0.0, + ).animate(new CurvedAnimation( + parent: controller, + curve: new Interval(0.0, 1.0, curve: Curves.linear))), + super(key: key); + final Animation controller; + final Animation opacity; + final Animation radius; + + @override + Widget build(BuildContext context) { + //timeDilation = 2.0; + // TODO: implement build + return new AnimatedBuilder( + animation: controller, + builder: (BuildContext context, Widget child) { + return new Opacity( + opacity: opacity.value, + child: new Container( + child: new Center( + child: new Text( + Loca.of(context).comment, + style: new TextStyle(fontSize: 30.0), + ), + ), + decoration: new BoxDecoration( + color: Colors.yellow, + border: Border.all(color: Colors.black, width: 1.0), + borderRadius: new BorderRadius.circular(10.0), + boxShadow: [ + new BoxShadow( + color: Colors.grey, + spreadRadius: radius.value, + ) + ], + )), + ); + }, + ); + } +} diff --git a/lib/screens/login_screen.dart b/lib/screens/login_screen.dart index 47e4a0f..0a6563c 100644 --- a/lib/screens/login_screen.dart +++ b/lib/screens/login_screen.dart @@ -2,16 +2,21 @@ import 'dart:async'; import 'dart:io'; import 'package:camera/camera.dart'; import 'package:flutter/material.dart'; +import 'package:flutter_svg/flutter_svg.dart'; import 'package:flutter/services.dart'; import 'package:maui/components/Shaker.dart'; import 'package:maui/components/camera.dart'; import 'package:maui/db/entity/user.dart'; import 'package:maui/repos/user_repo.dart'; import 'package:maui/state/app_state_container.dart'; +import 'package:path_provider/path_provider.dart'; import 'package:shared_preferences/shared_preferences.dart'; +import 'package:maui/screens/welcome_screen.dart'; import 'tab_home.dart'; import 'package:maui/components/gameaudio.dart'; import 'package:maui/loca.dart'; +import 'package:nima/nima_actor.dart'; +import 'package:image/image.dart' as Img; class LoginScreen extends StatefulWidget { @override @@ -30,16 +35,29 @@ class _LoginScreenState extends State Animation shakeAnimation; AnimationController controller; CameraDescription camera; + final textEditController = TextEditingController(); + double _size = 500.0; + FocusNode _focusName; + String _animationName; + bool paused; + bool disabled; + @override void initState() { super.initState(); - print('LoginScreen: initState'); _isLoading = true; + _animationName = "signup"; + paused = false; + disabled = false; controller = new AnimationController( duration: new Duration(milliseconds: 50), vsync: this); shakeAnimation = new Tween(begin: -4.0, end: 4.0).animate(controller); controller.addStatusListener((status) {}); + _focusName = FocusNode() + ..addListener(() { + _focusName.hasFocus ? _compressIcon() : _decompressIcon(); + }); _initData(); } @@ -49,7 +67,7 @@ class _LoginScreenState extends State if (userId != null) { User user = await UserRepo().getUser(userId); await AppStateContainer.of(context).setLoggedInUser(user); - Navigator.of(context).pushReplacementNamed('/tab'); + Navigator.of(context).pushNamed('/welcome'); } var users = await UserRepo().getLocalUsers(); @@ -59,14 +77,23 @@ class _LoginScreenState extends State }); } - @override - void didUpdateWidget(LoginScreen oldWidget) { - super.didUpdateWidget(oldWidget); + _compressIcon() { + setState(() { + _size = 250.0; + }); + } + + _decompressIcon() { + setState(() { + _size = 500.0; + }); } @override void dispose() { SystemChrome.setPreferredOrientations([]); + _focusName.dispose(); + controller.dispose(); super.dispose(); } @@ -94,108 +121,208 @@ class _LoginScreenState extends State Orientation ornt; @override Widget build(BuildContext context) { + MediaQueryData media = MediaQuery.of(context); + + var size = media.size; var user = AppStateContainer.of(context).state.loggedInUser; - print("user detail ?::: $user"); - return (user != null) - ? new TabHome() - : new Scaffold( - appBar: _isLoading - ? null - : new AppBar( - backgroundColor: new Color(0xff4C5C9E), - title: new Text(Loca.of(context).enterYourDetails), - ), - body: _isLoading - ? new SizedBox( - width: 20.0, - height: 20.0, - child: new CircularProgressIndicator(), - ) - : (_users?.length ?? 0) == 0 - ? new Container() - // : new UserList(users: _users), - : Container( + return Scaffold( + appBar: _isLoading + ? null + : new AppBar( + backgroundColor: new Color(0xff4C5C9E), + title: new Text(Loca.of(context).enterYourDetails), + ), + body: new Container( + decoration: new BoxDecoration( + color: Colors.purple, + ), + child: _isLoading + ? new SizedBox( + width: 20.0, + height: 20.0, + child: new CircularProgressIndicator(), + ) + : (_users?.length ?? 0) == 0 + ? new Container() + // : new UserList(users: _users), + : ListView( + children: [ + Container( padding: const EdgeInsets.all(20.0), child: new Column( - mainAxisAlignment: MainAxisAlignment.spaceEvenly, + // mainAxisAlignment: + // MainAxisAlignment.spaceEvenly, mainAxisSize: MainAxisSize.max, - // mainAxisAlignment: MainAxisAlignment.spaceAround, + mainAxisAlignment: MainAxisAlignment.center, + crossAxisAlignment: CrossAxisAlignment.center, children: [ - imagePathStore == null - ? Center( - child: Container( - height: 130.0, - width: 130.0, - child: RaisedButton( - splashColor: Colors.blue, - color: Colors.white, - shape: CircleBorder( - side: BorderSide( - width: 3.0, - color: new Color(0xff4C5C9E))), - onPressed: () => getImage(context), - child: new IconTheme( - data: IconThemeData( - size: 70.0, - color: new Color(0xff4C5C9E)), - child: Icon(Icons.add), + Align( + alignment: AlignmentDirectional.center, + child: AnimatedContainer( + height: _size, + width: _size, + curve: Curves.bounceOut, + child: new AspectRatio( + aspectRatio: 2.0, + child: Padding( + padding: const EdgeInsets.only( + bottom: 40.0, right: 40.0), + child: new NimaActor("assets/quack", + animation: _animationName, + alignment: Alignment.center, + fit: BoxFit.scaleDown, + mixSeconds: 0.2, + paused: paused, + completed: (String animationName) { + setState(() { + paused = true; + _animationName = null; + }); + }), + )), + duration: Duration(milliseconds: 1200), + ), + ), + new Stack( + alignment: AlignmentDirectional.bottomCenter, + children: [ + new Container( + decoration: new BoxDecoration( + color: Colors.white, + borderRadius: + new BorderRadius.circular(50.0), + border: new Border.all( + width: 6.0, + color: Colors.amber, + ), + ), + child: new Column( + mainAxisAlignment: MainAxisAlignment.center, + crossAxisAlignment: + CrossAxisAlignment.center, + children: [ + new Padding( + padding: size.height > size.width + ? new EdgeInsets.all(10.0) + : new EdgeInsets.all(5.0), + ), + imagePathStore == null + ? Container( + height: size.height > size.width + ? size.height * 0.2 + : size.height * 0.075, + width: size.height > size.width + ? size.width * 0.2 + : size.width * 0.1, + child: RaisedButton( + splashColor: Colors.amber, + color: Colors.white, + shape: CircleBorder( + side: BorderSide( + width: 3.0, + color: Colors.amber)), + onPressed: () => + getImage(context), + child: new IconTheme( + data: IconThemeData( + size: size.height * 0.05, + color: Colors.amber), + child: Icon(Icons.add), + ), + ), + ) + : InkWell( + onTap: () => getImage(context), + child: new Container( + width: 130.0, + height: 130.0, + decoration: new BoxDecoration( + shape: BoxShape.circle, + image: + new DecorationImage( + image: FileImage(File( + imagePathStore)), + fit: BoxFit.fill, + ))), + ), + new Padding( + padding: size.height > size.width + ? new EdgeInsets.all( + size.height * 0.1) + : new EdgeInsets.fromLTRB( + size.height * 0.04, + size.height * 0.03, + size.height * 0.04, + size.height * 0.085), + child: new TextField( + focusNode: _focusName, + autocorrect: false, + onSubmitted: _submit(userName), + onChanged: _onTyping, + // controller: + // TextEditingController( + // text: userName), + decoration: new InputDecoration( + labelStyle: + TextStyle(color: Colors.red), + isDense: true, + border: const OutlineInputBorder( + borderRadius: + const BorderRadius.all( + const Radius.circular( + 10.0)), + borderSide: const BorderSide( + style: BorderStyle.solid, + width: 100.0, + color: Colors.amber)), + hintText: + Loca.of(context).writeYourName, + ), ), ), - ), - ) - : InkWell( - onTap: () => getImage(context), - child: new Container( - width: 130.0, - height: 130.0, - decoration: new BoxDecoration( - shape: BoxShape.circle, - image: new DecorationImage( - image: FileImage( - File(imagePathStore)), - fit: BoxFit.fill, - ))), + ], ), - new TextField( - autocorrect: false, - onSubmitted: _submit(userName), - onChanged: _onTyping, - controller: TextEditingController(text: userName), - decoration: new InputDecoration( - labelStyle: TextStyle(color: Colors.red), - isDense: true, - border: const OutlineInputBorder( - borderRadius: const BorderRadius.all( - const Radius.circular(10.0)), - borderSide: const BorderSide( - style: BorderStyle.solid, - width: 100.0, - color: const Color(0xff4C5C9E))), - hintText: Loca.of(context).writeYourName, - ), + ), + Padding( + padding: new EdgeInsets.all(20.0), + child: new InkWell( + onTap: disabled ? null : tabSreen, + splashColor: Colors.amber, + child: new Shake( + animation: shakeAnimation, + child: new Container( + // alignment: + // Alignment(0.0, 0.5), + decoration: BoxDecoration( + borderRadius: const BorderRadius + .all( + const Radius.circular(16.0)), + color: Colors.amber, + ), + height: size.height * 0.06, + width: size.width * 0.2, + child: disabled + ? Center( + child: SizedBox( + height: 16.0, + width: 16.0, + child: + CircularProgressIndicator())) + : Icon( + Icons.keyboard_arrow_right, + color: Colors.white, + size: 50.0))), + ), + ) + ], ), - Shake( - animation: shakeAnimation, - child: Container( - width: 100.0, - height: 50.0, - child: new RaisedButton( - splashColor: Colors.blueAccent, - shape: RoundedRectangleBorder( - borderRadius: - BorderRadius.circular(12.0), - side: BorderSide( - width: 3.0, - color: new Color(0xff4C5C9E))), - color: new Color(0xffE3EB28), - child: new Icon(Icons.keyboard_arrow_right), - onPressed: tabSreen), - ), - ) ], ), ), - ); + ], + ), + ), + ); } _onTyping(String name) { @@ -203,20 +330,38 @@ class _LoginScreenState extends State } _submit(String name) { - print('called on submit $name'); setState(() { userName = name; }); } - void tabSreen() async { - if (imagePathStore != '' && userName != '' && userName != null) { - var user = await new UserRepo().insertLocalUser( - new User(image: imagePathStore, currentLessonId: 1, name: userName)); - AppStateContainer.of(context).setLoggedInUser(user); - Navigator.of(context).pushReplacementNamed('/tab'); + String compressedImage; +// @override +// void didChangeDependencies() { +// if (imagePathStore != null) { +// compressImage(imagePathStore).then((s) { +// compressedImage = s; +// }); +// } +// super.didChangeDependencies(); +// } + + void tabSreen() { + if (imagePathStore != null && userName != '' && userName != null) { + setState(() { + disabled = true; + }); + compressImage(imagePathStore).then((s) async { + compressedImage = s; + user = await new UserRepo().insertLocalUser(new User( + image: compressedImage, + currentLessonId: 1, + name: userName, + points: 100)); + AppStateContainer.of(context).setLoggedInUser(user); + Navigator.of(context).pushReplacementNamed('/welcome'); + }); } else { - print("false"); controller.addStatusListener((status) { if (status == AnimationStatus.completed) { controller.reverse(); @@ -232,41 +377,20 @@ class _LoginScreenState extends State } } -// enum ImageSrc { -// camera, -// galery, -// } - -// class ImagePick { -// static MethodChannel _channel = const MethodChannel( -// 'plugins.flutter.io/image_picker', -// ); -// static Future pickImage({ -// @required ImageSrc source, -// double maxWidth, -// double maxHeight, -// }) async { -// assert(source != null); - -// List cameras; -// if (maxWidth != null && maxWidth < 0) { -// print("camera sdede $cameras"); -// throw new ArgumentError.value(maxWidth, 'maxWidth cannot be negative'); -// } - -// if (maxHeight != null && maxHeight < 0) { -// throw new ArgumentError.value(maxHeight, 'maxHeight cannot be negative'); -// } -// final String path = await _channel.invokeMethod( -// 'pickImage', -// { -// //'cameraName': cameras[0], -// 'source': source.index, -// 'maxWidth': maxWidth, -// 'maxHeight': maxHeight, -// }, -// ); +Future compressImage(String imagePath) async { + final Directory extDir = await getApplicationDocumentsDirectory(); + final String dirPath = '${extDir.path}/Pictures/flutter_test'; + await Directory(dirPath).create(recursive: true); + final String filePath = '$dirPath/${timestamp()}.jpg'; + Img.Image image = Img.decodeImage(File(imagePath).readAsBytesSync()); +// print("image original ht and wid: ${image.height} , ${image.width}"); + var cp = Img.copyResize( + image, + 64, + ); + var c = File(filePath)..writeAsBytesSync(Img.encodePng(cp)); +// print("compressed image:: ${cp.height}, ${cp.width}"); + return c.path; +} -// return path == null ? null : path; -// } -// } +String timestamp() => DateTime.now().millisecondsSinceEpoch.toString(); diff --git a/lib/screens/profile_view.dart b/lib/screens/profile_view.dart index 150194a..0ecc135 100644 --- a/lib/screens/profile_view.dart +++ b/lib/screens/profile_view.dart @@ -1,8 +1,13 @@ import 'dart:io'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/quack/user_collection.dart'; +import 'package:maui/quack/user_drawing_grid.dart'; +import 'package:maui/quack/user_progress.dart'; +import 'package:maui/repos/user_repo.dart'; import '../loca.dart'; import 'package:flutter/material.dart'; import '../state/app_state_container.dart'; -import 'topic_view.dart'; +import 'package:maui/components/camera.dart'; class ProfileView extends StatefulWidget { @override @@ -11,93 +16,297 @@ class ProfileView extends StatefulWidget { class ProfileViewState extends State with TickerProviderStateMixin { - List categories = [ - "gallery", - "topic", - ]; - TabController _controller; + List categories = ["gallery", "collection", "progress"]; + TabController tabController; + String userName; + bool setflag = false; @override void initState() { super.initState(); - print("Welcome to QuizProgressTracker class"); - _controller = new TabController(length: categories.length, vsync: this); + tabController = new TabController(length: categories.length, vsync: this); } - @override - Widget build(BuildContext ctxt) { + getImage(BuildContext context) async { + setState(() { + imagePathStore = null; + }); + + Navigator.push( + context, + new MaterialPageRoute( + builder: (BuildContext context) => new CameraScreen( + true, + )), + ); + // imagePathStore = "assets/solo.png" ; + } + + Widget getTabBar() { + return TabBar( + isScrollable: false, + indicatorColor: Colors.grey, + indicatorSize: TabBarIndicatorSize.tab, + indicatorWeight: 5.0, + labelColor: Colors.black, + labelStyle: new TextStyle( + fontSize: 20.0, + fontWeight: FontWeight.bold, + fontStyle: FontStyle.normal), + controller: tabController, + tabs: [ + new Tab(text: Loca.of(context).gallery), + new Tab(text: Loca.of(context).collection), + new Tab(text: Loca.of(context).progress), + ]); + } + + Widget getTabBarPages(BuildContext context) { MediaQueryData media = MediaQuery.of(context); Orientation orientation = media.orientation; - var _size = media.size; + + return Align( + alignment: Alignment.topCenter, + child: TabBarView(controller: tabController, children: [ + UserDrawingGrid( + userId: AppStateContainer.of(context).state.loggedInUser.id, + ), + UserCollection( + userId: AppStateContainer.of(context).state.loggedInUser.id, + ), + UserProgress(), + ]), + ); + } + + @override + Widget build(BuildContext context) { + MediaQueryData media = MediaQuery.of(context); + var _height = media.size.height; var user = AppStateContainer.of(context).state.loggedInUser; - return new Scaffold( - body: new NestedScrollView( - // controller: _scrollcontroller, - headerSliverBuilder: (BuildContext context, bool innerBoxIsScrolled) { - return [ - new SliverAppBar( - backgroundColor: const Color(0xffFC5E79), - pinned: true, - - expandedHeight: orientation == Orientation.portrait - ? _size.height * .25 - : _size.height * .5, - // forceElevated:false, - flexibleSpace: new FlexibleSpaceBar( - background: new FittedBox( - fit: BoxFit.contain, - alignment: Alignment.center, - child: Container( - height: 300.0, - width: 300.0, - child: new Center( - child: Column(children: [ - new Container( - height: 200.0, - width: 200.0, - decoration: new BoxDecoration( - borderRadius: const BorderRadius.all( - const Radius.circular(16.0)), - ), - child: Image.file(new File(user.image)), - ), - new Text("${user.name}") - ])), - ), + final TextEditingController _textController = new TextEditingController(); + final userText = Row(children: [ + Expanded( + child: Container( + padding: EdgeInsets.only(left: 35.0), + child: Column( + children: [ + new Text( + "${user.name}", + style: new TextStyle( + fontSize: 30.0, + fontWeight: FontWeight.bold, + color: Colors.black, ), + softWrap: true, + overflow: TextOverflow.ellipsis, ), - bottom: new TabBar( - isScrollable: false, - indicatorColor: Colors.white, - indicatorSize: TabBarIndicatorSize.tab, - indicatorWeight: 5.0, - labelColor: Colors.white, - labelStyle: new TextStyle( - fontSize: _size.height * 0.3 * 0.07, - fontWeight: FontWeight.bold, - fontStyle: FontStyle.normal), - controller: _controller, - // unselectedLabelColor: _myHandler.color, - tabs: [ - new Tab( - text: Loca.of(context).gallery, - ), - new Tab( - text: Loca.of(context).topic, - ), - ], + new Text( + "${user.points}", + maxLines: 1, + textDirection: TextDirection.ltr, + style: new TextStyle( + fontSize: 20.0, + fontWeight: FontWeight.bold, + color: Colors.black, + ), ), - ), - ]; - }, - body: new TabBarView( - controller: _controller, - children: [ - new Text("i have to show gallery here"), - new TopicView(), - ], + ], + ), + ), + ), + Align( + alignment: AlignmentDirectional.topEnd, + child: IconButton( + icon: Icon( + Icons.edit, + color: Colors.red, + size: 35.0, + ), + onPressed: () { + setState(() { + setflag = true; + }); + }, ), ), + ]); + + final stackHeader = Stack( + overflow: Overflow.clip, + children: [ + Align( + alignment: AlignmentDirectional.center, + child: SizedBox.expand( + child: Padding( + padding: EdgeInsets.all(5.0), + child: CircleAvatar( + backgroundImage: new FileImage(new File(user.image)), + ), + ), + ), + ), + Align( + alignment: AlignmentDirectional.bottomEnd, + child: CircleAvatar( + radius: 30.0, + child: Center( + child: new IconButton( + // color: Colors.blue, + icon: Icon( + Icons.photo_camera, + color: Colors.white, + size: 30.0, + ), + onPressed: () => getImage(context), + ), + ), + ), + ) + ], + ); + final userdetails = Column( + children: [ + Expanded( + flex: 2, + child: Align( + alignment: Alignment.topCenter, + child: Container( + height: _height * .14, + width: _height * .14, + child: CircleAvatar( + child: stackHeader, + )), + ), + ), + Expanded( + child: Align( + alignment: Alignment.center, + child: Container( + padding: EdgeInsets.symmetric(horizontal: 15.0), + child: userText, + ), + ), + ), + getTabBar() + ], + ); + + final _profileTextfield = Row( + mainAxisAlignment: MainAxisAlignment.center, + children: [ + Expanded( + flex: 2, + child: new TextField( + // focusNode: _focusName, + autocorrect: false, + autofocus: true, + maxLength: 20, + textInputAction: TextInputAction.none, + onSubmitted: _submit(userName), + onChanged: _onTyping, + controller: _textController, + decoration: new InputDecoration( + counterText: '', + labelStyle: TextStyle(color: Colors.red), + isDense: true, + border: const OutlineInputBorder( + borderRadius: + const BorderRadius.all(const Radius.circular(10.0)), + borderSide: const BorderSide( + style: BorderStyle.solid, + width: 100.0, + color: Colors.amber)), + hintText: Loca.of(context).writeYourName, + ), + ), + ), + Padding( + padding: const EdgeInsets.only(bottom: 25.0), + child: CircleAvatar( + backgroundColor: Colors.redAccent, + radius: 30, + child: IconButton( + color: Colors.black, + icon: new Icon( + Icons.send, + color: Colors.white, + ), + onPressed: () { + editbutton(user); + }, + ), + ), + ), + ], ); + + return Scaffold( + body: SafeArea( + child: Stack( + overflow: Overflow.visible, + children: [ + Column( + children: [ + Flexible( + child: ListView( + children: [ + Column( + mainAxisAlignment: MainAxisAlignment.start, + children: [ + SizedBox( + height: _height * 0.33, + child: Padding( + padding: EdgeInsets.symmetric(vertical: 15.0), + child: userdetails, + )), + SizedBox( + height: _height * 0.67, + child: getTabBarPages(context)), + ], + ) + ], + ), + ), + setflag == true ? _profileTextfield : Container() + ], + ), + Align( + alignment: AlignmentDirectional.topStart, + child: new IconButton( + icon: new Icon(Icons.arrow_back), + iconSize: 42.0, + color: Colors.black, + onPressed: () { + Navigator.pop(context); + }), + ), + ], + ), + )); + } + + _onTyping(String name) { + userName = name; + } + + _submit(String name) { + setState(() { + userName = name; + // setflag = false; + }); + } + + void editbutton(User user) async { + if (user.name != null && user.name != userName && userName != null) { + setState(() { + user.name = userName; + setflag = false; + }); + var user1 = user; + user1.name = userName; + + UserRepo().update(user1); + } } } diff --git a/lib/screens/related_page.dart b/lib/screens/related_page.dart deleted file mode 100644 index ea83109..0000000 --- a/lib/screens/related_page.dart +++ /dev/null @@ -1,65 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:maui/repos/related_topic_repo.dart'; -import 'package:maui/db/entity/topic.dart'; -import 'package:maui/components/topic_button.dart'; -import 'package:maui/screens/topic_screen.dart'; - -class RelatedPage extends StatefulWidget { - RelatedPage({Key key, @required this.topicId}) : super(key: key); - final String topicId; - @override - _RelatedPageState createState() { - return new _RelatedPageState(); - } -} - -class _RelatedPageState extends State { - List topic = []; - bool _isLoading = true; - @override - void initState() { - super.initState(); - _initBoard(); - } - - void _initBoard() async { - setState(() => _isLoading = true); - topic = await RelatedTopicRepo().getTopicsByRelatedTopicId(widget.topicId); - setState(() => _isLoading = false); - } - - Widget _buildTile(int index) { - // print('topic tile ${topic[index].id} $index ${topic[index]}'); - return new TopicButton( - text: topic[index].name, - color: topic[index].color, - image: topic[index].image, - onPress: () => Navigator.of(context).push( - new MaterialPageRoute( - builder: (BuildContext context) => - new TopicScreen(topicId: topic[index].id)), - )); - } - - @override - Widget build(BuildContext context) { - // MediaQueryData media = MediaQuery.of(context); - if (_isLoading) { - return new SizedBox( - width: 20.0, - height: 20.0, - child: new CircularProgressIndicator(), - ); - } - return new Scaffold( - body: new Container( - color: const Color(0xffFECE3D), - child: new GridView.count( - primary: true, - crossAxisSpacing: 12.0, - mainAxisSpacing: 12.0, - crossAxisCount: 2, - children: - new List.generate(topic.length, (i) => _buildTile(i))))); - } -} diff --git a/lib/screens/score_screen.dart b/lib/screens/score_screen.dart index 57ecd97..80318b7 100644 --- a/lib/screens/score_screen.dart +++ b/lib/screens/score_screen.dart @@ -59,6 +59,7 @@ class _ScoreScreenState extends State var currentAngle, sparklesWidget, firstAngle, sparkleRadius, sparklesOpacity; var keys = 0; var _cumulativeIncrement = 0; + bool _pageExited = false; @override void initState() { @@ -295,6 +296,7 @@ class _ScoreScreenState extends State child: new Container( height: ht > wd ? ht * 0.15 : wd * 0.13, child: Nima( + pageExited: _pageExited, name: widget.gameName, score: _cumulativeIncrement, tag: gameDisplay != GameDisplay.myHeadToHead @@ -555,6 +557,10 @@ class _ScoreScreenState extends State icon: new Image.asset("assets/home_button.png"), iconSize: ht > wd ? ht * 0.1 : wd * 0.08, onPressed: () { + setState(() { + _pageExited = true; + }); + AppStateContainer.of(context) .play('_audiotap.mp3'); if (flag == true) { @@ -567,6 +573,9 @@ class _ScoreScreenState extends State "assets/forward_button.png"), iconSize: ht > wd ? ht * 0.1 : wd * 0.08, onPressed: () { + setState(() { + _pageExited = true; + }); AppStateContainer.of(context) .play('_audiotap.mp3'); if (flag == true) { diff --git a/lib/screens/select_opponent_screen.dart b/lib/screens/select_opponent_screen.dart index cc59992..612186b 100644 --- a/lib/screens/select_opponent_screen.dart +++ b/lib/screens/select_opponent_screen.dart @@ -1,4 +1,5 @@ import 'dart:convert'; +import 'dart:io'; import 'dart:math'; import 'package:maui/components/videoplayer.dart'; import 'package:shared_preferences/shared_preferences.dart'; @@ -63,8 +64,6 @@ class _SelectOpponentScreenState extends State { print('Stack trace:\n $s'); } - print('_initData: $messages'); - if (!mounted) return; setState(() { _deviceId = prefs.getString('deviceId'); @@ -93,8 +92,6 @@ class _SelectOpponentScreenState extends State { Widget build(BuildContext context) { final mediaSize = MediaQuery.of(context).size; Orientation orientation = MediaQuery.of(context).orientation; - print( - "height and width of opponent is ${mediaSize.width}....${mediaSize.height}"); final _colors = SingleGame.gameColors[widget.gameName]; final color = _colors != null ? _colors[0] : Colors.amber; final secondColor = _colors != null ? _colors[1] : Colors.amber; @@ -145,8 +142,7 @@ class _SelectOpponentScreenState extends State { padding: const EdgeInsets.all(1.0), child: GestureDetector( onTap: () { - button3(context, gamename); - print("valueme incresing"); + videoPlayButton(context, gamename); }, child: Container( height: 60.0, @@ -262,9 +258,7 @@ class _SelectOpponentScreenState extends State { Navigator.of(context) .push(MaterialPageRoute(builder: (BuildContext context) { - print('continueGame: ${user.id} $_messages'); final message = _messages.firstWhere((m) => user.id == m['userId']); - print('continueGame: message: $message'); GameConfig gameConfig = GameConfig.fromJson(message['message']); gameConfig.myUser = loggedInUser; gameConfig.otherUser = user; @@ -277,7 +271,6 @@ class _SelectOpponentScreenState extends State { gameConfig.amICurrentPlayer = true; gameConfig.orientation = MediaQuery.of(context).orientation; gameConfig.sessionId = message['sessionId']; - print('continueGame: gameConfig: $gameConfig'); return SingleGame( widget.gameName, gameMode: GameMode.iterations, @@ -297,9 +290,10 @@ class _SelectOpponentScreenState extends State { ); } - void button3(BuildContext context, String gamename) { - print("Button 1"); + void videoPlayButton(BuildContext context, String gamename) { + final name = "assets/demo_video/$gamename.mp4"; + File file = File(AppStateContainer.of(context).extStorageDir + name); Navigator.of(context).push(new MaterialPageRoute( - builder: (BuildContext context) => new VideoApp(gamename: gamename))); + builder: (BuildContext context) => new VideoApp(file: file))); } } diff --git a/lib/screens/stagger_animation.dart b/lib/screens/stagger_animation.dart new file mode 100644 index 0000000..9993db6 --- /dev/null +++ b/lib/screens/stagger_animation.dart @@ -0,0 +1,129 @@ +import 'package:flutter/material.dart'; +import 'package:maui/loca.dart'; +import 'dart:async'; + +class StaggerAnimation extends StatelessWidget { + StaggerAnimation({Key key, this.buttonController}) + : buttonSqueezeanimation = new Tween( + begin: 320.0, + end: 70.0, + ).animate( + new CurvedAnimation( + parent: buttonController, + curve: new Interval( + 0.0, + 0.150, + ), + ), + ), + buttomZoomOut = new Tween( + begin: 70.0, + end: 1300.0, + ).animate( + new CurvedAnimation( + parent: buttonController, + curve: new Interval( + 0.550, + 0.999, + curve: Curves.bounceOut, + ), + ), + ), + containerCircleAnimation = new EdgeInsetsTween( + begin: const EdgeInsets.only(bottom: 50.0), + end: const EdgeInsets.only(bottom: 0.0), + ).animate( + new CurvedAnimation( + parent: buttonController, + curve: new Interval( + 0.500, + 0.800, + curve: Curves.ease, + ), + ), + ), + super(key: key); + + final AnimationController buttonController; + final Animation containerCircleAnimation; + final Animation buttonSqueezeanimation; + final Animation buttomZoomOut; + + Future _playAnimation() async { + try { + await buttonController.forward(); + await buttonController.reverse(); + } on TickerCanceled {} + } + + Widget _buildAnimation(BuildContext context, Widget child) { + return new Padding( + padding: buttomZoomOut.value == 70 + ? const EdgeInsets.only(bottom: 50.0) + : containerCircleAnimation.value, + child: new InkWell( + onTap: () { + _playAnimation(); + }, + child: new Hero( + tag: "fade", + child: buttomZoomOut.value <= 300 + ? new Container( + width: buttomZoomOut.value == 70 + ? buttonSqueezeanimation.value + : buttomZoomOut.value, + height: + buttomZoomOut.value == 70 ? 60.0 : buttomZoomOut.value, + alignment: FractionalOffset.center, + decoration: new BoxDecoration( + color: const Color.fromRGBO(247, 64, 106, 1.0), + borderRadius: buttomZoomOut.value < 400 + ? new BorderRadius.all(const Radius.circular(30.0)) + : new BorderRadius.all(const Radius.circular(0.0)), + ), + child: buttonSqueezeanimation.value > 75.0 + ? new Text( + Loca.of(context).signIn, + style: new TextStyle( + color: Colors.amber, + fontSize: 36.0, + fontWeight: FontWeight.w300, + letterSpacing: 0.3, + ), + ) + : buttomZoomOut.value < 300.0 + ? new CircularProgressIndicator( + value: null, + strokeWidth: 1.0, + valueColor: new AlwaysStoppedAnimation( + Colors.white), + ) + : null) + : new Container( + width: buttomZoomOut.value, + height: buttomZoomOut.value, + decoration: new BoxDecoration( + shape: buttomZoomOut.value < 500 + ? BoxShape.circle + : BoxShape.rectangle, + color: const Color.fromRGBO(247, 64, 106, 1.0), + ), + ), + )), + ); + } + + @override + Widget build(BuildContext context) { + buttonController.addListener(() { + if (buttonController.isCompleted) { + Navigator.pushReplacementNamed(context, "/login"); + } + }); + return new AnimatedBuilder( + builder: _buildAnimation, + animation: buttonController, + ); + } +} + diff --git a/lib/screens/sub_category_list_view.dart b/lib/screens/sub_category_list_view.dart deleted file mode 100644 index eb09338..0000000 --- a/lib/screens/sub_category_list_view.dart +++ /dev/null @@ -1,145 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:maui/db/entity/category.dart'; -import 'package:maui/db/entity/topic.dart'; -import 'package:maui/loca.dart'; -import 'package:maui/screens/topic_screen.dart'; -import '../components/topic_button.dart'; -import '../repos/topic_repo.dart'; -import '../repos/category_repo.dart'; - -class SubcategoryList extends StatefulWidget { - final String categoryName; - final String categoryId; - - const SubcategoryList({Key key, this.categoryName, this.categoryId}) - : super(key: key); - @override - _SubcategoryListState createState() => new _SubcategoryListState(); -} - -class _SubcategoryListState extends State - with SingleTickerProviderStateMixin { - List _subcategories; - bool _isLoading = true; - - @override - void initState() { - super.initState(); - _initData(); - } - - void _initData() async { - setState(() => _isLoading = true); - String id = widget.categoryId; - print(";;;;;id of the subcatgory isss....;:$id"); - _subcategories = await CategoryRepo().getSubcategoriesByCategoryId(id); - print("subcategory of birds iss,,,....::$_subcategories"); - - setState(() => _isLoading = false); - } - - Widget build(BuildContext context) { - print('loca sub_category_list_state ${Loca.of(context)}'); - if (_isLoading) { - return new SizedBox( - width: 20.0, - height: 20.0, - child: new CircularProgressIndicator(), - ); - } - - return DefaultTabController( - length: _subcategories.length, - child: new Scaffold( - appBar: new AppBar( - title: Text("${widget.categoryName}"), - bottom: new TabBar( - // controller: _tabController, - isScrollable: true, - tabs: List.generate(_subcategories.length, (int index) { - return Padding( - padding: const EdgeInsets.all(8.0), - child: new Tab(text: "${_subcategories[index].name}"), - ); - }).toList(), - ), - ), - body: _buildTabBarView(context), - ), - ); - } - - Widget _buildTabBarView(BuildContext context) { - return new TabBarView( - children: List.generate(_subcategories.length, (int index) { - return new TabcontrollerView(id: _subcategories[index].id); - })); - } -} - -class TabcontrollerView extends StatefulWidget { - final String id; - - const TabcontrollerView({Key key, this.id}) : super(key: key); - @override - TabcontrollerViewState createState() => new TabcontrollerViewState(); -} - -class TabcontrollerViewState extends State { - List _topics; - - bool _isLoading = true; - - @override - void initState() { - super.initState(); - _initData(); - } - - void _initData() async { - setState(() => _isLoading = true); - String id = widget.id; - print(";;;;;id of the subcatgory isss....;:$id"); - - _topics = await TopicRepo().getTopicsForCategoryId(id); - print("topic data to dilspy is....::$_topics"); - - setState(() => _isLoading = false); - } - - Widget build(BuildContext context) { - print('loca tab_controller_view_state ${Loca.of(context)}'); - MediaQueryData media = MediaQuery.of(context); - if (_isLoading) { - return new SizedBox( - width: 20.0, - height: 20.0, - child: new CircularProgressIndicator(), - ); - } - return new GridView.count( - key: new Key('Subcatgory_page'), - primary: true, - crossAxisSpacing: 12.0, - mainAxisSpacing: 12.0, - crossAxisCount: media.size.height > media.size.width ? 2 : 2, - children: new List.generate(_topics.length, (j) { - print("Topic Id generated at subcategory list - ${_topics[j].id}"); - return TopicButton( - text: '${_topics[j].name}', - image: '${_topics[j].image}', - topicId: '${_topics[j].id}', - onPress: () { - Navigator.of(context).push( - new MaterialPageRoute( - builder: (BuildContext context) => - new TopicScreen(topicId: _topics[j].id, - topicName: _topics[j].name - - )), - ); - }); - }).toList(), - ); - } -} diff --git a/lib/screens/switch_screen.dart b/lib/screens/switch_screen.dart new file mode 100644 index 0000000..662b3c5 --- /dev/null +++ b/lib/screens/switch_screen.dart @@ -0,0 +1,47 @@ +import 'package:flutter/material.dart'; +import 'package:maui/db/entity/user.dart'; +import 'package:maui/repos/user_repo.dart'; +import 'package:maui/state/app_state_container.dart'; +import 'package:shared_preferences/shared_preferences.dart'; + +class SwitchScreen extends StatefulWidget { + @override + SwitchScreenState createState() { + return new SwitchScreenState(); + } +} + +class SwitchScreenState extends State { + bool _isLoading = true; + + _initData() async { + SharedPreferences prefs = await SharedPreferences.getInstance(); + final userId = prefs.getString('userId'); + if (userId != null) { + User user = await UserRepo().getUser(userId); + await AppStateContainer.of(context).setLoggedInUser(user); + Navigator.of(context).pushReplacementNamed('/welcome'); + } else { + Navigator.of(context).pushReplacementNamed('/login'); + } + setState(() { + _isLoading = false; + }); + } + + @override + void initState() { + super.initState(); + _initData(); + } + + @override + Widget build(BuildContext context) { + return Center( + child: new SizedBox( + width: 20.0, + height: 20.0, + child: new CircularProgressIndicator(), + )); + } +} diff --git a/lib/screens/tab_home.dart b/lib/screens/tab_home.dart index f214e0a..6d4d446 100644 --- a/lib/screens/tab_home.dart +++ b/lib/screens/tab_home.dart @@ -1,15 +1,16 @@ -import 'dart:async'; - +import 'dart:io'; +import 'dart:math'; +import 'package:path_provider/path_provider.dart'; +import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; -import 'package:maui/components/profile_drawer.dart'; +import 'package:maui/home/home_screen.dart'; +import 'package:maui/quack/main_collection.dart'; +import 'package:maui/quack/story_page.dart'; +import 'package:maui/screens/Page_Route.dart'; import 'package:maui/screens/friend_list_view.dart'; import 'package:maui/screens/game_list_view.dart'; -import 'package:maui/loca.dart'; import 'package:maui/state/app_state_container.dart'; - -import 'category_list_view.dart'; -import 'profile_view.dart'; -// import 'package:maui/story/story_list_view.dart'; +import 'package:maui/components/animations.dart'; class TabHome extends StatefulWidget { TabHome({Key key}) : super(key: key); @@ -20,228 +21,254 @@ class TabHome extends StatefulWidget { } } -class TabHomeState extends State - with TickerProviderStateMixin, WidgetsBindingObserver { - final List _tabs = [ - new MyTabs( - img1: "assets/chatBig.png", - img2: "assets/chatSmall.png", - color: const Color(0xffFECE3D)), - new MyTabs( - img1: "assets/gameBig.png", - img2: "assets/gameSmall.png", - color: const Color(0xff36C5E4)), +class TabHomeState extends State { + int _currentIndex = 0; + List tabsColorList = [ + Color(0xFFEF823F), + Color(0xFF5BBB93), + Color(0xFFF5C851), + Color(0xFF7CC5F2), + Color(0xFFEF3F69) + ]; + List appBarTitleList = [ + "News Feed", + "Friend's Messenger", + "Quack", + "Games", + "Story" ]; - MyTabs _myHandler; - var control = true; - Widget _icon1 = new Container(); - Widget _icon2 = new Container(); - AnimationController _imgController, _imgController1, _bubbleController; - ScrollController _scrollcontroller; - Animation animateImage, animateImage1; - TabController _controller; - void initState() { - super.initState(); - print('TabHomeState: initState'); - WidgetsBinding.instance.addObserver(this); - _scrollcontroller = - new ScrollController(initialScrollOffset: 0.0, keepScrollOffset: true); - _scrollcontroller.addListener(_scrolling); - _bubbleController = new AnimationController( - vsync: this, - duration: const Duration(seconds: 2), - )..repeat(); - _imgController = new AnimationController( - duration: const Duration(milliseconds: 500), vsync: this); - _imgController1 = new AnimationController( - duration: const Duration(milliseconds: 500), vsync: this); - animateImage = - new CurvedAnimation(parent: _imgController, curve: Curves.ease); - animateImage1 = - new CurvedAnimation(parent: _imgController1, curve: Curves.ease); - _controller = new TabController(length: 4, vsync: this); - _myHandler = _tabs[0]; - _controller.addListener(_tabSelected); - // _imgController1.forward(); - _icon1 = new Image.asset( - _myHandler.img1, - scale: .3, - ); - } - - void _tabSelected() { - if (control) { - control = false; - new Future.delayed(const Duration(milliseconds: 500), () { - setState(() { - control = true; - }); - }); - } - setState(() { - _myHandler = _tabs[_controller.index]; - // _icon1 = new Image.asset( - // '${_myHandler.img1}', - // scale: .3, - // ); - // _icon2 = new Image.asset( - // '${_myHandler.img2}', - // scale: .3, - // ); - - if (_scrollcontroller.offset == 0.0) { - // _imgController1.forward(); - // _imgController.reverse(); - - _icon1 = new Image.asset( - _myHandler.img1, - scale: .3, - ); - - _icon2 = new Container(); - } else { - // _imgController1.reverse(); - // _imgController.forward(); - _icon2 = new Image.asset( - _myHandler.img2, - scale: .3, - ); - - _icon1 = new Container(); - } - }); - } - - void _scrolling() { - setState(() { - if (_scrollcontroller.offset == 0.0) { - _imgController1.forward(); - _imgController.reverse(); - - _icon1 = new ScaleTransition( - scale: animateImage1, - child: new Image.asset( - _myHandler.img1, - scale: .3, - ), - ); - } else { - _imgController1.reverse(); - _imgController.forward(); - _icon2 = new ScaleTransition( - scale: animateImage, - child: new Image.asset( - _myHandler.img2, - scale: .3, - ), - ); - } - }); - } - - @override - void dispose() { - WidgetsBinding.instance.removeObserver(this); - _controller.removeListener(_tabSelected); - _controller.dispose(); - _imgController.dispose(); - _bubbleController.dispose(); - _scrollcontroller.removeListener(_scrolling); - _scrollcontroller.dispose(); - super.dispose(); - } - - @override - Future didPopRoute() { - return new Future.value(true); - } - @override Widget build(BuildContext context) { + MediaQueryData mediaQuery = MediaQuery.of(context); + final media = MediaQuery.of(context); + final fontSizeFactor = + max(1.0, min(media.size.height, media.size.width) / 600); var user = AppStateContainer.of(context).state.loggedInUser; - print('TabHomeState:build'); - MediaQueryData media = MediaQuery.of(context); - Orientation orientation = media.orientation; - var _size = media.size; - if (user == null) - return Container( - color: Colors.white, - ); - else - return new Scaffold( - drawer: new ProfileDrawer(), - floatingActionButton: Container( - height: 100.0, - width: 100.0, - decoration: new BoxDecoration( - shape: BoxShape.circle, + + return Theme( + data: ThemeData( + primarySwatch: Colors.blue, + textTheme: + Theme.of(context).textTheme.apply(fontSizeFactor: fontSizeFactor), + ), + child: Scaffold( + appBar: new AppBar( + title: new Text( + appBarTitleList[_currentIndex], + style: TextStyle(fontWeight: FontWeight.bold), + ), + centerTitle: true, + actions: [ + Container( + child: new IconButton( + iconSize: 38.0, + icon: new Center( + child: new Image.asset("assets/Wallet.png"), + ), + onPressed: () { + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) => Animations(), + ); + // Perform some action + }, + ), + // padding: EdgeInsets.only(top: 20.0, right: 20.0), + ), + Container( + child: Text( + "${user.points}", + style: TextStyle( + color: Colors.white, + fontSize: 20.0, + fontWeight: FontWeight.bold), + ), + padding: EdgeInsets.only(top: 20.0, right: 20.0), + ), + InkWell( + onTap: () { + Navigator.of(context).push(new NewPageRoute()); + }, + splashColor: Colors.white, + child: CircleAvatar( + child: new Container( + height: 150.0, + width: 150.0, + decoration: new ShapeDecoration( + shape: CircleBorder( + side: BorderSide( + color: Colors.blueAccent, + width: 1.0, + style: BorderStyle.solid)), + image: new DecorationImage( + image: new FileImage(new File(user.image)), + fit: BoxFit.fill))), + radius: 20.0, + ), + ), + ], + leading: new IconButton( + icon: new Center( + child: new Image.asset("assets/quack_header.png"), + ), + onPressed: () { + showDialog( + context: context, + barrierDismissible: false, + builder: (BuildContext context) => Animations(), + ); + // Perform some action + }, ), + backgroundColor: tabsColorList[_currentIndex], ), - body: new NestedScrollView( - controller: _scrollcontroller, - headerSliverBuilder: (BuildContext context, bool innerBoxIsScrolled) { - return [ - new SliverAppBar( - backgroundColor: const Color(0xffFC5E79), - pinned: true, - actions: [_icon2], - leading: new ProfileDrawerIcon(), - title: new Text(Loca.of(context).title), - expandedHeight: orientation == Orientation.portrait - ? _size.height * .25 - : _size.height * .5, - forceElevated: innerBoxIsScrolled, - flexibleSpace: new FlexibleSpaceBar( - background: new FittedBox( - fit: BoxFit.contain, - alignment: Alignment.center, - child: _icon1), + bottomNavigationBar: new BottomNavigationBar( + type: BottomNavigationBarType.fixed, + currentIndex: _currentIndex, + items: [ + BottomNavigationBarItem( + icon: Container( +// margin: EdgeInsets.fromLTRB(10.0, 0.0, 0.0, 0.0), + color: _currentIndex == 0 + ? tabsColorList[_currentIndex] + : Color(0xFF0E4476), + width: (mediaQuery.size.width) / 5, + child: Padding( + padding: const EdgeInsets.all(12.0), + child: Center( + child: new Image.asset( + "assets/news_feed.png", + height: 35.0, + width: 35.0, + ), + ), + ), + ), + // title: Text(Loca.of(context).home), + title: new Container(), + ), + BottomNavigationBarItem( + icon: Container( + decoration: BoxDecoration( + color: _currentIndex == 1 + ? tabsColorList[_currentIndex] + : Color(0xFF0E4476), +// shape: BoxShape.rectangle, + // borderRadius: BorderRadius.all(Radius.circular(6.0)), ), - bottom: new TabBar( - isScrollable: false, - indicatorColor: Colors.white, - indicatorSize: TabBarIndicatorSize.tab, - indicatorWeight: 5.0, - labelColor: Colors.white, - labelStyle: new TextStyle( - fontSize: _size.height * 0.3 * 0.07, - fontWeight: FontWeight.bold, - fontStyle: FontStyle.normal), - controller: _controller, - unselectedLabelColor: _myHandler.color, - tabs: [ - new Tab( - text: Loca.of(context).chat, + width: (mediaQuery.size.width) / 5, + child: Padding( + padding: const EdgeInsets.all(12.0), + child: Center( + child: new Image.asset( + "assets/messenger.png", + height: 35.0, + width: 35.0, ), - new Tab( - text: Loca.of(context).game, + ), + ), + ), + // title: Text(Loca.of(context).chat), + title: new Container(), + ), + BottomNavigationBarItem( + icon: Container( + decoration: BoxDecoration( + color: _currentIndex == 2 + ? tabsColorList[_currentIndex] + : Color(0xFF0E4476), + shape: BoxShape.rectangle, + // borderRadius: BorderRadius.all(Radius.circular(6.0)), + ), + width: (mediaQuery.size.width) / 5, + child: Padding( + padding: const EdgeInsets.all(12.0), + child: Center( + child: new Image.asset( + "assets/quackicon.png", + height: 35.0, + width: 35.0, ), - new Tab( - text: Loca.of(context).category, + ), + ), + ), + // title: Text(Loca.of(context).category), + title: new Container(), + ), + BottomNavigationBarItem( + icon: Container( + decoration: BoxDecoration( + color: _currentIndex == 3 + ? tabsColorList[_currentIndex] + : Color(0xFF0E4476), + shape: BoxShape.rectangle, + // borderRadius: BorderRadius.all(Radius.circular(6.0)), + ), + width: (mediaQuery.size.width) / 5, + child: Padding( + padding: const EdgeInsets.all(12.0), + child: Center( + child: new Image.asset( + "assets/games.png", + height: 35.0, + width: 35.0, + ), + ), + ), + ), + // title: Text(Loca.of(context).game), + title: new Container()), + BottomNavigationBarItem( + // activeIcon: _currentUserImage, + icon: Container( +// margin: EdgeInsets.fromLTRB(0.0, 0.0, 10.0, 0.0), + decoration: BoxDecoration( + color: _currentIndex == 4 + ? tabsColorList[_currentIndex] + : Color(0xFF0E4476), + ), + width: (mediaQuery.size.width) / 5, + child: Padding( + padding: const EdgeInsets.all(12.0), + child: Center( + child: new Image.asset( + "assets/story.png", + height: 35.0, + width: 35.0, ), - new Tab( - text: Loca.of(context).profile, - ) - ], + ), ), ), - ]; - }, - body: new TabBarView( - controller: _controller, - children: [new FriendListView(), new GameListView(), - new CategoryListView(), - new ProfileView()], - ), + // title: Text(Loca.of(context).profile), + title: new Container(), + ), + ], + onTap: (int i) => setState(() => _currentIndex = i), ), - ); + body: _buildBody(), + backgroundColor: Color(0xffeeeeee), + ), + ); } -} - -class MyTabs { - final String img1; - final String img2; - final Color color; - MyTabs({this.img1, this.img2, this.color}); + Widget _buildBody() { + switch (_currentIndex) { + case 0: + return HomeScreen(); + break; + case 1: + return FriendListView(); + break; + case 2: + return MainCollection(); + break; + case 3: + return GameListView(); + break; + case 4: + return StoryPage(); + break; + } + } } diff --git a/lib/screens/topic_screen.dart b/lib/screens/topic_screen.dart deleted file mode 100644 index f11e211..0000000 --- a/lib/screens/topic_screen.dart +++ /dev/null @@ -1,59 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:maui/loca.dart'; -import 'package:maui/screens/activity_list_view.dart'; -import 'package:maui/screens/related_page.dart'; -import 'package:maui/screens/select_opponent_screen.dart'; -import 'package:maui/components/topic_page_view.dart'; - - -class TopicScreen extends StatelessWidget { - final String topicId; - final String topicName; - TopicScreen({key, @required this.topicId, @required this.topicName}) - : super(key: key); - @override - Widget build(BuildContext context) { - print('loca topic_screen ${Loca.of(context)}'); - return new Scaffold( - appBar: new AppBar( - title: new Text(topicName), - centerTitle: true, - backgroundColor: Colors.teal[300], - elevation: 5.0, - actions: [ - new IconButton( - onPressed: () { - Navigator.of(context).push( - MaterialPageRoute(builder: (BuildContext context) { - return ActivityListView( - topicId: topicId, - ); - })); - }, - icon: new Icon(Icons.local_activity), - ), - new IconButton( - onPressed: () => Navigator.of(context).push( - MaterialPageRoute(builder: (BuildContext context) { - return SelectOpponentScreen( - gameName: 'quiz_pager', - ); - })), - icon: new Icon(Icons.games), - ), - new IconButton( - onPressed: () { - Navigator.of(context).push( - MaterialPageRoute(builder: (BuildContext context) { - return RelatedPage( - topicId: topicId, - ); - })); - }, - icon: new Icon(Icons.find_replace), - ) - ], - ), - body: new TopicPageView(topicId: topicId)); - } -} \ No newline at end of file diff --git a/lib/screens/topic_view.dart b/lib/screens/topic_view.dart deleted file mode 100644 index 93c2de0..0000000 --- a/lib/screens/topic_view.dart +++ /dev/null @@ -1,56 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:maui/components/quiz_progress_tracker.dart'; -import '../repos/topic_repo.dart'; -import 'package:maui/db/entity/topic.dart'; - -class TopicView extends StatefulWidget { - final List quiz; - - TopicView({this.quiz}); - - @override - _TopicViewState createState() => new _TopicViewState(); -} - -class _TopicViewState extends State { - List _topics; - bool _isLoading = true; - - @override - void initState() { - super.initState(); - print("Welcome to QuizProgressTracker class"); - _initData(); - } - - void _initData() async { - setState(() => _isLoading = true); - _topics = await TopicRepo().getAllTopics(); - print("list quizes is.......::$_topics"); - setState(() => _isLoading = false); - } - - @override - Widget build(BuildContext ctxt) { - print("list quizes is.......::$_topics"); - if (_isLoading) { - return new SizedBox( - width: 20.0, - height: 20.0, - child: new CircularProgressIndicator(), - ); - } - return new Container( - child: new ListView.builder( - itemCount: _topics.length, - itemBuilder: (BuildContext ctxt, int index) { - return Padding( - padding: const EdgeInsets.all(15.0), - child: Column(children: [ - Row(children: [new Text("${_topics[index].id}")]), - new QuizProgressTracker(topicId: _topics[index].id) - ]), - ); - })); - } -} diff --git a/lib/screens/welcome_screen.dart b/lib/screens/welcome_screen.dart new file mode 100644 index 0000000..a3fdeb4 --- /dev/null +++ b/lib/screens/welcome_screen.dart @@ -0,0 +1,47 @@ +import 'package:flutter/material.dart'; +import 'dart:async'; +import 'package:maui/screens/tab_home.dart'; +import 'package:nima/nima_actor.dart'; + +class WelcomeScreen extends StatefulWidget { + @override + State createState() => new WelcomeScreenState(); +} + +class WelcomeScreenState extends State { + String _animationName = "quack"; + bool paused = false; + + void _complete() { + setState(() { + paused = true; + _animationName = null; + }); + Navigator.of(context).pushNamedAndRemoveUntil('/tab', (_) => false); + } + + @override + Widget build(BuildContext context) { + MediaQueryData media = MediaQuery.of(context); + + var size = media.size; + return Scaffold( + body: new Container( + decoration: new BoxDecoration( + color: const Color(0xFF0E4476), + ), + child: Align( + alignment: AlignmentDirectional.center, + child: new AspectRatio( + aspectRatio: 1.0, + child: new NimaActor("assets/quack", + paused: paused, + alignment: Alignment.center, + fit: BoxFit.contain, + animation: _animationName, + // mixSeconds: 0.2, + completed: (_) => _complete()), + ), + ))); + } +} diff --git a/lib/state/app_state_container.dart b/lib/state/app_state_container.dart index c854ff6..e94e0ba 100644 --- a/lib/state/app_state_container.dart +++ b/lib/state/app_state_container.dart @@ -2,9 +2,19 @@ import 'dart:async'; import 'dart:math'; import 'dart:io'; +import 'package:path_provider/path_provider.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter/widgets.dart'; +import 'package:flutter_redurx/flutter_redurx.dart'; +import 'package:maui/actions/add_comment.dart'; +import 'package:maui/actions/add_like.dart'; +import 'package:maui/actions/fetch_card_detail.dart'; +import 'package:maui/actions/fetch_initial_data.dart'; +import 'package:maui/actions/post_tile.dart'; +import 'package:maui/db/entity/comment.dart'; +import 'package:maui/db/entity/tile.dart'; +import 'package:maui/models/root_state.dart'; import 'package:shared_preferences/shared_preferences.dart'; import 'package:path_provider/path_provider.dart'; import 'package:audioplayers/audioplayers.dart'; @@ -27,6 +37,8 @@ import 'package:maui/loca.dart'; enum ChatMode { teach, conversation, quiz } +final floresSeparator = '}|~{'; + class AppStateContainer extends StatefulWidget { final AppState state; final Widget child; @@ -52,7 +64,7 @@ class AppStateContainerState extends State { String activity; String friendId; List users; - List notifs; + List notifs = []; AudioPlayer _audioPlayer; bool _isPlaying = false; bool isShowingFlashCard = true; @@ -66,11 +78,11 @@ class AppStateContainerState extends State { int _currentQuizUnit; ChatMode _currentMode = ChatMode.conversation; String _expectedAnswer; + String extStorageDir; @override void initState() { super.initState(); - print('AppStateContainer: main initState'); if (widget.state != null) { state = widget.state; } else { @@ -95,23 +107,9 @@ class AppStateContainerState extends State { initializationSettingsAndroid, initializationSettingsIOS); flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); flutterLocalNotificationsPlugin.initialize(initializationSettings, - selectNotification: onSelectNotification); + onSelectNotification: onSelectNotification); botMessages = List(); - } - - @override - void didChangeDependencies() { - print('AppStateContainer:didChangeDependencies'); - } - - @override - void didUpdateWidget(AppStateContainer oldWidget) { - print('AppStateContainer:didUpdateWidget'); - } - - @override - void reassemble() { - print('AppStateContainer:reassemble'); + getExternalStorageDirectory().then((d) => extStorageDir = '${d.path}/'); } void _initAudioPlayer() { @@ -137,14 +135,9 @@ class AppStateContainerState extends State { } Future onSelectNotification(String payload) async { - if (payload != null) { - debugPrint('notification payload: ' + payload); - } var split = payload.split(':'); - debugPrint('split $split'); if (split[0] == 'chat') { User user = await UserRepo().getUser(split[1]); - debugPrint('navigating to $user'); await Navigator.push( context, MaterialPageRoute( @@ -161,7 +154,6 @@ class AppStateContainerState extends State { final directory = await getApplicationDocumentsDirectory(); final path = directory.path; final file = new File('$path/$fileName'); - print('Playing ${file.path}'); if (await file.exists()) { await _audioPlayer.play(file.path, isLocal: true); } else { @@ -180,13 +172,13 @@ class AppStateContainerState extends State { final directory = await getApplicationDocumentsDirectory(); final path = directory.path; final file = new File('$path/$word.ogg'); - print('Playing ${file.path}'); if (await file.exists()) { await _audioPlayer.play(file.path, isLocal: true); } else { - await file.writeAsBytes((await rootBundle.load('assets/dict/$word.ogg')) - .buffer - .asUint8List()); + final name = "assets/dict/$word.ogg"; + File file1 = File(AppStateContainer.of(context).extStorageDir + name); + await file.writeAsBytes( + (await rootBundle.load("$file1")).buffer.asUint8List()); await _audioPlayer.play(file.path, isLocal: true); } } catch (e) { @@ -196,14 +188,12 @@ class AppStateContainerState extends State { } } - void playArticleAudio( - String audio, Function onComplete) async { + void playArticleAudio(String audio, Function onComplete) async { audio = audio.toLowerCase(); try { final directory = await getApplicationDocumentsDirectory(); final path = directory.path; final file = new File('$path/sample.ogg'); - print('Playing ${file.path}'); if (await file.exists()) { await _audioPlayer.play(file.path, isLocal: true); } else { @@ -215,7 +205,6 @@ class AppStateContainerState extends State { print(e); } _audioPlayer.completionHandler = () { - print('audio completed::'); onComplete(); }; } @@ -263,7 +252,6 @@ class AppStateContainerState extends State { print('Exception details:\n $e'); print('Stack trace:\n $s'); } - print('_fetchMessages: $msgs'); msgs ??= List>(); await NotifRepo().delete(fId, 'chat'); setState(() { @@ -287,9 +275,7 @@ class AppStateContainerState extends State { botMessages.removeRange(maxChats, botMessages.length); botMessages .insert(0, {'userId': state.loggedInUser.id, 'message': message}); - print('insert $message'); final msg = await _respondToChat(message); - print('insert $msg'); botMessages.insert(0, msg); } else { try { @@ -306,12 +292,12 @@ class AppStateContainerState extends State { } void onReceiveMessage(Map message) async { - print( - '_onReceiveMessage $message ${state.loggedInUser.id} $friendId $activity'); + writeLog( + "msg,${message['userId']},${message['messageType']},${message['message']}}"); if (!(message['userId'] == friendId && activity == 'chat' && message['messageType'] == 'chat')) { - await NotifRepo().increment(message['userId'], message['messageType'], 1); +// await NotifRepo().increment(message['userId'], message['messageType'], 1); } if (message['messageType'] == 'Photo') { await UserRepo().insertOrUpdateRemoteUser( @@ -319,36 +305,75 @@ class AppStateContainerState extends State { if (activity == 'friends') { getUsers(); } - } else if (message['recipientUserId'] == state.loggedInUser.id) { - NotifRepo().increment(message['userId'], message['messageType'], 1); + } else if (message['messageType'] == 'like') { + String content = message['message']; + final msgList = content.split(floresSeparator); + if (msgList?.length == 2) { + Provider.dispatch( + context, + AddLike( + parentId: msgList[1], + tileType: TileType.values[int.parse(msgList[0])], + userId: message['userId'])); + } + } else if (message['messageType'] == 'tile') { + String content = message['message']; + final msgList = content.split(floresSeparator); + if (msgList?.length >= 4) { + final tile = Tile( + id: msgList[0], + type: TileType.values[int.parse(msgList[1])], + cardId: msgList[2], + content: msgList[3], + userId: message['userId'], + updatedAt: DateTime.now()); + Provider.dispatch(context, PostTile(tile: tile)); + } + } else if (message['messageType'] == 'comment') { + String content = message['message']; + final msgList = content.split(floresSeparator); + print(msgList); + if (msgList?.length >= 4) { + final comment = Comment( + id: msgList[0], + parentId: msgList[2], + comment: msgList[3], + userId: message['userId'], + timeStamp: DateTime.now()); + Provider.dispatch( + context, + AddComment( + comment: comment, + tileType: TileType.values[int.parse(msgList[1])])); + } + } else if (message['recipientUserId'] == state.loggedInUser?.id) { +// NotifRepo().increment(message['userId'], message['messageType'], 1); if (message['messageType'] == 'chat') { - showNotification( - message['userId'], - message['messageType'], - message['message'], - message['messageType'] + ':' + message['userId']); +// showNotification( +// message['userId'], +// message['messageType'], +// message['message'], +// message['messageType'] + ':' + message['userId']); if (message['userId'] == friendId && activity == 'chat') { beginChat(friendId); } } else { - showNotification(message['userId'], message['messageType'], '', - message['messageType'] + ':' + message['userId']); +// showNotification(message['userId'], message['messageType'], '', +// message['messageType'] + ':' + message['userId']); } } } Future getUsers() async { - print('getUsers begin'); activity = 'friends'; final userList = await UserRepo().getRemoteUsers(); final botUser = await UserRepo().getUser(User.botId); userList.insert(0, botUser); - final notifList = await NotifRepo().getNotifsByType('chat'); +// final notifList = await NotifRepo().getNotifsByType('chat'); setState(() { users = userList; - notifs = notifList; +// notifs = notifList; }); - print('getUsers end'); } Future> _respondToChat(String message) async { @@ -357,7 +382,7 @@ class AppStateContainerState extends State { } else if (message == Loca().letUsChat) { _currentMode = ChatMode.conversation; } else if (_currentMode == ChatMode.quiz) { - if (message.startsWith('*')) message = message.substring(3); + if (message.startsWith(floresSeparator)) message = message.substring(3); if (message != _expectedAnswer) { _toTeach.add(_toQuiz[_currentQuizUnit]); } @@ -413,19 +438,16 @@ class AppStateContainerState extends State { case ChatMode.quiz: String question; List choices; - print(_lesson); if (_lesson.conceptId == 3 || _lesson.conceptId == 5) { question = _toQuiz[_currentQuizUnit].objectUnitId; _expectedAnswer = question; List lessonUnits = List.from(_lessonUnits, growable: false)..shuffle(); - print(lessonUnits); choices = lessonUnits .where((l) => l.objectUnitId != _expectedAnswer) .take(3) .map((l) => l.objectUnitId) .toList(); - print(choices); } else { question = _toQuiz[_currentQuizUnit].objectUnitId?.length > 0 ? _toQuiz[_currentQuizUnit].objectUnitId @@ -472,14 +494,16 @@ class AppStateContainerState extends State { print('Stack trace:\n $s'); } } - try { - p2p.start(); - } on PlatformException { - print('Flores: Failed start'); - } catch (e, s) { - print('Exception details:\n $e'); - print('Stack trace:\n $s'); - } + Provider.dispatch(context, FetchInitialData(user)); + +// try { +// p2p.start(); +// } on PlatformException { +// print('Flores: Failed start'); +// } catch (e, s) { +// print('Exception details:\n $e'); +// print('Stack trace:\n $s'); +// } _lessonUnits = await new LessonUnitRepo().getLessonUnitsByLessonId(56); _lesson = await new LessonRepo().getLesson(56); // _lessonUnits = await new LessonUnitRepo() diff --git a/lib/state/button_state_container.dart b/lib/state/button_state_container.dart index ddf3a80..1e778bd 100644 --- a/lib/state/button_state_container.dart +++ b/lib/state/button_state_container.dart @@ -52,7 +52,6 @@ class ButtonStateContainerState extends State { } bool startUsingButton() { - print('startUsingButton $isButtonBeingUsed'); if (isButtonBeingUsed) return false; setState(() { isButtonBeingUsed = true; @@ -61,7 +60,6 @@ class ButtonStateContainerState extends State { } void endUsingButton() { - print('endUsingButton $isButtonBeingUsed'); setState(() { isButtonBeingUsed = false; }); diff --git a/lib/story/story_list_view.dart b/lib/story/story_list_view.dart index aa7b0dd..80b957d 100644 --- a/lib/story/story_list_view.dart +++ b/lib/story/story_list_view.dart @@ -1,4 +1,5 @@ import 'package:flutter/material.dart'; +import 'package:maui/loca.dart'; class StoryListView extends StatelessWidget { const StoryListView({ Key key }) : super(key: key); @@ -14,7 +15,7 @@ class StoryListView extends StatelessWidget { crossAxisAlignment: CrossAxisAlignment.center, children: [ new Icon(Icons.book, size: 128.0, color: textStyle.color), - new Text('Story', style: textStyle), + new Text(Loca.of(context).story, style: textStyle), ], ), ), diff --git a/pubspec.lock b/pubspec.lock index 67138e2..3e80ed8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,14 +7,21 @@ packages: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "0.32.4" + version: "0.33.3+2" + archive: + dependency: transitive + description: + name: archive + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.4" args: dependency: transitive description: name: args url: "https://pub.dartlang.org" source: hosted - version: "1.5.0" + version: "1.5.1" async: dependency: transitive description: @@ -25,24 +32,26 @@ packages: audio_recorder: dependency: transitive description: - name: audio_recorder - url: "https://pub.dartlang.org" - source: hosted - version: "0.0.5" - audioplayer2: - dependency: transitive + path: "." + ref: "7957e5adbeaa863ee17c9f5c29d4b5538e5a7cb3" + resolved-ref: "7957e5adbeaa863ee17c9f5c29d4b5538e5a7cb3" + url: "git://github.com/ZaraclaJ/audio_recorder.git" + source: git + version: "0.0.6" + audioplayer: + dependency: "direct main" description: - name: audioplayer2 + name: audioplayer url: "https://pub.dartlang.org" source: hosted version: "0.5.2" audioplayers: - dependency: "direct main" + dependency: transitive description: name: audioplayers url: "https://pub.dartlang.org" source: hosted - version: "0.7.5" + version: "0.7.8" badge: dependency: "direct main" description: @@ -65,35 +74,35 @@ packages: name: build url: "https://pub.dartlang.org" source: hosted - version: "0.12.7+3" + version: "1.0.1" build_config: dependency: transitive description: name: build_config url: "https://pub.dartlang.org" source: hosted - version: "0.3.1+2" + version: "0.3.1+4" build_resolvers: dependency: transitive description: name: build_resolvers url: "https://pub.dartlang.org" source: hosted - version: "0.2.2+3" + version: "0.2.2+6" build_runner: dependency: "direct dev" description: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "0.10.1+1" + version: "1.1.2" build_runner_core: dependency: transitive description: name: build_runner_core url: "https://pub.dartlang.org" source: hosted - version: "0.3.1+5" + version: "1.1.0" built_collection: dependency: transitive description: @@ -107,7 +116,7 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "6.1.2" + version: "6.1.6" camera: dependency: "direct main" description: @@ -122,13 +131,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.2" - cli_util: - dependency: transitive - description: - name: cli_util - url: "https://pub.dartlang.org" - source: hosted - version: "0.1.3+2" code_builder: dependency: transitive description: @@ -163,7 +165,7 @@ packages: name: csslib url: "https://pub.dartlang.org" source: hosted - version: "0.14.5" + version: "0.14.6" cupertino_icons: dependency: "direct main" description: @@ -177,21 +179,30 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "1.1.3" + version: "1.2.0" file: dependency: transitive description: name: file url: "https://pub.dartlang.org" source: hosted - version: "5.0.4" + version: "5.0.6" fixnum: dependency: transitive description: name: fixnum url: "https://pub.dartlang.org" source: hosted - version: "0.10.8" + version: "0.10.9" + flores: + dependency: "direct main" + description: + path: "." + ref: HEAD + resolved-ref: "2cd71bc75505d415efc7dfb0992a88081b5af0b2" + url: "https://github.com/XPRIZE/GLEXP-Team-Chimple-flores.git" + source: git + version: "0.0.1" flutter: dependency: "direct main" description: flutter @@ -215,7 +226,7 @@ packages: name: flutter_local_notifications url: "https://pub.dartlang.org" source: hosted - version: "0.3.7" + version: "0.4.2" flutter_localizations: dependency: "direct main" description: flutter @@ -228,13 +239,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.2.0" + flutter_redurx: + dependency: "direct main" + description: + name: flutter_redurx + url: "https://pub.dartlang.org" + source: hosted + version: "0.4.3" flutter_svg: dependency: "direct main" description: name: flutter_svg url: "https://pub.dartlang.org" source: hosted - version: "0.5.5+1" + version: "0.6.3" flutter_test: dependency: "direct dev" description: flutter @@ -255,7 +273,12 @@ packages: name: front_end url: "https://pub.dartlang.org" source: hosted - version: "0.1.4" + version: "0.1.6+5" + fuchsia_remote_debug_protocol: + dependency: transitive + description: flutter + source: sdk + version: "0.0.0" glob: dependency: transitive description: @@ -269,7 +292,7 @@ packages: name: graphs url: "https://pub.dartlang.org" source: hosted - version: "0.1.2+1" + version: "0.1.3+1" html: dependency: transitive description: @@ -277,13 +300,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.13.3+3" - http: - dependency: transitive - description: - name: http - url: "https://pub.dartlang.org" - source: hosted - version: "0.11.3+17" http_multi_server: dependency: transitive description: @@ -298,6 +314,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.1.3" + image: + dependency: "direct main" + description: + name: image + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.4" image_picker: dependency: "direct main" description: @@ -318,7 +341,7 @@ packages: name: intl_translation url: "https://pub.dartlang.org" source: hosted - version: "0.17.0" + version: "0.17.2" io: dependency: transitive description: @@ -339,7 +362,7 @@ packages: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "2.0.0" json_rpc_2: dependency: transitive description: @@ -353,14 +376,14 @@ packages: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "1.2.1" + version: "2.0.0" kernel: dependency: transitive description: name: kernel url: "https://pub.dartlang.org" source: hosted - version: "0.3.4" + version: "0.3.6+5" logging: dependency: transitive description: @@ -396,13 +419,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.9.6+2" - multi_server_socket: - dependency: transitive + native_device_orientation: + dependency: "direct main" description: - name: multi_server_socket + name: native_device_orientation url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "0.0.3" nima: dependency: "direct main" description: @@ -410,13 +433,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.1" - node_preamble: - dependency: transitive - description: - name: node_preamble - url: "https://pub.dartlang.org" - source: hosted - version: "1.4.4" package_config: dependency: transitive description: @@ -424,13 +440,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.5" - package_resolver: - dependency: transitive - description: - name: package_resolver - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.4" path: dependency: transitive description: @@ -444,14 +453,14 @@ packages: name: path_drawing url: "https://pub.dartlang.org" source: hosted - version: "0.3.0" + version: "0.4.0" path_parsing: dependency: transitive description: name: path_parsing url: "https://pub.dartlang.org" source: hosted - version: "0.1.2" + version: "0.1.3" path_provider: dependency: "direct main" description: @@ -459,13 +468,34 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.4.1" + pedantic: + dependency: transitive + description: + name: pedantic + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.0" + percent_indicator: + dependency: "direct main" + description: + name: percent_indicator + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.10" petitparser: dependency: transitive description: name: petitparser url: "https://pub.dartlang.org" source: hosted - version: "1.7.7" + version: "2.0.2" + pigment: + dependency: transitive + description: + name: pigment + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.3" platform: dependency: transitive description: @@ -487,6 +517,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.6" + process: + dependency: transitive + description: + name: process + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.9" pub_semver: dependency: transitive description: @@ -500,14 +537,28 @@ packages: name: pubspec_parse url: "https://pub.dartlang.org" source: hosted - version: "0.1.2+2" + version: "0.1.2+3" quiver: dependency: transitive description: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.0.0+1" + version: "2.0.1" + redurx: + dependency: transitive + description: + name: redurx + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.0+12" + rxdart: + dependency: transitive + description: + name: rxdart + url: "https://pub.dartlang.org" + source: hosted + version: "0.18.1" scoped_model: dependency: transitive description: @@ -521,7 +572,7 @@ packages: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "0.4.2" + version: "0.4.3" shelf: dependency: transitive description: @@ -529,20 +580,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.7.3+3" - shelf_packages_handler: - dependency: transitive - description: - name: shelf_packages_handler - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.4" - shelf_static: - dependency: transitive - description: - name: shelf_static - url: "https://pub.dartlang.org" - source: hosted - version: "0.2.8" shelf_web_socket: dependency: transitive description: @@ -556,7 +593,7 @@ packages: name: simple_permissions url: "https://pub.dartlang.org" source: hosted - version: "0.1.6" + version: "0.1.9" sky_engine: dependency: transitive description: flutter @@ -568,21 +605,7 @@ packages: name: source_gen url: "https://pub.dartlang.org" source: hosted - version: "0.9.0+1" - source_map_stack_trace: - dependency: transitive - description: - name: source_map_stack_trace - url: "https://pub.dartlang.org" - source: hosted - version: "1.1.5" - source_maps: - dependency: transitive - description: - name: source_maps - url: "https://pub.dartlang.org" - source: hosted - version: "0.10.7" + version: "0.9.1+3" source_span: dependency: transitive description: @@ -596,7 +619,7 @@ packages: name: sqflite url: "https://pub.dartlang.org" source: hosted - version: "0.11.2+2" + version: "0.12.2+1" stack_trace: dependency: transitive description: @@ -631,18 +654,15 @@ packages: name: synchronized url: "https://pub.dartlang.org" source: hosted - version: "1.5.1+1" + version: "1.5.3" tahiti: - dependency: "direct dev" + dependency: "direct main" description: path: "." ref: HEAD - resolved-ref: "35d3c282f31e921cbf999d6fc56a25a2d0c9593a" - url: "https://github.com/chimple/tahiti.git" + resolved-ref: "728a97275a4f6bec89bb7fcda7a871914db650ec" + url: "https://github.com/XPRIZE/GLEXP-Team-Chimple-tahiti.git" source: git - path: "../tahiti" - relative: true - source: path version: "0.0.1" term_glyph: dependency: transitive @@ -651,13 +671,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.1" - test: + test_api: dependency: transitive description: - name: test + name: test_api url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "0.2.1" + timing: + dependency: transitive + description: + name: timing + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.1+1" + tinycolor: + dependency: "direct main" + description: + name: tinycolor + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" tuple: dependency: "direct main" description: @@ -699,7 +733,7 @@ packages: name: video_player url: "https://pub.dartlang.org" source: hosted - version: "0.5.4" + version: "0.7.2" vm_service_client: dependency: transitive description: @@ -727,7 +761,7 @@ packages: name: xml url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.2.3" yaml: dependency: transitive description: @@ -736,5 +770,5 @@ packages: source: hosted version: "2.1.15" sdks: - dart: ">=2.0.0 <3.0.0" - flutter: ">=0.5.1 <2.0.0" + dart: ">=2.1.0-dev.5.0 <3.0.0" + flutter: ">=0.7.3 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index d9b2b12..9cbbd05 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,42 +7,51 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - image_picker: - cupertino_icons: ^0.1.0 - sqflite: any + image_picker: ^0.4.10 + native_device_orientation: ^0.0.3 + cupertino_icons: ^0.1.2 + sqflite: ^0.12.2+1 uuid: ^1.0.3 - path_provider: ^0.4.0 - tuple: ^1.0.1 - json_annotation: ^1.1.0 - audioplayers: ^0.7.5 + path_provider: ^0.4.1 + tuple: ^1.0.2 + json_annotation: ^2.0.0 + audioplayer: ^0.5.2 + percent_indicator: ^1.0.10 + tinycolor: ^1.0.2 fluttery: git: https://github.com/chimple/fluttery.git flutter_circular_chart: "^0.1.0" - shared_preferences: ^0.4.2 - camera: 0.2.1 + shared_preferences: ^0.4.3 + camera: ^0.2.1 nima: ^1.0.1 - flutter_local_notifications: ^0.3.7 + flutter_local_notifications: ^0.4.0 badge: git: https://github.com/chimple/Flutter-Badge.git intl: ^0.15.7 - intl_translation: ^0.17.0 - simple_permissions: ^0.1.6 - flutter_svg: ^0.5.1 + intl_translation: ^0.17.2 + simple_permissions: ^0.1.9 + flutter_svg: ^0.6.3 + image: ^2.0.4 + flutter_redurx: ^0.4.3 flutter_localizations: sdk: flutter + tahiti: + git: + https://github.com/XPRIZE/GLEXP-Team-Chimple-tahiti.git + flores: + git: + https://github.com/XPRIZE/GLEXP-Team-Chimple-flores.git dev_dependencies: flutter_test: sdk: flutter flutter_driver: sdk: flutter - video_player: "^0.5.4" - build_runner: ^0.10.1 - json_serializable: ^1.2.1 + video_player: "^0.7.2" + build_runner: ^1.1.1 + json_serializable: ^2.0.0 flutter_markdown: ^0.2.0 - tahiti: - path: ../tahiti # For information on the generic Dart part of this file, see the # following page: https://www.dartlang.org/tools/pub/pubspec @@ -61,2089 +70,23 @@ flutter: # - images/a_dot_ham.jpeg assets: - - assets/right.wav - - assets/wrong.wav - - assets/lion.ogg - - assets/monkey.ogg - - assets/duck.ogg - - assets/fox.ogg - - assets/rabbit.ogg - - - assets/tap.wav - - assets/demo_video/video.mp4 - - assets/demo_video/tutorial.mp4 - - assets/demo_video/bingo.mp4 - - assets/demo_video/abacus.mp4 - - assets/demo_video/calculate_numbers.mp4 - - assets/demo_video/casino.mp4 - - assets/demo_video/connect_the_dots.mp4 - - assets/demo_video/dice.mp4 - - assets/demo_video/drawing.mp4 - - assets/demo_video/fill_in_the_blanks.mp4 - - assets/demo_video/fill_number.mp4 - - assets/demo_video/guess.mp4 - - assets/demo_video/identify.mp4 - - assets/demo_video/match_the_following.mp4 - - assets/demo_video/memory.mp4 - - assets/demo_video/order_it.mp4 - - assets/demo_video/quiz.mp4 - - assets/demo_video/reflex.mp4 - - assets/demo_video/spin_wheel.mp4 - - assets/demo_video/tables.mp4 - - assets/demo_video/tap_home.mp4 - - assets/demo_video/tap_wrong.mp4 - - assets/demo_video/true_or_false.mp4 - - assets/demo_video/wordgrid.mp4 - - assets/videohelp.png - - assets/database.db - - assets/solo.nima - - assets/solo.png - - assets/chimple_logo.png - - assets/father.png - - assets/mother.png - - assets/sister.png - - assets/brother.png - - assets/star.png - - assets/star_gained.png - - assets/apple.png - - assets/Colors.png - - assets/Flowers.png - - assets/Fruits.png - - assets/Clothes.png - - assets/Fruits.json - - assets/Clothes.json - - assets/HouseItems.png - - assets/Boy.png - - assets/Body.png - - assets/Scene.png - - assets/Scene.json - - assets/Colors.json - - assets/Flowers.json - - assets/HouseItems.json - - assets/Shapes.json - - assets/Boy.json - - assets/Body.json - - assets/Work.json - - assets/Hospital.json - - assets/Animals.json - - assets/BedRoom.json - - assets/Birds.json - - assets/Work.png - - assets/Hospital.png - - assets/Animals.png - - assets/BedRoom.png - - assets/chat_Bot_Icon.png - - assets/Birds.png - - assets/apple.ogg - - assets/dice_game/1.png - - assets/dice_game/2.png - - assets/dice_game/3.png - - assets/dice_game/4.png - - assets/dice_game/5.png - - assets/dice_game/6.png - - assets/dice_game/brush.png - - assets/dice_game/clear.png - - assets/dice_game/undo.png - - assets/dice_game/send.png - - assets/dice_game/paint.png - - assets/dice_game/color_picker.png - - assets/dice_game/color_brush.png - - assets/dice_game/dice_play.gif - - assets/dice_game/tapto_play.gif - - assets/background_image/reflex_small.png - - assets/background_image/reflex_big.png - - assets/background_image/dice_big.png - - assets/background_image/dice_small.png - - assets/background_image/wordgrid_big.png - - assets/background_image/wordgrid_small.png - - assets/background_image/order_it_small.png - - assets/background_image/order_it_big.png - - assets/background_image/memory_small.png - - assets/background_image/memory_big.png - - assets/background_image/tap_home_big.png - - assets/background_image/tap_home_small.png - - assets/background_image/abacus_big.png - - assets/background_image/abacus_small.png - - assets/background_image/quiz_small.png - - assets/background_image/quiz_big.png - - assets/background_image/drawing_small.png - - assets/background_image/drawing_big.png - - assets/background_image/fill_in_the_blanks_big.png - - assets/background_image/fill_in_the_blanks_small.png - - assets/background_image/calculate_numbers_big.png - - assets/background_image/calculate_numbers_small.png - - assets/background_image/casino_small.png - - assets/background_image/casino_big.png - - assets/background_image/guess_small.png - - assets/background_image/guess_big.png - - assets/background_image/match_the_following_small.png - - assets/background_image/match_the_following_big.png - - assets/background_image/bingo_big.png - - assets/background_image/bingo_small.png - - assets/background_image/true_or_false_big.png - - assets/background_image/true_or_false_small.png - - assets/background_image/tables_small.png - - assets/background_image/tables_big.png - - assets/background_image/identify_small.png - - assets/background_image/identify_big.png - - assets/background_image/connect_the_dots_big.png - - assets/background_image/connect_the_dots_small.png - - assets/background_image/fill_number_big.png - - assets/background_image/fill_number_small.png - - assets/background_image/tap_wrong_big.png - - assets/background_image/tap_wrong_small.png - - assets/background_image/spin_wheel_big.png - - assets/background_image/spin_wheel_small.png - - assets/background_gif/Win_loop.gif - - assets/chat_image/chat icon_01.png - - assets/chat_image/chat icon_04.png - - assets/chat_image/chat icon_03.png - - assets/chat_image/friend_background.png - - assets/games.png - - assets/chat.png - - assets/chatBig.png - - assets/chatSmall.png - - assets/gameBig.png - - assets/gameSmall.png - - assets/story.png - - assets/Shapes.png - - assets/hoodie_fb.png - - assets/hoodie_bear.png - - assets/koala_neutral.png - - assets/koala_happy.png - - assets/koala_sad.png - - assets/animations/koala_happy.json - - assets/animations/koala_sad.json - - assets/animations/horse_sad2.json - - assets/animations/goat_sad2.json - - assets/animations/goat_sad3.json - - assets/animations/zebra_face.json - - assets/animations/happybirthday.json - - assets/animations/owl_happy2.json - - assets/animations/owl_happy3.json - - assets/animations/test.json - - assets/animations/heart.json - - assets/animations/ball.json - - assets/hoodie/reflex.png - - assets/hoodie/abacus.png - - assets/hoodie/bingo.png - - assets/hoodie/calculate_numbers.png - - assets/hoodie/casino.png - - assets/hoodie/circle_words.png - - assets/hoodie/clue_game.png - - assets/hoodie/connect_the_dots.png - - assets/hoodie/crossword.png - - assets/hoodie/draw_challenge.png - - assets/hoodie/drawing.png - - assets/hoodie/fill_in_the_blanks.png - - assets/hoodie/fill_number.png - - assets/hoodie/first_word.png - - assets/hoodie/friend_word.png - - assets/hoodie/guess.png - - assets/hoodie/identify.png - - assets/hoodie/identify.png - - assets/hoodie/match_the_following.png - - assets/hoodie/memory.png - - assets/hoodie/order_it.png - - assets/hoodie/quiz.png - - assets/hoodie/spin_wheel.png - - assets/hoodie/tables.png - - assets/hoodie/tap_home.png - - assets/hoodie/tap_wrong.png - - assets/hoodie/true_or_false.png - - assets/hoodie/picture_sentence.png - - assets/forward_button.png - - assets/home_button.png - - assets/dice.png - - assets/wordgrid.png - - assets/picture_sentence.png - - #happy - - assets/hoodie/reflex_happy.png - - assets/hoodie/abacus_happy.png - - assets/hoodie/bingo_happy.png - - assets/hoodie/calculate_numbers_happy.png - - assets/hoodie/casino_happy.png - - assets/hoodie/circle_words_happy.png - - assets/hoodie/clue_game_happy.png - - assets/hoodie/connect_the_dots_happy.png - - assets/hoodie/crossword_happy.png - - assets/hoodie/draw_challenge_happy.png - - assets/hoodie/drawing_happy.png - - assets/hoodie/fill_in_the_blanks_happy.png - - assets/hoodie/fill_number_happy.png - - assets/hoodie/first_word_happy.png - - assets/hoodie/friend_word_happy.png - - assets/hoodie/guess_happy.png - - assets/hoodie/identify_happy.png - - assets/hoodie/identify_happy.png - - assets/hoodie/match_the_following_happy.png - - assets/hoodie/memory_happy.png - - assets/hoodie/order_it_happy.png - - assets/hoodie/quiz_happy.png - - assets/hoodie/spin_wheel_happy.png - - assets/hoodie/tables_happy.png - - assets/hoodie/tap_home_happy.png - - assets/hoodie/tap_wrong_happy.png - - assets/hoodie/true_or_false_happy.png - - assets/hoodie/picture_sentence_happy.png - - assets/dice_happy.png - - assets/wordgrid_happy.png - - assets/picture_sentence_happy.png - - #sad - - assets/hoodie/reflex_sad.png - - assets/hoodie/abacus_sad.png - - assets/hoodie/bingo_sad.png - - assets/hoodie/calculate_numbers_sad.png - - assets/hoodie/casino_sad.png - - assets/hoodie/circle_words_sad.png - - assets/hoodie/clue_game_sad.png - - assets/hoodie/connect_the_dots_sad.png - - assets/hoodie/crossword_sad.png - - assets/hoodie/draw_challenge_sad.png - - assets/hoodie/drawing_sad.png - - assets/hoodie/fill_in_the_blanks_sad.png - - assets/hoodie/fill_number_sad.png - - assets/hoodie/first_word_sad.png - - assets/hoodie/friend_word_sad.png - - assets/hoodie/guess_sad.png - - assets/hoodie/identify_sad.png - - assets/hoodie/identify_sad.png - - assets/hoodie/match_the_following_sad.png - - assets/hoodie/memory_sad.png - - assets/hoodie/order_it_sad.png - - assets/hoodie/quiz_sad.png - - assets/hoodie/spin_wheel_sad.png - - assets/hoodie/tables_sad.png - - assets/hoodie/tap_home_sad.png - - assets/hoodie/tap_wrong_sad.png - - assets/hoodie/true_or_false_sad.png - - assets/background_tile.png - - assets/hoodie/picture_sentence_sad.png - - assets/dice_sad.png - - assets/wordgrid_sad.png - - assets/picture_sentence_sad.png - # dictionary - - assets/dict/abiria.png - - assets/dict/abudu.png - - assets/dict/accident.png - - assets/dict/account.png - - assets/dict/achari.png - - assets/dict/add.png - - assets/dict/adhabu.png - - assets/dict/adhibu.png - - assets/dict/adui.png - - assets/dict/aeroplane.png - - assets/dict/afiki.png - - assets/dict/afraid.png - - assets/dict/afternoon.png - - assets/dict/afya.png - - assets/dict/ahali.png - - assets/dict/aim.png - - assets/dict/airplane.png - - assets/dict/ajabu.png - - assets/dict/ajali.png - - assets/dict/ajira.png - - assets/dict/akaunti.png - - assets/dict/akili.png - - assets/dict/alama.png - - assets/dict/albamu.png - - assets/dict/album.png - - assets/dict/algae.png - - assets/dict/allow.png - - assets/dict/almond.png - - assets/dict/ambassador.png - - assets/dict/amoeba.png - - assets/dict/anchor.png - - assets/dict/angel.png - - assets/dict/angle.png - - assets/dict/angry.png - - assets/dict/animals.png - - assets/dict/ant.png - - assets/dict/apparatus.png - - assets/dict/appease.png - - assets/dict/apple.png - - assets/dict/arc.png - - assets/dict/arrow.png - - assets/dict/astronomy.png - - assets/dict/athletics.png - - assets/dict/aunt.png - - assets/dict/autumn.png - - assets/dict/axe.png - - assets/dict/baby.png - - assets/dict/back.png - - assets/dict/bag.png - - assets/dict/baharia.png - - assets/dict/bajeti.png - - assets/dict/bake.png - - assets/dict/balagha.png - - assets/dict/balloon.png - - assets/dict/balozi.png - - assets/dict/bambika.png - - assets/dict/bamboo.png - - assets/dict/bana.png - - assets/dict/banana.png - - assets/dict/bandage.png - - assets/dict/bandari.png - - assets/dict/bank.png - - assets/dict/baraka.png - - assets/dict/bark.png - - assets/dict/barley.png - - assets/dict/barrel.png - - assets/dict/baseball.png - - assets/dict/bass.png - - assets/dict/bat.png - - assets/dict/bathtub.png - - assets/dict/beach.png - - assets/dict/bead.png - - assets/dict/bean.png - - assets/dict/beans.png - - assets/dict/beard.png - - assets/dict/bee.png - - assets/dict/bell.png - - assets/dict/belt.png - - assets/dict/bicycle.png - - assets/dict/black.png - - assets/dict/blanket.png - - assets/dict/blessing.png - - assets/dict/blind.png - - assets/dict/blood.png - - assets/dict/blow.png - - assets/dict/blue.png - - assets/dict/boat.png - - assets/dict/boil.png - - assets/dict/bolt.png - - assets/dict/books.png - - assets/dict/bored.png - - assets/dict/bounce.png - - assets/dict/bow.png - - assets/dict/bowl.png - - assets/dict/box.png - - assets/dict/boxers.png - - assets/dict/boxing.png - - assets/dict/bracelet.png - - assets/dict/brain.png - - assets/dict/branch.png - - assets/dict/bravery.png - - assets/dict/bread.png - - assets/dict/brick.png - - assets/dict/broom.png - - assets/dict/brother.png - - assets/dict/brown.png - - assets/dict/brush.png - - assets/dict/bucket.png - - assets/dict/budget.png - - assets/dict/buffalo.png - - assets/dict/building.png - - assets/dict/bulb.png - - assets/dict/bulldozer.png - - assets/dict/bun.png - - assets/dict/bunch.png - - assets/dict/bus.png - - assets/dict/butter.png - - assets/dict/butterfly.png - - assets/dict/button.png - - assets/dict/cabbage.png - - assets/dict/cabinet.png - - assets/dict/cable.png - - assets/dict/cactus.png - - assets/dict/cage.png - - assets/dict/calculator.png - - assets/dict/calender.png - - assets/dict/camel.png - - assets/dict/camera.png - - assets/dict/camp.png - - assets/dict/can.png - - assets/dict/cancel.png - - assets/dict/candle.png - - assets/dict/candy.png - - assets/dict/carbon.png - - assets/dict/card.png - - assets/dict/carefully.png - - assets/dict/carpenter.png - - assets/dict/carpet.png - - assets/dict/carriage.png - - assets/dict/carrot.png - - assets/dict/cars.png - - assets/dict/cat.png - - assets/dict/cauliflower.png - - assets/dict/cave.png - - assets/dict/ceiling.png - - assets/dict/centipede.png - - assets/dict/certificate.png - - assets/dict/chache.png - - assets/dict/chaguo.png - - assets/dict/chain.png - - assets/dict/chair.png - - assets/dict/chairs.png - - assets/dict/chakula.png - - assets/dict/chalk.png - - assets/dict/chama.png - - assets/dict/chameleon.png - - assets/dict/chanjo.png - - assets/dict/chanzo.png - - assets/dict/chapa.png - - assets/dict/chariot.png - - assets/dict/chart.png - - assets/dict/chati.png - - assets/dict/chawa.png - - assets/dict/cheche.png - - assets/dict/cheek.png - - assets/dict/cheerful.png - - assets/dict/cheese.png - - assets/dict/cheetah.png - - assets/dict/chef.png - - assets/dict/cheki.png - - assets/dict/chembe.png - - assets/dict/chenza.png - - assets/dict/cheo.png - - assets/dict/chess.png - - assets/dict/chest.png - - assets/dict/chicken.png - - assets/dict/chikoo.png - - assets/dict/chisel.png - - assets/dict/choice.png - - assets/dict/chop.png - - assets/dict/circle.png - - assets/dict/classroom.png - - assets/dict/clean.png - - assets/dict/clear.png - - assets/dict/cloudy.png - - assets/dict/coat.png - - assets/dict/cockroach.png - - assets/dict/coconut.png - - assets/dict/coffee.png - - assets/dict/coin.png - - assets/dict/commander.png - - assets/dict/committee.png - - assets/dict/community.png - - assets/dict/compass.png - - assets/dict/complaint.png - - assets/dict/cone.png - - assets/dict/confused.png - - assets/dict/cook.png - - assets/dict/cookie.png - - assets/dict/cool.png - - assets/dict/copy.png - - assets/dict/corn.png - - assets/dict/cost.png - - assets/dict/cotton.png - - assets/dict/couch.png - - assets/dict/cpu.png - - assets/dict/crab.png - - assets/dict/crack.png - - assets/dict/crane.png - - assets/dict/crawl.png - - assets/dict/cream.png - - assets/dict/credit.png - - assets/dict/cricket.png - - assets/dict/crocodile.png - - assets/dict/crow.png - - assets/dict/crown.png - - assets/dict/crying.png - - assets/dict/cuboid.png - - assets/dict/cuckoo.png - - assets/dict/cucumber.png - - assets/dict/cup.png - - assets/dict/cups.png - - assets/dict/curse.png - - assets/dict/curtain.png - - assets/dict/cut.png - - assets/dict/cyclone.png - - assets/dict/cylinder.png - - assets/dict/dagla.png - - assets/dict/daisy.png - - assets/dict/daka.png - - assets/dict/dakika.png - - assets/dict/damisi.png - - assets/dict/dampo.png - - assets/dict/danger.png - - assets/dict/darana.png - - assets/dict/darasa.png - - assets/dict/dates.png - - assets/dict/dawa.png - - assets/dict/dazani.png - - assets/dict/deki.png - - assets/dict/democracy.png - - assets/dict/demokrasia.png - - assets/dict/deni.png - - assets/dict/department.png - - assets/dict/dereva.png - - assets/dict/desert.png - - assets/dict/desire.png - - assets/dict/desk.png - - assets/dict/detergent.png - - assets/dict/diamond.png - - assets/dict/dig.png - - assets/dict/dirt.png - - assets/dict/disaster.png - - assets/dict/division.png - - assets/dict/doctor.png - - assets/dict/doctors.png - - assets/dict/dog.png - - assets/dict/doll.png - - assets/dict/dolphin.png - - assets/dict/donkey.png - - assets/dict/door.png - - assets/dict/dozen.png - - assets/dict/dragonfly.png - - assets/dict/drapes.png - - assets/dict/dress.png - - assets/dict/driver.png - - assets/dict/drizzle.png - - assets/dict/drum.png - - assets/dict/duck.png - - assets/dict/dump.png - - assets/dict/ear.png - - assets/dict/earnings.png - - assets/dict/earring.png - - assets/dict/earthworm.png - - assets/dict/education.png - - assets/dict/eel.png - - assets/dict/egg.png - - assets/dict/eggplant.png - - assets/dict/election.png - - assets/dict/elephant.png - - assets/dict/elfu.png - - assets/dict/elimu.png - - assets/dict/embe.png - - assets/dict/employers.png - - assets/dict/employment.png - - assets/dict/enemy.png - - assets/dict/engine.png - - assets/dict/envelope.png - - assets/dict/eraser.png - - assets/dict/eropleni.png - - assets/dict/even.png - - assets/dict/evening.png - - assets/dict/excess.png - - assets/dict/excited.png - - assets/dict/excitement.png - - assets/dict/exercise.png - - assets/dict/exhausted.png - - assets/dict/expensive.png - - assets/dict/extra.png - - assets/dict/eye.png - - assets/dict/eyebrow.png - - assets/dict/eyelid.png - - assets/dict/eyes.png - - assets/dict/face.png - - assets/dict/fahali.png - - assets/dict/fainali.png - - assets/dict/faith.png - - assets/dict/falaki.png - - assets/dict/falcon.png - - assets/dict/fan.png - - assets/dict/farakano.png - - assets/dict/farm.png - - assets/dict/fasiri.png - - assets/dict/fat.png - - assets/dict/father.png - - assets/dict/fatigue.png - - assets/dict/fault.png - - assets/dict/feather.png - - assets/dict/feri.png - - assets/dict/ferry.png - - assets/dict/festival.png - - assets/dict/few.png - - assets/dict/fidia.png - - assets/dict/fig.png - - assets/dict/fight.png - - assets/dict/file.png - - assets/dict/final.png - - assets/dict/finch.png - - assets/dict/finger.png - - assets/dict/firauni.png - - assets/dict/firework.png - - assets/dict/fish.png - - assets/dict/fishing.png - - assets/dict/fist.png - - assets/dict/five.png - - assets/dict/fizikia.png - - assets/dict/flag.png - - assets/dict/flame.png - - assets/dict/flea.png - - assets/dict/flood.png - - assets/dict/floor.png - - assets/dict/flute.png - - assets/dict/fly.png - - assets/dict/foam.png - - assets/dict/foggy.png - - assets/dict/fomu.png - - assets/dict/food.png - - assets/dict/football.png - - assets/dict/form.png - - assets/dict/fox.png - - assets/dict/frame.png - - assets/dict/fraud.png - - assets/dict/freezing.png - - assets/dict/fremu.png - - assets/dict/fridge.png - - assets/dict/friend.png - - assets/dict/friji.png - - assets/dict/frog.png - - assets/dict/fry.png - - assets/dict/ganda.png - - assets/dict/gangster.png - - assets/dict/gate.png - - assets/dict/gauge.png - - assets/dict/gavana.png - - assets/dict/gego.png - - assets/dict/geji.png - - assets/dict/ghairi.png - - assets/dict/ghala.png - - assets/dict/ghali.png - - assets/dict/gharama.png - - assets/dict/gharika.png - - assets/dict/ghashi.png - - assets/dict/gift.png - - assets/dict/ginger.png - - assets/dict/giraffe.png - - assets/dict/give.png - - assets/dict/globe.png - - assets/dict/gloves.png - - assets/dict/glue.png - - assets/dict/goalpost.png - - assets/dict/goat.png - - assets/dict/godoro.png - - assets/dict/gofu.png - - assets/dict/gold.png - - assets/dict/goli.png - - assets/dict/gome.png - - assets/dict/gorilla.png - - assets/dict/gospel.png - - assets/dict/government.png - - assets/dict/governor.png - - assets/dict/gown.png - - assets/dict/granary.png - - assets/dict/grandfather.png - - assets/dict/grandmother.png - - assets/dict/grandson.png - - assets/dict/grapefruit.png - - assets/dict/grass.png - - assets/dict/grasshopper.png - - assets/dict/green.png - - assets/dict/grey.png - - assets/dict/grill.png - - assets/dict/growth.png - - assets/dict/guava.png - - assets/dict/guitar.png - - assets/dict/gym.png - - assets/dict/hadhi.png - - assets/dict/hadithi.png - - assets/dict/hair.png - - assets/dict/haja.png - - assets/dict/haki.png - - assets/dict/hakimu.png - - assets/dict/hammer.png - - assets/dict/hamu.png - - assets/dict/hand.png - - assets/dict/handaki.png - - assets/dict/handbag.png - - assets/dict/handkerchief.png - - assets/dict/handle.png - - assets/dict/hanjamu.png - - assets/dict/happy.png - - assets/dict/haragwe.png - - assets/dict/haramia.png - - assets/dict/harp.png - - assets/dict/hasara.png - - assets/dict/hat.png - - assets/dict/hata.png - - assets/dict/hati.png - - assets/dict/hatia.png - - assets/dict/hatua.png - - assets/dict/hawk.png - - assets/dict/head.png - - assets/dict/headline.png - - assets/dict/heads.png - - assets/dict/health.png - - assets/dict/heart.png - - assets/dict/heel.png - - assets/dict/hip.png - - assets/dict/hoe.png - - assets/dict/honour.png - - assets/dict/hook.png - - assets/dict/horn.png - - assets/dict/horse.png - - assets/dict/hospital.png - - assets/dict/hotel.png - - assets/dict/hummingbird.png - - assets/dict/hunger.png - - assets/dict/hyena.png - - assets/dict/hypocrite.png - - assets/dict/ibada.png - - assets/dict/idara.png - - assets/dict/idhini.png - - assets/dict/idhinisha.png - - assets/dict/iguana.png - - assets/dict/ilani.png - - assets/dict/imani.png - - assets/dict/imara.png - - assets/dict/imarisha.png - - assets/dict/injili.png - - assets/dict/injini.png - - assets/dict/injury.png - - assets/dict/inspection.png - - assets/dict/iron.png - - assets/dict/ishi.png - - assets/dict/ishirini.png - - assets/dict/isimu.png - - assets/dict/itikadi.png - - assets/dict/jacket.png - - assets/dict/jackfruit.png - - assets/dict/jagi.png - - assets/dict/jaja.png - - assets/dict/jaji.png - - assets/dict/jalada.png - - assets/dict/jamaa.png - - assets/dict/jambo.png - - assets/dict/jamhuri.png - - assets/dict/jamiana.png - - assets/dict/jamii.png - - assets/dict/jana.png - - assets/dict/janga.png - - assets/dict/jangili.png - - assets/dict/jani.png - - assets/dict/jar.png - - assets/dict/jarari.png - - assets/dict/jaw.png - - assets/dict/jeans.png - - assets/dict/jellyfish.png - - assets/dict/jogging.png - - assets/dict/jowar.png - - assets/dict/judge.png - - assets/dict/jug.png - - assets/dict/kaakaa.png - - assets/dict/kabidhi.png - - assets/dict/kabila.png - - assets/dict/kaboni.png - - assets/dict/kabwela.png - - assets/dict/kadha.png - - assets/dict/kadi.png - - assets/dict/kali.png - - assets/dict/kamanda.png - - assets/dict/kamati.png - - assets/dict/key.png - - assets/dict/keychain.png - - assets/dict/kidney.png - - assets/dict/kingfisher.png - - assets/dict/kitchen.png - - assets/dict/kite.png - - assets/dict/kiwi.png - - assets/dict/knee.png - - assets/dict/knees.png - - assets/dict/knife.png - - assets/dict/knuckle.png - - assets/dict/laana.png - - assets/dict/ladder.png - - assets/dict/ladle.png - - assets/dict/ladyfinger.png - - assets/dict/lamp.png - - assets/dict/lantern.png - - assets/dict/laugh.png - - assets/dict/lawama.png - - assets/dict/lawn.png - - assets/dict/lawyer.png - - assets/dict/lawyers.png - - assets/dict/lazima.png - - assets/dict/leaf.png - - assets/dict/league.png - - assets/dict/ledger.png - - assets/dict/leg.png - - assets/dict/leja.png - - assets/dict/lemon.png - - assets/dict/lengo.png - - assets/dict/lens.png - - assets/dict/lenzi.png - - assets/dict/leo.png - - assets/dict/leopard.png - - assets/dict/less.png - - assets/dict/lightning.png - - assets/dict/ligi.png - - assets/dict/lime.png - - assets/dict/lion.png - - assets/dict/lips.png - - assets/dict/live.png - - assets/dict/liver.png - - assets/dict/lizard.png - - assets/dict/lock.png - - assets/dict/locket.png - - assets/dict/loss.png - - assets/dict/louse.png - - assets/dict/love.png - - assets/dict/lungs.png - - assets/dict/machozi.png - - assets/dict/madaktari.png - - assets/dict/madarasa.png - - assets/dict/madereva.png - - assets/dict/madini.png - - assets/dict/madiwani.png - - assets/dict/maembe.png - - assets/dict/mafunzo.png - - assets/dict/mafuta.png - - assets/dict/magamba.png - - assets/dict/magari.png - - assets/dict/magistrate.png - - assets/dict/magnet.png - - assets/dict/magodoro.png - - assets/dict/magonjwa.png - - assets/dict/magoti.png - - assets/dict/mango.png - - assets/dict/mangoes.png - - assets/dict/mark.png - - assets/dict/mat.png - - assets/dict/matchbox.png - - assets/dict/mattress.png - - assets/dict/measure.png - - assets/dict/meat.png - - assets/dict/medicine.png - - assets/dict/men.png - - assets/dict/milk.png - - assets/dict/millipede.png - - assets/dict/mineral.png - - assets/dict/minute.png - - assets/dict/mix.png - - assets/dict/mixer.png - - assets/dict/molar.png - - assets/dict/money.png - - assets/dict/mongoose.png - - assets/dict/monitor.png - - assets/dict/monkey .png - - assets/dict/monkey.png - - assets/dict/monsoon.png - - assets/dict/moon.png - - assets/dict/mop.png - - assets/dict/morning.png - - assets/dict/mosquito.png - - assets/dict/moth.png - - assets/dict/mother.png - - assets/dict/mountain.png - - assets/dict/mouse.png - - assets/dict/mouth.png - - assets/dict/muscle.png - - assets/dict/mushroom.png - - assets/dict/mustache.png - - assets/dict/myna.png - - assets/dict/nafasi.png - - assets/dict/nafuu.png - - assets/dict/nail.png - - assets/dict/nails.png - - assets/dict/nakala.png - - assets/dict/nanga.png - - assets/dict/naughty.png - - assets/dict/ndogo.png - - assets/dict/ndovu.png - - assets/dict/neck.png - - assets/dict/necklace.png - - assets/dict/need.png - - assets/dict/needle.png - - assets/dict/nene.png - - assets/dict/newspaper.png - - assets/dict/ngazi.png - - assets/dict/ngumi.png - - assets/dict/nguo.png - - assets/dict/nguvu.png - - assets/dict/night.png - - assets/dict/njaa.png - - assets/dict/nje.png - - assets/dict/nose.png - - assets/dict/novel.png - - assets/dict/nurse.png - - assets/dict/nut.png - - assets/dict/oats.png - - assets/dict/occurence.png - - assets/dict/octopus.png - - assets/dict/officer.png - - assets/dict/ofisa.png - - assets/dict/oktoba.png - - assets/dict/ombi.png - - assets/dict/orange.png - - assets/dict/ostrich.png - - assets/dict/outside.png - - assets/dict/oval.png - - assets/dict/oven.png - - assets/dict/overcoat.png - - assets/dict/owl.png - - assets/dict/ox.png - - assets/dict/paa.png - - assets/dict/pack.png - - assets/dict/package.png - - assets/dict/packet.png - - assets/dict/pad.png - - assets/dict/painting.png - - assets/dict/pakiti.png - - assets/dict/palette.png - - assets/dict/pamba.png - - assets/dict/pan.png - - assets/dict/pana.png - - assets/dict/panda.png - - assets/dict/pant.png - - assets/dict/paper.png - - assets/dict/parrot.png - - assets/dict/part.png - - assets/dict/party.png - - assets/dict/passenger.png - - assets/dict/pato.png - - assets/dict/peacock.png - - assets/dict/peas.png - - assets/dict/pedi.png - - assets/dict/peel.png - - assets/dict/pelican.png - - assets/dict/pembe.png - - assets/dict/pen.png - - assets/dict/pencil.png - - assets/dict/penguin.png - - assets/dict/pepper.png - - assets/dict/permission.png - - assets/dict/physics.png - - assets/dict/piano.png - - assets/dict/picture.png - - assets/dict/pig.png - - assets/dict/pigeon.png - - assets/dict/pilot.png - - assets/dict/pin.png - - assets/dict/pink.png - - assets/dict/pipe.png - - assets/dict/pirate.png - - assets/dict/pitchfork.png - - assets/dict/plant.png - - assets/dict/plate.png - - assets/dict/players.png - - assets/dict/playing.png - - assets/dict/plug.png - - assets/dict/point.png - - assets/dict/pointi.png - - assets/dict/pole.png - - assets/dict/police.png - - assets/dict/polisi.png - - assets/dict/pond.png - - assets/dict/porridge.png - - assets/dict/port.png - - assets/dict/potatoes.png - - assets/dict/pour.png - - assets/dict/povu.png - - assets/dict/prayer.png - - assets/dict/president.png - - assets/dict/printer.png - - assets/dict/prism.png - - assets/dict/procreation.png - - assets/dict/pulses.png - - assets/dict/punish.png - - assets/dict/punishment.png - - assets/dict/pupa.png - - assets/dict/purple.png - - assets/dict/pyramid.png - - assets/dict/quarter.png - - assets/dict/rabbit.png - - assets/dict/rack.png - - assets/dict/radio.png - - assets/dict/radish.png - - assets/dict/rafiki.png - - assets/dict/rai.png - - assets/dict/rail.png - - assets/dict/rain.png - - assets/dict/rais.png - - assets/dict/rank.png - - assets/dict/ransom.png - - assets/dict/rat.png - - assets/dict/razor.png - - assets/dict/record.png - - assets/dict/rectangle.png - - assets/dict/red.png - - assets/dict/refrigerator.png - - assets/dict/rekodi.png - - assets/dict/relative.png - - assets/dict/request.png - - assets/dict/responsibility.png - - assets/dict/rhetorical.png - - assets/dict/riadha.png - - assets/dict/ribbon.png - - assets/dict/rice.png - - assets/dict/rich.png - - assets/dict/right.png - - assets/dict/ring.png - - assets/dict/rings.png - - assets/dict/river.png - - assets/dict/riwaya.png - - assets/dict/roast.png - - assets/dict/robo.png - - assets/dict/robot.png - - assets/dict/rock.png - - assets/dict/rocket.png - - assets/dict/roll.png - - assets/dict/rooster.png - - assets/dict/row.png - - assets/dict/rubani.png - - assets/dict/rubber.png - - assets/dict/running.png - - assets/dict/saba.png - - assets/dict/sabini.png - - assets/dict/sad.png - - assets/dict/safi.png - - assets/dict/safu.png - - assets/dict/sailor.png - - assets/dict/salt.png - - assets/dict/sanctions.png - - assets/dict/sand.png - - assets/dict/sarafu.png - - assets/dict/saw.png - - assets/dict/saxophone.png - - assets/dict/sayansi.png - - assets/dict/scale.png - - assets/dict/scanner.png - - assets/dict/school.png - - assets/dict/science.png - - assets/dict/scooter.png - - assets/dict/scorpion.png - - assets/dict/screw.png - - assets/dict/sea.png - - assets/dict/sector.png - - assets/dict/sehemu.png - - assets/dict/sekta.png - - assets/dict/septemba.png - - assets/dict/september.png - - assets/dict/seremala.png - - assets/dict/serikali.png - - assets/dict/seven.png - - assets/dict/seventy.png - - assets/dict/shadow.png - - assets/dict/shark.png - - assets/dict/sharpener.png - - assets/dict/sheep.png - - assets/dict/shelve.png - - assets/dict/shelves.png - - assets/dict/shirt.png - - assets/dict/shoes.png - - assets/dict/shorts.png - - assets/dict/shoulder.png - - assets/dict/shout.png - - assets/dict/shovel.png - - assets/dict/sick.png - - assets/dict/sickle.png - - assets/dict/sideburn.png - - assets/dict/sink.png - - assets/dict/sister.png - - assets/dict/skeleton.png - - assets/dict/skirt.png - - assets/dict/sleepy.png - - assets/dict/slice.png - - assets/dict/slippers.png - - assets/dict/small.png - - assets/dict/snail.png - - assets/dict/snake.png - - assets/dict/snooker.png - - assets/dict/snowy.png - - assets/dict/socket.png - - assets/dict/socks.png - - assets/dict/soda.png - - assets/dict/sofa.png - - assets/dict/soldier.png - - assets/dict/sour.png - - assets/dict/space.png - - assets/dict/spark.png - - assets/dict/sparrow.png - - assets/dict/spear.png - - assets/dict/sphere.png - - assets/dict/spice.png - - assets/dict/spider.png - - assets/dict/spill.png - - assets/dict/spoon.png - - assets/dict/spring.png - - assets/dict/square.png - - assets/dict/squash.png - - assets/dict/squeeze.png - - assets/dict/squid.png - - assets/dict/squirrel.png - - assets/dict/stabilize.png - - assets/dict/star.png - - assets/dict/state.png - - assets/dict/statistics.png - - assets/dict/steam.png - - assets/dict/steamer.png - - assets/dict/step.png - - assets/dict/stir.png - - assets/dict/stomach.png - - assets/dict/stormy.png - - assets/dict/story.png - - assets/dict/stove.png - - assets/dict/strainer.png - - assets/dict/strap.png - - assets/dict/strawberry.png - - assets/dict/strength.png - - assets/dict/strong.png - - assets/dict/students.png - - assets/dict/study.png - - assets/dict/sugar.png - - assets/dict/sun.png - - assets/dict/surveillance.png - - assets/dict/sweater.png - - assets/dict/swift.png - - assets/dict/swimming.png - - assets/dict/swordfish.png - - assets/dict/taaluma.png - - assets/dict/taarifa.png - - assets/dict/taji.png - - assets/dict/tajiri.png - - assets/dict/taka.png - - assets/dict/takwimu.png - - assets/dict/tamarind.png - - assets/dict/tamasha.png - - assets/dict/tambaa.png - - assets/dict/tamko.png - - assets/dict/tangerine.png - - assets/dict/tank.png - - assets/dict/tano.png - - assets/dict/tape.png - - assets/dict/taratibu.png - - assets/dict/taswira.png - - assets/dict/tatu.png - - assets/dict/tawi.png - - assets/dict/tea.png - - assets/dict/teapot.png - - assets/dict/tears.png - - assets/dict/teeth.png - - assets/dict/television.png - - assets/dict/temperature.png - - assets/dict/tent.png - - assets/dict/termite.png - - assets/dict/thick.png - - assets/dict/thigh.png - - assets/dict/thousand.png - - assets/dict/thread.png - - assets/dict/three.png - - assets/dict/tie.png - - assets/dict/toaster.png - - assets/dict/today.png - - assets/dict/tomato.png - - assets/dict/tongue.png - - assets/dict/tooth.png - - assets/dict/torch.png - - assets/dict/touch.png - - assets/dict/towel.png - - assets/dict/tower.png - - assets/dict/tractor.png - - assets/dict/tradition.png - - assets/dict/translation.png - - assets/dict/trap.png - - assets/dict/tree.png - - assets/dict/trench.png - - assets/dict/tribe.png - - assets/dict/trophy.png - - assets/dict/trowel.png - - assets/dict/truck.png - - assets/dict/trumpet.png - - assets/dict/tub.png - - assets/dict/tube.png - - assets/dict/turtle.png - - assets/dict/twenty.png - - assets/dict/uchafu.png - - assets/dict/uchaguzi.png - - assets/dict/uchovu.png - - assets/dict/ufa.png - - assets/dict/uhai.png - - assets/dict/ujana.png - - assets/dict/ujasiri.png - - assets/dict/uji.png - - assets/dict/ukaguzi.png - - assets/dict/ukuaji.png - - assets/dict/ulimwengu.png - - assets/dict/ulinzi.png - - assets/dict/umbrella.png - - assets/dict/uncle.png - - assets/dict/utterance.png - - assets/dict/vaccine.png - - assets/dict/veins.png - - assets/dict/vest.png - - assets/dict/viazi.png - - assets/dict/view.png - - assets/dict/vifo.png - - assets/dict/vikombe.png - - assets/dict/vikundi.png - - assets/dict/vikwazo.png - - assets/dict/vilema.png - - assets/dict/violin.png - - assets/dict/vipimo.png - - assets/dict/vipuli.png - - assets/dict/virus.png - - assets/dict/virusi.png - - assets/dict/vision.png - - assets/dict/visiwa.png - - assets/dict/vita.png - - assets/dict/viti.png - - assets/dict/vyakula.png - - assets/dict/vyama.png - - assets/dict/waajiri.png - - assets/dict/waandishi.png - - assets/dict/wachezaji.png - - assets/dict/wafu.png - - assets/dict/wagon.png - - assets/dict/waist.png - - assets/dict/waiter.png - - assets/dict/wajibu.png - - assets/dict/wakili.png - - assets/dict/wakurugenzi.png - - assets/dict/wakuu.png - - assets/dict/walezi.png - - assets/dict/walimu.png - - assets/dict/walinzi.png - - assets/dict/walk.png - - assets/dict/walking.png - - assets/dict/wall.png - - assets/dict/wallet.png - - assets/dict/wanafunzi.png - - assets/dict/wanasheria.png - - assets/dict/wanaume.png - - assets/dict/wanawake.png - - assets/dict/want.png - - assets/dict/wanyama.png - - assets/dict/warm.png - - assets/dict/warning.png - - assets/dict/wash.png - - assets/dict/wasp.png - - assets/dict/watch.png - - assets/dict/wave.png - - assets/dict/wax.png - - assets/dict/way.png - - assets/dict/weight.png - - assets/dict/whale.png - - assets/dict/wheat.png - - assets/dict/white.png - - assets/dict/wide.png - - assets/dict/wife.png - - assets/dict/win.png - - assets/dict/window.png - - assets/dict/winter.png - - assets/dict/wire.png - - assets/dict/women.png - - assets/dict/wonder.png - - assets/dict/wood.png - - assets/dict/world.png - - assets/dict/worm.png - - assets/dict/worship.png - - assets/dict/wrist.png - - assets/dict/xylophone.png - - assets/dict/yadi.png - - assets/dict/yard.png - - assets/dict/yell.png - - assets/dict/yellow.png - - assets/dict/yesterday.png - - assets/dict/young.png - - assets/dict/youth.png - - assets/dict/yowe.png - - assets/dict/yeye.png - - assets/dict/yeyote.png - - assets/dict/yote.png - - assets/dict/zahanati.png - - assets/dict/zaidi.png - - assets/dict/zana.png - - assets/dict/zebra.png - - assets/dict/zero.png - - assets/dict/ziada.png - - assets/dict/zoezi.png - - assets/dict/A.png - - assets/dict/B.png - - assets/dict/C.png - - assets/dict/D.png - - assets/dict/E.png - - assets/dict/F.png - - assets/dict/G.png - - assets/dict/H.png - - assets/dict/I.png - - assets/dict/J.png - - assets/dict/K.png - - assets/dict/L.png - - assets/dict/M.png - - assets/dict/N.png - - assets/dict/O.png - - assets/dict/P.png - - assets/dict/R.png - - assets/dict/S.png - - assets/dict/T.png - - assets/dict/U.png - - assets/dict/V.png - - assets/dict/W.png - - assets/dict/Y.png - - assets/dict/Z.png - - assets/dict/lowercase_a.png - - assets/dict/lowercase_b.png - - assets/dict/lowercase_c.png - - assets/dict/lowercase_d.png - - assets/dict/lowercase_e.png - - assets/dict/lowercase_f.png - - assets/dict/lowercase_g.png - - assets/dict/lowercase_h.png - - assets/dict/lowercase_i.png - - assets/dict/lowercase_j.png - - assets/dict/lowercase_k.png - - assets/dict/lowercase_l.png - - assets/dict/lowercase_m.png - - assets/dict/lowercase_n.png - - assets/dict/lowercase_o.png - - assets/dict/lowercase_p.png - - assets/dict/lowercase_r.png - - assets/dict/lowercase_s.png - - assets/dict/lowercase_t.png - - assets/dict/lowercase_u.png - - assets/dict/lowercase_v.png - - assets/dict/lowercase_w.png - - assets/dict/lowercase_y.png - - assets/dict/lowercase_z.png - - assets/dict/a.ogg - - assets/dict/abiria.ogg - - assets/dict/abudu.ogg - - assets/dict/achari.ogg - - assets/dict/adhabu.ogg - - assets/dict/adhibu.ogg - - assets/dict/adui.ogg - - assets/dict/afiki.ogg - - assets/dict/afya.ogg - - assets/dict/ahali.ogg - - assets/dict/ajabu.ogg - - assets/dict/ajali.ogg - - assets/dict/ajira.ogg - - assets/dict/akaunti.ogg - - assets/dict/akili.ogg - - assets/dict/alama.ogg - - assets/dict/albamu.ogg - - assets/dict/almasi.ogg - - assets/dict/askari.ogg - - assets/dict/asubuhi.ogg - - assets/dict/b.ogg - - assets/dict/baba.ogg - - assets/dict/babu.ogg - - assets/dict/bahari.ogg - - assets/dict/baharia.ogg - - assets/dict/bahasha.ogg - - assets/dict/baiskeli.ogg - - assets/dict/bajeti.ogg - - assets/dict/bakuli.ogg - - assets/dict/balagha.ogg - - assets/dict/balozi.ogg - - assets/dict/bambika.ogg - - assets/dict/bana.ogg - - assets/dict/bandari.ogg - - assets/dict/bangili.ogg - - assets/dict/bao.ogg - - assets/dict/baraka.ogg - - assets/dict/baridi.ogg - - assets/dict/basi.ogg - - assets/dict/bata.ogg - - assets/dict/bega.ogg - - assets/dict/behewa.ogg - - assets/dict/bendera.ogg - - assets/dict/benki.ogg - - assets/dict/bibi.ogg - - assets/dict/blanketi.ogg - - assets/dict/bluu.ogg - - assets/dict/bomba.ogg - - assets/dict/brashi.ogg - - assets/dict/buibui.ogg - - assets/dict/butu.ogg - - assets/dict/bwawa.ogg - - assets/dict/c.ogg - - assets/dict/chache.ogg - - assets/dict/chaguo.ogg - - assets/dict/chai.ogg - - assets/dict/chaki.ogg - - assets/dict/chakula.ogg - - assets/dict/chama.ogg - - assets/dict/chanjo.ogg - - assets/dict/chanzo.ogg - - assets/dict/chapa.ogg - - assets/dict/chati.ogg - - assets/dict/chawa.ogg - - assets/dict/cheche.ogg - - assets/dict/cheki.ogg - - assets/dict/chembe.ogg - - assets/dict/chenza.ogg - - assets/dict/cheo.ogg - - assets/dict/chiriku.ogg - - assets/dict/chombo.ogg - - assets/dict/chui.ogg - - assets/dict/chuma.ogg - - assets/dict/chumvi.ogg - - assets/dict/chupa.ogg - - assets/dict/chupi.ogg - - assets/dict/chura.ogg - - assets/dict/d.ogg - - assets/dict/dada.ogg - - assets/dict/dagla.ogg - - assets/dict/daka.ogg - - assets/dict/dakika.ogg - - assets/dict/daktari.ogg - - assets/dict/damisi.ogg - - assets/dict/dampo.ogg - - assets/dict/damu.ogg - - assets/dict/darana.ogg - - assets/dict/darasa.ogg - - assets/dict/dawa.ogg - - assets/dict/dawati.ogg - - assets/dict/dazani.ogg - - assets/dict/deki.ogg - - assets/dict/demokrasia.ogg - - assets/dict/deni.ogg - - assets/dict/dereva.ogg - - assets/dict/dhahabu.ogg - - assets/dict/dhoruba.ogg - - assets/dict/dira.ogg - - assets/dict/dirisha.ogg - - assets/dict/dubu.ogg - - assets/dict/duma.ogg - - assets/dict/dunia.ogg - - assets/dict/e.ogg - - assets/dict/elfu.ogg - - assets/dict/elimu.ogg - - assets/dict/embe.ogg - - assets/dict/eropleni.ogg - - assets/dict/f.ogg - - assets/dict/fahali.ogg - - assets/dict/fainali.ogg - - assets/dict/falaki.ogg - - assets/dict/farakano.ogg - - assets/dict/farasi.ogg - - assets/dict/fasiri.ogg - - assets/dict/fedha.ogg - - assets/dict/fenesi.ogg - - assets/dict/feri.ogg - - assets/dict/fidia.ogg - - assets/dict/figo.ogg - - assets/dict/filimbi.ogg - - assets/dict/firauni.ogg - - assets/dict/fisi.ogg - - assets/dict/fizikia.ogg - - assets/dict/fomu.ogg - - assets/dict/fremu.ogg - - assets/dict/friji.ogg - - assets/dict/funga.ogg - - assets/dict/fungu.ogg - - assets/dict/funza.ogg - - assets/dict/furaha.ogg - - assets/dict/furushi.ogg - - assets/dict/g.ogg - - assets/dict/ganda.ogg - - assets/dict/gari.ogg - - assets/dict/gauni.ogg - - assets/dict/gavana.ogg - - assets/dict/gazeti.ogg - - assets/dict/gego.ogg - - assets/dict/geji.ogg - - assets/dict/ghairi.ogg - - assets/dict/ghala.ogg - - assets/dict/ghali.ogg - - assets/dict/gharama.ogg - - assets/dict/gharika.ogg - - assets/dict/ghashi.ogg - - assets/dict/gitaa.ogg - - assets/dict/glopu.ogg - - assets/dict/godoro.ogg - - assets/dict/gofu.ogg - - assets/dict/goli.ogg - - assets/dict/gome.ogg - - assets/dict/goti.ogg - - assets/dict/gundi.ogg - - assets/dict/h.ogg - - assets/dict/hadhi.ogg - - assets/dict/hadithi.ogg - - assets/dict/haja.ogg - - assets/dict/haki.ogg - - assets/dict/hakimu.ogg - - assets/dict/hamu.ogg - - assets/dict/handaki.ogg - - assets/dict/hanjamu.ogg - - assets/dict/haragwe.ogg - - assets/dict/haramia.ogg - - assets/dict/harimuni.ogg - - assets/dict/hasara.ogg - - assets/dict/hasira.ogg - - assets/dict/hata.ogg - - assets/dict/hatari.ogg - - assets/dict/hati.ogg - - assets/dict/hatia.ogg - - assets/dict/hatua.ogg - - assets/dict/hema.ogg - - assets/dict/hereni.ogg - - assets/dict/hofu.ogg - - assets/dict/hospitali.ogg - - assets/dict/hoteli.ogg - - assets/dict/huzuni.ogg - - assets/dict/i.ogg - - assets/dict/ibada.ogg - - assets/dict/idara.ogg - - assets/dict/idhini.ogg - - assets/dict/idhinisha.ogg - - assets/dict/ilani.ogg - - assets/dict/imani.ogg - - assets/dict/imara.ogg - - assets/dict/imarisha.ogg - - assets/dict/ini.ogg - - assets/dict/injili.ogg - - assets/dict/injini.ogg - - assets/dict/inzi.ogg - - assets/dict/ishi.ogg - - assets/dict/ishirini.ogg - - assets/dict/isimu.ogg - - assets/dict/itikadi.ogg - - assets/dict/j.ogg - - assets/dict/jagi.ogg - - assets/dict/jaja.ogg - - assets/dict/jaji.ogg - - assets/dict/jaketi.ogg - - assets/dict/jalada.ogg - - assets/dict/jamaa.ogg - - assets/dict/jambo.ogg - - assets/dict/jamhuri.ogg - - assets/dict/jamiana.ogg - - assets/dict/jamii.ogg - - assets/dict/jana.ogg - - assets/dict/janga.ogg - - assets/dict/jangili.ogg - - assets/dict/jangwa.ogg - - assets/dict/jani.ogg - - assets/dict/jarari.ogg - - assets/dict/jembe.ogg - - assets/dict/jengo.ogg - - assets/dict/jibini.ogg - - assets/dict/jicho.ogg - - assets/dict/jiko.ogg - - assets/dict/jikoni.ogg - - assets/dict/jino.ogg - - assets/dict/jioni.ogg - - assets/dict/jogoo.ogg - - assets/dict/jokofu.ogg - - assets/dict/jongoo.ogg - - assets/dict/joto.ogg - - assets/dict/jua.ogg - - assets/dict/k.ogg - - assets/dict/kaa.ogg - - assets/dict/kaakaa.ogg - - assets/dict/kaanga.ogg - - assets/dict/kabati.ogg - - assets/dict/kabichi.ogg - - assets/dict/kabidhi.ogg - - assets/dict/kabila.ogg - - assets/dict/kaboni.ogg - - assets/dict/kabwela.ogg - - assets/dict/kadha.ogg - - assets/dict/kadhaa.ogg - - assets/dict/kadi.ogg - - assets/dict/kahawa.ogg - - assets/dict/kahawia.ogg - - assets/dict/kaka.ogg - - assets/dict/kalamu.ogg - - assets/dict/kali.ogg - - assets/dict/kamanda.ogg - - assets/dict/kamati.ogg - - assets/dict/kamba.ogg - - assets/dict/kambi.ogg - - assets/dict/kamera.ogg - - assets/dict/kanzu.ogg - - assets/dict/karatasi.ogg - - assets/dict/karoti.ogg - - assets/dict/kasuku.ogg - - assets/dict/kata.ogg - - assets/dict/kenge.ogg - - assets/dict/kengele.ogg - - assets/dict/kiberiti.ogg - - assets/dict/kichwa.ogg - - assets/dict/kidole.ogg - - assets/dict/kifaru.ogg - - assets/dict/kifua.ogg - - assets/dict/kifungo.ogg - - assets/dict/kijani.ogg - - assets/dict/kijiko.ogg - - assets/dict/kijivu.ogg - - assets/dict/kikombe.ogg - - assets/dict/kilio.ogg - - assets/dict/kimbia.ogg - - assets/dict/kimbunga.ogg - - assets/dict/kinga.ogg - - assets/dict/kinywa.ogg - - assets/dict/kipande.ogg - - assets/dict/kipanya.ogg - - assets/dict/kipenyo.ogg - - assets/dict/kipepeo.ogg - - assets/dict/kipofu.ogg - - assets/dict/kisigino.ogg - - assets/dict/kisu.ogg - - assets/dict/kitanda.ogg - - assets/dict/kiti.ogg - - assets/dict/kiuno.ogg - - assets/dict/kivuli.ogg - - assets/dict/kiwiko.ogg - - assets/dict/kobe.ogg - - assets/dict/kofia.ogg - - assets/dict/komamanga.ogg - - assets/dict/kombe.ogg - - assets/dict/kona.ogg - - assets/dict/kondoo.ogg - - assets/dict/kope.ogg - - assets/dict/koroga.ogg - - assets/dict/korongo.ogg - - assets/dict/koti.ogg - - assets/dict/kozi.ogg - - assets/dict/kucheza.ogg - - assets/dict/kuchimba.ogg - - assets/dict/kuchoka.ogg - - assets/dict/kukimbia.ogg - - assets/dict/kuku.ogg - - assets/dict/kumwaga.ogg - - assets/dict/kunguru.ogg - - assets/dict/kuogelea.ogg - - assets/dict/kupigana.ogg - - assets/dict/kupika.ogg - - assets/dict/kupima.ogg - - assets/dict/kushughulikia.ogg - - assets/dict/kutembea.ogg - - assets/dict/kuziba.ogg - - assets/dict/l.ogg - - assets/dict/laana.ogg - - assets/dict/lango.ogg - - assets/dict/lawama.ogg - - assets/dict/lazima.ogg - - assets/dict/leja.ogg - - assets/dict/lengo.ogg - - assets/dict/lenzi.ogg - - assets/dict/leo.ogg - - assets/dict/leso.ogg - - assets/dict/ligi.ogg - - assets/dict/limau.ogg - - assets/dict/lori.ogg - - assets/dict/lozi.ogg - - assets/dict/m.ogg - - assets/dict/macho.ogg - - assets/dict/machozi.ogg - - assets/dict/machungwa.ogg - - assets/dict/madaktari.ogg - - assets/dict/madarasa.ogg - - assets/dict/madereva.ogg - - assets/dict/madini.ogg - - assets/dict/madiwani.ogg - - assets/dict/maembe.ogg - - assets/dict/mafunzo.ogg - - assets/dict/mafuta.ogg - - assets/dict/magamba.ogg - - assets/dict/magari.ogg - - assets/dict/magodoro.ogg - - assets/dict/magonjwa.ogg - - assets/dict/magoti.ogg - - assets/dict/maharagwe.ogg - - assets/dict/malaika.ogg - - assets/dict/mama.ogg - - assets/dict/mamba.ogg - - assets/dict/mapazia.ogg - - assets/dict/marimba.ogg - - assets/dict/mashua.ogg - - assets/dict/mawingu.ogg - - assets/dict/maziwa.ogg - - assets/dict/mazoezi.ogg - - assets/dict/mbao.ogg - - assets/dict/mbayuwayu.ogg - - assets/dict/mbu.ogg - - assets/dict/mbuni.ogg - - assets/dict/mbuzi.ogg - - assets/dict/mbwa.ogg - - assets/dict/mbweha.ogg - - assets/dict/mchana.ogg - - assets/dict/mchanga.ogg - - assets/dict/mchele.ogg - - assets/dict/mchwa.ogg - - assets/dict/mdogo.ogg - - assets/dict/mende.ogg - - assets/dict/meno.ogg - - assets/dict/mfuko.ogg - - assets/dict/mgongo.ogg - - assets/dict/mguu.ogg - - assets/dict/mhudumu.ogg - - assets/dict/midomo.ogg - - assets/dict/mifupa.ogg - - assets/dict/mjomba.ogg - - assets/dict/mjukuu.ogg - - assets/dict/mjusi.ogg - - assets/dict/mkate.ogg - - assets/dict/mkeka.ogg - - assets/dict/mkoba.ogg - - assets/dict/mkokoteni.ogg - - assets/dict/mkono.ogg - - assets/dict/mkufu.ogg - - assets/dict/mkuki.ogg - - assets/dict/mkunga.ogg - - assets/dict/mlango.ogg - - assets/dict/mlima.ogg - - assets/dict/mmea.ogg - - assets/dict/moto.ogg - - assets/dict/moyo.ogg - - assets/dict/mpira.ogg - - assets/dict/mpishi.ogg - - assets/dict/mraba.ogg - - assets/dict/mrija.ogg - - assets/dict/mshale.ogg - - assets/dict/mshumaa.ogg - - assets/dict/msisimko.ogg - - assets/dict/mstatili.ogg - - assets/dict/msumari.ogg - - assets/dict/msumeno.ogg - - assets/dict/mtama.ogg - - assets/dict/mtego.ogg - - assets/dict/mti.ogg - - assets/dict/mto.ogg - - assets/dict/mtoto.ogg - - assets/dict/muhindi.ogg - - assets/dict/mundu.ogg - - assets/dict/muuguzi.ogg - - assets/dict/mviringo.ogg - - assets/dict/mvua.ogg - - assets/dict/mvuke.ogg - - assets/dict/mwamba.ogg - - assets/dict/mwamvuli.ogg - - assets/dict/mwanasesere.ogg - - assets/dict/mwanzi.ogg - - assets/dict/mwezi.ogg - - assets/dict/mwiko.ogg - - assets/dict/n.ogg - - assets/dict/nafasi.ogg - - assets/dict/nafuu.ogg - - assets/dict/nakala.ogg - - assets/dict/nanga.ogg - - assets/dict/ndege.ogg - - assets/dict/ndizi.ogg - - assets/dict/ndoano.ogg - - assets/dict/ndogo.ogg - - assets/dict/ndoo.ogg - - assets/dict/ndovu.ogg - - assets/dict/nene.ogg - - assets/dict/ngamia.ogg - - assets/dict/ngazi.ogg - - assets/dict/ngoma.ogg - - assets/dict/ngome.ogg - - assets/dict/ngumi.ogg - - assets/dict/nguo.ogg - - assets/dict/nguvu.ogg - - assets/dict/njaa.ogg - - assets/dict/njano.ogg - - assets/dict/nje.ogg - - assets/dict/njegere.ogg - - assets/dict/njia.ogg - - assets/dict/njiwa.ogg - - assets/dict/nta.ogg - - assets/dict/nyama.ogg - - assets/dict/nyanja.ogg - - assets/dict/nyanya.ogg - - assets/dict/nyasi.ogg - - assets/dict/nyati.ogg - - assets/dict/nyekundu.ogg - - assets/dict/nyeupe.ogg - - assets/dict/nyeusi.ogg - - assets/dict/nyoka.ogg - - assets/dict/nyota.ogg - - assets/dict/nyuki.ogg - - assets/dict/nyundo.ogg - - assets/dict/nywele.ogg - - assets/dict/o.ogg - - assets/dict/ofisa.ogg - - assets/dict/oka.ogg - - assets/dict/oktoba.ogg - - assets/dict/ombi.ogg - - assets/dict/ongeza.ogg - - assets/dict/p.ogg - - assets/dict/paa.ogg - - assets/dict/paka.ogg - - assets/dict/pakiti.ogg - - assets/dict/pamba.ogg - - assets/dict/pana.ogg - - assets/dict/pango.ogg - - assets/dict/panya.ogg - - assets/dict/papa.ogg - - assets/dict/pato.ogg - - assets/dict/pedi.ogg - - assets/dict/pembe.ogg - - assets/dict/penseli.ogg - - assets/dict/pete.ogg - - assets/dict/picha.ogg - - assets/dict/pikipiki.ogg - - assets/dict/pipi.ogg - - assets/dict/pointi.ogg - - assets/dict/pole.ogg - - assets/dict/polisi.ogg - - assets/dict/popo.ogg - - assets/dict/povu.ogg - - assets/dict/pua.ogg - - assets/dict/punda.ogg - - assets/dict/pundamilia.ogg - - assets/dict/pwani.ogg - - assets/dict/r.ogg - - assets/dict/rafiki.ogg - - assets/dict/rai.ogg - - assets/dict/rais.ogg - - assets/dict/redio.ogg - - assets/dict/rekodi.ogg - - assets/dict/reli.ogg - - assets/dict/riadha.ogg - - assets/dict/riwaya.ogg - - assets/dict/robo.ogg - - assets/dict/rubani.ogg - - assets/dict/ruka.ogg - - assets/dict/s.ogg - - assets/dict/saa.ogg - - assets/dict/saba.ogg - - assets/dict/sabini.ogg - - assets/dict/sabuni.ogg - - assets/dict/safi.ogg - - assets/dict/safisha.ogg - - assets/dict/safu.ogg - - assets/dict/sahani.ogg - - assets/dict/sakafu.ogg - - assets/dict/samaki.ogg - - assets/dict/sanduku.ogg - - assets/dict/sarafu.ogg - - assets/dict/sayansi.ogg - - assets/dict/sehemu.ogg - - assets/dict/sekta.ogg - - assets/dict/septemba.ogg - - assets/dict/seremala.ogg - - assets/dict/serikali.ogg - - assets/dict/shamba.ogg - - assets/dict/shati.ogg - - assets/dict/shingo.ogg - - assets/dict/shule.ogg - - assets/dict/sifuri.ogg - - assets/dict/sikio.ogg - - assets/dict/simba.ogg - - assets/dict/sindano.ogg - - assets/dict/sofa.ogg - - assets/dict/soka.ogg - - assets/dict/sokwe.ogg - - assets/dict/sufuria.ogg - - assets/dict/sukari.ogg - - assets/dict/sumaku.ogg - - assets/dict/sungura.ogg - - assets/dict/suruali.ogg - - assets/dict/t.ogg - - assets/dict/taa.ogg - - assets/dict/taaluma.ogg - - assets/dict/taarifa.ogg - - assets/dict/tai.ogg - - assets/dict/taji.ogg - - assets/dict/tajiri.ogg - - assets/dict/taka.ogg - - assets/dict/takwimu.ogg - - assets/dict/tamasha.ogg - - assets/dict/tambaa.ogg - - assets/dict/tamko.ogg - - assets/dict/tano.ogg - - assets/dict/taratibu.ogg - - assets/dict/tarumbeta.ogg - - assets/dict/taswira.ogg - - assets/dict/tatu.ogg - - assets/dict/tausi.ogg - - assets/dict/tawi.ogg - - assets/dict/taya.ogg - - assets/dict/televisheni.ogg - - assets/dict/tembea.ogg - - assets/dict/tembo.ogg - - assets/dict/theluji.ogg - - assets/dict/tofali.ogg - - assets/dict/tulivu.ogg - - assets/dict/tumbo.ogg - - assets/dict/twiga.ogg - - assets/dict/u.ogg - - assets/dict/ua.ogg - - assets/dict/uchafu.ogg - - assets/dict/uchaguzi.ogg - - assets/dict/uchovu.ogg - - assets/dict/ufa.ogg - - assets/dict/ufunguo.ogg - - assets/dict/ugonjwa.ogg - - assets/dict/uhai.ogg - - assets/dict/ujana.ogg - - assets/dict/ujasiri.ogg - - assets/dict/uji.ogg - - assets/dict/ukaguzi.ogg - - assets/dict/ukanda.ogg - - assets/dict/ukuaji.ogg - - assets/dict/ukuta.ogg - - assets/dict/ulimi.ogg - - assets/dict/ulimwengu.ogg - - assets/dict/ulinzi.ogg - - assets/dict/uma.ogg - - assets/dict/umeme.ogg - - assets/dict/upendo.ogg - - assets/dict/upinde.ogg - - assets/dict/usiku.ogg - - assets/dict/usingizi.ogg - - assets/dict/uso.ogg - - assets/dict/uvuvi.ogg - - assets/dict/uzito.ogg - - assets/dict/v.ogg - - assets/dict/viatu.ogg - - assets/dict/viazi.ogg - - assets/dict/vifo.ogg - - assets/dict/vikombe.ogg - - assets/dict/vikundi.ogg - - assets/dict/vikwazo.ogg - - assets/dict/vilema.ogg - - assets/dict/vipimo.ogg - - assets/dict/vipuli.ogg - - assets/dict/virusi.ogg - - assets/dict/visiwa.ogg - - assets/dict/vita.ogg - - assets/dict/vitabu.ogg - - assets/dict/viti.ogg - - assets/dict/vuguvugu.ogg - - assets/dict/vyakula.ogg - - assets/dict/vyama.ogg - - assets/dict/w.ogg - - assets/dict/waajiri.ogg - - assets/dict/waandishi.ogg - - assets/dict/wachezaji.ogg - - assets/dict/wafu.ogg - - assets/dict/wajibu.ogg - - assets/dict/wakili.ogg - - assets/dict/wakurugenzi.ogg - - assets/dict/wakuu.ogg - - assets/dict/walezi.ogg - - assets/dict/walimu.ogg - - assets/dict/walinzi.ogg - - assets/dict/wamechoka.ogg - - assets/dict/wanafunzi.ogg - - assets/dict/wanasheria.ogg - - assets/dict/wanaume.ogg - - assets/dict/wanawake.ogg - - assets/dict/wanyama.ogg - - assets/dict/waya.ogg - - assets/dict/wazi.ogg - - assets/dict/wimbi.ogg - - assets/dict/y.ogg - - assets/dict/yadi.ogg - - assets/dict/yai.ogg - - assets/dict/yowe.ogg - - assets/dict/z.ogg - - assets/dict/zabibu.ogg - - assets/dict/zahanati.ogg - - assets/dict/zaidi.ogg - - assets/dict/zambarau.ogg - - assets/dict/zana.ogg - - assets/dict/zawadi.ogg - - assets/dict/ziada.ogg - - assets/dict/zoezi.ogg - - assets/star_music.mp3 - - assets/stickers/pig/pig.png - - assets/stickers/pig/8.png - - assets/stickers/pig/9.png - - assets/stickers/pig/14.png - - assets/stickers/pig/15.png - - assets/stickers/pig/16.png - - assets/stickers/pig/12.png - - assets/stickers/pig/13.png - - assets/stickers/pig/11.png - - assets/stickers/pig/10.png - - assets/stickers/pig/4.png - - assets/stickers/pig/5.png - - assets/stickers/pig/7.png - - assets/stickers/pig/6.png - - assets/stickers/pig/2.png - - assets/stickers/pig/3.png - - assets/stickers/pig/1.png - - assets/stickers/giraffe/giraffe.png - - assets/stickers/giraffe/8.png - - assets/stickers/giraffe/9.png - - assets/stickers/giraffe/14.png - - assets/stickers/giraffe/15.png - - assets/stickers/giraffe/16.png - - assets/stickers/giraffe/12.png - - assets/stickers/giraffe/13.png - - assets/stickers/giraffe/11.png - - assets/stickers/giraffe/10.png - - assets/stickers/giraffe/4.png - - assets/stickers/giraffe/5.png - - assets/stickers/giraffe/7.png - - assets/stickers/giraffe/6.png - - assets/stickers/giraffe/2.png - - assets/stickers/giraffe/3.png - - assets/stickers/giraffe/1.png - - assets/stickers/monkey/monkey.png - - assets/stickers/monkey/8.png - - assets/stickers/monkey/9.png - - assets/stickers/monkey/14.png - - assets/stickers/monkey/15.png - - assets/stickers/monkey/16.png - - assets/stickers/monkey/12.png - - assets/stickers/monkey/13.png - - assets/stickers/monkey/11.png - - assets/stickers/monkey/10.png - - assets/stickers/monkey/4.png - - assets/stickers/monkey/5.png - - assets/stickers/monkey/7.png - - assets/stickers/monkey/6.png - - assets/stickers/monkey/2.png - - assets/stickers/monkey/3.png - - assets/stickers/monkey/1.png - - assets/stickers/doggie/doggie.png - - assets/stickers/doggie/8.png - - assets/stickers/doggie/9.png - - assets/stickers/doggie/14.png - - assets/stickers/doggie/15.png - - assets/stickers/doggie/16.png - - assets/stickers/doggie/12.png - - assets/stickers/doggie/13.png - - assets/stickers/doggie/11.png - - assets/stickers/doggie/10.png - - assets/stickers/doggie/4.png - - assets/stickers/doggie/5.png - - assets/stickers/doggie/7.png - - assets/stickers/doggie/6.png - - assets/stickers/doggie/2.png - - assets/stickers/doggie/3.png - - assets/stickers/doggie/1.png - - assets/stickers/carpie/carpie.png - - assets/stickers/carpie/8.png - - assets/stickers/carpie/9.png - - assets/stickers/carpie/14.png - - assets/stickers/carpie/15.png - - assets/stickers/carpie/16.png - - assets/stickers/carpie/12.png - - assets/stickers/carpie/13.png - - assets/stickers/carpie/11.png - - assets/stickers/carpie/10.png - - assets/stickers/carpie/4.png - - assets/stickers/carpie/5.png - - assets/stickers/carpie/7.png - - assets/stickers/carpie/6.png - - assets/stickers/carpie/2.png - - assets/stickers/carpie/3.png - - assets/stickers/carpie/1.png - - assets/stickers/emoguy/happy.png - - assets/stickers/emoguy/angry.gif - - assets/stickers/emoguy/cold.gif - - assets/stickers/emoguy/cry.gif - - assets/stickers/emoguy/happy.gif - - assets/stickers/emoguy/irritated.gif - - assets/stickers/emoguy/laughing.gif - - assets/stickers/emoguy/love.gif - - assets/stickers/emoguy/playing.gif - - assets/stickers/emoguy/relaxed.gif - - assets/stickers/emoguy/sad.gif - - assets/stickers/emoguy/scared.gif - - assets/stickers/emoguy/sleeping.gif - - assets/stickers/emoguy/thumbsdown.gif - - assets/stickers/emoguy/thumbup.gif - - assets/stickers/emoguy/workingout.gif - - assets/stickers/emoguy/yummy.gif - - - - assets/category/Animal.svg - - assets/category/apple.svg - - assets/category/fox.svg - - assets/category/home_stuff.svg - - assets/category/ice_cream.svg - - assets/category/lion.svg - - assets/category/monkey.svg - - assets/category/pen.svg - - assets/category/pencil.svg - - assets/category/rabbit.svg - - assets/category/truck.svg - - assets/category/vehicle.svg + - assets/ + - assets/dice_game/ + - assets/background_image/ + - assets/background_gif/ + - assets/chat_image/ + - assets/hoodie/ + - assets/animations/ + - assets/stickers/pig/ + - assets/stickers/giraffe/ + - assets/stickers/monkey/ + - assets/stickers/doggie/ + - assets/stickers/carpie/ + - assets/stickers/emoguy/ + - assets/category/ + - assets/nima_animation/ + - assets/masking/ + - assets/action/ # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.io/assets-and-images/#resolution-aware. diff --git a/scripts/Animals.sql b/scripts/Animals.sql new file mode 100644 index 0000000..e50f7cf --- /dev/null +++ b/scripts/Animals.sql @@ -0,0 +1,520 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra', 2, 'Pundamilia', 'assets/topic/zebra.svg', 'pamoja na alama zao za milia myeupe na myeusi, ni nani hatoweza kumtambua Pundamilia! Pundamilia ni mnyama mwenye kwato moja ambao asili yao ni Afrika. Pundamilia ni jamii ya familia ya farasi na wana husiana sana na farasi na Punda. Kwasasa Pundamilia Ni miongoni mwa wanyama walio hatarini kutoweka, kwa orodha ya 2500 - 2700 duniani.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_3', 1, 'Ninaweza kumchora Pundamilia', 'assets/topic/zebraStripless_3.svg', 'Chora Milia kwa kutumia rangi nyeusi kwenye mnyama kubuni Pundamilia', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_3', 2, 1, 'assets/topic/zebraStripless_3.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_5', 1, 'Kubuni Pundamilia', 'assets/topic/zebrahandprint_6.svg', 'Buni Pundamilia kufuatisha Mchoro', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_5', 2, 1, 'assets/topic/zebrahandprint_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_7', 1, 'Sehemu yangu ya kubuni ya kuhifadhia Pundamilia', 'assets/topic/zebra_8.svg', 'kwa kutumia Picha, Buni hifadhi ya Pundamilia', 'zebra'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_7', 2, 1, 'assets/topic/zebra_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_9', 1, 'Alama za Pundamilia barabarani', 'assets/topic/zebracrossing_10.svg', 'Chora alama za Pundamilia kusaidia watu kuvuka barabara', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_9', 2, 1, 'assets/topic/zebracrossing_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_11', 3, 'Kuangalia kati ya uzao wa Familia yao', 'assets/topic/zebra_5.jpg', 'Pundamilia ni asili ya Bara la Afrika. Mara nyingine tunafikiri Pundamilia ni Farasi wenye MIlia. Hapana, hauko sahihi. Pundamilia ni jamii ya familia ya Farasi lakini ni wa kipekee sana. Lakini wana uhusiano wa karibu na Farasi, pamoja na Punda. Kuna aina tatu tofauti za Pundamilia. Pundamilia wa tambarare, pundamilia wa milimani na pundamilia wa nusu kame. Pundamilia wa tambarare wanapatikana kwenye ardhi yenye nyasi isiyokuwa na miti na katika misitu ya mashariki na kusini mwa Africa. Pundamilia wa milimani asili yao ni katika ukanda wa milimani wa kusini magharibi mwa Africa. Pundamilia wa nusu kame wanapatikana katika maeneo machache ya Kenya na Ethiopia. Pundamilia wa nusu kame wana uzito wa kati ya kilo 350 - 450. Pundamilia wa milimani wana uzito wa kati ya 240 hadi 372 na pundamilia wa tambarare wana uzito wa kilo 350. Wow huo ni uzito haswa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_12', 0, 'Je Pundamilia ni jamii ya Farasi?', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_12', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_12', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_15', 3, 'Tabia ya kipekee ya rafiki Milia', 'assets/topic/zebraArticle_9.jpg', 'Pundamilia wanaishi kwenye makundi ya kifamilia wakiongozwa na Pundamilia wa kiume mwenye pundamilia wa kike wengi na watoto. Pundamilia wa kiume anajulikana kama fahali.Pundamilia wa kike anajulikana kama Pundamilia jike. Pundamilia mtoto anajulikana kama Kihongwe. Mara nyingi Pundamilia hula Nyasi na wanaweza kusafiri hadi umbali wa maili 1800 kutafuta chakula. Kuwa wanyama wala Mimea, wakati mwingine hula Magome ya miti, matawi na pia Majani. Pundamilia Jike hubeba mimba kwa muda wa miezi 12 hadi 14. Pundamilia watoto huwa na uzito wa kilo 25 had 40 wanapozaliwa. Punde baada ya kuzaliwa, Pundamilia watoto wana uwezo wa kutembea na kukimbia. Pundamilia hujitegemea wanapofikisha umri wa miaka 3 hadi 6. Uhai wa Pundamilia ni kati ya miaka 30 hadi 40. Je! tabia hizi sio za kipekee?.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_16', 0, 'Chagua neno sahihi', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_16', 1, 1, 'Mla mimea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_16', 0, 1, 'Mla Memia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_16', 0, 2, 'Memia Mla'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_20', 3, 'Muungano wa kijamii wa Pundamilia', 'assets/topic/zebra_5.jpg', 'Mara nyingi Pundamilia hupatikana kwenye makundi mengine ya wanyama, hususani wanyama pori kwa ajili ya usalama wa idadi yao. Mara nyingi Kundi kubwa la wanyama huwachanganya wanyama wala Nyama. Pundamilia wana njia kadhaa za kuwasiliana na wengine. Ishara ya uso kama kufungua macho kwa mapana au kukenua meno, vyote vikiashiria vitu. Pia wanabweka, wanatoa milio na kukoroma ili kueleweka. Hata uwekaji wa masikio yao hutoa ishara za hisia zao. Wanaweza kuzungusha masikio yao kuelekea mwelekeo wowote. Pundamilia hulala wakiwa wamesimama na inapendeza sana. Unafikiri unaweza kulala ukiwa umesimama? na, hulala endapo wapo salama kwenye makundi yao. Je!, Muungano wa jamii yao haushangazi?.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_21', 3, 'Ukweli Muhimu ambao Pundamilia hubeba', 'assets/topic/zebra_5.jpg', 'Jina la Kingereza la Pundamilia ni Zebra. Hii inapendeza sana! hakuna Pundamilia wawili wenye Milia miwili inayofanana. Wapo kama alama za vidole vyetu. Wow!. Lazima kutakua na tofauti kubwa ya chati zao! Alama za Pundamilia zimetokana na milia myeusi na myeupe ya Pundamilia. Alama za Pundamilia pia zinajulikana kama Kivuko cha watembea kwa miguu. Sasa huo sio uhamasishaji?. Pundamilia wenye kasi zaidi. Ukweli ni kwamba wana uwezo wa kukimbia hadi maili 65 kwa saa. Sasa hii ni kasi kweli!. Pundamilia huonekana wazuri na rafiki, lakini wanaweza kuwa wanyama wenye fujo pia! Ung''ataji wao wa kutoboa na mateke yenye nguvu vinatosha kusababisha uharibu mkubwa na mara nyingine hata kuua.! hiyo ni Tahadhari!. Kuwa mbali na wanyama wenye milia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_22', 0, 'Chagua neno sahihi', 'assets/topic/zebraAfrica_39.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_22', 1, 1, 'Afrika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_22', 0, 1, 'Rikafa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_22', 0, 2, 'Karifa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_26', 0, 'Chagua neno sahihi', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_26', 1, 1, 'Pundamilia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_26', 0, 1, 'Miliapunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_26', 0, 2, 'ndapumilia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_30', 0, 'Pundamilia ni mnyama mzuri sana, lakini anaweza kuwa____.', 'assets/topic/zebraArticle_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_30', 1, 1, 'na fujo sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_30', 0, 1, 'Rafiki sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_30', 0, 2, 'Mkali sana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_34', 0, 'Hakuna miwili ____________ inayofanana.', 'assets/topic/zebraArticle_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_34', 1, 1, 'Milia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_34', 0, 1, 'Mikia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_34', 0, 2, 'Chati'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_38', 0, 'Pundamilia ni Mnyama mla Mimea?', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_38', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_38', 0, 1, 'hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_41', 0, 'Oaisha sehemu kukamilisha Picha', 'assets/topic/zebra_5.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 1, 'assets/topic/zebraEars_35.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 2, 'Sikio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 3, 'assets/topic/zebraLegs_36.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 4, 'Mguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 5, 'assets/topic/zebraTail_37.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 6, 'Mkia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird', 2, 'Cherero machungwa', 'assets/topic/lovebird.svg', 'Ndege huyu mzuri kimuonekano ana jina zuri kama muonekano wake, anaitwa Cherero Machungwa. Ana muonekano kama wa Kasuku mdogo. Ndege huyu wa kushangaza, awali aligunduliwa na mchunguzi mjerumani Gustav Fischer katika karne ya 19, ndio maana hufahamika kwa jina la kiingereza Fischer''s Lovebird, yaani "Cherero Machungwa"', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_3', 1, 'Cherero machungwa wangu mdogo mzuri', 'assets/topic/lovebirdtemp_4.svg', 'Chagua picha na ubuni ya Cherero Machungwa', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_3', 2, 1, 'assets/topic/lovebirdtemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_5', 1, 'Ninaweza kutengeneza Cherero machungwa wa peke yangu', 'assets/topic/lovebirdtemp_6.svg', 'Tumia vifaa vya uchoraji kuchora, kupaka rangi na kubuni yako ya Cherero Machungwa', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_5', 2, 1, 'assets/topic/lovebirdtemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_7', 1, 'Ndege wangu mtakatifu', 'assets/topic/lovebirdtemp_8.svg', 'Kwa kutumia picha na vifaa vya kuchorea, buni nyumba ya ndege kwaajili ya Cherero Machungwa wako.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_7', 2, 1, 'assets/topic/lovebirdtemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_9', 1, 'isiyo rangi hadi yenye rangi', 'assets/topic/lovebirdtemp_10.svg', 'Mpake rangi Cherero Machungwa kwa kutumia rangi tofauti upendeleazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_9', 2, 1, 'assets/topic/lovebirdtemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_11', 3, 'Uelewa Mdogo kuhusu ndege mdogo', 'assets/topic/lovebirdArticle_6.jpg', 'Asili ya Cherero Machungwa ni Afrika ya kati. Cherero Machungwa hukaa katika sehemu yenye makundi ya miti iliyojitenga pamoja na nyasi katikati yake. Kiujumla hukaa katika urefu wa mita 1100 hadi 200 juu ya uso wa bahari, na mara nyingi karibu na maji. Ndege hawa wadogo huweka makazi yao katika matobo ya miti, miamba na vichaka vilivyopo porini. Mara kwa mara hukaa kimakundi katika viota vyao au hujichukua wawili wawili kwenda kutengeneza makazi yao wenyewe. Cherero Machungwa huweza kuishi miaka 15 hadi 25.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_12', 0, 'Asili ya Cherero machungwa ni wapi?', 'assets/topic/zebraAfrica_39.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_12', 1, 1, 'Afrika ya kati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_12', 0, 1, 'Marekani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_12', 0, 2, 'India'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_16', 3, 'Muonekano wake wa kuvutia', 'assets/topic/fischerslovebird_7.jpg', 'Cherero Machungwa wana maumbo madogo kulinganisha na Kasuku. Kwa urefu wa inchi 5.5 na uzito wa gramu 43 hadi gramu 58 wanakaribia kuonekana kama mwanasesere wa Kasuku. Mbali na udogo wa maumbo yao, ni wajasiri, wadadisi na hupaa kila wakati. Cherero Machungwa pia hujulikana kwa macho yao ya duara. Wana utepe mweupe wa duara kuzunguka macho yao. Cherero Machungwa wana rangi Mchanganyiko. Rangi ya Machungwa. Nyekundu, Njano, Kijani , Buluu, Kijivi, nyeupe na waridi nzuri na za ajabu zilizoenea kote katika miili yao midogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_17', 0, 'Tambua Sehemu za mwili na oanisha pamoja na majina yake', 'assets/topic/fischerslovebird_7.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 2, 'assets/topic/birdtail_31.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 3, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 4, 'assets/topic/birdbody_33.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 5, 'Mdomo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 6, 'assets/topic/birdbeak_35.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 7, 'Nyoya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 8, 'assets/topic/birdfeather_37.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 9, 'Mguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 10, 'assets/topic/birdfeet_39.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_28', 3, 'Kupata kujua Tabia', 'assets/topic/lovebirdArticle_6.jpg', 'Cherero Machungwa huonyesha ushikiriano wa kijamii zaidi. Mara kwa mara huonekana wakiwa wawili wawili. Kama Cherero Machungwa wakitengana kutoka kwenye makundi yao huuzunika. Cherero Machungwa hupaa kwa kasi. Wana kasi sana kiasi kwamba mabawa yao husikika wakati wakipaa. Viumbe hivi vina rundo la sauti mbalimbali. Huendelea kuimba na kupiga filimbi siku nzima. Sauti zao husikika vizuri zaidi nyakati za asubuhi na jioni. Sauti zao nyembamba huvutia kusikika. Ni ndege wa kimakundi na hupendelea kuzungumza kwa pamoja. je! hiyo sio tabia ya kuvutia?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_29', 0, 'Mtoto__________', 'assets/topic/lovebirdchick_34.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_29', 1, 1, 'Vifaranga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_29', 0, 1, 'Ndama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_32', 3, 'kuhusu vifaranga', 'assets/topic/lovebirdEgg_10.jpg', 'Cherero Machungwa hulalia mayai kwa msimu kutoka Januari hadi Julai. Mayai hulaliwa katika Matobo ya miti. Maya huwa na rangi nyeupe na kawaida huwa 4 mpaka 8. Cherero Machungwa wa kike hutamia mayai kwa muda wa siku 21 had 23 mpaka yatakapo anguliwa yote. Watoto wadogo hutunzwa kwenye viota kwa siku 38 had 42 baada ya kuanguliwa. Watoto wa Cherero Machungwa huitwa Vifaranga. Cherero machungwa wa kike hulisha vifaranga wakati wakiwa ndani ya kiota. Cherero Machungwa wa kiume hufundisha vifaranga kula vyakula vya kawaida. Hiyo hufanya familia yenye furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_33', 0, 'Cherero machungwa hutengeneza nyumba zao ndani ya maji', 'assets/topic/lovebirdArticle_6.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_33', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_33', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_36', 3, 'Ukweli Muhimu usioweza kuepukika', 'assets/topic/lovebirdArticle_6.jpg', 'Cherero Machungwa huhifadhiwa kama mifugo dunia kote.. Natumaini umeshuhudia!. Ndege hawa hulishana mara kwa mara. Ndege mmoja husafirisha chakula kwenda kwa ndege mwingine. Sasa tumefahamu ni kwa jinsi gani ndege hawa huwakilisha jina lao. Kiujumla kuna aina 9 tofauti za Cherero Machungwa. Kasuku anayening''inia ambaye hupatikana Asia ni jamii yao ya karibu. Cherero Machungwa wana mpangilio mzuri wa chakula. wanakula Mbegu, beri, matunda na mara moja moja hula wadudu wadogo wa porini. Mara nyingine hufurahia kula mtama na mahindi. Hivyo hubeba jina la "ndege wala mazao". Cherero Machungo, kiasili wana fujo. Huwa na wivu kiasi au hughafilika pindi ndege wengine waingiapo kwenye kundi lao. Hivyo, kuwa mwangalifu, marafiki wadogo huwa na hasira pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_37', 0, 'Cherero Machungwa aligunduliwa na __________Mchunguzi, Gustav Fuscher.', 'assets/topic/fischerslovebird_7.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_37', 1, 1, 'Mjerumani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_37', 0, 1, 'Mchina'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_37', 0, 2, 'Muafrika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_41', 0, 'Gustav_________', 'assets/topic/fischerslovebird_7.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_41', 1, 1, 'Fischer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_41', 0, 1, 'Marvel'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_44', 0, 'Ring___________', 'assets/topic/lovebirdEye_40.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_44', 1, 1, 'Macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_44', 0, 1, 'Mkia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant', 2, 'Siafu safari wa kiafrika', 'assets/topic/ant.svg', 'Msiende kwa kiwango. Kiwango hakihusiani kwa hawa Siafu Safari. Wanajulikana zaidi kama Siafu dereva na wanapatikana Afrika. Japokua haijazoeleka, Siafu Safari huua Binadamu. Ndio!, Unasoma sasa. Siafu mdogo anaweza kuutoa uhai wa binadamu, Hii inaogopesha sana.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_3', 1, 'Mpake rangi Siafu Safari', 'assets/topic/anttemp_4.svg', 'Mpake rangi Siafu Safari kwa kutumia rangi za chaguo lako.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_3', 2, 1, 'assets/topic/anttemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_5', 1, 'Ninaweza kumchora Siafu Safari', 'assets/topic/anttemp_6.svg', 'Tumia vifaa vya kuchorea kuchora picha ya Siafu Safari', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_5', 2, 1, 'assets/topic/anttemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_7', 1, 'Msafara wa Siafu Safari', 'assets/topic/anttemp_8.svg', 'Tumia picha kubuni msafara wa Siafu Safari', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_7', 2, 1, 'assets/topic/anttemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_11', 3, 'Tujue kuhusu Mdudu hatari', 'assets/topic/Safari_ant_8.jpg', 'Siafu Safari pia wanajulikana kama Siafu Dereva na Saifu. Hawa wanapatikana Afrika ya kati na Mashariki. Pia wanapatika Asia. Kwa kingereza wanaitwa Ant. Hawa wadudu wanaishi kwa kuhamahama. Wanajongea kutoka sehemu moja kwenda sehemu nyingine. Koloni hili katili la Siafu safari hubadilisha sehemu wanazoishi kila siku. Utafutaji wao wa mawindo unahusisha kupanda kwenye miti na vichaka. Wachapakazi waliotulia, au sio?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_12', 0, 'Siafu safari wa kiafrika pia anajulikana kama__________', 'assets/topic/safariAnt_3.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_12', 1, 1, 'Siafu dereva'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_12', 0, 1, 'Siafu joka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_12', 0, 2, 'Siafu Kiongozi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_16', 0, 'Tabia _______', 'assets/topic/safariAnt_3.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_16', 1, 1, 'Kuhamahama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_16', 0, 1, 'Uvivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_16', 0, 2, 'Fujo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_20', 3, 'Mzunguko wa maisha ya Siafu hodari', 'assets/topic/safariAnt_9.jpg', 'Siafu Safari wanajulikana kama canivora. Hawa siafu wanajulikana kuwa wawindaji hodari. Wanatumia Idadi yao kuua Windo lao. Mgawanyo wa chakula unapokua mdogo, wanaondoka kwenye kichuguu na kuunda msafara unaoongozana wa Siafu 50,000,000. Hili ni tatizo haswa kwa watu. hususani kwa msafara kama huu kwenda majumbani, ni tatizo kubwa sana. Ni hatari kwa mtu asiyeweza kutoka kwenye njia yao. kwa kutumia taya zao kali zinazokata, hawa Siafu hushambulia kila kinachokatiza mbele yao. Inaweza kuwa Nyoka, Ndege, Mamalia na hata Binadamu. Ni wakali sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_21', 0, 'Msafara wa Siafu Safari unaweza kusafiri ______', 'assets/topic/safariAnt_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_21', 1, 1, 'Siafu 20'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_21', 0, 1, 'Siafu 100'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_21', 0, 2, 'Siafu 10'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_25', 0, 'Kukata__________', 'assets/topic/safariAntJaw_26.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_25', 1, 1, 'Taya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_25', 0, 1, 'Macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_25', 0, 2, 'Antena'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_29', 3, 'Ukweli muhimu wa kujua', 'assets/topic/Safari_ant_8.jpg', 'Siafu Safari anaweza akasafiri umbali wa mita 20 ndani ya lisaa. Sio Mbaya… Siafu safari wanachukuliwa kuwa wadudu wauaji zaidi duniani. Wanaweza kumla binadamu na kumla binadamu akabaki mifupa kwa muda wa masaa 4. Kuwa na tabia ya kuhamahama, hawa wadudu huhamia sehemu mpya kila siku. Hawa wadudu wadogo wana taya imara sana. Mmoja anaweza akaivuta mara mbili bila kupoteza kushikilia kwake. Siafu safari wa kiume hujulikana kama Nzi Soseji. Huitwa jina hilo kwasababu ana tumbo lililovimbiana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_30', 0, 'Nzi ____________', 'assets/topic/safariAnt_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_30', 1, 1, 'Soseji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_30', 0, 1, 'Nyumba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_30', 0, 2, 'Muuaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_34', 0, 'Siafu Safari wa kiume anaitwaje?', 'assets/topic/Safari_ant_8.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_34', 1, 1, 'Nzi Soseji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_34', 0, 1, 'Nzi tumbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_34', 0, 2, 'Nzi Mnyonyaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_38', 0, 'Siafu safari anaweza kumla binadamu akabaki mifupa kwa lisaa limoja', 'assets/topic/safariAnt_3.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_38', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_38', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile', 2, 'Mamba', 'assets/topic/crocodile.svg', 'Ni nani asiyemtambua hayu mnyama wa majini? Mamba……….hawaogopeshi!?. Mamba ni wanyama watambaao, na ni mojawapo wa wanyama wala nyama wanaoogopesha zaidi duniani. Kuna zaidi ya aina 23 tofauti za Mamba duniani. Wanyama hawa wa kuogopesha ni mojawapo ya viumbe vya kale duniani. Wameakuwepo duniani tangu miaka milioni 240 iliyopita. Ni wanyama wa kale haswa!', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_3', 1, 'Mtambaaji anaeogopesha zaid', 'assets/topic/crocodiletemp_4.svg', 'Chora vipimo katika picha uliyopewa ya Mamba. Mfanye mamba mwenye kuogopesha.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_3', 2, 1, 'assets/topic/crocodiletemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_5', 1, 'Angalia nilichokichora', 'assets/topic/croctemp_6.svg', 'Tumia vifaa vya kuchorea kuchora,kupaka rangi na kubuni picha ya mamba', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_5', 2, 1, 'assets/topic/croctemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_7', 1, 'Tahadhari - maogeo ya mamba', 'assets/topic/croctemp_8.svg', 'Tumia picha na vifaa vya kuchorea,buni kundi la mamba wakiwa majini pamoja na ubao wenye tahadhari', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_7', 2, 1, 'assets/topic/croctemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_9', 1, 'Mamba maarufu mwenye rangi', 'assets/topic/croctemp_10.svg', 'Paka rangi katika picha ya mamba ukitumia rangi upendazo. Ongezea na gauni, kofia au mapambo yoyote na umuweke aonekane mamba maarufu', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_9', 2, 1, 'assets/topic/croctemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_11', 3, 'Kupata kujua mnyama pori mla nyama', 'assets/topic/crocodile_7.jpg', 'Dubwana kubwa mwenye kuogopesha kwenye maji ni mnyama mla nyama. Kula kwake nyama, hufurahia kula ndege, samaki na hata mamalia. Wakati mwingine hushambulia binadamu pia. Mamba watoto pia ni windo rahisi kwa Mnyama huyu. Inaonekana kushangaza ila ni ukweli. Hawahurumii mamba wadogo pia. Ukiachilia mbali kuwekwa katika kundi la reptilia, mamba wana ufanano wa karibu zaidi na Dinosau. Inaaminika waliishi na dinosau na ndege. Hatuwaoni tena dinosau lakini Mamba bado wanaishi. Hii inastaajabisha kweli.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_12', 0, 'Mamba ni mnyama mwenye damu __________', 'assets/topic/crocodile_8.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_12', 1, 1, 'Baridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_12', 0, 1, 'Joto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_12', 0, 2, 'Moto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_16', 3, 'Vipengele vya kushangaza vya mkubwa', 'assets/topic/crocodile_8.jpg', 'Viumbe hivi jirani, vikubwa, vinatofautiana ukubwa na uzito. Mamba mkubwa kabisa anaweza kukua kati ya urefu wa futi 13 hadi 18 na uzito wa paundi 2200. Aliye mdogo na mfupi katika familia ya mamba anaweza kuwa na urefu wa futi 5 na uzito wake ni kati ya paundi 40 hadi 70. Sasa,kwa kuwa mlaji halisi wa nyama,dubwana huyu wa kwenye maji ana meno ishirini na nne yenye ukali. Ngozi zao za migongoni zina muundo wa mifupa ambayo huwa kama kizuia risasi. Ngozi zao za kwenye tumbo za kawaida. Hatimaye, ana kitu cha kawaida. Wana pua ndefu zinazotofautiana kimaumbo na kiuwiano. Matundu ya pua, macho na masikio funguzi ni sehemu za juu za kichwa. Mwili wa mamba unahuisha pamoja na miguu yao yenye utando kwa nje. Hizo ndo sehemu za kushangaza za mwili wa dubwana kubwa la majini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_17', 0, '____________risasi', 'assets/topic/bullet_37.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_17', 1, 1, 'Kizuia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_17', 0, 1, 'Koti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_17', 0, 2, 'Mashine'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_21', 0, '___________ makali', 'assets/topic/crocTeeth_32.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_21', 1, 1, 'Meno'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_21', 0, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_21', 0, 2, 'Macho'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_25', 3, 'Mvuto wa tabia ya kula ya mamba', 'assets/topic/crocodile_9.jpg', 'Mamba ni mnyama mla nyama. Hii inamaainsha wanakula nyama tu. Kula ni jambo lenye kufurahisha haswa pale tunapokula chakula tukipendacho. Tunatafuna na kutafuna na kuendelea kutafuna. Sasa, komea hapo, mamba hula vyakula wavipendavyo pia. Lakini, kula kwa wanyama hawa wa majini ni kwa kumeza. Wanatumia meno yao yaliyo imara na makali kurarua windo katika vipande vikubwa baada ya kuwabana chini kwenye taya zao. Wanameza mawe punde tu wanapokula mawindo yao kwaajili ya umeng`enyaji. Mawe hayo yanasaidia kusaga chakula ndani ya matumbo yao. Hicho sicho kitu chenye kuvutia!? Sasa, kuwa mwangalifu!, usifanye kama wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_26', 0, 'Tambua sehemu za mwili kisha oanisha pamoja na majina yake', 'assets/topic/crocodile_7.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 1, 'Miguu Utando'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 2, 'assets/topic/crocfeet_30.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 3, 'Meno'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 4, 'assets/topic/crocTeeth_32.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 5, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 6, 'assets/topic/crocTail_34.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 7, 'Macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 8, 'assets/topic/crocEye_36.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 9, 'Pua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 10, 'assets/topic/crocSnout_38.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_37', 3, 'Kidogo zaidi kwenye ulimwengu wa mamba', 'assets/topic/crocodile_7.jpg', 'Mamba ni wanyama damu baridi. Wanabadili joto la miili yao kutokana na mazingira waliyopo. Hiyo ina maanisha ni kama vile kiyoyozi. Kama wakihitaji mwili wenye joto basi watajianika juani. Kama wakihitaji baridi kidogo, basi huhamia kwenye maji. Wanyama hawa wenye nguvu wana milango ya fahamu hodari. Uhodari wa Hisia zao unawafanya wawe wanyama wala nyama kamili. Tunaweza kuona usiku? ni kweli tunaweza, lakini tunahitaji mwanga kutuongoza. Si sawa kwa rafiki yetu mamba. Maono yao ya usiku yako vizuri sana. Vivyo hata uhisi wao wa harufu na kusikia. Pamoja na hivi vipengele vyenye nguvu, Mamba huishi kuanzia miaka 50 hadi 60 na mara pengine hadi miaka 80. Maisha marefu kwa mnyama mkubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_38', 0, 'Mamba anaweza kuishi hadi miaka 1000', 'assets/topic/crocodile_30.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_38', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_38', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_41', 0, 'Mamba ni wanyama wala nyama', 'assets/topic/crocodile_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_41', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_41', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_44', 3, 'Ukweli wenye kushangaza wa mamba', 'assets/topic/crocSnout_38.jpg', 'Machozi ya mamba - Umewahi kusikia hili mahali? Mamba hutoa machozi wanapokula. Hapana,sio kwaajili ya Windo lilokufa, lakini kwaajili wanameza hewa nyingi inayoenda kugusa tezi za machozi na hivyo machozi hutiririka. Mamba wana miongoni mwa uumaji wa nguvu sana katika dunia yote ya wanyama. Hivyo ni dubwana la kwenye maji. Ulijua kwamba mamba ni waogeleaji Hodari? Wanaweza kuogelea kwa kasi ya maili 25 kwa saa. Uwezo wake unatokana na mkia wenye nguvu. Wow ni mkia wenye nguvu hakika!. Mamba mara nyingi wanaonekana taya zao zikiwa wazi kwa upana. Nani anaweza akajua ni kwanini!? Ukweli wanafungua taya zao ili kujipoza wenyewe kwasababu hawana tezi za jasho. Mamba jike hulalia mayai 20 hadi 80 kisha huyatunza kwa miezi 3. Hii kweli inashangaza.!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_45', 0, '___________ ya Mamba', 'assets/topic/crocEye_36.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_45', 1, 1, 'Machozi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_45', 0, 1, 'Keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_45', 0, 2, 'Makosa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion', 2, 'Simba', 'assets/topic/lion.svg', 'content(Swahili)', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_3', 1, 'Mnyama mkuu', 'assets/topic/africa-1300562.svg', 'Mfalme wa msitu. Paka mkubwa. Mfalme wa wanyama. Simba anajulikana katika historia kwa ujasiri wake na ushupavu. Mnyama huyu mkuu anachukuliwa kuwa Paka mkubwa wa pili duniani. Huyu kweli ni kiumbe mwenye kuvutia!', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_3', 2, 1, 'assets/topic/africa-1300562.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_5', 1, 'Angalia nilichokichora', 'assets/topic/Lion_clipart.svg', 'Tumia vifaa vya uchoraji kuchora,kupaka rangi na kubuni picha ya simba', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_5', 2, 1, 'assets/topic/Lion_clipart.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_7', 1, 'Kiburi cha Simba', 'assets/topic/tree-576848.svg', 'Tumia picha na vifaa vya uchoraji kubuni kundi la simba', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_7', 2, 1, 'assets/topic/tree-576848.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_9', 1, 'Uchawi/maajabu hivi punde', 'assets/topic/lioness.svg', 'Ongezea ukuu wa simba ukitumia vifaa vya uchoraji kwenye uso wa simba jike na umtengeneze simba dume', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_9', 2, 1, 'assets/topic/lioness.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_11', 3, 'Historia ya Simba', 'assets/topic/pexels-photo-627667.jpeg', 'Mfalme mkuu wa msitu alivamia mara moja sehemu kubwa ya afrika na baadhi ya sehemu za asia na Ulaya. Leo wanapatikana Sahara Ndogo ya Afrika. Idadi ndogo sana ya Simba wa Asia wamesalimika India. Simba waliongezeka Afrika kati ya miaka milioni 1 na 800,000. Simba mara kwa mara wanapungua lakini hawawi hatarini.Tunatumaini mfalme wetu wa msitu atabaki na kuendelea kuongezeka kidadi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_12', 0, 'Chagua chakula cha simba', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 1, 1, 'assets/topic/deer-2264354__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 1, 2, 'assets/topic/animals-1782431__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 1, 3, 'assets/topic/rabit-2808713_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 1, 4, 'assets/topic/zebra-1141302_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 0, 1, 'assets/topic/still-life-562357_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 0, 2, 'assets/topic/basket-605148__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 0, 3, 'assets/topic/popcorn-1554145__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 0, 4, 'assets/topic/cake-1227842__340.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_21', 3, 'Tuelewe hila ya mwili', 'assets/topic/pride-48373__340.png', 'Mfalme wa Ajabu ana misuli, Paka mwenye kifua kikubwa. Ana kichwa kifupi cha duara, shingo fupi na masikio ya duara. Kuna kifundo cha nywele mwishoni mwa mkia. Mfalme ni mkubwa kuliko malkia. Mfalme ana uzito kati ya kilo 150 na 250. Kwa upande wa urefu Simba dume ni mrefu kuliko simba jike. Malkia ana uzito kati ya kilo 120 hadi 182. Simba dume ana ukuu. Kiumbe kikuu kina misha mafupi. Wanaishi takribani miaka 15. Lakini simba waliohifadhiwa wataendelea kuishi miaka 30.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_22', 0, 'Simba ni _______________', 'assets/topic/africa-17344_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_22', 1, 1, 'Mfalme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_22', 0, 1, 'assets/topic/lions-1660044_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_22', 0, 2, 'Shati'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_26', 0, 'Kunguruma _______________', 'assets/topic/lion-3012515__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_26', 1, 1, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_26', 0, 1, 'assets/topic/raven-2162966__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_26', 0, 2, 'assets/topic/ant-564617_960_720.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_30', 0, 'Kujali _____________', 'assets/topic/lion-608251__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_30', 1, 1, 'assets/topic/lion-762698__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_30', 0, 1, 'assets/topic/lion-s-paw-claw-hand.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_30', 0, 2, 'assets/topic/animals-2609490_960_720.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_34', 3, 'Simba na uwindaji wao', 'pexels-photo-627667', 'Simba dume hulinda maeneo yao. Eneo lao lote ni maili 100 za mraba za nyika au mapori ya wazi.Wanyama hawa huweka alama eneo kwa mikojo. Hunguruma kutishia wanyama wengine wanaojaribu kutembea kwenye maeneo yao. Hukimbiza hata wanyama wengine walio kwenye maeneo yao. Simba jike anafahamika kama malkia. Simba jike huwindia kundi la simba dume. Kundi la simba dume hufahamika kama Fahari. Simba jike hufanya kazi pamoja kuwinda Windo. Fahari hufurahia windo lao kwa usawa. Huwagawia na simba wadogo. Wadogo hao huitwa simba Shibli. Shibli hawasaidii kuwinda hadi wafikishe umri wa mwaka 1. Simba hujulikana kwa kufanya kazi pamoja. Wao ni paka pekee wanaobaki kwa Ufahari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_35', 0, 'Simba jike huwinda ______________.', 'assets/topic/lion-693059__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_35', 1, 1, 'Windo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_35', 0, 1, 'Michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_35', 0, 2, 'Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_39', 3, NULL, 'assets/topic/lions-1132745_960_720.jpg', 'Simba wanajulikana kama paka wakubwa. Paka hawa wakubwa wanatabia karibu zote zinazofanana na paka wa kufugwa majumbani. Simba ni wakwezi wazuri. Mara nyingi huonekana juu ya miti wakiangalia maeneo ya kuwinda. Simba hua macho kwa masaa 3 hadi 4 kwa siku. Hebu kufikiria!. Wanatumia siku yao nzima kwa kulala. Wow hiyo ni ajabu!, lakini ni kweli. Hulala milalo mingi isiyo ya kawaida. Wanalalia migongo yao huku mikono yao ikiwa hewani. Tabia hizi hazifanani na paka wa majumbani?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_40', 0, 'Tambua sehemu za mwili na uoanishe na majina yao', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 1, 'Ufalme wa Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 2, 'assets/topic/lion-1281302_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 3, 'Makucha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 4, 'assets/topic/stock-photo--lion-s-paw-with-claws-450899818.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 5, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 6, 'assets/topic/lion-tail-857949__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 7, 'Mngurumo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 8, 'assets/topic/lion-2635913__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 9, 'Simba mtoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 10, 'assets/topic/lion-2990717__340.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_51', 3, 'Ukweli uvutiao kumuhusu mfalme simba', 'assets/topic/Unknown.jpg', 'Kila simba ana mfumo wa ndevu wa kipekee katika kinywa chake. Fikiria idadi ya mifumo! Muungurumo wa simba unaweza kusikika hadi umbali wa maili 3.Hiyo si sauti kubwa!? Mlio wa kutisha! Simba mwenye uzito mkubwa katika rekodi ana uizto wa kilo 375. Huo ni uzito mwingi sana! Simba jike hula nyama kilo 5 kila siku. Simba dume hula nyama kila 7 kila siku. Sasa, hiyo huitwa mlo mzito. Simba jike ni mama mwenye kujali. Antunza hata watoto simba waliotelekezwa. Simba huua chochote kile kuanzia panya, mijusi hadi wanyama pori. Hii ni kweli usalimikaji. Baada ya kubeba mimba kwa siku 105, hatimaye simba jike hujifungua watoto simba 2-3.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_52', 0, 'Simba huwinda kwa kiburi', 'assets/topic/lion-3221778__340.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_52', 1, 1, 'assets/topic/lion-565820_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_52', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis', 2, 'Afrikanis', 'assets/topic/dog.svg', 'Kwa asili inayotupeleka miaka 7000 iliyopita kwa makadirio, Afrikanis ni moja kati ya aina ya mbwa wa kale wa kiafrika. Afrikanis wanachukuliwa kuwa Mbwa wa Afrika.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_3', 1, 'Afrikanis wangu, Mbwa bora', 'assets/topic/dogtemp_4.svg', 'Kwa kutumia picha, jenga banda la mbwa wako. Andika jina kwenye ubao wa jina kuonesha banda. Mchunge Mnyama wako kwa mfupa. Ongeza mapambo kwa kutumia vifaa vya kuchorea.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_3', 2, 1, 'assets/topic/dogtemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_9', 1, 'Nipake rangi tafadhali', 'assets/topic/dogtemp_10.svg', 'Kwa kutumia rangi za chaguo lako, paka rangi picha ya Mbwa', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_9', 2, 1, 'assets/topic/dogtemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_11', 1, 'Afrikanis aliyerekebishwa', 'assets/topic/dogtemp_12.svg', 'kwa kutumia picha, buni picha ya muda wa furaha wa familia.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_11', 2, 1, 'assets/topic/dogtemp_12.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_20', 1, 'Muda wa kufurahi na familia', 'assets/topic/dogtemp_21.svg', 'Kutumia picha huunda picha ya familia ya furaha.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_20', 2, 1, 'assets/topic/dogtemp_21.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_26', 3, 'Muonekano unaopendwa wa Afrikanis', 'assets/topic/africanisdog_9.jpg', 'Mbwa mara nyingi huchukuliwa kuwa rafiki mzuri wa Binadamu. Hii ni kweli kabisa pale inapokuja kwa jamii ya Mbwa Afrikanis. Kuwa rafiki pamoja na asili Michezo, huyu mbwa ni mnyama ni sahihi kabisa kwa nyumbani. Asili yake ya michezo inamfanya awe rafiki mzuri kwa watoto. ukiachana na kuwa na michezo, ni mungalifu na hutoa rahadhari. Nani hapendi kuwa huru?. Ndio, Sawa kabisa na sisi. Afrikanis pia hupenda kuwa huru. lakini muda huo huo huishi kwa adabu na mmiliki wake. Hata na hivyo anakua na ngozi yenye harara na hasira anapozeeka. Pamoja na yote kila mtu hali yake hubadilika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_27', 0, 'Asili ya aina ya Mbwa Afrikanis ni ______ Kusini.', 'assets/topic/zebraAfrica_39.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_27', 1, 1, 'Afrika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_27', 0, 1, 'Marekani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_27', 0, 2, 'Asia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_31', 3, 'Miili yenye nguvu ya Afrikanis', 'assets/topic/africans_23.jpg', 'Afrikanis wana miili membamba. Hii inawasaidia zaidi wawe rahisi na asili wajongeapo. Wana Mmiili yenye misuli pia. Mbavu zao zinaonekana wanapokua a afya njema. Kutokuwa warefu, wana kimo cha wastani kati ya inchi 20 hadi inchi 24 kwa urefu na uzito wa kilo 25 hadi kilo 45. Ngozi zao zinatofautiana kwa rangi kama nyeusi, kaki mkoleo, Kaki-chokoleti, asali, nyeupe, maziwa na dhahabu. Rafiki Mlaini mzuri ana kichwa chenye shepu ya koni. Je!, huoni anafanya muonekano wa kifalme?.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_32', 0, 'Tambua sehemu za mwili na oanisha na majina yake', 'assets/topic/africans_24.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 2, 'assets/topic/africanisdog_9.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 3, 'Sikio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 4, 'assets/topic/africanisdog_3.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 5, 'Uso'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 6, 'assets/topic/africanisdog_3.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 7, 'Miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 8, 'assets/topic/africans_46.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 9, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 10, 'assets/topic/africans_23.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_43', 3, 'Tabia zinazopendwa za Afrikanis', 'assets/topic/africans_24.jpg', 'Afrikanis ni marafiki sana kwa watoto. Je!, hupendelei kumiliki mmojawapo?. Anafundishika kiurahisi kwa kuwa ana heshima sana kwa mmiliki wake. Ana Mipaka kiasi na Mazingira yake. Hapendelei mtu yeyote aingie kwenye mipaka yake. Haitoenda vyema, akiwa kwenye kundi, kuwa kwake na misuli iliyojengeka, kunamfanya awe na nguvu ya kutembea na kukimbia wa umbali mrefu. Ana Afya kiasi kwa maisha yake yote, lakini wakati mwingine huwa katika hatari ya kuambukizwa Kichaa cha Mbwa. Afrikanis wana asili ya uaminifu na ujasiri. Wanaaminika kuwa maisha yao wamiliki wao. Wow! ni uaminifu wa namna gani huo?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_44', 0, 'Afrikanis ni Mbwa _______.', 'assets/topic/africans_24.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_44', 1, 1, 'Mwenye akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_44', 0, 1, 'Mvivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_44', 0, 2, 'Mkorofi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_48', 3, 'Kuna ulazima wa kujua ukweli juu ya Afrikanis', 'assets/topic/africanisdog_3.jpg', 'Afrikanis wanahisi na ndio maana wana miili laini. Uhai wao ni wastani wa miaka 10 hadi miaka 12. Maisha Mafupi sana!. Mbwa Bantu, Mbwa muwindaji hottentot, Mbwa zulu, Mbwa khoikhoi, haya ni majina mengine ya Mbwa Afrikanis. Afrikanis ni Mbwa mwenye akili na mwenye asili ya urafiki. Afrikanis ni aina ya Mbwa wenye umbo la kati. Afrikanis wanachukua kuwa Ni mbwa wazuri kwa uwindaji. Afrikanis wana nywele fupi na hawahitaji uangalizi wowote. Je!, si rahisi kumtunza mbwa Afrikanis?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_49', 0, 'Aina ya Afrikanis huishi kwa miaka mingapi?', 'assets/topic/africans_23.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_49', 1, 1, '10 hadi miaka 12'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_49', 0, 1, '15 hadi miaka 20'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_49', 0, 2, '5 hadi miaka 10'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_53', 0, 'Mbwa Afrikanis pia hujulikana kama Mbwa Bantu.', 'assets/topic/africanisdog_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_53', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_53', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_56', 0, '____________laini', 'assets/topic/africans_23.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_56', 1, 1, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_56', 0, 1, 'Pua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_56', 0, 2, 'Nywele'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_60', 0, 'Uso __________', 'assets/topic/africanisdog_3.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_60', 1, 1, 'wa shape ya koni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_60', 0, 1, 'wa maraba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_60', 0, 2, 'mpana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_64', 0, '_________ wa misuli', 'assets/topic/africans_46.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_64', 1, 1, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_64', 0, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_64', 0, 2, 'Macho'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant', 2, 'Tembo', 'assets/topic/elephant.svg', 'Umeshawahi kusimama pembeni mwa tembo? Ni wakubwa na wazuri wakiwa na mkonga mmoja mrefu, mapembe mawili na miguu minne yenye uzito. Wow! ni wanyama wenye kushangaza kweli. Tembo anachukuliwa kuwa mamalia mkubwa wa ardhini, duniani', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_3', 1, 'Tembo mpya', 'assets/topic/Meuble_héraldique_Elephant.svg', 'Chagua picha na ubuni tembo wako.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_3', 2, 1, 'assets/topic/Meuble_héraldique_Elephant.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_14', 1, 'Kubaki kwa tembo wangu', 'assets/topic/pines-576574.svg', 'Buni kubaki kwa tembo wako kwa kupanda miti ya chaguo lako.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_14', 2, 1, 'assets/topic/pines-576574.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_21', 1, 'Tembo upinde wa mvua', 'assets/topic/elephant-2403410__340.png', 'Tumia rangi tofauti za chaguo lako kumpaka tembo rangi kwenye picha', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_21', 2, 1, 'assets/topic/elephant-311596.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_23', 1, 'uzuri uliopitiliza', 'assets/topic/elephant-42339.svg', 'Kwa kutumia vifaa vya kuchorea, ongezea urembo wa; mnyororo, taji, gauni, hereni, bangili, ghala ya viatu, n.k, katika picha uliyopewa ya tembo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_23', 2, 1, 'assets/topic/elephant-42339.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_25', 3, 'Tujue kumuhusu Tembo', 'assets/topic/elephant-family-amboseli-260nw-305729312.jpg', 'Kuwa mamalia mkubwa wa ardhini, duniani, tembo wanaendelea kuwa katika orodha ya juu. Uzito wa tembo ni hadi kilo 6000, na kiasi cha urefu wa hadi futi 14. Chukua dakika kumfikiria tembo… Huo ni ukubwa kweli!. Tembo wana mkonga wenye ustadi ambao hufanya kazi zote muhimu. Ana masikio mawili makubwa kweli na pembe mbili zilizojikunja. Mnyama huyu mkubwa na rafiki ana mkia mdogo ambao una urefu wa mita 1.3. Kipimo cha maisha ya tembo wa kiafrika ni miaka 60 hadi 70. Kipimo cha maisha ya tembo wa ki Asia ni miaka 48.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_26', 0, 'Tembo duniani ni _________ mnyama', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_26', 1, 1, 'Mkubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_26', 0, 1, 'Mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_26', 0, 2, 'Mrefu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_30', 3, 'Tufanye safari kwenye hisia zao', 'assets/topic/elephant-111695_960_720.jpg', 'Tembo hutumia mkonga wake kwa kunusa , kupumua, kugundua mitetemo, kupapasa watoto wao, kunyonya maji na kushika vitu. Hiyo sio yenye kushangaza!? Sambamba na mkonga wake, masikio yale pia hutumika kwenye madhumuni mengi. Tembo hutumia masikio yao kuwasiliana. Kupigiza masikio yao inaweza kuonyesha shari au furaha. Tembo mmoja huweza kusikia muito wa tembo mwingine kutoka umbali wa mita 4. Viumbe hawa wazuri wana hisia kubwa za kunusa. Tembo huungana na kila mmojawapo mara nyingi kwa hisia ya kugusa. Hutumia viungo vyao vyote vya mwili kuathiriana na kila mmoja. Lakini linapokuja swala la macho, huwa na maono ya wastani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_31', 0, 'Tambua sehemu za mwili na uoanishe na majina yao', 'assets/topic/african-1551762__340.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 1, 'Mkonga wa tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 2, 'assets/topic/african-1551762__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 3, 'Masikio ya tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 4, 'assets/topic/elephant-2668679__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 5, 'Pembe za tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 6, 'assets/topic/elephant-3292752__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 7, 'Mkia wa tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 8, 'assets/topic/elephant-3679295__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 9, 'Mtoto Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 10, 'assets/topic/baby-elephants-playing-260nw-75308080.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_42', 3, 'Jaribu kujua kuhusu makazi yao', 'assets/topic/female-314976__340.jpg', 'Tembo wa kike hujulikana kama ng`ombe. Tembo wa kiume hujulikana kama ndovu. Tembo jike huishi katika kundi la familia pamoja na watoto wao. Tembo dume hupendelea kuzurura peke yao. Tembo hubeba ujauzito kwa muda mrefu kuliko mnyama mwingine yeyote. Mimba yake hukaa karibia miezi 22. wakati wa kujifungua tembo mtoto huwa na uzito wa kilo 100 na husimama wima kwa futi 3. Kuna aina mbili za tembo. Tembo wa kiafrika na tembo wa kiasia. Tembo wa kiafrika ni wakubwa kiumbo kulinganisha na tembo wa kiasia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_43', 0, 'Mtoto wa tembo huwa na uzito gani pindi azaliwapo?', 'assets/topic/baby_elephant.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_43', 1, 1, 'kilo 100'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_43', 0, 1, 'kilo 200'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_43', 0, 2, 'Kilo 500'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_47', 3, 'Elimu kidogo kuhusu pembe', 'assets/topic/nature-1284285_960_720.jpg', 'Pembe za tembo ni meno yake kubwa. Theluthi moja ya pembe imefichwa mwilini mwake. Imefunikwa ndani kabisa ya kichwa chake. Pembe za tembo haziachi kukua. Tembo hutumika hutumia pembe zao kuchimba, kurarua magome ya kwenye miti na kuondoa vitu mbali mbali vilivyopo katika njia yao. Muda mwingi huitumia kama silaha kuwatisha wanyama wala nyama. Pembe za tembo hujulikana kama ndovu, na zina gharama sana katika soko. Pembe za tembo ndio zimekuwa sababu kuu za kuwindwa kwa tembo, Hii si haki!. Kama mauaji ya tembo yataendelea, punde Tembo watatoweka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_48', 0, 'Pembe la tembo hujulikana pia kama pembe za ndovu?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_48', 1, 1, 'assets/topic/africa-animal-photography-barbaric-631317.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_48', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_51', 3, 'ukweli wenye kuvutia kuhusu tembo', 'assets/topic/elephant-839098_960_720.jpg', 'Tembo mkongwe kujulikana aliishi kwa miaka 86. Wastani wa maisha ya tembo ni miaka 50 hadi 70. Je unafahamu kwamba tembo hawezi kuruka, kutembea kwa haraka wala kukimbia kwa kuruka? Anaweza kukimbia ua kutembea. Tembo huwa sawia na binadamu pindi linapokuja swala la hisia. Huonyesha huzuni, huruma, kujitambua,michezo,sanaa na muziki. Je huu sio ukweli wenye kushangaza!? Tembo hufuata aina ya maisha kwa mpangilio. Tembo jike huishi maisha yake yote katika kundi linaloundwa na wakina mama, shangazi,wadada,watoto wa kike na wakina bibi. Tembo dume hupendelea kuishi maisha ya ukapera. Je hii hukumbusha aina ya maisha ya kibinadamu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_52', 0, 'Tembo zinaweza___________.', 'assets/topic/elephant-family-amboseli-260nw-305729312.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_52', 1, 1, 'miliki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_52', 0, 1, 'trot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_52', 0, 2, 'mshambuliaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_56', 0, '_________ Mrefu', 'assets/topic/elephant-3679295__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_56', 1, 1, 'Mkonga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_56', 0, 1, 'Macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_56', 0, 2, 'Nywele'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_60', 0, '_________ Nyeupe', 'assets/topic/african-1551762__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_60', 1, 1, 'Pembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_60', 0, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_60', 0, 2, 'Sikio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_64', 0, '________ Kubwa', 'assets/topic/elephant-3679295__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_64', 1, 1, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_64', 0, 1, 'Kucha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_64', 0, 2, 'Macho'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat', 2, 'Mbuzi', 'assets/topic/Goat.svg', 'Nani asiyetambua miili migumu ya mamalia yenye Pembe na miguu yenye kwato? Ndio, uko sahihi!, Ni Mbuzi, mnyama rafiki wa kufugwa. Je! Unafahamu kwamba Mbuzi alikua ni Miongoni mwa wanyama wa kwanza kufugwa na Binadamu miaka 11000 iliyopita Kaskazini-mashariki. Japokua Maziwa ya Mbuzi ni miongoni mwa Kinywaji maarufu duniani, Pia Mbuzi amekua Mnyama msaidizi wa karibu wa Binadamu.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_3', 1, 'Kubuni Mbuzi', 'assets/topic/goattemp_4.svg', 'Tumia vifaa cha kuchorea, chora sehemu za mwili wa mbuzi zilizokosekana', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_3', 2, 1, 'assets/topic/goattemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_5', 1, 'Ninaweza kumchora Mbuzi', 'assets/topic/goattemp_8.svg', 'Tumia vifaa cha kuchorea, kuchora picha ya Mbuzi', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_5', 2, 1, 'assets/topic/goattemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_7', 1, 'Mbuzi wangu mwenye Afya', 'assets/topic/goattemp_8.svg', 'Ongeza chakula kwaajili ya mbuzi ukitumia vifaa vya kuchorea', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_7', 2, 1, 'assets/topic/goattemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_9', 1, 'Beberu watatu wanalia', 'assets/topic/goattemp_10.svg', 'Paka rangi karatasi za hadithi "Millio ya Beberu watatu"', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_9', 2, 1, 'assets/topic/goattemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_11', 3, 'Asili ya Mbuzi', 'assets/topic/goat_8.jpg', 'Mbuzi na Binadamu wana Historia ndefu na ya faida pamoja. Ufugaji mkubwa wa Mbuzi ulienea Miaka ya 11,000 iliyopita Kaskazini-mashariki. Kuna aina mbili za Mbuzi, ambao ni Mbuzi wa Milimani na Mbuzi wa kufugwa. Mbuzi wa Milimani. Mbuzi wa Milimani wanapatikana katika milima ya Miamba, maeneo ya Alaska, Montana Magharibi, Idaho kati, Dakota Kusini, Kolorado na Washington. Mbuzi wakufugwa wanakuzwa duniani kote takribani katika kila Nyumba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_12', 0, 'Kuna aina ______ za Mbuzi.', 'assets/topic/goat_15.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_12', 1, 1, 'Mbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_12', 0, 1, 'Tano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_12', 0, 2, 'Tatu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_16', 3, 'Tabia nzuri za Mla Nyasi', 'assets/topic/goat_7.jpg', 'Mbuzi ni viumbe vyenye ushirikiano sana na wanaishi katika makundi madogo. Mbuzi wa milimani wana ushirikiano kipindi cha masika na wana ubinafsi kipindi cha kiangazi. Mbuzi mara nyingi hutumia muda mwingi kula nyasi zao katika mipaka ya Nyumba zao. Mbuzi wa milimani huchimba mashimo ya inchi moja upana na urefu ili kuweza kulala, kupumzika na kuoga kwa mavumbi. Mbuzi ni kundi la Abivorasi yenye maana ni wanyama wanaokula Majani pekee yake. Mbuzi wa Milimani wanakula majani ya mabwawani na Mimea. Mbuzi wa kufugwa hula Mabaki ya vyakula vya nyumbani, mimea ya majumbani na chochote watakachiona ardhini kinachowafaa kula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_17', 0, 'Chagua vitu tunachopata kutoka kwa mbuzi.', 'assets/topic/goat_7.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 1, 1, 'assets/topic/goatmeat_27.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 1, 2, 'assets/topic/goatwool_28.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 1, 3, 'assets/topic/goatmilk_29.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 1, 'assets/topic/goat_eggs_30.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 2, 'assets/topic/Igoat_carrot_31.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 3, 'assets/topic/goat_beetroot_32.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 4, 'assets/topic/goat_potato_33.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 5, 'assets/topic/goat_onion_34.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 6, 'assets/topic/goat_cookies_35.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_27', 3, 'Tuijue familia ya Mbuzi', 'assets/topic/goatfamily_9.jpg', 'Mbuzi wa kiume huitwa Beberu. Mbuzi wa kike huitwa mbuzi jike. Mbuzi mtoto huitwa Kimbalelo. Mbuzi jike hubeba mimba kwa muda wa siku 150 had siku 180 kabla ya kujifungua. Watoto wa Mbuzi ni wachangamfu na wapo kasi. Mara tu baada ya kuzaliwa husimama na kutembea. Watoto wa Mbuzi huhesabika wamekua mara watimizapo miezi 30. Kuna aina 200 za Mbuzi wa kufugwa. Uzito wa Mbuzi wa kufugwa ni kati ya kilo 9 had kilo 113 kulingana na aina ya Mbuzi. Uzito wa Mbuzi wa milimani ni kati ya kilo 57 hadi kilo 82. Mbuzi wana muda mfupi wa kuishi. Mbuzi wa milimani huishi miaka 9 hadi miaka 12. Mbuzi wa kufugwa huishi kati ya miaka 10 hadi miaka 18. Je! familia ya Mbuzi si ya kawaida kama Mbuzi mwenyewe?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_28', 0, 'Oanisha picha kwa majina yake', 'assets/topic/goat_7.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 1, 'Pembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 2, 'assets/topic/goathorns_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 3, 'Masikio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 4, 'assets/topic/goathorns_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 5, 'Mtoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 6, 'assets/topic/goatkid_48.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 7, 'Matundu ya pua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 8, 'assets/topic/goathorns_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 9, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 10, 'assets/topic/goattail_52.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_39', 3, 'Ukweli wa kuvutia kushirikishana, kuhusu rafiki anayelia', 'assets/topic/goatbleeting_10.jpg', 'Mtoto wa Mbuzi anaitwa Kimbalelo. Lakini ukweli ni kwamba Mbuzi ajifunguapo huchukuliwa kama "utani". Mbuzi hana meno katika taya yake ya juu. Sasa hiki ni kichekesho. Sijui ingekuaje kama Binadamu angekua hana meno kwenye taya ya juu kama mbuzi. Mbuzi anaweza kupanda miti na kuruka urefu wa futi 5. Hodari sana!!. Mbuzi wana milio tofauti kutoka kanda moja hadi kanda nyingine. Hii ina maana milion ya mbuzi ya nchi moja inatofautiana na milio ya mbuzi wa nchi nyingine. Mfanano kiasi na sisi binadamu. Mbuzi hawapendi kulowa na kucheza kwenye mvua. Mbuzi wana matumbo manne yanayojulikana kama RUMEN. Hii huwasaidia kwenye mmeng''enyo kamilifu wa chakula. Sasa hii ndo siri ya malisho yao endelevu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_40', 0, 'Mbuzi ana tumbo ____________.', 'assets/topic/goat_28.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_40', 1, 1, 'Nne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_40', 0, 1, 'Moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_40', 0, 2, 'Sita'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_44', 0, 'Milio ya Mbuzi inatofautiana kutoka kanda moja mpaka nyingine', 'assets/topic/goatbleeting_10.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_44', 1, 1, 'kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_44', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_47', 0, 'Mbuzi ______', 'assets/topic/goatbleeting_10.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_47', 1, 1, 'Milio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_47', 0, 1, 'Vilio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_50', 0, 'Milima ______', 'assets/topic/goat_46.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_50', 1, 1, 'Mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_50', 0, 1, 'Panya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_53', 0, 'Nne______', 'assets/topic/goat_8.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_53', 1, 1, 'Tumbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_53', 0, 1, 'Mikia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Animals', 2, 'Animals', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 1, 'Zebra_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 2, 'Zebra_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 3, 'Zebra_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 4, 'Zebra_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 5, 'Zebra_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 6, 'Zebra_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 7, 'Zebra_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 8, 'Zebra_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 9, 'Zebra_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 10, 'Zebra_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 11, 'Zebra_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 12, 'Zebra_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 13, 'Zebra_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 14, 'Zebra_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 15, 'Zebra_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 16, 'Zebra_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 1, 'Fischer''s lovebird_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 2, 'Fischer''s lovebird_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 3, 'Fischer''s lovebird_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 4, 'Fischer''s lovebird_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 5, 'Fischer''s lovebird_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 6, 'Fischer''s lovebird_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 7, 'Fischer''s lovebird_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 8, 'Fischer''s lovebird_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 9, 'Fischer''s lovebird_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 10, 'Fischer''s lovebird_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 11, 'Fischer''s lovebird_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 12, 'Fischer''s lovebird_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 13, 'Fischer''s lovebird_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 14, 'Fischer''s lovebird_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 15, 'Fischer''s lovebird_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 16, 'Fischer''s lovebird_44'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 1, 'African Safari Ant_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 2, 'African Safari Ant_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 3, 'African Safari Ant_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 4, 'African Safari Ant_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 5, 'African Safari Ant_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 6, 'African Safari Ant_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 7, 'African Safari Ant_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 8, 'African Safari Ant_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 9, 'African Safari Ant_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 10, 'African Safari Ant_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 11, 'African Safari Ant_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 12, 'African Safari Ant_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 13, 'African Safari Ant_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 1, 'Crocodile_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 2, 'Crocodile_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 3, 'Crocodile_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 4, 'Crocodile_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 5, 'Crocodile_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 6, 'Crocodile_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 7, 'Crocodile_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 8, 'Crocodile_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 9, 'Crocodile_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 10, 'Crocodile_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 11, 'Crocodile_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 12, 'Crocodile_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 13, 'Crocodile_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 14, 'Crocodile_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 15, 'Crocodile_44'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 16, 'Crocodile_45'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 1, 'Lion_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 2, 'Lion_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 3, 'Lion_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 4, 'Lion_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 5, 'Lion_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 6, 'Lion_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 7, 'Lion_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 8, 'Lion_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 9, 'Lion_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 10, 'Lion_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 11, 'Lion_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 12, 'Lion_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 13, 'Lion_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 14, 'Lion_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 15, 'Lion_51'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 16, 'Lion_52'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 1, 'Africanis_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 2, 'Africanis_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 3, 'Africanis_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 4, 'Africanis_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 5, 'Africanis_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 6, 'Africanis_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 7, 'Africanis_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 8, 'Africanis_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 9, 'Africanis_43'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 10, 'Africanis_44'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 11, 'Africanis_48'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 12, 'Africanis_49'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 13, 'Africanis_53'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 14, 'Africanis_56'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 15, 'Africanis_60'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 16, 'Africanis_64'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 1, 'Elephant_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 2, 'Elephant_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 3, 'Elephant_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 4, 'Elephant_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 5, 'Elephant_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 6, 'Elephant_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 7, 'Elephant_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 8, 'Elephant_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 9, 'Elephant_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 10, 'Elephant_43'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 11, 'Elephant_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 12, 'Elephant_48'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 13, 'Elephant_51'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 14, 'Elephant_52'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 15, 'Elephant_56'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 16, 'Elephant_60'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 17, 'Elephant_64'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 1, 'Goat_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 2, 'Goat_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 3, 'Goat_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 4, 'Goat_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 5, 'Goat_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 6, 'Goat_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 7, 'Goat_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 8, 'Goat_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 9, 'Goat_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 10, 'Goat_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 11, 'Goat_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 12, 'Goat_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 13, 'Goat_44'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 14, 'Goat_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 15, 'Goat_50'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 16, 'Goat_53'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 0, 'Zebra'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 1, 'Fischer''s lovebird'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 2, 'African Safari Ant'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 3, 'Crocodile'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 4, 'Lion'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 5, 'Africanis'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 6, 'Elephant'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 7, 'Goat'); diff --git a/scripts/Chakula.sql b/scripts/Chakula.sql new file mode 100644 index 0000000..0d2c99c --- /dev/null +++ b/scripts/Chakula.sql @@ -0,0 +1,322 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes', 2, 'Nyanya', 'assets/topic/Tomato.svg', 'Nyanya zimekua zikiliwa tangu zamani. Nyanya ni tunda kutoka mmea wa Mnyanya. Asili yake ni kutoka Marekani ya kati, ilitumika Meksiko ya kusini kwa mara ya kwanza na Aztecs', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_3', 1, 'Ninaweza kuchora Nyanya', 'assets/topic/table-for-keeping-banana.svg', 'Kwa kutumia vifaa vya uchoraji, chora Nyanya na uipake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_5', 1, 'Bustani yangu ya nyanya zenye rangi mbalimbali', 'assets/topic/garden.svg', 'Tumia rangi tofauti kupaka nyanya rangi katika bustani.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_5', 2, 1, 'assets/topic/garden.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_7', 1, 'Familia ya Nyanya zenye Afya', 'assets/topic/forest.svg', 'kwa kutumia vifaa vya uchoraji, buni familia ya Watu Nyanya. Chora mikono, miguu, macho, pua, mdomo, uso na masikio. Ongezea ubunifu kufanya Nyanya baba, Nyanya mama, Nyanya kaka, nyanya dada, nyanya bibi, nyanya babu n.k.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_7', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_9', 3, 'Amini au Usiamini', 'assets/topic/tomatoes_variety_article.jpg', 'Kuna aina 10,000 za nyanya duniani. Haikushangazi?. Umeziona aina ngapi?. Sasa, kama unafikiria Nyanya zina rangi nyekundu tu, hauko sahihi. Nyanya hukua kwa rangi tofauti. Zinaweza kuwa za rangi ya njano, waridi, zambarau, nyeusi na nyeupe. Wakati Nyanya ni salama na Afya kwa kula, majani ya mmea wake ni sumu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_10', 3, 'Matumizi ya Nyanya', 'assets/topic/tomato_consumption.jpg', 'Nyanya huliwa kwa njia tofauti. Inaweza kuliwa kama tunda, saladi, kiungo muhimu cha mboga katika mapishi mbalimbali, mchuzi, supu, achali rojo. Juisi itokanayo na nyanya hutumika kama kinywaji. Aina za nyanya hujumuisha nyanya globe, nyanya beefsteak, nyanya oxheart, nyanya plum, nyanya cherry na nyanya campari. Je!, uliwahi kufahamu kuwa kuna aina nyingi tofauti za nyanya?.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_11', 3, 'Faida za Kiafya za Nyanya', 'assets/topic/tomato_health.jpg', 'Nyanya ni kiungo kikubwa cha Mlo. Nyanya ina faida kubwa kiafya. Ulaji wa nyanya Unapunguza hatari ya kupata magonjwa ya Moyo na Kansa. Nyanya ni nzuri kwa afya ya macho, ngozi, choo kigumu, ugonjwa wa kisukari. La muhumi zaidi, Nyanya ni tamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_12', 3, 'Baadhi ya ukweli Muhimu', 'assets/topic/tomatoes_fact.jpg', 'Nyanya zinaweza baki kwa muda mrefu kama zikihifadhiwa na shina lake. Nyanya yenye uzito mkubwa duniani ina kilo 3.51. Mmea mkubwa zaidi wa nyanya unaweza kuzalisha nyanya elfu 32. Si rahisi kuamini!, lakini ni kweli. Nyanya za kijani huiva kama zikihifadhiwa tunda Tofaa. Ulifahamu hilo?. Majani ya mmea wa Mnyanya ni Sumu. "La Tomatino" ni tamasha la Nyanya linalosherehekewa Hispania, kufurahia Nyanya nyingi. Wow! Hiyo inapaswa kushangaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage', 2, 'kabichi', 'assets/topic/cabbage.svg', 'Je!, Kabichi halionekani kama ni mkusanyiko wa majani yaliyokusanywa pamoja kama Mpira? Umekisia sawa! Ni kabichi, moja wapo ya mboga za majani zenye Afya. Mboga hizi za Majani zimekua zikizalishwa duniani kwa miaka elfu na zinaweza kupatikana katika aina mbali mbali za milo.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_3', 1, 'Ninaweza kuchora Kabichi', 'assets/topic/cabbage-37897_960_720.svg', 'Kwa kutumia vifaa vya uchoraji, chora kabichi na ulipake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_3', 2, 1, 'assets/topic/cabbage-37897_960_720.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_5', 1, 'Bustani yangu ya kabichi zenye rangi mbalimbali', 'assets/topic/Unknown.svg', 'Tumia rangi tofauti kupaka rangi kabichi katika bustani.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_5', 2, 1, 'assets/topic/Unknown.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_7', 1, 'Nyuso za Kabichi', 'assets/topic/306950.svg', 'Kwa kutumia vifaa vya uchoraji, buni nyuso tofauti za kabichi. Ongeza tabasamu, Kilio, Kuogofya, kicheko na aina yoyote ya hisia kwenye kabichi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_7', 2, 1, 'assets/topic/306950.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_9', 3, 'Tuchunguze Mboga za Majani', 'assets/topic/cabbage-salad.jpg', 'Kabichi ni Mboga za majani maarufu duniani. Inaweza kuzalishwa katika hali za hewa na aina za udongo mbalimbali. Ni rahisi kuzalishwa Kabichi na kuhifadhi. Kabichi zina maumbo mbalimbali na rangi tofauti ambazo ni Nyekundu, zambarau, nyeupe na kijani. Majani ya kabichi yanaweza kuwa magumu au malaini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_10', 3, 'Matumizi ya Kabichi', 'assets/topic/cabbage-boiled.jpg', 'Kabichi ni Mboga za Majani manene. Zinaweza kuliwa zikiwa mbichi au zikiwa zimepikwa. Kabichi hutumika katika milo mbalimbali duniani. Kabichi zinaweza kufukizwa, kuchemshwa, kupashwa au kukaangwa. Kabichi zimekua moja kati ya mboga za majani zinazopendwa. Natumaini unapenda kabichi pia!.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_11', 3, 'Faida za Kiafya za Kabichi', 'assets/topic/cabbage-health.jpg', 'Kabichi hubeba faidia nyingi kiafya. Ulifahamu kuwa Kabichi ni nzuri kwa mifupa yako?. Ndio, ni kweli. Kabichi husaidia Mifupa kiafya. Kuna uwezekano mdogo wa maambukizi endapo kabichi ikitumika katika milo mara kwa mara. Ulaji wa kabichi ni mzuri katika moyo kusaidia kudhibiti msukumo wa damu. Kabichi pia husaidia kutibu Tumbo na magonjwa katika utumbo mwembamba. Pia huzuia kansa Mwilini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_12', 3, 'Baadhi ya ukweli Muhimu', 'assets/topic/red-cabbage.jpg', 'Unafahamu kwamba Kabichi inaweza kupakwa katika vidonda? Hii ni kweli. Upakwaji wa kabichi hutibu vidonda. Kabichi imekua kati ya milo ya bindamu kwa zaidi ya miaka 1,000. Kabichi haina mafuta kabisa, na imependekezwa kuwa mlo bora. Kabichi nyekundu ina ladha kama kabichi ya kijani. Lakini, Unafahamu kwamba Kabichi Nyekundu huchuja rangi yake inapopikwa na vyakula vingine?. Kabichi Yenye uzito mkubwa ina kilo 62.71 na kumbukumbu yake imehifadhiwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_13', 0, 'Je!, Kabichi ni chakula cha mlo kamili?', 'assets/topic/cabbage_diet.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_13', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_13', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_16', 0, 'Kabichi ni chakula cha majani_____', 'assets/topic/cabbage_leafy.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_16', 1, 1, 'Manene'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_16', 0, 1, 'Mizizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_16', 0, 2, 'Yasiyokua ya Afya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_20', 0, 'Kabichi husaidia________yenye Afya.', 'assets/topic/cabbage_healthy.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_20', 1, 1, 'Mifupa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_20', 0, 1, 'Mikono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_20', 0, 2, 'Ngozi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_24', 0, 'kabichi huweza kuliwa kwa namna nyingi tofauti?', 'assets/topic/cabbage_eaten.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_24', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_24', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_27', 0, 'Oanisha Majina kwa Picha zake.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 1, 'Kiini cha Kabichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 2, 'assets/topic/cabbage_core.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 3, 'Mmea wa Kabichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 4, 'assets/topic/cabbage_plant.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 5, 'Jani la kabichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 6, 'assets/topic/cabbage_leaf.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 7, 'Kabichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 8, 'assets/topic/cabbage.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion', 2, 'Kitunguu', 'assets/topic/Onion.svg', 'Vitunguu ni moja kati ya vyakula vya zamani kujulikana na binadamu.Ni mboga za majani zinazotumika sana duniani kote. Ni moja ya familia ya tungule. Hiyo ni kwasababu sehemu kubwa ya umbo la kitunguu ni tungule, huzalishwa chini ya ardhi. Kuna aina 27 tofauti za vitunguu na moja wapo ya zao rahisi kuzalishwa.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_3', 1, 'Ninaweza kuuchora mmea wa kitunguu', 'assets/topic/soil-575643.svg', 'Kwa kutumia vifaa vya uchoraji, chora mmea kuonyesha vitunguu vilivyopo chini ya ardhi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_3', 2, 1, 'assets/topic/soil-575643.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_5', 1, 'Paka kikapu cha Kitunguu mara tatu', 'assets/topic/basket-2075011.svg', 'Chora kikapu kilichojaa vitunguu. Paka vitunguu rangi ya zambarau, njano, na nyeupe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_5', 2, 1, 'assets/topic/basket-2075011.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_7', 1, 'Shamba la Konokono kitunguu', 'assets/topic/snail-48177.svg', 'Angalia katika picha ya konokono. Kwa kutumia vifaa vya uchoraji, buni shamba la Konokono kitunguu. Paka vitunguu rangi upendazo. Zifanye zipendeze vikizungukwa na konokono.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_7', 2, 1, 'assets/topic/snail-48177.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_9', 3, 'Tuchunguze mboga za majani', 'assets/topic/market-onions.jpg', 'Kilimo cha vitunguu kilianza miaka 7,000 iliyopita. Ni ukweli kwamba vitunguu hutumika duniani kote. Vitunguu hutofautiana ukubwa, umbo, rangi, na ladha. Mbali na Ladha yake, pia huongeza faida za afya mwilini. Vitunguu hutoa mizizi, tungule na majani ya kijani. Majani na tungule hutumika, kasoro mizizi. Vitunguu huweza kuwa vya mviringo au umbo la yai. Humea katika rangi ya zambarau, nyeupe na njano. Kitunguu Pearl, Kitunguu Bermuda, Kitunguu egyptian, kitunguu cha kijani, kitunguu vidalia, kitunguu super-sweets, kitunguu shallots na kitunguu scallions ni aina mbalimbali za vitunguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_10', 3, 'Faida za kiafya za Kitunguu', 'assets/topic/perspective-onion-7.jpg', 'Vitunguu huweza kuliwa vikiwa vibichi, vikiwa vimepikwa au kama achari. Vitunguu husifiwa kwa faida zake za kiafya za kiajabu. Vitunguu ni vizuri, kwa macho, vizuri kwa moyo, husafisha figo, hupunguza kuvimba kwa mwili, hurahisisha mmengényo wa chakula na kupunguza maumivu ya mwili. kwa ujumla, vitunguu mlo wenye Afya na hatuna budi kukubali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_11', 3, 'Baadhi ya ukweli muhimu', 'assets/topic/chopped_onion.jpeg', 'Ukataji wa vitunguu husababisha macho kutoa machozi. Ni kwasababu unavihurumia vitunguu?. Hapana, hapana kabisa. Vitunguu vina asidi ya sulfuriki inayounguza macho yako. Usihofu, sio hatari kula. Unafahamu kwamba kuweka kipande cha kitunguu kilichopikwa juu ya kifua chako na ukajifunika na blanketi itakusaida kuondoa homa na kikohozi?. Kwa hiyo sasa una dawa ya papo kwa hapo nyumbani. Asilimia 97 ya vitunguu ni maji. Sasa unafahamu kwanini ni vizuri kwa Afya! Kitunguu kikubwa kuvunwa kina uzito wa kilo 5. Vitunguu vya njano ni aina ya vitunguu maarufu. Usipuuzie hili, Vitunguu huweza kuua mbwa. Hupunguza chembe hai za damu na mzunguko wa damu. Hii huweza kuua Mnyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_12', 0, 'Oanisha maji kwa picha zake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 1, 'Mzizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 2, 'assets/topic/onions-roots.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 3, 'Tungule'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 4, 'assets/topic/bulb-1238339_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 5, 'Kitunguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 6, 'assets/topic/onion-1565604_960_720.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_19', 0, 'Kitunguu huzalishwa _______ ya ardhi', 'assets/topic/onion-3540502_960_720 .jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_19', 1, 1, 'Chini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_19', 0, 1, 'Juu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_19', 0, 2, 'Pembeni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_23', 0, 'Kitung___u', 'assets/topic/onion-899086_1920.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 1, 1, 'u'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 0, 1, 'a'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 0, 2, 'o'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 0, 3, 'e'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_28', 0, 'T___ngule.', 'assets/topic/onion-bulb.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 1, 1, 'u'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 0, 1, 'a'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 0, 2, 'i'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 0, 3, 'e'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_33', 0, 'Ma__i', 'assets/topic/drops-of-water-578897_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 1, 1, 'j'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 0, 1, 'm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 0, 2, 's'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 0, 3, 'd'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_38', 0, 'Afy___', 'assets/topic/salad.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 1, 1, 'a'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 0, 1, 'i'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 0, 2, 'u'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 0, 3, 'e'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_43', 0, 'Macho__i', 'assets/topic/crying-baby.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 1, 1, 'z'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 0, 1, 'w'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 0, 2, 'd'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 0, 3, 'j'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_48', 0, 'Rangi kuu za kitunguu ni zambarau, ______ njano.', 'assets/topic/onion-white.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 1, 1, 'nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 0, 1, 'buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 0, 2, 'nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 0, 3, 'machungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana', 2, 'Ndizi', 'assets/topic/banana.svg', 'Ni nani asiyetamani tunda kizingo lenye nyama liitwalo ''Ndizi''. Ukweli ni kwamba ndizi hujulikama kama tunda la wote. Ndio, Kuna wanadamu wachache duniani ambao hawapendelei kula ndizi. Ndizi zina Afya na ladha. Sio kwa Binadamu tu, hata Tembo na Nyani hupenda kula ndizi pia.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_3', 1, 'Tazama! Ninaweza kuchora Ndizi.', 'assets/topic/table-for-keeping-banana.svg', 'Kwa kutumia vifaa vya uchoraji, chora ndizi. Ongeza rangi upendeleazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_5', 1, 'Ndizi nenda', 'assets/topic/blue-sea.svg', 'Kwa kutumia vifaa vya uchoraji, Chora ndizi mashua. Buni picha ya bahari yenye ndizi mashua nyingi zikielea.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_5', 2, 1, 'assets/topic/blue-sea.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_7', 1, 'Nyumba yangu imezungukwa na mimea ya Ndizi', 'assets/topic/countryside-village.svg', 'Kwa kutumia vifaa vya uchoraji, chora nyumba yako ikiwa imezungukwa na Mimea ya Ndizi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_7', 2, 1, 'assets/topic/countryside-village.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_9', 3, 'Maarifa machache ya Ujumla', 'assets/topic/banana-tree.jpg', 'Ndizi ni mmea au Mti?. Inachanganya! Ndizi hazizalishwi kwenye miti. Ndizi humea katika muundo wa mzizi, ambao una shina lililo juu ya ardhi. Ukweli ni kwamba, Ni mmea unaoweza kumea kwa mita 15. Mmea wa ndizi ni mrefu na mara nyingi husimama Imara. Hivyo, mara nyingi hukosea kwa kudhaniwa ni Mti. Ndizi ni tunda chakula. Ndizi pia hutumika kupikwa. Hizi ndizi huitwa pia Migomba. Hakuna tofauti kubwa kati ya ndizi na mgomba. Ndizi ni laini na tamu. Mgomba ni mgumu una wanga kama viazi vibichi. Matunda haya hutofautiana ukubwa, rangi na uimara. Lakini ndizi huhifadhi umbo lake la kizingo lililo kama mashua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_10', 3, 'Yote kuhusu Ndizi', 'assets/topic/bananas-3780761_960_720.jpg', 'Ndizi imekua ni sehemu ya mlo wetu tangu miaka elfu moja iliyopita. Leo ni moja kati ya tunda linalopendwa duniani. Inaaminika kuwa ndizi ni tunda la kwanza duniani. Sifa za upatikani wa jina la tunda hili ziwaendee Waafrika. Hey! Hilo ni jina bora. Ulishawahi kudhani kuwa kuna aina 1,000 tofauti za ndizi zinazomea duniani?. Hiyo ni kweli na inashangaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_11', 3, 'Faida za Kiafya za Ndizi', 'assets/topic/banana-3404383_960_720.jpg', 'Kama matunda mengine, ndizi pia ni nzuri kwa afya ya Moyo. Hudhibiti Msukumo wa damu. Ndizi hujulikana kwa ushawishi wa kupata usingizi. Ulaji wa Ndizi husaidia ulegevu wa misuli ya mwili na kupata usingizi mzuri. Ndizi pia ni mlo kamili. Inasaidia kupunguza uzito mwilini. Ndizi husaidia kudhibiti kiwango cha sukari katika damu. Ndizi ni ndogo kiumbo lakini hushiriki vizuri katika uwezo wa kuona. Ni nzuri kwa afya ya macho. Ndizi husaidia kuimarisha mifupa. Kula ndizi husaidia kuzia kansa ya figo. Imethibitishwa kuwa kiongeza afya bora.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_12', 3, 'Ukweli kuhusu tunda lenye umbo la mashua', 'assets/topic/Drop-Of-Water-Banana-Plant-Fruit-Green-718618.jpg', 'Unafahamu kwamba ndizi huelea kwenye maji?. Ndio, ni kweli. Ndizi huelea kwenye maji kwasababu Msongamano wake ni mdogo. Jaribu na uone!. Ndizi zina umbo la kizingo kwasababu humuea kuelekea Jua. Chunguza mmea wa ndizi kuhakikisha. Mara nyingi Ndizi ni tunda dogo. Mmea wa ndizi ni mmea mkubwa zaidi duniani. Ndizi moja huitwa kidole. Kichane cha ndizi huitwa kiganja cha mkono. Ni maji yenye kuvutia!. Waafrika hujipatia sifa kwa kulipa jina tunda kama hilo. Ndizi humea kipindi chote cha mwaka. Hazina msimu. Tulilifahamu hilo?. Asilimia 75 ya uzito wa ndizi ni maji. Maganda ya ndizi pia ni chakula kama yakipikwa. Hii inashangaza kweli!.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_13', 0, 'Ndizi inapatikana katika maumbo tofauti tofauti?', 'assets/topic/bananas-3780761_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_13', 1, 1, 'Hapana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_13', 0, 1, 'Ndio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_16', 0, 'Mmea wa Ndizi ni mmea __________ duniani.', 'assets/topic/Banana_Tree_from_Kerala.JPG', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_16', 1, 1, 'Mkubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_16', 0, 1, 'Mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_16', 0, 2, 'Mfupi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_20', 0, 'Jina la ndizi limetoka kwa _______?', 'assets/topic/bananas-food-fruit.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_20', 1, 1, 'Waafrika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_20', 0, 1, 'Wahindi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_20', 0, 2, 'Wamarekani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_24', 0, 'Kichane cha ndizi huitwa kiganja cha mkono?', 'assets/topic/banana-1549158_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_24', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_24', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_27', 0, 'Oanisha majina kwa Picha zake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 1, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 2, 'assets/topic/bananas-3780761_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 3, 'Mndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 4, 'assets/topic/Plantain-Banana.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 5, 'Jani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 6, 'assets/topic/banana-leafs.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 7, 'Shina'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 8, 'assets/topic/banana-stem.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple', 2, 'Nanasi', 'assets/topic/Pineapple.svg', 'Kila mtu hukubali pale nanasi linapoitwa tunda lenye ncha kali. Ni kweli na ni tunda ala ajabu lenye taji ambalo lina ncha kali. Huogopesha kununua Nanasi. Ncha hizo ndogo zimezunguka tunda lote, ni kali na zinauma zinapokuchoma. Lakini, tukubali kwamba ni tunda lenye ladha na wote tunapenda kula.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_3', 1, 'Hey! Unalionaje tunda langu lenye ncha kali?', 'assets/topic/table-for-keeping-banana.svg', 'Kwa kutumia vifaa vya uchoraji, chora Nanasi. Ongeza rangi uzipendazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_5', 1, 'Tujaribu baadhi ya upakaji rangi', 'assets/topic/pineapple111.svg', 'Paka rangi picha ya Nanasi ukitumia rangi uzipendazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_5', 2, 1, 'assets/topic/pineapple111.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_7', 1, 'Jack-o-lanterns', 'assets/topic/pineapple-304567.svg', 'Kwa kutumia vifaa vya uchoraji, buni mashimo ya macho na mdomo katika nanasi ulilopewa. Paka rangi na ongezea ubunifu kuunda taa ya kutisha.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_7', 2, 1, 'assets/topic/pineapple-304567.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_9', 3, 'Utambulisho wa kushangaza', 'assets/topic/pinapple.jpg', 'Sasa hii inavutia kweli. Nanasi ni tunda lenye vitu vitu vingi, likiwa na matunda madogo yaliyopanga kwenye mfumo. Nanasi linaweza kuchukua miaka mitatu kumea na kukomaa. Sasa umeshajua, kwanini lina gharama sana! Mananasi ni matunda matamu ya kitropiki. Kuna aina 100 zaidi tofauti za mananasi ambayo humuea kwa ukubwa tofauti. Sio idadi kubwa ukilinganisha na ndizi, lakini bado ni namba kubwa. Mmea wa Nanasi una maua mazuri, ambayo hutofautia kwenye mvinyo kuangaza zambarau kwenda nyekundu. Wakati tunda linapoundwa, kawaida huzalisha maua hadi 200. Hiyo ni namba kubwa! maua haya huungana pamoja kuunda tunda moja kubwa ambalo tunaliita Nanasi. Undaji huu si wa kushangaza?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_10', 3, 'Nanasi na zaidi kidogo', 'assets/topic/pineapple-plantation.jpg', 'Umeshawahi kuona kilimo cha Nanasi?. Ni mtazamo wenye kushangaza. Mmea wa Nanasi huonekana kama Mkubwa, ulioficha Mananasi. Upandaji wa Nanasi ni rahisi. Kata kipande cha juu cha nanasi ukipande kwenye udongo. Mananasi machanga ni matunda yanayovutia kuyatizama yakimea. Inapendezesha macho kuona tunda dogo likichipua kwenye majani ya mmea mkuu wa nanasi. Pindi Nanasi likishavunwa, haliivi tena. Hiyo inamaanisha kila nanasi tunalonunua sokoni ni mbivu na litabaki hivohivo', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_11', 3, 'Faida za kiafya za nanasi', 'assets/topic/pineapple-juice.jpg', 'Kuwa tunda na Kitropiki, Nanasi lina virutubisho vingi. Ulaji wa Nanasi husaidia kuimarisha afya ya Mfumo wa upumuaji, Hutibu mafua na kifua, huimarisha mmengényo wa chakula, husaidia kupunguza uzito wa mwili, huimarisha mifupa, huimarisha afya ya kinywa, huimarisha afya ya moyo, hupambana na maambukizi. Nyama na juisi ya tunda hilo hutumika duniani kote. Nanasi huandaliwa na kuuzwa kama kiburudisho bararabani. Kipande kinene cha nanasi hutumika katika saladi ya matunda, kitinda mlo, na kwenye karibia kila mlo. Mananasi yaliyopondwa hutumika kwenye mtindi, jamu, na aiskrimu. Ni nani ambaye hajaonja juisi ya nanasi?. Ndio, tunda linaloogofya lina faida zote za kiafya ambazo hatukuzijua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_12', 3, 'Ukweli kuhusu tunda lenye ncha kali', 'assets/topic/pineapple-spiky.jpg', 'Mmea mmoja wa nanasi huzalisha nanasi moja kwa wakati mmoja. Ulifahamu kwamba Nanasi huiva haraka likigeuzwa juu chini, chini juu!. Mananasi yana juisi kipekee na ladha ya kitropiki. Juisi inayotoka katika mananasi mabichi husababisha kutapika sana. Epuka kula mananasi yasiyoiva. Ngozi, kiini na mwisho wa nanasi havitupwi. Vyote hutumika kutengeza siki, pombe na chakula cha wanyama. Wow! tunda zima lina faida.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_13', 0, 'Nanasi linaweza kuchukua hata miaka 10 na kukomaa', 'assets/topic/pineapple-plant.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_13', 1, 1, 'Hapana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_13', 0, 1, 'Ndio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_16', 0, 'Juice itokanayo na nanasi bichi husababisha _______sana', 'assets/topic/unripe-pineapple.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_16', 1, 1, 'Kutapika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_16', 0, 1, 'Maumivu ya kichwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_16', 0, 2, 'Maumivu ya mwili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_20', 0, 'Karibia maua __________ huungana pamoja kutengeneza Nanasi moja.', 'assets/topic/pineappleflower.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 1, 1, '200'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 0, 1, '500'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 0, 2, '10'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 0, 3, '300'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_25', 0, 'Nanasi huandaliwa na kuuzwa kama kiburudisho barabarani.', 'assets/topic/pineapple-snack.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_25', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_25', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_28', 0, 'Oanisha majina kwa picha zake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 1, 'Nanasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 2, 'assets/topic/pineapple-pic.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 3, 'Taji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 4, 'assets/topic/pineapple-crown.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 5, 'Ngozi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 6, 'assets/topic/pineapples-skin.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 7, 'Nyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 8, 'assets/topic/pineapple-flesh.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange', 2, 'Chungwa', 'assets/topic/orange.svg', 'Nani asitamani Machungwa?. Kutokea utotoni mpaka ukubwani kila mtu anapenda machungwa. Ladha yake ni tamu sana kwenye ulimi. Mbali na kupendwa na watu wengi, Matunda haya ya jamii ya Michungwa yana faida nyingi sana za kiafya. Tukubaliane wote kuwa tunapenda ladha ya Mfalme wa jamii ya machungwa', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_3', 1, 'Mfalme wa jamii ya Machungwa', 'assets/topic/table-for-keeping-banana.svg', 'Kwa kutumia vifaa vya uchoraji, chora chungwa na ulipake rangi. Ongeza taji kwa mfalme wa jamii ya Machungwa.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_5', 1, 'kufurahia kupaka rangi', 'assets/topic/orange11.svg', 'Paka rangi picha kwa kutumia rangi uzipendazo', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_5', 2, 1, 'assets/topic/orange11.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_7', 1, 'Familia ya Machungwa', 'assets/topic/forest.svg', 'Kwa kutumia vifaa vya kuchorea na mchoro wa kufuatisha, buni familia ya chungwa. Ongeza mikono, miguu na uso katika machungwa.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_7', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_9', 3, 'Utangulizi Muhimu', 'assets/topic/orange-1.jpg', 'Chungwa ni jamii ya michungwa. Pia huitwa Chungwa tamu. Hii ni kutofautisha chungwa na chungwa chungu. Sasa hii inavutia kuendelea kusoma. Mahungwa hayajawahi kuwepo duniani. Ni mseto wa matunda mawili tofauti ambayo ni pamelo na mandarin. Ukiliangalia chungwa kwa ukaribu zaidi sambamba na aina nyingine mbili za jamii ya michungwa utaelewa zaidi. Pamelo ni tunda kubwa la kijani la jamii ya michungwa. Ina maganda magumu na nyama zenye magamba gamba kama manyoya. Mandarin ni tunda lenye maganda membamba, chungwa lenye kungáa na tamu sana. Hivyo Chungwa lipo kati ya hayo matunda mawili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_10', 3, 'Tumenye Chungwa', 'assets/topic/green-orange.jpg', 'Mahungwa ni matamu na huu ni ukweli. Lakini Machungwa ya kijani pia ni matamu. Na huu ni ukweli. Usitathimini chungwa kwa kuangalia rangi ya ganda lake. Ganda la chungwa halielezei utamu wa chungwa au kuiva kwake. Usiku mwanana unaweza kubadili matunda kutoka rangi ya kijani kwenda rangi ya machungwa. lakini wimbi la jua huyarudisha katika rangi ya Kijani. Tunda safi lilochumwa moja kwa moja kutoka shambazi ni tamu, pasipo kujali rangi yake kama ni ya kijani au ya Machungwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_11', 3, 'Faida za kiafya za Chungwa', 'assets/topic/orange-juice.jpg', 'Asubuhi bila juisi ya Machungwa sio asubuh yenye Afya. Huu msemo ni kweli. Machungwa yana ukweli mwingi wa Afya. Machungwa hupunguza hathari za kansa. Hili tunda ni zuri katika kukinga Mafua na magonjwa ya masikio. Kula machungwa kunakinga Ngozi kusinyaa na kuifanya ingáe. Inadhibiti Kiwango cha sukari mwilini. Husaidia katika Mmengényo wa chakula. Wow! huo ni msaa mkubwa kweli. Pamoja na hayo, Machungwa ni mazuri kwa afya ya Macho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_12', 3, 'Ukweli wa kuujua.', 'assets/topic/branches-citrus.jpg', 'Miti ya Michungwa ni ya kijani kibichi. Inapendeza sana machoni kuona miti yenye rangi ya kijani kibichi, machungwa yenye rangi ya machungwa na machungwa ya kijani. Mti wa mchungwa unaweza kukua kufikia futi 30 na kuishi kwa zaidi ya miaka mia. Unaweza kuamini mti mmoja wa jamii ya michungwa unabeba maua 60,000 lakini ni asilimia moja tu ya haya maua huwa tunda. Machungwa ni zao kubwa la jamii ya michungwa duniani. Majani ya mti wa mchungwa ni ya mviringo. Yana meno ya duara na laini kwenye kona zake. Majani yamejipanga katika matawi. Usikose kuchunguza Mti wa mchungwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_13', 0, 'Mti wa Mchungwa unaweza ukaishi kwa muda wa zaidi ya miaka 100', 'assets/topic/oranges-tree.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_13', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_13', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_16', 0, 'Chungwa ni tunda la _________.', 'assets/topic/citrus-citrus-fruit.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_16', 1, 1, 'jamii ya Machungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_16', 0, 1, 'jamii ya Mizizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_16', 0, 2, 'jamii ya Shina'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_20', 0, 'Chungwa ni _________ wa jamii mbili tofauti za Machungwa', 'assets/topic/appetizing-citrus.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_20', 1, 1, 'Mseto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_20', 0, 1, 'Mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_20', 0, 2, 'Mkubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_24', 0, 'Miti ya Michungwa ni ya kijani kibichi.', 'assets/topic/orange-tree-114.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_24', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_24', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_27', 0, 'Oanisha majina kwa picha zake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 1, 'Ua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 2, 'assets/topic/orange-tree-flower.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 3, 'Jani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 4, 'assets/topic/orange-leaf.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 5, 'Tunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 6, 'assets/topic/orange-fruit.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 7, 'Mbegu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 8, 'assets/topic/orange-seed.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize', 2, 'Mahindi', 'assets/topic/Maize.svg', 'Ni kiasi gani unafahamu kuhusu Mahindi?. Muhindi ni Jina rasmi na linalotambulika kimataifa. Pamoja na kuwa ni zao kuu linalolimwa Tanzania, Jina Muhindi limetokana na Wahindi. Muhindi humaanisha ''Mama Mtakatifu''', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_3', 1, 'Furahia Mahindi', 'assets/topic/table-for-keeping-banana.svg', 'Kwa kutumia vifaa vya uchoraji chora muhindi na upake rangi ya njano.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_5', 1, 'Furahia kupaka rangi', 'assets/topic/Maize12.svg', 'Paka rangi picha ukitumia rangi upendazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_5', 2, 1, 'assets/topic/Maize12.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_7', 1, 'Kilimo cha Mahindi katika jamii yangu', 'assets/topic/forest.svg', 'Kwa kutumia vifaa vya uchoraji, buni picha ya jamii pamoja na nyumba zao zilizozungukwa na kilimo cha mahindi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_7', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_9', 3, 'Maarifa ya Mahindi', 'assets/topic/maize-1.jpg', 'Mahindi yana muonekano wa kuvutia wa kizamani, pamoja na matumizi milioni katika nyakati za sasa. Mahindi ni jamii ya familia ya Majani. Ni zao la nafaka. Mahindi ni zao la tatu Muhimu duniani. Uzalishwaji wa Mahindi huchukuliwa kama kilimo cha Taifa la Waafrika. Mahindi ni chakula kikuu katika maeneo mengi duniani. Kuna aina kuu sita za Mahindi ambazo ni Mahindi flint, Mahindi dent, mahindi pod, mahindi pop, mahindi flour, mahindi sweet.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_10', 3, 'Nyongeza kidogo kuhusu Mahindi', 'assets/topic/maize-seeds.jpg', 'Mahindi hujulikana kwa kiingereza kama "Corn", hupendwa na kila mtu. Mahindi hutumika kama chakula cha Mifugo, chakula cha binadamu, nishati ya mimea na kama malighafi kiwandani. Haufikirii kama ni zao maarufu la chakula?. Mahindi ni kilimo cha nyumbani na huwa hakizalishwi porini. Mahindi ni nafaka na sio mboga za majani. Mbegu zake ni aina ya majani kama ngano. Hivyo huchukuliwa kama nafaka kwa ujumla. Mimea ya Mahindi inahusisha Shina moja au bua lenye majani yaliyoshikamana na Shina. Kwa Wastani mmea wa Mahindi hupimwa kutoka mita 3 hadi mita 10.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_11', 3, 'Faida za kiafya za Mahindi', 'assets/topic/vegetables-corn.jpg', 'Mbali na kupendwa na kila mtu, Mahindi yana horodha ya faida za Afya. Mahindi hudhibiti kisukari, kukinga magonjwa ya moyo, kupunguza shinikizo la damu, kusaidia mmengényo wa chakula na kuimarisha Afya ya macho. Mahindi huchukuliwa kuwa ni mlo kamili wenye afya. Ulaji wa Mahindi hupunguza uzito wa mwili. Sio tatizo kukubali kuwa Mahindi ni chakula kilicho barikiwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_12', 3, 'Ukweli wa kushangaza kuhusu Mahindi', 'assets/topic/maize-color.jpg', 'Muhindi huweza kuzalishwa katika rangi tofauti tofauti. Rangi zake huweza kuwa za Weusi, ubuluu kijivu, zambarau, nyekundu, nyeupe na rangi maarufu ya Njano. Fikiria rangi zote katika Muhindi mmoja. Majani ya Mahindi ni sehemu ya maua yake. Kawaida Gunzi la hindi ni sehemu ya ua. Punje Moja ya hindi ni mbege. Kwa wastani Gunzi la hindi lina punje za mahindi 800 katika mistari 16. Hii haishangazi?. Siku nyingine ukila Muhindi, kumbuka kuhesabu punje zake. Kuna zaidi ya matumizi 3500 ya zao la Mahindi. Nyizi ndefu zilizopo juu ya gunzi la Muhindi huitwa hariri. Ukizigusa ni laini kama hariri. Siku nyingine usisahau kuzihisi nyuzi zilizopo kwenye Muhindi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_13', 0, 'Kuna matumizi tofauti 3500 ya zao la Mahindi', 'assets/topic/corn-soup.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_13', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_13', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_16', 0, 'Chagua neno kukamilisha maelezo.', 'assets/topic/agriculture-bright-cereal.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_16', 1, 1, 'Mahindi ni _______'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_16', 0, 1, 'Nafaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_16', 0, 2, 'Mboga za Majani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_20', 0, 'Tunda', 'assets/topic/africa-maize.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_20', 1, 1, 'Uzalishwaji wa Mahindi huchukuliwa kama kilimo cha __________ la Afrika.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_20', 0, 1, 'Taifa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_20', 0, 2, 'Kitaifa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_24', 0, 'Kimataifa', 'assets/topic/corn-cob.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_24', 1, 1, 'Kwa wastani, Gunzi huwa na punje za Mahindi 1000 zilizopangwa katika mistari 16.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_24', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_27', 0, 'Ndio', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 1, 'Oanisha majina kwa Picha zake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 2, 'assets/topic/silk.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 3, 'Hariri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 4, 'assets/topic/corn-kernels.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 5, 'Punje za Muhindi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 6, 'assets/topic/corn-on-the-cob.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 7, 'Mmea wa Muhindi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 8, 'assets/topic/cornfield-plant.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Chakula', 2, 'Chakula', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 1, 'Tomatoes_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 2, 'Tomatoes_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 3, 'Tomatoes_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 4, 'Tomatoes_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 5, 'Tomatoes_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 6, 'Tomatoes_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 7, 'Tomatoes_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 1, 'Cabbage_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 2, 'Cabbage_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 3, 'Cabbage_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 4, 'Cabbage_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 5, 'Cabbage_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 6, 'Cabbage_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 7, 'Cabbage_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 8, 'Cabbage_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 9, 'Cabbage_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 10, 'Cabbage_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 11, 'Cabbage_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 12, 'Cabbage_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 1, 'Onion_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 2, 'Onion_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 3, 'Onion_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 4, 'Onion_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 5, 'Onion_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 6, 'Onion_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 7, 'Onion_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 8, 'Onion_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 9, 'Onion_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 10, 'Onion_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 11, 'Onion_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 12, 'Onion_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 13, 'Onion_43'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 14, 'Onion_48'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 1, 'banana_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 2, 'banana_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 3, 'banana_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 4, 'banana_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 5, 'banana_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 6, 'banana_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 7, 'banana_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 8, 'banana_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 9, 'banana_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 10, 'banana_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 11, 'banana_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 12, 'banana_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 1, 'pineapple_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 2, 'pineapple_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 3, 'pineapple_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 4, 'pineapple_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 5, 'pineapple_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 6, 'pineapple_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 7, 'pineapple_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 8, 'pineapple_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 9, 'pineapple_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 10, 'pineapple_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 11, 'pineapple_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 12, 'pineapple_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 1, 'Orange_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 2, 'Orange_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 3, 'Orange_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 4, 'Orange_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 5, 'Orange_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 6, 'Orange_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 7, 'Orange_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 8, 'Orange_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 9, 'Orange_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 10, 'Orange_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 11, 'Orange_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 12, 'Orange_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 1, 'Maize_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 2, 'Maize_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 3, 'Maize_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 4, 'Maize_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 5, 'Maize_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 6, 'Maize_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 7, 'Maize_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 8, 'Maize_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 9, 'Maize_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 10, 'Maize_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 11, 'Maize_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 12, 'Maize_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Chakula', 0, 'Tomatoes'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Chakula', 1, 'Cabbage'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Chakula', 2, 'Onion'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Chakula', 3, 'banana'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Chakula', 4, 'pineapple'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Chakula', 5, 'Orange'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Chakula', 6, 'Maize'); diff --git a/scripts/Chakula.xlsx b/scripts/Chakula.xlsx new file mode 100644 index 0000000..58dce37 Binary files /dev/null and b/scripts/Chakula.xlsx differ diff --git a/scripts/Foods.sql b/scripts/Foods.sql new file mode 100644 index 0000000..b79c099 --- /dev/null +++ b/scripts/Foods.sql @@ -0,0 +1,322 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes', 2, 'Nyanya', 'assets/topic/Tomato.svg', 'Nyanya zimekua zikiliwa tangu zamani. Nyanya ni tunda kutoka mmea wa Mnyanya. Asili yake ni kutoka Marekani ya kati, ilitumika Meksiko ya kusini kwa mara ya kwanza na Aztecs', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_3', 1, 'Ninaweza kuchora Nyanya', 'assets/topic/table-for-keeping-banana.svg', 'Kwa kutumia vifaa vya uchoraji, chora Nyanya na uipake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_5', 1, 'Bustani yangu ya nyanya zenye rangi mbalimbali', 'assets/topic/garden.svg', 'Tumia rangi tofauti kupaka nyanya rangi katika bustani.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_5', 2, 1, 'assets/topic/garden.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_7', 1, 'Familia ya Nyanya zenye Afya', 'assets/topic/forest.svg', 'kwa kutumia vifaa vya uchoraji, buni familia ya Watu Nyanya. Chora mikono, miguu, macho, pua, mdomo, uso na masikio. Ongezea ubunifu kufanya Nyanya baba, Nyanya mama, Nyanya kaka, nyanya dada, nyanya bibi, nyanya babu n.k.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_7', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_9', 3, 'Amini au Usiamini', 'assets/topic/tomatoes_variety_article.jpg', 'Kuna aina 10,000 za nyanya duniani. Haikushangazi?. Umeziona aina ngapi?. Sasa, kama unafikiria Nyanya zina rangi nyekundu tu, hauko sahihi. Nyanya hukua kwa rangi tofauti. Zinaweza kuwa za rangi ya njano, waridi, zambarau, nyeusi na nyeupe. Wakati Nyanya ni salama na Afya kwa kula, majani ya mmea wake ni sumu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_10', 3, 'Matumizi ya Nyanya', 'assets/topic/tomato_consumption.jpg', 'Nyanya huliwa kwa njia tofauti. Inaweza kuliwa kama tunda, saladi, kiungo muhimu cha mboga katika mapishi mbalimbali, mchuzi, supu, achali rojo. Juisi itokanayo na nyanya hutumika kama kinywaji. Aina za nyanya hujumuisha nyanya globe, nyanya beefsteak, nyanya oxheart, nyanya plum, nyanya cherry na nyanya campari. Je!, uliwahi kufahamu kuwa kuna aina nyingi tofauti za nyanya?.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_11', 3, 'Faida za Kiafya za Nyanya', 'assets/topic/tomato_health.jpg', 'Nyanya ni kiungo kikubwa cha Mlo. Nyanya ina faida kubwa kiafya. Ulaji wa nyanya Unapunguza hatari ya kupata magonjwa ya Moyo na Kansa. Nyanya ni nzuri kwa afya ya macho, ngozi, choo kigumu, ugonjwa wa kisukari. La muhumi zaidi, Nyanya ni tamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_12', 3, 'Baadhi ya ukweli Muhimu', 'assets/topic/tomatoes_fact.jpg', 'Nyanya zinaweza baki kwa muda mrefu kama zikihifadhiwa na shina lake. Nyanya yenye uzito mkubwa duniani ina kilo 3.51. Mmea mkubwa zaidi wa nyanya unaweza kuzalisha nyanya elfu 32. Si rahisi kuamini!, lakini ni kweli. Nyanya za kijani huiva kama zikihifadhiwa tunda Tofaa. Ulifahamu hilo?. Majani ya mmea wa Mnyanya ni Sumu. "La Tomatino" ni tamasha la Nyanya linalosherehekewa Hispania, kufurahia Nyanya nyingi. Wow! Hiyo inapaswa kushangaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage', 2, 'kabichi', 'assets/topic/cabbage.svg', 'Je!, Kabichi halionekani kama ni mkusanyiko wa majani yaliyokusanywa pamoja kama Mpira? Umekisia sawa! Ni kabichi, moja wapo ya mboga za majani zenye Afya. Mboga hizi za Majani zimekua zikizalishwa duniani kwa miaka elfu na zinaweza kupatikana katika aina mbali mbali za milo.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_3', 1, 'Ninaweza kuchora Kabichi', 'assets/topic/cabbage-37897_960_720.svg', 'Kwa kutumia vifaa vya uchoraji, chora kabichi na ulipake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_3', 2, 1, 'assets/topic/cabbage-37897_960_720.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_5', 1, 'Bustani yangu ya kabichi zenye rangi mbalimbali', 'assets/topic/Unknown.svg', 'Tumia rangi tofauti kupaka rangi kabichi katika bustani.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_5', 2, 1, 'assets/topic/Unknown.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_7', 1, 'Nyuso za Kabichi', 'assets/topic/306950.svg', 'Kwa kutumia vifaa vya uchoraji, buni nyuso tofauti za kabichi. Ongeza tabasamu, Kilio, Kuogofya, kicheko na aina yoyote ya hisia kwenye kabichi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_7', 2, 1, 'assets/topic/306950.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_9', 3, 'Tuchunguze Mboga za Majani', 'assets/topic/cabbage-salad.jpg', 'Kabichi ni Mboga za majani maarufu duniani. Inaweza kuzalishwa katika hali za hewa na aina za udongo mbalimbali. Ni rahisi kuzalishwa Kabichi na kuhifadhi. Kabichi zina maumbo mbalimbali na rangi tofauti ambazo ni Nyekundu, zambarau, nyeupe na kijani. Majani ya kabichi yanaweza kuwa magumu au malaini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_10', 3, 'Matumizi ya Kabichi', 'assets/topic/cabbage-boiled.jpg', 'Kabichi ni Mboga za Majani manene. Zinaweza kuliwa zikiwa mbichi au zikiwa zimepikwa. Kabichi hutumika katika milo mbalimbali duniani. Kabichi zinaweza kufukizwa, kuchemshwa, kupashwa au kukaangwa. Kabichi zimekua moja kati ya mboga za majani zinazopendwa. Natumaini unapenda kabichi pia!.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_11', 3, 'Faida za Kiafya za Kabichi', 'assets/topic/cabbage-health.jpg', 'Kabichi hubeba faidia nyingi kiafya. Ulifahamu kuwa Kabichi ni nzuri kwa mifupa yako?. Ndio, ni kweli. Kabichi husaidia Mifupa kiafya. Kuna uwezekano mdogo wa maambukizi endapo kabichi ikitumika katika milo mara kwa mara. Ulaji wa kabichi ni mzuri katika moyo kusaidia kudhibiti msukumo wa damu. Kabichi pia husaidia kutibu Tumbo na magonjwa katika utumbo mwembamba. Pia huzuia kansa Mwilini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_12', 3, 'Baadhi ya ukweli Muhimu', 'assets/topic/red-cabbage.jpg', 'Unafahamu kwamba Kabichi inaweza kupakwa katika vidonda? Hii ni kweli. Upakwaji wa kabichi hutibu vidonda. Kabichi imekua kati ya milo ya bindamu kwa zaidi ya miaka 1,000. Kabichi haina mafuta kabisa, na imependekezwa kuwa mlo bora. Kabichi nyekundu ina ladha kama kabichi ya kijani. Lakini, Unafahamu kwamba Kabichi Nyekundu huchuja rangi yake inapopikwa na vyakula vingine?. Kabichi Yenye uzito mkubwa ina kilo 62.71 na kumbukumbu yake imehifadhiwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_13', 0, 'Je!, Kabichi ni chakula cha mlo kamili?', 'assets/topic/cabbage_diet.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_13', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_13', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_16', 0, 'Kabichi ni chakula cha majani_____', 'assets/topic/cabbage_leafy.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_16', 1, 1, 'Manene'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_16', 0, 1, 'Mizizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_16', 0, 2, 'Yasiyokua ya Afya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_20', 0, 'Kabichi husaidia________yenye Afya.', 'assets/topic/cabbage_healthy.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_20', 1, 1, 'Mifupa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_20', 0, 1, 'Mikono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_20', 0, 2, 'Ngozi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_24', 0, 'kabichi huweza kuliwa kwa namna nyingi tofauti?', 'assets/topic/cabbage_eaten.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_24', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_24', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_27', 0, 'Oanisha Majina kwa Picha zake.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 1, 'Kiini cha Kabichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 2, 'assets/topic/cabbage_core.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 3, 'Mmea wa Kabichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 4, 'assets/topic/cabbage_plant.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 5, 'Jani la kabichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 6, 'assets/topic/cabbage_leaf.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 7, 'Kabichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 8, 'assets/topic/cabbage.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion', 2, 'Kitunguu', 'assets/topic/Onion.svg', 'Vitunguu ni moja kati ya vyakula vya zamani kujulikana na binadamu.Ni mboga za majani zinazotumika sana duniani kote. Ni moja ya familia ya tungule. Hiyo ni kwasababu sehemu kubwa ya umbo la kitunguu ni tungule, huzalishwa chini ya ardhi. Kuna aina 27 tofauti za vitunguu na moja wapo ya zao rahisi kuzalishwa.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_3', 1, 'Ninaweza kuuchora mmea wa kitunguu', 'assets/topic/soil-575643.svg', 'Kwa kutumia vifaa vya uchoraji, chora mmea kuonyesha vitunguu vilivyopo chini ya ardhi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_3', 2, 1, 'assets/topic/soil-575643.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_5', 1, 'Paka kikapu cha Kitunguu mara tatu', 'assets/topic/basket-2075011.svg', 'Chora kikapu kilichojaa vitunguu. Paka vitunguu rangi ya zambarau, njano, na nyeupe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_5', 2, 1, 'assets/topic/basket-2075011.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_7', 1, 'Shamba la Konokono kitunguu', 'assets/topic/snail-48177.svg', 'Angalia katika picha ya konokono. Kwa kutumia vifaa vya uchoraji, buni shamba la Konokono kitunguu. Paka vitunguu rangi upendazo. Zifanye zipendeze vikizungukwa na konokono.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_7', 2, 1, 'assets/topic/snail-48177.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_9', 3, 'Tuchunguze mboga za majani', 'assets/topic/market-onions.jpg', 'Kilimo cha vitunguu kilianza miaka 7,000 iliyopita. Ni ukweli kwamba vitunguu hutumika duniani kote. Vitunguu hutofautiana ukubwa, umbo, rangi, na ladha. Mbali na Ladha yake, pia huongeza faida za afya mwilini. Vitunguu hutoa mizizi, tungule na majani ya kijani. Majani na tungule hutumika, kasoro mizizi. Vitunguu huweza kuwa vya mviringo au umbo la yai. Humea katika rangi ya zambarau, nyeupe na njano. Kitunguu Pearl, Kitunguu Bermuda, Kitunguu egyptian, kitunguu cha kijani, kitunguu vidalia, kitunguu super-sweets, kitunguu shallots na kitunguu scallions ni aina mbalimbali za vitunguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_10', 3, 'Faida za kiafya za Kitunguu', 'assets/topic/perspective-onion-7.jpg', 'Vitunguu huweza kuliwa vikiwa vibichi, vikiwa vimepikwa au kama achari. Vitunguu husifiwa kwa faida zake za kiafya za kiajabu. Vitunguu ni vizuri, kwa macho, vizuri kwa moyo, husafisha figo, hupunguza kuvimba kwa mwili, hurahisisha mmengényo wa chakula na kupunguza maumivu ya mwili. kwa ujumla, vitunguu mlo wenye Afya na hatuna budi kukubali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_11', 3, 'Baadhi ya ukweli muhimu', 'assets/topic/chopped_onion.jpeg', 'Ukataji wa vitunguu husababisha macho kutoa machozi. Ni kwasababu unavihurumia vitunguu?. Hapana, hapana kabisa. Vitunguu vina asidi ya sulfuriki inayounguza macho yako. Usihofu, sio hatari kula. Unafahamu kwamba kuweka kipande cha kitunguu kilichopikwa juu ya kifua chako na ukajifunika na blanketi itakusaida kuondoa homa na kikohozi?. Kwa hiyo sasa una dawa ya papo kwa hapo nyumbani. Asilimia 97 ya vitunguu ni maji. Sasa unafahamu kwanini ni vizuri kwa Afya! Kitunguu kikubwa kuvunwa kina uzito wa kilo 5. Vitunguu vya njano ni aina ya vitunguu maarufu. Usipuuzie hili, Vitunguu huweza kuua mbwa. Hupunguza chembe hai za damu na mzunguko wa damu. Hii huweza kuua Mnyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_12', 0, 'Oanisha maji kwa picha zake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 1, 'Mzizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 2, 'assets/topic/onions-roots.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 3, 'Tungule'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 4, 'assets/topic/bulb-1238339_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 5, 'Kitunguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 6, 'assets/topic/onion-1565604_960_720.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_19', 0, 'Kitunguu huzalishwa _______ ya ardhi', 'assets/topic/onion-3540502_960_720 .jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_19', 1, 1, 'Chini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_19', 0, 1, 'Juu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_19', 0, 2, 'Pembeni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_23', 0, 'Kitung___u', 'assets/topic/onion-899086_1920.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 1, 1, 'u'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 0, 1, 'a'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 0, 2, 'o'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 0, 3, 'e'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_28', 0, 'T___ngule.', 'assets/topic/onion-bulb.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 1, 1, 'u'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 0, 1, 'a'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 0, 2, 'i'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 0, 3, 'e'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_33', 0, 'Ma__i', 'assets/topic/drops-of-water-578897_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 1, 1, 'j'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 0, 1, 'm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 0, 2, 's'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 0, 3, 'd'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_38', 0, 'Afy___', 'assets/topic/salad.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 1, 1, 'a'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 0, 1, 'i'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 0, 2, 'u'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 0, 3, 'e'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_43', 0, 'Macho__i', 'assets/topic/crying-baby.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 1, 1, 'z'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 0, 1, 'w'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 0, 2, 'd'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 0, 3, 'j'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_48', 0, 'Rangi kuu za kitunguu ni zambarau, ______ njano.', 'assets/topic/onion-white.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 1, 1, 'nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 0, 1, 'buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 0, 2, 'nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 0, 3, 'machungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana', 2, 'Ndizi', 'assets/topic/banana.svg', 'Ni nani asiyetamani tunda kizingo lenye nyama liitwalo ''Ndizi''. Ukweli ni kwamba ndizi hujulikama kama tunda la wote. Ndio, Kuna wanadamu wachache duniani ambao hawapendelei kula ndizi. Ndizi zina Afya na ladha. Sio kwa Binadamu tu, hata Tembo na Nyani hupenda kula ndizi pia.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_3', 1, 'Tazama! Ninaweza kuchora Ndizi.', 'assets/topic/table-for-keeping-banana.svg', 'Kwa kutumia vifaa vya uchoraji, chora ndizi. Ongeza rangi upendeleazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_5', 1, 'Ndizi nenda', 'assets/topic/blue-sea.svg', 'Kwa kutumia vifaa vya uchoraji, Chora ndizi mashua. Buni picha ya bahari yenye ndizi mashua nyingi zikielea.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_5', 2, 1, 'assets/topic/blue-sea.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_7', 1, 'Nyumba yangu imezungukwa na mimea ya Ndizi', 'assets/topic/countryside-village.svg', 'Kwa kutumia vifaa vya uchoraji, chora nyumba yako ikiwa imezungukwa na Mimea ya Ndizi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_7', 2, 1, 'assets/topic/countryside-village.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_9', 3, 'Maarifa machache ya Ujumla', 'assets/topic/banana-tree.jpg', 'Ndizi ni mmea au Mti?. Inachanganya! Ndizi hazizalishwi kwenye miti. Ndizi humea katika muundo wa mzizi, ambao una shina lililo juu ya ardhi. Ukweli ni kwamba, Ni mmea unaoweza kumea kwa mita 15. Mmea wa ndizi ni mrefu na mara nyingi husimama Imara. Hivyo, mara nyingi hukosea kwa kudhaniwa ni Mti. Ndizi ni tunda chakula. Ndizi pia hutumika kupikwa. Hizi ndizi huitwa pia Migomba. Hakuna tofauti kubwa kati ya ndizi na mgomba. Ndizi ni laini na tamu. Mgomba ni mgumu una wanga kama viazi vibichi. Matunda haya hutofautiana ukubwa, rangi na uimara. Lakini ndizi huhifadhi umbo lake la kizingo lililo kama mashua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_10', 3, 'Yote kuhusu Ndizi', 'assets/topic/bananas-3780761_960_720.jpg', 'Ndizi imekua ni sehemu ya mlo wetu tangu miaka elfu moja iliyopita. Leo ni moja kati ya tunda linalopendwa duniani. Inaaminika kuwa ndizi ni tunda la kwanza duniani. Sifa za upatikani wa jina la tunda hili ziwaendee Waafrika. Hey! Hilo ni jina bora. Ulishawahi kudhani kuwa kuna aina 1,000 tofauti za ndizi zinazomea duniani?. Hiyo ni kweli na inashangaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_11', 3, 'Faida za Kiafya za Ndizi', 'assets/topic/banana-3404383_960_720.jpg', 'Kama matunda mengine, ndizi pia ni nzuri kwa afya ya Moyo. Hudhibiti Msukumo wa damu. Ndizi hujulikana kwa ushawishi wa kupata usingizi. Ulaji wa Ndizi husaidia ulegevu wa misuli ya mwili na kupata usingizi mzuri. Ndizi pia ni mlo kamili. Inasaidia kupunguza uzito mwilini. Ndizi husaidia kudhibiti kiwango cha sukari katika damu. Ndizi ni ndogo kiumbo lakini hushiriki vizuri katika uwezo wa kuona. Ni nzuri kwa afya ya macho. Ndizi husaidia kuimarisha mifupa. Kula ndizi husaidia kuzia kansa ya figo. Imethibitishwa kuwa kiongeza afya bora.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_12', 3, 'Ukweli kuhusu tunda lenye umbo la mashua', 'assets/topic/Drop-Of-Water-Banana-Plant-Fruit-Green-718618.jpg', 'Unafahamu kwamba ndizi huelea kwenye maji?. Ndio, ni kweli. Ndizi huelea kwenye maji kwasababu Msongamano wake ni mdogo. Jaribu na uone!. Ndizi zina umbo la kizingo kwasababu humuea kuelekea Jua. Chunguza mmea wa ndizi kuhakikisha. Mara nyingi Ndizi ni tunda dogo. Mmea wa ndizi ni mmea mkubwa zaidi duniani. Ndizi moja huitwa kidole. Kichane cha ndizi huitwa kiganja cha mkono. Ni maji yenye kuvutia!. Waafrika hujipatia sifa kwa kulipa jina tunda kama hilo. Ndizi humea kipindi chote cha mwaka. Hazina msimu. Tulilifahamu hilo?. Asilimia 75 ya uzito wa ndizi ni maji. Maganda ya ndizi pia ni chakula kama yakipikwa. Hii inashangaza kweli!.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_13', 0, 'Ndizi inapatikana katika maumbo tofauti tofauti?', 'assets/topic/bananas-3780761_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_13', 1, 1, 'Hapana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_13', 0, 1, 'Ndio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_16', 0, 'Mmea wa Ndizi ni mmea __________ duniani.', 'assets/topic/Banana_Tree_from_Kerala.JPG', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_16', 1, 1, 'Mkubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_16', 0, 1, 'Mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_16', 0, 2, 'Mfupi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_20', 0, 'Jina la ndizi limetoka kwa _______?', 'assets/topic/bananas-food-fruit.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_20', 1, 1, 'Waafrika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_20', 0, 1, 'Wahindi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_20', 0, 2, 'Wamarekani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_24', 0, 'Kichane cha ndizi huitwa kiganja cha mkono?', 'assets/topic/banana-1549158_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_24', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_24', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_27', 0, 'Oanisha majina kwa Picha zake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 1, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 2, 'assets/topic/bananas-3780761_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 3, 'Mndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 4, 'assets/topic/Plantain-Banana.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 5, 'Jani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 6, 'assets/topic/banana-leafs.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 7, 'Shina'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 8, 'assets/topic/banana-stem.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple', 2, 'Nanasi', 'assets/topic/Pineapple.svg', 'Kila mtu hukubali pale nanasi linapoitwa tunda lenye ncha kali. Ni kweli na ni tunda ala ajabu lenye taji ambalo lina ncha kali. Huogopesha kununua Nanasi. Ncha hizo ndogo zimezunguka tunda lote, ni kali na zinauma zinapokuchoma. Lakini, tukubali kwamba ni tunda lenye ladha na wote tunapenda kula.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_3', 1, 'Hey! Unalionaje tunda langu lenye ncha kali?', 'assets/topic/table-for-keeping-banana.svg', 'Kwa kutumia vifaa vya uchoraji, chora Nanasi. Ongeza rangi uzipendazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_5', 1, 'Tujaribu baadhi ya upakaji rangi', 'assets/topic/pineapple111.svg', 'Paka rangi picha ya Nanasi ukitumia rangi uzipendazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_5', 2, 1, 'assets/topic/pineapple111.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_7', 1, 'Jack-o-lanterns', 'assets/topic/pineapple-304567.svg', 'Kwa kutumia vifaa vya uchoraji, buni mashimo ya macho na mdomo katika nanasi ulilopewa. Paka rangi na ongezea ubunifu kuunda taa ya kutisha.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_7', 2, 1, 'assets/topic/pineapple-304567.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_9', 3, 'Utambulisho wa kushangaza', 'assets/topic/pinapple.jpg', 'Sasa hii inavutia kweli. Nanasi ni tunda lenye vitu vitu vingi, likiwa na matunda madogo yaliyopanga kwenye mfumo. Nanasi linaweza kuchukua miaka mitatu kumea na kukomaa. Sasa umeshajua, kwanini lina gharama sana! Mananasi ni matunda matamu ya kitropiki. Kuna aina 100 zaidi tofauti za mananasi ambayo humuea kwa ukubwa tofauti. Sio idadi kubwa ukilinganisha na ndizi, lakini bado ni namba kubwa. Mmea wa Nanasi una maua mazuri, ambayo hutofautia kwenye mvinyo kuangaza zambarau kwenda nyekundu. Wakati tunda linapoundwa, kawaida huzalisha maua hadi 200. Hiyo ni namba kubwa! maua haya huungana pamoja kuunda tunda moja kubwa ambalo tunaliita Nanasi. Undaji huu si wa kushangaza?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_10', 3, 'Nanasi na zaidi kidogo', 'assets/topic/pineapple-plantation.jpg', 'Umeshawahi kuona kilimo cha Nanasi?. Ni mtazamo wenye kushangaza. Mmea wa Nanasi huonekana kama Mkubwa, ulioficha Mananasi. Upandaji wa Nanasi ni rahisi. Kata kipande cha juu cha nanasi ukipande kwenye udongo. Mananasi machanga ni matunda yanayovutia kuyatizama yakimea. Inapendezesha macho kuona tunda dogo likichipua kwenye majani ya mmea mkuu wa nanasi. Pindi Nanasi likishavunwa, haliivi tena. Hiyo inamaanisha kila nanasi tunalonunua sokoni ni mbivu na litabaki hivohivo', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_11', 3, 'Faida za kiafya za nanasi', 'assets/topic/pineapple-juice.jpg', 'Kuwa tunda na Kitropiki, Nanasi lina virutubisho vingi. Ulaji wa Nanasi husaidia kuimarisha afya ya Mfumo wa upumuaji, Hutibu mafua na kifua, huimarisha mmengényo wa chakula, husaidia kupunguza uzito wa mwili, huimarisha mifupa, huimarisha afya ya kinywa, huimarisha afya ya moyo, hupambana na maambukizi. Nyama na juisi ya tunda hilo hutumika duniani kote. Nanasi huandaliwa na kuuzwa kama kiburudisho bararabani. Kipande kinene cha nanasi hutumika katika saladi ya matunda, kitinda mlo, na kwenye karibia kila mlo. Mananasi yaliyopondwa hutumika kwenye mtindi, jamu, na aiskrimu. Ni nani ambaye hajaonja juisi ya nanasi?. Ndio, tunda linaloogofya lina faida zote za kiafya ambazo hatukuzijua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_12', 3, 'Ukweli kuhusu tunda lenye ncha kali', 'assets/topic/pineapple-spiky.jpg', 'Mmea mmoja wa nanasi huzalisha nanasi moja kwa wakati mmoja. Ulifahamu kwamba Nanasi huiva haraka likigeuzwa juu chini, chini juu!. Mananasi yana juisi kipekee na ladha ya kitropiki. Juisi inayotoka katika mananasi mabichi husababisha kutapika sana. Epuka kula mananasi yasiyoiva. Ngozi, kiini na mwisho wa nanasi havitupwi. Vyote hutumika kutengeza siki, pombe na chakula cha wanyama. Wow! tunda zima lina faida.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_13', 0, 'Nanasi linaweza kuchukua hata miaka 10 na kukomaa', 'assets/topic/pineapple-plant.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_13', 1, 1, 'Hapana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_13', 0, 1, 'Ndio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_16', 0, 'Juice itokanayo na nanasi bichi husababisha _______sana', 'assets/topic/unripe-pineapple.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_16', 1, 1, 'Kutapika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_16', 0, 1, 'Maumivu ya kichwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_16', 0, 2, 'Maumivu ya mwili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_20', 0, 'Karibia maua __________ huungana pamoja kutengeneza Nanasi moja.', 'assets/topic/pineappleflower.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 1, 1, '200'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 0, 1, '500'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 0, 2, '10'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 0, 3, '300'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_25', 0, 'Nanasi huandaliwa na kuuzwa kama kiburudisho barabarani.', 'assets/topic/pineapple-snack.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_25', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_25', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_28', 0, 'Oanisha majina kwa picha zake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 1, 'Nanasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 2, 'assets/topic/pineapple-pic.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 3, 'Taji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 4, 'assets/topic/pineapple-crown.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 5, 'Ngozi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 6, 'assets/topic/pineapples-skin.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 7, 'Nyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 8, 'assets/topic/pineapple-flesh.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange', 2, 'Chungwa', 'assets/topic/orange.svg', 'Nani asitamani Machungwa?. Kutokea utotoni mpaka ukubwani kila mtu anapenda machungwa. Ladha yake ni tamu sana kwenye ulimi. Mbali na kupendwa na watu wengi, Matunda haya ya jamii ya Michungwa yana faida nyingi sana za kiafya. Tukubaliane wote kuwa tunapenda ladha ya Mfalme wa jamii ya machungwa', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_3', 1, 'Mfalme wa jamii ya Machungwa', 'assets/topic/table-for-keeping-banana.svg', 'Kwa kutumia vifaa vya uchoraji, chora chungwa na ulipake rangi. Ongeza taji kwa mfalme wa jamii ya Machungwa.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_5', 1, 'kufurahia kupaka rangi', 'assets/topic/orange11.svg', 'Paka rangi picha kwa kutumia rangi uzipendazo', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_5', 2, 1, 'assets/topic/orange11.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_7', 1, 'Familia ya Machungwa', 'assets/topic/forest.svg', 'Kwa kutumia vifaa vya kuchorea na mchoro wa kufuatisha, buni familia ya chungwa. Ongeza mikono, miguu na uso katika machungwa.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_7', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_9', 3, 'Utangulizi Muhimu', 'assets/topic/orange-1.jpg', 'Chungwa ni jamii ya michungwa. Pia huitwa Chungwa tamu. Hii ni kutofautisha chungwa na chungwa chungu. Sasa hii inavutia kuendelea kusoma. Mahungwa hayajawahi kuwepo duniani. Ni mseto wa matunda mawili tofauti ambayo ni pamelo na mandarin. Ukiliangalia chungwa kwa ukaribu zaidi sambamba na aina nyingine mbili za jamii ya michungwa utaelewa zaidi. Pamelo ni tunda kubwa la kijani la jamii ya michungwa. Ina maganda magumu na nyama zenye magamba gamba kama manyoya. Mandarin ni tunda lenye maganda membamba, chungwa lenye kungáa na tamu sana. Hivyo Chungwa lipo kati ya hayo matunda mawili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_10', 3, 'Tumenye Chungwa', 'assets/topic/green-orange.jpg', 'Mahungwa ni matamu na huu ni ukweli. Lakini Machungwa ya kijani pia ni matamu. Na huu ni ukweli. Usitathimini chungwa kwa kuangalia rangi ya ganda lake. Ganda la chungwa halielezei utamu wa chungwa au kuiva kwake. Usiku mwanana unaweza kubadili matunda kutoka rangi ya kijani kwenda rangi ya machungwa. lakini wimbi la jua huyarudisha katika rangi ya Kijani. Tunda safi lilochumwa moja kwa moja kutoka shambazi ni tamu, pasipo kujali rangi yake kama ni ya kijani au ya Machungwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_11', 3, 'Faida za kiafya za Chungwa', 'assets/topic/orange-juice.jpg', 'Asubuhi bila juisi ya Machungwa sio asubuh yenye Afya. Huu msemo ni kweli. Machungwa yana ukweli mwingi wa Afya. Machungwa hupunguza hathari za kansa. Hili tunda ni zuri katika kukinga Mafua na magonjwa ya masikio. Kula machungwa kunakinga Ngozi kusinyaa na kuifanya ingáe. Inadhibiti Kiwango cha sukari mwilini. Husaidia katika Mmengényo wa chakula. Wow! huo ni msaa mkubwa kweli. Pamoja na hayo, Machungwa ni mazuri kwa afya ya Macho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_12', 3, 'Ukweli wa kuujua.', 'assets/topic/branches-citrus.jpg', 'Miti ya Michungwa ni ya kijani kibichi. Inapendeza sana machoni kuona miti yenye rangi ya kijani kibichi, machungwa yenye rangi ya machungwa na machungwa ya kijani. Mti wa mchungwa unaweza kukua kufikia futi 30 na kuishi kwa zaidi ya miaka mia. Unaweza kuamini mti mmoja wa jamii ya michungwa unabeba maua 60,000 lakini ni asilimia moja tu ya haya maua huwa tunda. Machungwa ni zao kubwa la jamii ya michungwa duniani. Majani ya mti wa mchungwa ni ya mviringo. Yana meno ya duara na laini kwenye kona zake. Majani yamejipanga katika matawi. Usikose kuchunguza Mti wa mchungwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_13', 0, 'Mti wa Mchungwa unaweza ukaishi kwa muda wa zaidi ya miaka 100', 'assets/topic/oranges-tree.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_13', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_13', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_16', 0, 'Chungwa ni tunda la _________.', 'assets/topic/citrus-citrus-fruit.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_16', 1, 1, 'jamii ya Machungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_16', 0, 1, 'jamii ya Mizizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_16', 0, 2, 'jamii ya Shina'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_20', 0, 'Chungwa ni _________ wa jamii mbili tofauti za Machungwa', 'assets/topic/appetizing-citrus.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_20', 1, 1, 'Mseto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_20', 0, 1, 'Mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_20', 0, 2, 'Mkubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_24', 0, 'Miti ya Michungwa ni ya kijani kibichi.', 'assets/topic/orange-tree-114.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_24', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_24', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_27', 0, 'Oanisha majina kwa picha zake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 1, 'Ua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 2, 'assets/topic/orange-tree-flower.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 3, 'Jani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 4, 'assets/topic/orange-leaf.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 5, 'Tunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 6, 'assets/topic/orange-fruit.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 7, 'Mbegu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 8, 'assets/topic/orange-seed.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize', 2, 'Mahindi', 'assets/topic/Maize.svg', 'Ni kiasi gani unafahamu kuhusu Mahindi?. Muhindi ni Jina rasmi na linalotambulika kimataifa. Pamoja na kuwa ni zao kuu linalolimwa Tanzania, Jina Muhindi limetokana na Wahindi. Muhindi humaanisha ''Mama Mtakatifu''', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_3', 1, 'Furahia Mahindi', 'assets/topic/table-for-keeping-banana.svg', 'Kwa kutumia vifaa vya uchoraji chora muhindi na upake rangi ya njano.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_5', 1, 'Furahia kupaka rangi', 'assets/topic/Maize12.svg', 'Paka rangi picha ukitumia rangi upendazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_5', 2, 1, 'assets/topic/Maize12.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_7', 1, 'Kilimo cha Mahindi katika jamii yangu', 'assets/topic/forest.svg', 'Kwa kutumia vifaa vya uchoraji, buni picha ya jamii pamoja na nyumba zao zilizozungukwa na kilimo cha mahindi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_7', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_9', 3, 'Maarifa ya Mahindi', 'assets/topic/maize-1.jpg', 'Mahindi yana muonekano wa kuvutia wa kizamani, pamoja na matumizi milioni katika nyakati za sasa. Mahindi ni jamii ya familia ya Majani. Ni zao la nafaka. Mahindi ni zao la tatu Muhimu duniani. Uzalishwaji wa Mahindi huchukuliwa kama kilimo cha Taifa la Waafrika. Mahindi ni chakula kikuu katika maeneo mengi duniani. Kuna aina kuu sita za Mahindi ambazo ni Mahindi flint, Mahindi dent, mahindi pod, mahindi pop, mahindi flour, mahindi sweet.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_10', 3, 'Nyongeza kidogo kuhusu Mahindi', 'assets/topic/maize-seeds.jpg', 'Mahindi hujulikana kwa kiingereza kama "Corn", hupendwa na kila mtu. Mahindi hutumika kama chakula cha Mifugo, chakula cha binadamu, nishati ya mimea na kama malighafi kiwandani. Haufikirii kama ni zao maarufu la chakula?. Mahindi ni kilimo cha nyumbani na huwa hakizalishwi porini. Mahindi ni nafaka na sio mboga za majani. Mbegu zake ni aina ya majani kama ngano. Hivyo huchukuliwa kama nafaka kwa ujumla. Mimea ya Mahindi inahusisha Shina moja au bua lenye majani yaliyoshikamana na Shina. Kwa Wastani mmea wa Mahindi hupimwa kutoka mita 3 hadi mita 10.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_11', 3, 'Faida za kiafya za Mahindi', 'assets/topic/vegetables-corn.jpg', 'Mbali na kupendwa na kila mtu, Mahindi yana horodha ya faida za Afya. Mahindi hudhibiti kisukari, kukinga magonjwa ya moyo, kupunguza shinikizo la damu, kusaidia mmengényo wa chakula na kuimarisha Afya ya macho. Mahindi huchukuliwa kuwa ni mlo kamili wenye afya. Ulaji wa Mahindi hupunguza uzito wa mwili. Sio tatizo kukubali kuwa Mahindi ni chakula kilicho barikiwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_12', 3, 'Ukweli wa kushangaza kuhusu Mahindi', 'assets/topic/maize-color.jpg', 'Muhindi huweza kuzalishwa katika rangi tofauti tofauti. Rangi zake huweza kuwa za Weusi, ubuluu kijivu, zambarau, nyekundu, nyeupe na rangi maarufu ya Njano. Fikiria rangi zote katika Muhindi mmoja. Majani ya Mahindi ni sehemu ya maua yake. Kawaida Gunzi la hindi ni sehemu ya ua. Punje Moja ya hindi ni mbege. Kwa wastani Gunzi la hindi lina punje za mahindi 800 katika mistari 16. Hii haishangazi?. Siku nyingine ukila Muhindi, kumbuka kuhesabu punje zake. Kuna zaidi ya matumizi 3500 ya zao la Mahindi. Nyizi ndefu zilizopo juu ya gunzi la Muhindi huitwa hariri. Ukizigusa ni laini kama hariri. Siku nyingine usisahau kuzihisi nyuzi zilizopo kwenye Muhindi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_13', 0, 'Kuna matumizi tofauti 3500 ya zao la Mahindi', 'assets/topic/corn-soup.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_13', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_13', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_16', 0, 'Chagua neno kukamilisha maelezo.', 'assets/topic/agriculture-bright-cereal.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_16', 1, 1, 'Mahindi ni _______'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_16', 0, 1, 'Nafaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_16', 0, 2, 'Mboga za Majani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_20', 0, 'Tunda', 'assets/topic/africa-maize.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_20', 1, 1, 'Uzalishwaji wa Mahindi huchukuliwa kama kilimo cha __________ la Afrika.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_20', 0, 1, 'Taifa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_20', 0, 2, 'Kitaifa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_24', 0, 'Kimataifa', 'assets/topic/corn-cob.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_24', 1, 1, 'Kwa wastani, Gunzi huwa na punje za Mahindi 1000 zilizopangwa katika mistari 16.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_24', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_27', 0, 'Ndio', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 1, 'Oanisha majina kwa Picha zake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 2, 'assets/topic/silk.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 3, 'Hariri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 4, 'assets/topic/corn-kernels.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 5, 'Punje za Muhindi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 6, 'assets/topic/corn-on-the-cob.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 7, 'Mmea wa Muhindi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 8, 'assets/topic/cornfield-plant.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Foods', 2, 'Foods', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 1, 'Tomatoes_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 2, 'Tomatoes_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 3, 'Tomatoes_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 4, 'Tomatoes_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 5, 'Tomatoes_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 6, 'Tomatoes_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 7, 'Tomatoes_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 1, 'Cabbage_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 2, 'Cabbage_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 3, 'Cabbage_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 4, 'Cabbage_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 5, 'Cabbage_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 6, 'Cabbage_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 7, 'Cabbage_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 8, 'Cabbage_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 9, 'Cabbage_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 10, 'Cabbage_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 11, 'Cabbage_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 12, 'Cabbage_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 1, 'Onion_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 2, 'Onion_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 3, 'Onion_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 4, 'Onion_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 5, 'Onion_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 6, 'Onion_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 7, 'Onion_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 8, 'Onion_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 9, 'Onion_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 10, 'Onion_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 11, 'Onion_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 12, 'Onion_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 13, 'Onion_43'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 14, 'Onion_48'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 1, 'banana_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 2, 'banana_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 3, 'banana_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 4, 'banana_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 5, 'banana_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 6, 'banana_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 7, 'banana_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 8, 'banana_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 9, 'banana_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 10, 'banana_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 11, 'banana_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 12, 'banana_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 1, 'pineapple_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 2, 'pineapple_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 3, 'pineapple_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 4, 'pineapple_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 5, 'pineapple_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 6, 'pineapple_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 7, 'pineapple_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 8, 'pineapple_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 9, 'pineapple_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 10, 'pineapple_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 11, 'pineapple_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 12, 'pineapple_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 1, 'Orange_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 2, 'Orange_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 3, 'Orange_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 4, 'Orange_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 5, 'Orange_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 6, 'Orange_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 7, 'Orange_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 8, 'Orange_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 9, 'Orange_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 10, 'Orange_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 11, 'Orange_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 12, 'Orange_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 1, 'Maize_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 2, 'Maize_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 3, 'Maize_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 4, 'Maize_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 5, 'Maize_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 6, 'Maize_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 7, 'Maize_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 8, 'Maize_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 9, 'Maize_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 10, 'Maize_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 11, 'Maize_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 12, 'Maize_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 0, 'Tomatoes'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 1, 'Cabbage'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 2, 'Onion'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 3, 'banana'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 4, 'pineapple'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 5, 'Orange'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 6, 'Maize'); diff --git a/scripts/Kazi.sql b/scripts/Kazi.sql new file mode 100644 index 0000000..7632ed0 --- /dev/null +++ b/scripts/Kazi.sql @@ -0,0 +1,328 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman', 2, 'Mvuvi', 'assets/topic/fisherman.svg', 'Mvuvi ni mtu anayevua samaki na viumbe vingine vinavyoishi kwenye maji', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_3', 1, 'Chora Mvuvi', 'assets/topic/fisherman_bg.svg', 'Chora mvuvi anayevua samaki', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_3', 2, 1, 'assets/topic/fisherman_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_5', 1, 'Chukua picha ya Mvuvi', 'assets/topic/fisherman_background.svg', 'Mpige picha Mvuvi kisha irembe picha', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_5', 2, 1, 'assets/topic/fisherman_background.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_7', 1, 'Chora Fimbo ya kuvulia', 'assets/topic/fishing_bg.svg', 'Chora Fimbo ya kuvulia kisha irembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_7', 2, 1, 'assets/topic/fishing_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_9', 3, 'Maisha ya Mvuvi', 'assets/topic/Fisherman_life.jpg', 'Umewahi kujiuliza ni wapi wavuvi huvua samaki? Na maisha yao yapoje?. Ngoja nikuambie. Maisha ya Mvuvi. Mvuvi ni mtu ambaye kazi yake ni kuvua samaki kwenye mabwawa, mifereji na hata kwenye mito kisha huuza kwenye masoko ya ndani. Taaluma yake kuu ni kuvua samaki na kuuza ili aweze kuishi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_10', 3, 'Faida za Mvuvi', 'assets/topic/Fisherman_02.jpg', 'Mvuvi huvua samaki mara kwa mara kufanya Uvuvi wa faida ambao huboresha chakula na kulinda lishe. Pia huongeza kipato ambacho huboresha maisha ya Mvuvi, kukuza uchumi na kulinda mazingira yetu na mali asili', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_11', 0, 'Mvuvi ni mtu ambaye kazi yake si kuvua samaki.', 'assets/topic/fisherman_catch_fish.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_11', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_11', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_14', 3, 'Ndoano ya kuvulia', 'assets/topic/Fisherman_03.jpg', 'Unazijua mbinu za Uvuvi?. Huzijui?. Basi, ngoja nikuambie, Mbinu za uvuvi ni neno ya ujumla linalojuimuisha vifaa anavyotumia mvuvi wakati anapovua samaki. Karibu vitu vyote anavyotumia Mvuvi huitwa Mbinu za uvuvi. Baadhi ya Mifano ni Ndoano, Kamba, Wazamiaji, Mikuki, Wavu, Mitego.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_15', 0, 'Unda Makundi tofauti ya mbinu za Uvuvi', 'assets/topic/fishing_hook.png', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 1, 'Ndoano ya kuvulia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 2, 'Wazamiaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 3, 'Mikuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 4, 'Wavu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 5, 'Mitego'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 0, 1, 'Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 0, 2, 'Pulizo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 0, 3, 'Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_24', 0, 'Wavu hutumika kama moja ya mbinu za uvuvi', 'assets/topic/fishing_net2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_24', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_24', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_27', 3, 'Uvuvi ni mzuri kwa afya', 'assets/topic/fishing_for_health.jpg', 'Uvuvi Unakuongezea Vitamini D. Vitamini D husaidia kusimamia kiwango cha Kalisi na Phosfeti katika mwili wako, kuimarisha mifupa na meno yako. Huongeza mfumo wa Kinga na imehusishwa katika kupigana na maradhi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_28', 0, 'Samaki Huongeza vitamini gani kwenye miili yetu?', 'assets/topic/vitamin_D.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 1, 1, 'Vitamini D'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 0, 1, 'Vitamini C'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 0, 2, 'Vitamini E'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 0, 3, 'Vitamini K'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_33', 0, 'Vitamini D husaidia kuimarisha mifupa na meno', 'assets/topic/teeth.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_33', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_33', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_36', 0, 'Mvuvi huvua wapi samaki?', 'assets/topic/fisherman_04.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 1, 1, 'Kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 0, 1, 'kwenye ardhi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 0, 2, 'Angani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 0, 3, 'Kwenye Moto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_41', 0, 'Oanisha Picha katika majina yake', 'assets/topic/fish_match.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 1, 'assets/topic/fishing_net.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 2, 'Wavu wa kuvulia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 3, 'assets/topic/fishing_stick.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 4, 'Fimbo ya kuvulia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 5, 'assets/topic/Fisherman.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 6, 'Mvuvi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer', 2, 'Mkulima', 'assets/topic/farmer.svg', 'Mkulima ni Mtu ambae hupanda mazao na kukuza wanyama kwaajili ya matumizi ya Binadamu. Wakulima wanatakiwa wafanye kazi kwa bidii na kwa muda mrefu bila kujali ni kiangazi au masika. Mkulima hufanya kazi kwa bidii ili kupata mazao mengi.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_3', 1, 'Mchore Mkulima', 'assets/topic/crop_svg01.svg', 'Mchore Mkulima', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_3', 2, 1, 'assets/topic/crop_svg01.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_5', 1, 'Mpige Picha Mkulima', 'assets/topic/agriculture-2027001.svg', 'Mpige picha Mkulima na Uirembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_5', 2, 1, 'assets/topic/agriculture-2027001.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_7', 1, 'Piga picha mazao matano tofauti', 'assets/topic/forest_svg02.svg', 'Piga picha mazao matatu tofauti na utume', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_7', 2, 1, 'assets/topic/forest_svg02.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_9', 1, 'Piga picha wanyama au ndege watatu.', 'assets/topic/bull-47873.svg', 'Piga picha wanyama watatu tofauti wanaotumika kulimia', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_9', 2, 1, 'assets/topic/bull-47873.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_11', 3, 'Kuhus Mkulima', 'assets/topic/farmer_02.jpg', 'Nani hafahamu shughuli za kilimo?. Kila mmoja walau mara moja katika maisha yetu, amepanda mmea mmoja ama mwingine katika maeneo yaliyo karibu na nyumba tunazoishi, na kumwagilia maji kila siku na kuona mmea ukimea vyema. Vivyo hivyo pia, Mkulima hupanda mazao katika eneo kubwa. Shughuli za kilimo zimekua zikifanyika kwa muda wa miaka elfu moja sasa. Mkulima wa kwanza alianza kufuga wanyama na kupanda mazao katika eneo dogo. Baadae aliongeza eneo kubwa katika ufugaji na kilimo. Kila nchi inafanya kilimo, na mtu anayefanya kilimo huitwa Mkulima. Huitwa Uti wa mgongo wa nchi kwasababu kutokana na juhudi zake, nchi hutajirika. Shughuli hii yote huitwa Kilimo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_12', 0, 'Nani hujulikana kama Uti wa Mgongo wa Nchi', 'assets/topic/farmer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 1, 1, 'Mkulima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 0, 1, 'Mganga wa Afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 0, 2, 'Seremala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 0, 3, 'Mvuvi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_17', 0, 'Mkulima ni Uti wa Mgongo wa Nchi', 'assets/topic/farmer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_17', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_17', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_20', 3, 'Aina za wakulima', 'assets/topic/farming.jpg', 'Kuna aina nyingi za kilimo lakini leo tunaenda kujifunza aina tatu kuu za kulimo. Kuna aina tatu za kilimo ambazo ni kilimo cha zao moja, kilimo cha ufugaji na kilimo cha mazao mchanganyiko. Katika kilimo cha zao moja, mkulima hupanda zao moja katika msimu wa mavuno, mfano kama Ngano ilipandwa msimu uliopita wa mavuno, msimu unaofuata atapanda mchele. Katika Kilimo cha mazao mchanganyiko kinachofanyika ni kwamba, Mkulima hupanda mazao mawili au zaidi ya aina tofauti katika shamba moja katika msimu mmoja wa mavuno, mfano Ngano, choroko hupandwa katika shamba moja. Kilimo cha Ufugaji ambacho huitwa kilimo cha wanyama ni uzalishaji wa mazao ya wanyama. Mfano kiwango kikubwa cha Ngómbe huzalishwa kwaajili ya kupata maziwa. Na ufugaji wa ndege kama kuku, bata, bata mzinga ni kwaajili ya kupata nyama na Mayai yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_24', 0, 'Aina gani ya ndege hufugwa sana Majumbani', 'assets/topic/hen.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 1, 1, 'Kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 0, 1, 'Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 0, 2, 'Kunguru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 0, 3, 'Tausi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_29', 0, 'Bata hufugwa majumbani.', 'assets/topic/duck01.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_29', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_29', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_32', 3, 'Aina za mbegu mkulima apandazo na mali asili', 'assets/topic/seeds.jpg', 'Mahindi, mtama, mchele, Ngano, Viazi n.k. Haya ni aina ya mazao ya msingi ambayo mkulima huvuna. Ili kuwe na uzalishwaji mzuri wa mazao, Mkulima anapaswa alime kwenye udongo mzuri, kuwe na maji ya kutosha na Mwanga wa jua. Mali asili hizi tatu humsaidia mkulima kupata mazao mazuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_33', 0, 'Unda makundi tofauti ya Mbegu', 'assets/topic/seeds.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 1, 'Mahindi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 2, 'Mtama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 3, 'Mchele'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 4, 'Ngano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 5, 'Viazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 0, 1, 'Kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 0, 2, 'Bata'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_41', 3, 'Faida za Ulimaji', 'assets/topic/farming_imp.jpg', 'Je!, unajua kazi ya wakulima ni muhimu sana katika maisha yetu ya kila siku kwasababu kupitia wao tunapata vyakula na mavazi.. Wakulima wanazalisha mimea ya aina yote, wanyama, Sufi/manyoya, Pamba ambavyo watu hula na kutumia ulimwenguni kote. Kazi ya Mkulima ni ngumu na anatakiwa afanya kazi kwa masaa mengi. Teknolojia imeongeza mshine tofauti za uzalishaji na magari kama trekta ambavyo vimerahisisha kilimo. Minyoo wanajulikana kama rafiki wa karibu wa mkulima kwasababu wanasaidia kufanya ardhi iwe na rutuba, na udongo wenye rutuba ni mzuri katika kustawisha Mazao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_42', 0, 'Rafiki wa karibu wa mkulima ni nani?', 'assets/topic/earthworm.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 1, 1, 'Minyoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 0, 1, 'Kunguru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 0, 2, 'Popo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 0, 3, 'Chui'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_47', 0, 'Trekta halitumiki katika shughuli za kilimo', 'assets/topic/tractor.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_47', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_47', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_50', 0, 'Oanisha Picha', 'assets/topic/farming_47.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 1, 'assets/topic/farmer.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 2, 'assets/topic/earthworm.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 3, 'assets/topic/tractor.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 4, 'assets/topic/tractor_tilling.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 5, 'assets/topic/poultry.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 6, 'assets/topic/egg.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 7, 'assets/topic/cow.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 8, 'assets/topic/milk.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher', 2, 'Mwalimu', 'assets/topic/teacher.svg', 'Mwalimu ni mtu anayesaidia watu kujifunza. Kawaida Mwalimu ni mtu anayefundisha.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_3', 1, 'Mchore Mwalimu', 'assets/topic/teacher_svg01.svg', 'Mchore mwalimu pamoja na ubao mweusi nyuma yake.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_3', 2, 1, 'assets/topic/teacher_svg01.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_5', 1, 'Mpige Picha Mwalimu', 'assets/topic/ground_svg02.svg', 'Mpige picha mwalimu na uirembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_5', 2, 1, 'assets/topic/ground_svg02.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_7', 1, 'Piga Picha Shule', 'assets/topic/school-295210.svg', 'Piga picha shule, paka rangi na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_7', 2, 1, 'assets/topic/school-295210.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_9', 3, 'Kuhusu Mwalimu', 'assets/topic/teacher_02.jpg', 'Mwalimu ni mtu anayesaidia watu kujifunza. Mara nyingi Mwalimu ni mtu anayefanya kazi darasani. Kuna aina nyingi tofauti za walimu.Baadhi ya walimu hufundisha watoto wadogo katika shule za awali na shule za msingi. Baadhi hufundisha watoto wakubwa katika shule za sekondari. baadhi ya walimu hufundisha watu wazima katika shule za elimu ya juu (mfano, vyuo)', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_10', 0, 'Mara nyingi Mwalimu fanya kazi wapi?', 'assets/topic/classroom.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 1, 1, 'Darasani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 0, 1, 'Kwenye viwanja vya michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 0, 2, 'Porini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 0, 3, 'Ufukweni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_15', 3, 'Njia ya ufundishaji ya Walimu', 'assets/topic/teaching_way.jpg', 'Kuna aina tofauti za ufundishaji. Walimu wengi hutumia mbinu mbalimbali kufundisha. Walimu wa zamani walitumia vipande vya chaki kuandikia katika ubao mweusi lakini walimu wa sasa hutumia kalamu kuandikia katika ubao mweupe ambazo ni rahisi kufutika. Mara nyingi walimu hueleza maarifa mapya, huandika kwenye ubao mweusi au ubao mweupe, hukaa nyuma ya madawati yao au kwenye viti vyao, kusaidia wanafunzi katika kazi zao. Huweza kutumia kompyuta kuandika majaribio, kazi za darasani au matokeo. Huwapa wanafunzi "Kazi za nyumbani" na kumfuatilia kila mwanafunzi, ili kuwawezesha kutimiza ndoto zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_16', 0, 'Kalamu inayofutika hutumika kuandikia kwenye ubao mweupe', 'assets/topic/marker.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_16', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_16', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_19', 0, 'Mwalimu hutumia nini kuandikia ubaoni?', 'assets/topic/chockpiece.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 1, 1, 'Chaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 0, 1, 'Kalamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 0, 2, 'Penseli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 0, 3, 'Ufutio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_24', 3, 'Dhamani ya Mwalimu kwa Mwanafunzi', 'assets/topic/teacher_03.jpg', 'Mwalimu wa shule ni mtu aliyefunzwa kuelimisha watoto kuanzia umri mdogo mpaka kufikia utu uzima na kila hatua hufundishwa na walimu tofauti. Wana wajibu katika elimu na ukuaji wa watoto katika darasa. Walimu bora huunda uhusiano mzuri na wanafunzi wao, huwaonyesha kuwajali na kuwafundisha masomo yahusuyo maisha na kuwafanya wawe watu wazuri. Walimu bora ni wale ambao huwapa vipaumbele wanafunzi wao, hutoa vyanzo, na kuwapa mapendekezo wazazi wao, kuweza kujua mapungufu na uimara wa wanafunzi wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_25', 0, 'Mwalimu wa shule ni mtu ambaye amefunzwa kuelemisha watoto', 'assets/topic/school_teacher.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_25', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_25', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_28', 0, 'Walimu bora huunda uhusiano wa aina gani na wanafunzi wao?', 'assets/topic/teacher_04.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 1, 1, 'Uhusiano wenye nguvu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 0, 1, 'Uhusiano dhaifu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 0, 2, 'Hawaundi uhusiano wowote'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 0, 3, 'Uhusiano mbaya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_33', 3, 'Sifa za Walimu.', 'assets/topic/teaching_12.jpg', 'Sifa kuu tano za walimu bora, kulingana na wafunzi ni: uwezo wa kuimarisha uhusiano wao na wanafunzi wao. Uvumilivu, kujali, na ukarimu. Kuwatambua wanafunzi wao humaanisha, mwalimu awe na uwezo wa kumuelewa mwanafunzi wake. Kujitolea kufundisha. Kushirikisha wanafunzi katika kujifunza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_34', 0, 'Unda makundi ya sifa za walimu bora', 'assets/topic/caring.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 1, 'Kujali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 2, 'uvumilivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 3, 'Maarifa mazuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 4, 'kujitolea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 5, 'Uelewa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 0, 1, 'shari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 0, 2, 'Ujinga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_42', 0, 'Walimu bora wana uvumilivu mzuri.', 'assets/topic/teaching_way.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_42', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_42', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_45', 0, 'Oanisha Picha katika picha zinazoshahabiana', 'assets/topic/teaching_45.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 1, 'assets/topic/student.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 2, 'assets/topic/teacher.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 3, 'assets/topic/blackboard.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 4, 'assets/topic/chockpiece.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 5, 'assets/topic/whiteboard.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 6, 'assets/topic/marker.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor', 2, 'Mganga wa Afya', 'assets/topic/doctor.svg', 'Mganga wa Afya ni mtu ambaye hutoa matibabu kwa wagonjwa na kutoa tahadhari za kuchukuliwa pindi wanaposumbuliwa na magonjwa.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_3', 1, 'Mchore Mganga wa Afya akiwa na Mgonjwa', 'assets/topic/doctorPat.svg', 'Mchore Mganga wa Afya akiwa na Mgonjwa.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_3', 2, 1, 'assets/topic/doctorPat.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_5', 1, 'Chora "kipima mapigo ya moyo"', 'assets/topic/stethoscope-311855.svg', 'Chora kipima mapigo ya moyo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_5', 2, 1, 'assets/topic/stethoscope-311855.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_7', 1, 'Piga picha hospitali', 'assets/topic/hospitalbuilding.svg', 'Piga picha Hospital na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_7', 2, 1, 'assets/topic/hospitalbuilding.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_9', 3, 'Kuhusu Mganga wa Afya', 'assets/topic/doctor_02.jpg', 'Watoto, mnafahamu kuwa kila tunapougua, tunapopata homa, mafua au kukohoa, huwa tunaenda kwa Mganga wa Afya. Mganga wa Afya ni mtu anayetoa dawa na amefunzwa kutunza afya za watu na kuwatibu wanaougua. Kuna sharti nyingi ambazo Mganga wa Afya huangalia kabla ya kutoa matibabu kwa mgonjwa. Kwanza huhitaji kutambua ni kipi kinachosababisha mtu augue kisha huamua ni matibabu gani apatiwe mgonjwa. Mganga wa Afya hubashiri ni wakati upi mgonjwa atapata ahueni. Ni kwamba Mganga wa Afya hujaribu kuzuia Magonjwa. Kuna watu wengi ambao husaidia Waganga wa Afya na kuikamilisha Hospitali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_10', 0, 'Tukiugua tunaenda kwa nani?', 'assets/topic/doctor.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 1, 1, 'Kwa Mganga wa Afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 0, 1, 'Fundi Bomba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 0, 2, 'Mwalimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 0, 3, 'Mshonaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_15', 3, 'Hospitali', 'assets/topic/hospital.jpg', 'Hospitali ni Mahali ambapo mtu huenda kupata matibabu wakati anapokua anaugua au kuumia. Waganga wa Afya na wauguzi wanafanya kazi hospitali. Waganga wa Afya hutumia teknolojia ya kisasa kutibu wagonjwa. Pia Hospitali hutoa hudai malipo ya matibabu na uchunguzi. Kuna watu wengi wanaofanya kazi Hospitali kama Waganga wa Afya, Wauguzi na wafanyakazi wa dawa mbalimbali. Pia Hospitali inahusisha Magari ya Wagonjwa ambayo hutumika kuwafuata wagonjwa wakati wa dharura na kuwabeba, kisha kuwafikisha Hospitali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_16', 0, 'Waganga wa Afya hawafanyi kazi Hospitali.', 'assets/topic/doctors_img.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_16', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_16', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_19', 3, '"Kipima mapigo ya moyo"', 'assets/topic/stethoscope.jpg', 'Kipima mapigo ya moyo n kifaa kinachotumika na Waganga wa Afya na wafanyakazi wengine wa dawa. Hutumika kupima mapigo ya moyo ya watu na kasi ya upumuaji. Huwekwa katika eneo ambalo kuna moyo au mgongoni. Kipima Mapigo ya Moyo kina umbo kama la herufi Y. "Vipande vya sikio" vimewekwa katika kila mwisho wa herufi Y na kinasa sauti katika upande mwingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_20', 0, 'Nini hutumika kupima watu mapigo ya moyo?', 'assets/topic/stethoscope.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 1, 1, 'Kipima mapigo ya moyo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 0, 1, 'Popo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 0, 2, 'Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 0, 3, 'Hospitali'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_25', 0, 'Kipima mapigo ya moyo hutumika kupima Mapigo ya Moyo.', 'assets/topic/stethoscope02.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_25', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_25', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_28', 3, 'Gari la wagonjwa', 'assets/topic/ambulance.png', 'Mara nyingi inapotokea Mgonjwa anaumwa sana au kaumia sana na Mganga wa Afya hawezi kufika eneo alipo Mgonjwa kwasababu ya kuhudumia wagonjwa wengine, ndipo Gari la Wagonjwa hutolewa kumbeba Mgonjwa na kumfikisha Hospitali, ambapo Mganga wa Afya humpatia Mgonjwa matibabu ya haraka, kwasababu kuna vifaa vingi vya matibabu kuokolea maisha ya Mgonjwa. Kwa njia hii Gari la Wagonjwa hufanya kazi kubwa ya Muhimu kunusuru maisha ya Wagonjwa kwa kuwaleta kwa Mganga wa Afya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_29', 0, 'Taja jina la gari la hospitali litumikalo kubebea wagonjwa wakati wa dharura?', 'assets/topic/ambulance.png', NULL, 'oneAtATime'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_30', 0, 'Gari la wagonjwa hutumika kubeba wagonjwa.', 'assets/topic/ambulance02.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_30', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_30', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_33', 0, 'Dawa', 'assets/topic/doctor_03.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 1, 'Wafanyakazi wa dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 2, 'Dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 3, 'Wafanyakazi wa dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 4, 'Hospitali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 0, 1, 'Pundamilia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 0, 2, 'Mpira wa miguu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_40', 0, 'Oanisha picha kwa majina yao', 'assets/topic/doctor_03.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 1, 'assets/topic/stethoscope.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 2, 'Kipima Mapigo ya Moyo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 3, 'assets/topic/hospital_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 4, 'Mganga wa Afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 5, 'assets/topic/ambulance.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 6, 'Gari la Wagonjwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 7, 'assets/topic/patient.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 8, 'Mgonjwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber', 2, 'Kinyozi', 'assets/topic/barber.svg', 'Kinyozi ni taaluma ya zamani inayofanywa kwaajili ya kumfanya mtu apendeze kwa kunyoa nywele na kuchonga ndevu.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_3', 1, 'Mchore Kinyozi', 'assets/topic/barber_svg1.svg', 'Mchore kinyozi na Mikasi', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_3', 2, 1, 'assets/topic/barber_svg1.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_5', 1, 'Mpige picha Kinyozi', 'assets/topic/barber_svg2.svg', 'Mpige picha kinyozi na uirembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_5', 2, 1, 'assets/topic/barber_svg2.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_7', 1, 'Unda saluni ikiwa na mteja', 'assets/topic/barber_svg3.svg', 'Unda saluni ikiwa na mteja', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_7', 2, 1, 'assets/topic/barber_svg3.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_9', 3, 'Kuhusu Kinyozi', 'assets/topic/barber_02.jpg', 'Kinyozi ni mtu anayenyoa nywele na kuchonga ndevu. Kawaida wanaume ndo huenda saluni. Wanawake mara nyingi huenda kwa mtengeneza nywele. Wakati mwingine Vinyozi huwa na nguzo zenye rangi nyeupe na nyekundu nje ya saluni zao katika nchi nyingi. Kazi ya kinyozi ni kazi ya zamani na ni taaluma ya heshima, yenye historia ya kuvutia. Kazi ya kinyozi ni kunyoa au kupunguza nywele. Ukiachana na kunyoa nywele, Kinyozi pia huosha na kuziweka nywele katika miundo tofauti, mara nyingi ni kwaajili ya wateja wa kiume. Vitu vinavyopatikana saluni ni mikasi, viwembe, vitana, poda, kioo, mafuta, etc', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_10', 0, 'Ni nani hukata nywele na kuchonga Ndevu?', 'assets/topic/barber.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 1, 1, 'Kinyozi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 0, 1, 'Seremela'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 0, 2, 'Rubani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 0, 3, 'Mshonaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_15', 3, 'Maelezo ya kazi', 'assets/topic/barber_03.jpg', 'Kazi kuu ya kinyozi ni kunyoa nywele za mteja wake. Malengo huwa ni kuboresha muonekano wa nywele na kufanya muuondo wa nywele kulingana na mteja wake apendavyo. Kinyozi pia huunda na kunyoa ndevu na sharubu. Vifaa kama Mikasi, Vitana, vinapaswa viwekwe safi kabisa na katika hali nzuri. Kinyozi pia anawajibika kuweka saluni safi kwa kufagia nywele. Wamiliki wa saluni pia huagiza vifaa, hulipa bili na huweza kuajiri wafanyakazi. Ujuzi mzuri wa kipekee na mtazamo chanya ni sifa muhimu ambazo kinyozi anapaswa kuwa nazo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_16', 0, 'Kifaa kikuu cha Kinyozi ni kipi?', 'assets/topic/scissors.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 1, 1, 'Mkasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 0, 1, 'jembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 0, 2, 'Popo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 0, 3, 'Panga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_21', 0, 'Unda makundi ya vitu vinavyopatikana saluni.', 'assets/topic/barber_things.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 1, 'Mikasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 2, 'Vitana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 3, 'Mafuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 4, 'Poda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 5, 'Kioo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 0, 1, 'Panga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 0, 2, 'Basi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_29', 0, 'Kazi kuu ya kinyozi ni kuwanyoa nywele na kuwachonga ndevu wateja wake', 'assets/topic/hair_cutting.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_29', 1, 1, 'kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_29', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_32', 0, 'Mikasi haitumiwi na kinyozi.', 'assets/topic/scissors02.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_32', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_32', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_35', 3, 'Historia', 'assets/topic/barber_04.jpg', 'Biashara ya Kinyozi ina historia ndefu. Nyembe zimegundulika Misri, miongoni mwa masanduku ya enzi za shaba. Katika utamaduni wa kale wa Misri, Vinyozi walikua wakiheshimika sana, kila mmoja. Makuhani/Mapadri na wanaume wa dawa ni kumbukumbu ya zamani ya mifano ya Vinyozi. katika makabila ya zamani, Kinyozi alikua ni mmoja wa watu muhimu sana wa kabila. Vinyozi waliweza hata kufanya sherehe za dini, kama sherehe za Ndoa na kubatiza watoto kwa kuwanyoa nywele na kuwachonga ndevu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_36', 0, 'Ni nini kiligunduliwa Misri kipindi cha Shaba?', 'assets/topic/razors.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 1, 1, 'Viwembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 0, 1, 'Gari moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 0, 2, 'Kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 0, 3, 'Popo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_41', 3, 'Mtengeneza Nywele', 'assets/topic/female_hair_dresser.jpg', 'Kihistoria, watengeneza nywele wote walihesabika kama Vinyozi. Kazi ya Mtengeneza Nywele ni kupunguza nywele katika muundo fulani na pia kutumia mapambo ili kumfanya mtu apendeze. Wanaweza kupunguza nywele, kuongeza rangi. Mtengeneza nywele mara nyingi huwa ni wa kike. Mtengeneza nywele wa kiume ambaye hupunguza nywele za wanaume huitwa Vinyozi. Mara nyingi hutumia muda mwingi kenye shule za urembo kuimara ujuzi wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_42', 0, 'Mtengeneza Nywele mara nyingi huwa ni mwanamke.', 'assets/topic/hairdresser.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_42', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_42', 0, 1, 'SI kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_45', 0, 'Oanisha Picha katika majina yake', 'assets/topic/haircut_45.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 1, 'assets/topic/barber.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 2, 'Kinyozi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 3, 'assets/topic/scissors.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 4, 'Mikasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 5, 'assets/topic/comb.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 6, 'Kitana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Kazi', 2, 'Kazi', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 1, 'Fisherman_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 2, 'Fisherman_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 3, 'Fisherman_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 4, 'Fisherman_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 5, 'Fisherman_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 6, 'Fisherman_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 7, 'Fisherman_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 8, 'Fisherman_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 9, 'Fisherman_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 10, 'Fisherman_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 11, 'Fisherman_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 12, 'Fisherman_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 13, 'Fisherman_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 14, 'Fisherman_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 1, 'Farmer_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 2, 'Farmer_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 3, 'Farmer_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 4, 'Farmer_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 5, 'Farmer_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 6, 'Farmer_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 7, 'Farmer_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 8, 'Farmer_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 12, 'Farmer_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 13, 'Farmer_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 14, 'Farmer_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 15, 'Farmer_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 16, 'Farmer_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 17, 'Farmer_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 18, 'Farmer_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 19, 'Farmer_50'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 1, 'Teacher_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 2, 'Teacher_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 3, 'Teacher_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 4, 'Teacher_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 5, 'Teacher_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 6, 'Teacher_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 7, 'Teacher_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 8, 'Teacher_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 9, 'Teacher_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 10, 'Teacher_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 11, 'Teacher_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 12, 'Teacher_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 13, 'Teacher_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 14, 'Teacher_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 15, 'Teacher_45'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 1, 'Doctor_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 2, 'Doctor_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 3, 'Doctor_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 4, 'Doctor_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 5, 'Doctor_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 6, 'Doctor_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 7, 'Doctor_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 8, 'Doctor_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 9, 'Doctor_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 10, 'Doctor_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 11, 'Doctor_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 12, 'Doctor_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 13, 'Doctor_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 14, 'Doctor_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 15, 'Doctor_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 1, 'Barber_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 2, 'Barber_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 3, 'Barber_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 4, 'Barber_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 5, 'Barber_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 6, 'Barber_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 7, 'Barber_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 8, 'Barber_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 9, 'Barber_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 10, 'Barber_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 11, 'Barber_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 12, 'Barber_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 13, 'Barber_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 14, 'Barber_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 15, 'Barber_45'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Kazi', 0, 'Fisherman'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Kazi', 1, 'Farmer'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Kazi', 2, 'Teacher'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Kazi', 3, 'Doctor'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Kazi', 4, 'Barber'); diff --git a/scripts/Kazi.xlsx b/scripts/Kazi.xlsx new file mode 100644 index 0000000..0a92702 Binary files /dev/null and b/scripts/Kazi.xlsx differ diff --git a/scripts/Magari.sql b/scripts/Magari.sql new file mode 100644 index 0000000..304c44a --- /dev/null +++ b/scripts/Magari.sql @@ -0,0 +1,525 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw', 2, 'Bajaji', 'assets/topic/Auto.svg', 'Mkokoteni ni aina ya chombo cha usafiri chenye matairi mawili. Ilikua ikivutwa na Binadamu.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_3', 1, 'Chora Mkokoteni wa kuvutwa', 'assets/topic/road_bg.svg', 'Chora Mkokoteni na Uupake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_3', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_5', 1, 'Ipige picha Bajaji', 'assets/topic/forest_bg.svg', 'Piga picha Bajaji na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_5', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_7', 1, 'Piga honi kwenye Bajaji', 'assets/topic/mountain_bg.svg', 'Piga honi kwenye bajaji na uirekodi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_7', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_9', 3, 'Mkokoteni', 'assets/topic/pulled_rikshaw2.jpg', 'Chombo maarufu cha abiria barabarani ni Bajaji. Bajaji kiasilia ilitengenezwa kama gari ya abiria ya matairi mawili au matairi matatu. Sasa inajulikana kama mkokoteni wa kuvutwa. Mkokoteni wa kuvutwa Kiujumla ulivutwa na mtu mmoja ukiwa umebeba abiria mmoja. Muda ulivozidi kwenda Mikokoteni ya matairi iliyojulikana kama mikokoteni ya kusukumwa ilipelekea bajaji na mikokoteni ya umeme kuvumbuliwa. Si rahisi kukataa kuwa, mabadiliko mapya yaliwasaidia watalii.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_10', 3, 'Mkokoteni wa kuvutwa.', 'assets/topic/pulled_rikshaw.jpg', 'Katika siku za mwanzo za ugunduzi, mikokoteni ya kuvutwa iliunda muundo wa usafiri maarafu. Ilikua pia ni chanzo cha ajira kwa wanaume. Lakini wingi wake ulipungua baada ya Magari, Gari moshi, na vyombo vingine vya usafiri kupatikana kwa wingi. Ukweli ni kuwa mikokoteni ya kusukumwa haitumiki tena kwenye m,iji mikubwa. Lakini katika miji midogo bado wanatumia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_11', 3, 'Bajaji', 'assets/topic/auto.jpg', 'Bajaji ni muundo mpya wa mikokoteni ya kuvutwa. Bajaji zina matairi matatu na mota. Bajaji ni maarufu kwa shughuli za usafiri mijini. Bajaji hutumiwa kwa kukodiwa na kwa matumizi binafsi. Hizi bajaji zinatumika sana katika miji mingi duniani. India ni watengenezaji wakubwa wa bajaji duniani. Bajaji zilikua zikiendeshwa kwa kutumia Mafuta ya Petrol, na kwa sasa zinaendeshwa kwa kutumia mafuta ya Dizeli. Uundwaji Mpya umekamilika ambapo bajaji zitaendeshwa kwa umeme, zitakazojulikana kama bajaji za umeme. Bajaji za Nishati ya Jua pia zipo mbioni kutengenezwa. Teknolojia nzuri!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_12', 3, 'Bajaji nchini Tanzania', 'assets/topic/auto_tanzania.jpg', 'bajaji zinajulikana kwa jina la Kingereza Auto Rickshaw. Bajaji ni moja ya chombo cha usafiri mjini Dar es salaam. Bajaji huitwa pia "Teksi mtoto" na zinaendeshwa pia kwa Gesi inayojulikana kwa kingereza Compressed natural gas (CNGs). Ni moja kati ya usafiri maarufu Tanzania. Inajulikana kwa ukubwa na spidi yake ambayo huisadia kwenda umbali mrefu, pia kupita vizuri hata kwenye sehemu yenye msongamano.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_13', 0, 'Usafiri wenye matairi mawili unaotumika kwa kuvutwa na mtu huitwa?', 'assets/topic/pulled_rikshaw3.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 1, 1, 'Mkokoteni wa kuvutwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 0, 1, 'Bajaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 0, 2, 'Basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 0, 3, 'Gari moshi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_18', 0, 'Usafiri wa matairi matatu unaitwaje Tanzania?', 'assets/topic/auto_tanzania.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 1, 1, 'Bajaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 0, 1, 'Texi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 0, 2, 'Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 0, 3, 'Basi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_23', 0, 'Makundi tofauti ya mikokoteni ni yapi?', 'assets/topic/different_rikshsaw.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 1, 'Mkokoteni wa kuvutwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 2, 'Bajaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 3, 'Mkokoteni wa umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 4, 'Mkokoteni wa CNG'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 0, 1, 'Basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 0, 2, 'Texi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_30', 0, 'Bajaji pia hufahamika kama mtoto wa texi.', 'assets/topic/rikshaw-2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_30', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_30', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_33', 0, 'katika siku za mwanzo za ugunduzi, mikokoteni ya kuvutwa iliunda muundo wa usafiri maarafu.', 'assets/topic/pulled_rikshaw.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_33', 1, 1, 'kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_33', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_36', 0, 'Mkokoteni kiujumla ilikua ikivutwa na watu wawili ikiwa imebeba abiria', 'assets/topic/pulled_rikshaw2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_36', 1, 1, 'kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_36', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_39', 0, 'Oanisha Picha kwa majina yake.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 1, 'assets/topic/old_rikshaw.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 2, 'Mkokoteni wa kuvutwa.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 3, 'assets/topic/new_rikshaw.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 4, 'Bajaji.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor', 2, 'Trekta', 'assets/topic/tractor.svg', 'Trekta ni chombo cha kufanyia kazi imara kwaajili ya kilimo. Kwa kawaida ina kiti kimoja tu kwaajili ya dereva. Trekta hutumika kuvuta vifaa vingi mbali mbali au matrela', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_3', 1, 'Chora Trekta', 'assets/topic/farm_bg.svg', 'Chora na upake rangi trekta', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_3', 2, 1, 'assets/topic/farm_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_5', 1, 'Piga picha', 'assets/topic/forest_bg.svg', 'Piga picha trekta na uirembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_5', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_7', 3, 'Gari la shamba', 'assets/topic/Tractor-on-farm.jpg', 'Trekta ni chombo kitumikacho shambani. Trekta la shambani hutumika kuvuta au kusukuma mashine za kilimo au matrela.Pia hutumika kwaajili ya kulimia, kupalilia, kuvunia, kusafishia shamba, kupandia na shughuli zinazofanana na hizo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_8', 3, 'kwanini trekta ni Muhimu sana?', 'assets/topic/Tractor_working_Farm.jpg', 'Trekta ni mashine ya kimsingi ambayo hutoa nguvu kazi kwaajili ya shughuli za kilimo. Trekta huweza kuvuta vifaa mbalimbali vya kilimo kwaajili ya kulimia, kupandia, Kukuzia na uvunaji mazao. Pia huweza kutumika kubeba vifaa na kwa usafiri binafsi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_9', 3, 'Nafasi ya nguvu za binadamu zimechukuliwa na trekta', 'assets/topic/Farming-Agriculture-Tractor.jpg', 'Ndani ya miongo mifupi michache, trekta ilikuwa haitumiki sana. Baadae wakulima waligundua faida za kilimo cha kutumia trekta. Hakukuwa na uhitaji tena wa wafanyakazi wakati mashine rahisi kama trekta inaweza kufanya kazi hiyo. Hii iliokoa muda sana na gharama. Je hicho sio chombo cha kazi cha maaajabu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_10', 3, 'gharama za awali zilikua kubwa sana', 'assets/topic/tractor-pulling-farm.jpg', 'Awali bei ya trekta ilikuwa kubwa sana. Lakini ndani ya miaka miwili ya uvumbuzi wake, bei ilishuka karibu nusu yake. Trekta ilikuwa nafuu kumilikiwa kwaajili ya kilimo karibu na kila mkulima. Hii ni kwasababu uzalishaji wake uliongezeka. Mahitaji yake na gharama zilikuwa juu. Na hivyo kuuzwa kwa bei nafuu. Kiukweli inawezekana ikaitwa rafiki wa mkulima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_11', 3, 'Trekta na vifaa vyake.', 'assets/topic/tractor-farm-equipment.jpg', 'Trekta, katika kilimo inatumika kuvuta vifaa kama Jembe, Vifaa vya kupandia na Kufyekea. Husaidia sana kuendesha vifaa imara kama kama misumeno na winchi.Trekta pia hutumika kuondolea vizuizi vilivyopo barabarana kama mawe makubwa, magogo n.k. Matrekta ya awali yaliendeshwa kwa kutumia Injini za mvuke na sasa yanaendeshwa kwa kutumia injini za petroli na dizeli. Aina kuu mbili za trekta ni trekta ya matairi na trekta ya mitambo, ambayo hutembea kwa Mnyororo wa vipingilipingili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_12', 0, 'Kuna viti vingapi kwenye trekta?', 'assets/topic/tractor-seats.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 1, 1, 'Kimoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 0, 1, 'Viwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 0, 2, 'Vitatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 0, 3, 'Vinne'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_22', 0, 'Trekta la shamba hutumika kwa ajili ya ___________, __________, _____________, _____________, _____________.', 'assets/topic/Tractor-Fields.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 1, 'Kulimia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 2, 'Kupalilia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 3, 'Kuvunia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 4, 'kusafishia shamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 5, 'Kupandia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 0, 1, 'Kuchimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 0, 2, 'kufukia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_30', 0, 'Matumizi maarufu ya neno "trekta" ni ya chombo kitumikacho shambani.', 'assets/topic/tractor-vehicle-farm.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_30', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_30', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_33', 0, 'Kwa sasa trekta huendeshwa kwa kutumia dizeli', 'assets/topic/tractor-diesel-engine.JPG', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_33', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_33', 0, 1, 'si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_36', 0, 'Trekta ina viti viwili vya madereva?', 'assets/topic/tractor_driver.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_36', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_36', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_39', 0, 'Oanisha picha kwa majina yake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 1, 'assets/topic/tractor-plow.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 2, 'Jembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 3, 'assets/topic/tractor_field_cultivator.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 4, 'kilimio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 5, 'assets/topic/tractor-mower.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 6, 'Fyekeo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat', 2, 'Mashua', 'assets/topic/boat.svg', 'Unaweza kufikiria kusafiri juu maji? Ndio, inawezekana kwa chombo cha usafiri majini ambacho huweza kudhibitiwa kirahisi katika maji. Mashua huwa za aina tofauti za ukubwa na umbo.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_3', 1, 'Chora mashua', 'assets/topic/water_bg.svg', 'Chora mashua na uipake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_3', 2, 1, 'assets/topic/water_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_5', 1, 'Piga picha mashua', 'assets/topic/water_bg.svg', 'Piga picha ya mashua na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_5', 2, 1, 'assets/topic/water_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_7', 1, 'Chora koti la kuokolea', 'assets/topic/water_bg.svg', 'Mchore mtu akiwa amevaa Koti la kuokolea.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_7', 2, 1, 'assets/topic/water_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_9', 3, 'Sehemu ya 1 ya Ukweli ufurahishao wa mashua.', 'assets/topic/boatDec.jpg', 'Kama umeshawahi kuwa katika mashua basi unafahamu kuna furahishaje. Mashua zimekuwepo tangu miaka elfu moja na zimebeba jukumu muhimu katika usafirishaji. Tunavitegemea hivi "vyombo vya majini" kwa vitu vingi. Kasome ili ujue zaidi kuhusu mashua. Tutakuwa tukichunguza historia kuhusu mashua, aina tofauti za mashua na mengine zaidi. Kwahiyo chukua jaketi la kuokolea lako na kisha tupige mbizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_10', 3, 'Sehemu ya 2 ya Ukweli ufurahishao wa mashua.', 'assets/topic/boatart1.jpg', 'Amini usiamini, Mashua ya kwanza ilijulikana miaka 8,000 iliyopita. Sifa zote ziwaendee wamisri wa kale kwa kugundua mashua hiyo. Wamisri walitengeneza mashua kwa kutumia mmea papyrus. Mashua hizi zilikuwa ndefu na nyembamba na zilitumika kwa safari fupi au kuvua samaki kwenye mto Nile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_11', 3, 'Yote kuhusu mashua', 'assets/topic/boatart2.jpg', 'Ni nani hajawahi kuona mashua? Ni kweli hutembea juu ya maji na huchukuliwa kama usafiri wa majini. Kuna aina nyingi za usafiri wa majini. Mashua, meli, Mitumbwi, mashua ya uvuvi, mashua nyumba, mashua ya mizigo na mashua ya kuokoa ni baadhi tu ya usafiri wa majini. Mashua ni mtungi mdogo na inaweza kubebwa katika meli ambayo ni kubwa kiumbo. Mashua ndogo hupatikana katika mikondo ya maji ya bara kama vile ziwa, mito au maeneo ya pwani. Inawezekana ukawa umeona aina tofauti za mashua. Ndio, mashua zinatofautiana ukubwa na umbo. Hiyo ni kwa sababu ya malighafi zipatikanazo au utamaduni wa mahali husika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_12', 3, 'Mashua huusisha vitu gani?', 'assets/topic/boatart3.jpg', 'Sehemu ndefu kabisa ya mashua huitwa mlingoti. Umbo la mashua ni Mwili wa mashua. Sehemu ya nyuma ya mashua kwa kingereza huitwa ''Stern''. Mbele ya mashua ni upinde. Sehemu ya kulia ya mashua inayotizama mbele huitwa kwa kingereza starboard. Sehemu ya kushoto wa mashua ni bandari. nguzo ndefu iliyochongwa ubapa upande mmoja, ambapo huingizwa kwenye maji, na kutumika kusogezea maji kutoka mbele kwenda nyuma huitwa kasia. Mtu anayeongoza mashua huitwa nahodha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_13', 3, 'Koti la kuokolea.', 'assets/topic/lifejacket.jpg', 'Unatakiwa kuvaa Koti la kuokolea. Hata kama wewe ni muogeleaji hodari, fulana hizi maalumu zilizobuniwa huweza kukufanya uelee juu ya maji kama ukizama kwenye maji kwa bahati mbaya. Na katu usisahau kuzibeba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_14', 0, 'Muongoza mashua huitwa?', 'assets/topic/captain.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 1, 1, 'Nahodha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 0, 1, 'Baharia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 0, 2, 'Abiria'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 0, 3, 'Dereva'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_19', 0, 'Mashua imeundwa kwa:', 'assets/topic/boattype.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 1, 'Mlingoti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 2, 'Wakali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 3, 'Upinde'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 4, 'Bandari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 5, 'Mwili wa Mashua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 0, 1, 'Mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 0, 2, 'Punda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_27', 0, 'Umbo la mashua huitwa Mwili wa mashua', 'assets/topic/boatbody.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_27', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_27', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_30', 0, 'Koti la kuokolea, hukusaidia kuelea juu ya maji.', 'assets/topic/lifejacketsaver.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_30', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_30', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_33', 0, 'Mashua ni mtungi mkubwa.', 'assets/topic/Bigship.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_33', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_33', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_36', 0, 'Oanisha picha kwa majina yake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 1, 'assets/topic/oar.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 2, 'Kasia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 3, 'assets/topic/boatnew.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 4, 'Mashua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 5, 'assets/topic/Redjacket.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 6, 'Koti la kuokolea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane', 2, 'Ndege', 'assets/topic/plane.svg', 'Umeshawahi kuona kitu chochote kinachotembea angani kikiwa na mabawa makubwa mawili? Hufanana na kiumbe ndege lakini sio kiumbe ndege. Ndio, umekisia kwa usahihi. Ni ndege. Pamoja na kuwa ni usafiri wa haraka, ndege huonyesha mandhari nzuri angani.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_3', 1, 'Chora ndege', 'assets/topic/sky_bg.svg', 'Chora ndege na uipake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_3', 2, 1, 'assets/topic/sky_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_5', 1, 'Piga picha', 'assets/topic/no_bg.svg', 'Chukua Picha ya ndege kutoka sehemu yoyote uliyohifadhi na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_5', 2, 1, 'assets/topic/no_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_7', 1, 'Ongeza sehemu za ndege', 'assets/topic/plane_wings.svg', 'Ongeza mabawa katika ndege', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_7', 2, 1, 'assets/topic/plane_wings.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_9', 3, 'Utangulizi', 'assets/topic/airplane-invention.jpg', 'Popote tunapomuona Kiumbe ndege akipaa angani nasi hutamani kupaa pia.Kupenda kuwa na mabawa na kupaa juu kabisa angani, kulimpa msukumo binadamu kuunda ndege. Wengi wao walijaribu kuunda mashine nyingi lakini mafanikio yalikuja kwa familia ya Wright. Familia ya Wright iliunda ndege ambayo kila siku itabaki kuwa kumbukumbu ya maajabu ya binadamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_10', 3, 'Historia', 'assets/topic/airplane-evolution.jpeg', 'Ndege huwa za aina tofaut kiukubwa na umbo. Awali ndege zilibeba idadi ya watu wawili tu. Baadaye ndege ziliendelezwa na kuzifanya zibebe idadi zaidi ya watu wakisafiri toka sehemu moja kwenda nyingine. Kusafiri kulijumuisha kupaa juu ya bahari na milima kufikia sehemu zilizo mbali zaidi. Muda uliotumika kusafiri ulikuwa ni mchache sana kulinganisha na usafiri mwingine. Je huu sio uvumbuzi wenye kushangaza?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_11', 3, 'Aina tofauti za ndege', 'assets/topic/Collection_of_military_aircraft.jpg', 'Ndege ya abiria ni usafiri unaobeba abiria toka sehemu moja kwenda nyingine. Ndege ya mizigo ni usafiri unaotumika kubeba bidhaa toka sehemu moja kwenda nyingine kwa muda mchache. Pia kuna ndege za kivita zitumikazo na jeshi. Baadhi ya ndege zimebuniwa kwa namna hiyo ambazo zinaweza kutua hata kwenye maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_12', 3, 'Uwanja wa ndege', 'assets/topic/airport.jpg', 'Uwanja wa ndege ni uwanja wenye vifaa vilivyowekwa ili kuhifadhi na kudhibiti ndege. Kuna njia za ndege kwaajili ya kutua, majengo ya kupokea abiria, mizigo, udhibiri wa ndege na mnara wa kuongoza ndege. Uwanja wa ndege una vifaa kwa ajili ya abiria. Kila mji mkubwa una uwanja wa ndege.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_13', 3, 'Ndege yenye mwendokasi zaidi', 'assets/topic/super-fast-planes.jpeg', 'Unaweza kufikiria kwenda umbali mrefu ndani ya saa moja au kwa dakika chache zisizozidi saa moja? Ndio, inawezekana kwa ndege tu. Ndege ina nguvu kubwa na hutumia petroli nyeupe kama mafuta yake. Ndege hufika eneo lolote ndani ya muda mfupi. Haiitaji kupanda mlima au kuendeshwa barabarani. Haiitaji hata kuendeshwa baharini wala kuvunja vizuizi. Ndege hupaa juu ya barabra mbovu,milima mikubwa au hata baharini. Kwahiyo sasa umeshafahamu kwanini ina mwendokasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_14', 0, 'Ndege ina mabawa mangapi?', 'assets/topic/aircrafts.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 1, 1, 'Mawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 0, 1, 'Matatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 0, 2, 'Matano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 0, 3, 'Moja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_19', 0, 'Sehemu ambayo watu hupanda ndege na kushuka huitwa?', 'assets/topic/airport-india.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 1, 1, 'Uwanja wa ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 0, 1, 'Stesheni ya Gari moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 0, 2, 'Kituo cha basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 0, 3, 'Kituo cha zimamoto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_24', 0, 'Ni aina zipi za ndege zinazotumika kwa madhumuni tofauti?', 'assets/topic/typplanes.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 1, 'Ndege za abiria'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 2, 'Ndege za mizigo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 3, 'Ndege zenye mwendokasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 4, 'Ndege za kivita'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 5, 'Ndege binafsi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 0, 1, 'Ndege za moto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 0, 2, 'Ndege za maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_32', 0, 'Ndege hupaa juu ya Maji na bahari.', 'assets/topic/airplane-over-ocean.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_32', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_32', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_35', 0, 'Ndege husafiri kwa haraka na kwa muda mfupi', 'assets/topic/super-fast-planes.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_35', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_35', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_38', 0, 'Ndege huendeshwa juu ya milima', 'assets/topic/airplane-over-mountain.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_38', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_38', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_41', 0, 'Oanisha picha kwa majina yao', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 1, 'assets/topic/Yoke.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 2, 'Nira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 3, 'assets/topic/pilot.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 4, 'Rubani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 5, 'assets/topic/wing.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 6, 'Mabawa ya ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 7, 'assets/topic/cargo-plane.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 8, 'Ndege ya mizigo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train', 2, 'Gari Moshi', 'assets/topic/train.svg', 'Ni nani asiyefahamu kuhusu Gari Moshi? Kila mtu anafahamu lakini, leo tutajifunza ukweli wenye kuvutia kuhusu Gari Moshi. Kimsingi Gari Moshi ni mkusanyiko wa Mabehewa yaliyounganisha moja baada ya lingine ambayo hutembea kwenye reli.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_3', 1, 'Honi ya Gari Moshi', 'assets/topic/track.svg', 'Endesha na piga honi ya Gari Moshi kisha irekodi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_3', 2, 1, 'assets/topic/track.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_5', 1, 'Gari moshi langu kamili', 'assets/topic/track_mountain.svg', 'Unganisha mabehewa tofauti kwenye injini na utengeneze Gari Moshi kamili', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_5', 2, 1, 'assets/topic/track_mountain.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_7', 1, 'Gari moshi lenye rangi mbalimbali', 'assets/topic/track_mountain.svg', 'Paka rangi Gari Moshi kwa rangi tofauti na uirembe ukitumia stika tofauti.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_7', 2, 1, 'assets/topic/track_mountain.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_9', 3, 'Ukweli kuhusu gari moshi', 'assets/topic/train_at_Station.jpg', 'Mahali ambapo Gari Moshi husimama na watu hupanda na kushuka panaitwa Stesheni ya Gari moshi. Natumaini wote mmeona! Gari Moshi za zamani zilitumia injini ya nguvu ya farasi kutembea kwenye reli za mbao au chuma. Unafahamu kwamba gari moshi ya injini ya mvuke ya kwanza ilitengenezwa Uingereza! Kuna injini ya reli inayosukuma mabahewa kwenye njia yake. Baadhi ya Gari Moshi huonekana kama mabasi maalumu ambayo yanaweza kuendeshwa kwenye reli. Gari Moshi hutumika kubeba watu pia kuingiza na kutoa mizigo kama mafuta na kadhalika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_10', 3, 'Mizigo ya gari Moshi', 'assets/topic/goods-train.jpg', 'Gari Moshi za mizigo zina Mabehewa imara yanayoweza kubeba mizigo kutoka sehemu moja kwenda nyingine. Baadhi ya mabehewa huwa wazi au hufungwa kulingana na mizigo inaosafirishwa kutoka sehemu moja kwenda sehemu nyingine pia kuna behewa maalumu kwaajili ya mizigo maalumu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_11', 3, 'Abiria wa Gari Moshi', 'assets/topic/passenger-train.jpg', 'Gari Moshi za abiria huwa na mabehewa ya abiria au makochi yaliyotengenezwa ili watu waweze kukaa na kuendeshwa kutoka kituo kimoja hadi kingine. Gari Moshi za abiria huwa za kustarehesha kwaajili ya safari kutoka sehemu moja hadi nyingine. Kuna abiria wa Gari Moshi za safari ndefu na safari fupi. Na ulimwengu wa sasa tunaona Gari Moshi za abiria zenye mwendo kasi ambazo zinaitwa Gari Moshi risasi. Gari Moshi hizi hutembea katika reli maalamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_12', 0, 'Gari moshi huendeshwa wapi?', 'assets/topic/train on tracks.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 1, 1, 'Njia ya Gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 0, 1, 'Njia ya kukimbilia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 0, 2, 'Njia ya basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 0, 3, 'Njia ya gari'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_17', 0, 'Sehemu watu wanapopanda na kushuka kwenye Gare moshi huitwaje?', 'assets/topic/train-railway-station.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 1, 1, 'Stesheni ya gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 0, 1, 'Kituo cha basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 0, 2, 'Kituo cha gari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 0, 3, 'Kituo cha baiskeli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_22', 0, 'Chagua vitu vinavyohusiana na gari moshi', 'assets/topic/train-parts.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 1, 'Behewa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 2, 'Injini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 3, 'Njia ya gari moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 4, 'Stesheni ya gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 0, 1, 'Mchanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 0, 2, 'Mlima'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_29', 0, 'Watu husafiri kwa gari moshi ya abiria.', 'assets/topic/Train_Interior.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_29', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_29', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_32', 0, 'Mizigo husafirishwa kwenye Gari Moshi ya abiria', 'assets/topic/train-cargo.JPG', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_32', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_32', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_35', 0, 'Gari moshi za awali zilitumia Injini ya nguvu za farasi kuendeshwa kwenye njia za mbao au chuma', 'assets/topic/train-horsepower.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_35', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_35', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_38', 0, 'Oanisha picha kwa majina yake.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 1, 'assets/topic/Train_front.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 2, 'Injini ya mbele ya Gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 3, 'assets/topic/railway_station.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 4, 'Stesheni ya gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 5, 'assets/topic/railway_track.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 6, 'Njia ya Gari Moshi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks', 2, 'Lori', 'assets/topic/lorry.svg', 'Nani hajawahi kuona hili gari kwenye Picha? Ni lori. Lori ni gari linalotumiwa kusafirishia bidhaa kutoka eneo moja kwenda eneno lingine. Inaweza kuwa usafirishwaji wa umbali mfupi au umbali mrefu. Lori huwa zinaendeshwa kwa Nguvu ya Mafuta ya Dizeli.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_3', 1, 'Ninaweza kuchora Lori', 'assets/topic/road_bg.svg', 'Chora Lori kwa kutumia vifaa vya uchoraji', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_3', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_5', 1, 'Ongeza sehemu za Lori', 'assets/topic/truck_tire.svg', 'Ongeza Matairi kwenye Lori', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_5', 2, 1, 'assets/topic/truck_tire.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_7', 1, 'Lori lenye Mizigo', 'assets/topic/mountain_bg.svg', 'Jaza lori kwa kutumia moja kati ya haya, mawe, Udongo au Mchanga', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_7', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_9', 1, 'Gari Moshi la barabarani', 'assets/topic/farm_bg.svg', 'Fanya Gari moshi la barabarani kwa kuongezea trela', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_9', 2, 1, 'assets/topic/farm_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_11', 1, 'Piga Picha', 'assets/topic/forest_bg.svg', 'Piga picha Lori na ulirembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_11', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_13', 3, 'Lori ni nini?', 'assets/topic/trainloaded.jpg', 'Lori ni gari zito la barabarani ambalo huja katika maumbo na ukubwa tofauti tofauti. Lori hizi hutumika kulingana na ukubwa wa mzigo unaohitajika kusafirishwa kutoka sehemu moja kwenda sehemu nyingine. Iliitwa lori kutokana na uwezo wake wa kufanya kazi kubwa na nzito.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_14', 3, 'Aina za Lori', 'assets/topic/trucktype.png', 'Kuna aina tofauti za lori kulingana na mahitaji. Lori ndogo ni lori ambazi zina ukubwa sawa na magari ya kawaida. Huwa yanamilikiwa na mtu mmoja au kampuni ndogo. Lori za saizi ya kati ni zito kuliko lori ndogo na mepesi kuliko lori kubwa zinzotembea barabarani. Lori hizi ni maalumu kwa matumizi ya madogo madogo na shughuli za Umma kama magari ya Taka. Lori kubwa ni zito, hujulikana kwa kingereza kama "Lorries". Mara nyingi Lori kubwa huvuta trela. Madereva wa wanaondesha lori kubwa huitwa Madereva Lori.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_15', 3, 'Lori la Austalia', 'assets/topic/austtruck.jpg', 'Unaweza kukisia ni sehemu gani ya dunia kuna Lori kubwa kuliko yote dunian? Na jaribu kufikiria linaonekanaje?. Lori kubwa linapatikana Australia na yapo tofauti sana na lori zingine. Hizi lori huitwa Gari-moshi-lori za Australia. Idadi kubwa ya trela hufungwa kwenye lori lenye Injini. Hii inafanana na Gari moshi na linaonekana kama gari moshi likiwa barabarani. Lori halishangazi? Ndio, Ni gari moshi zuri lililoundwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_16', 3, 'Mwanasesere Lori', 'assets/topic/toytruck.jpg', 'nani hapendi kucheza na mwanasesere Lori.inaweza kuwa watoto ama watu wazima, kila mtu anapenda kucheza na Lori. Kuna makampuni mengi yanayotengeneza aina mbalimbali tofauti za wanasesere lori. Unaua jinsi ya kucheza na mwanasesere Lori? Ndio, Inategemea na fikra zako. kujaza mchanga, udongo na mawe, kupakua na kupakia vitu wanasesere wadogowadogo n.k . Sasa, tumia fikra zako na ufurahie kucheza kujaza mwanasesere Lori.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_17', 0, 'Gari Moshi la barabarani hujulikana kama _____', 'assets/topic/lorryimg.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 1, 1, 'Lori'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 0, 1, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 0, 2, 'Basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 0, 3, 'Meli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_22', 0, 'Wapi tunaweza kuona Gari Moshi za Barabarani?', 'assets/topic/semitrailer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 1, 1, 'Australia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 0, 1, 'Urusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 0, 2, 'Kanada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 0, 3, 'China'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_27', 0, 'Lori ndogo zinafanana na ______', 'assets/topic/lighttruck.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 1, 1, 'Magari ya kawaida'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 0, 1, 'Gari moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 0, 2, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 0, 3, 'Baiskeli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_32', 0, 'Lori za Australia hujulikana kama Gari moshi za Barabarani', 'assets/topic/austtruck.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_32', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_32', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_35', 0, 'Watoto huvutiwa na Mwanasesere Lori.', 'assets/topic/toytruck.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_35', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_35', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_38', 0, 'Lori haziji katika maumbo na ukubwa tofauti tofauti.', 'assets/topic/trucktype.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_38', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_38', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_41', 0, 'Oanisha yafuatayo.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 1, 'assets/topic/toymini.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 2, 'Watoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 3, 'assets/topic/trainloaded.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 4, 'Gari Moshi la Barabarani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 5, 'assets/topic/deliverytruck.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 6, 'Utoaji wa ndani.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle', 2, 'Baiskeli', 'assets/topic/cycle.svg', 'Hatujui Baiskeli ikoje?. Kila mtu anaipenda Baiskeli. Na, leo tunaenda kujifunza baadhi ya ukweli unaovutia na wa msingi kuhusu baiskeli.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_3', 1, 'Honi ya duara', 'assets/topic/mountain_bg.svg', 'Pige kengele ya Baiskeli na Uirekodi', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_3', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_5', 1, 'Furahia kupaka rangi', 'assets/topic/road_bg.svg', 'Chora baiskeli na uipake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_5', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_7', 1, 'Picha ya baiskeli', 'assets/topic/forest_bg.svg', 'Bonyeza Picha ya Baiskeli na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_7', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_9', 3, 'Kuhusu', 'assets/topic/cycle-hero.jpg', 'Baiskeli huendeshwa Kwa Nguvu ya Binadamu, Chombo kinachoendeshwa kwa kunyonga vikanyagio vyake. Baiskeli ina Matairi mawili yaliyowekwa kwenye chuma lake, moja mbele na jingine nyuma. Mtu anayeendesha baiskeli huitwa Muendesha baiskeli.Uliwa kufahamu kuwa Baiskeli ilitambulishwa kwa mara ya kwanza Ulaya?. Baadae ikaenea katika maeneo yote ya duniani. Baiskeli imekua ikitumiwa na watoto pamoja na wakubwa, na pia katika shughuli nyingi za Umma kama wabeba mizigo, usambazaji wa mahitaji ya kila siku n.k.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_10', 3, 'Baiskeli hutumika kwa usafiri wa Umma na Mizigo', 'assets/topic/woman-cycle.jpg', 'Katika nchi nyingi watu bado wanatumia Baiskeli kwa Usafiri wa Umma na Mizigo. Viti vinasafirishwa kwa kufunga Kibebea Mizigo kwenye Baiskeli, Hivyo kuifanya kuwa baiskeli ya matairi matatu, ambayo hujulikana kama Guta. Idadi ya kawaida ya juu ya watu wanaoweza kukaa kwenye baiskeli ni watu wawili, na kibebea mizigo hufungwa kwaajili ya kubebea vitu. Ni nzuri sana na hutumika sehemu nyingi kwa kusafirishia vitu kutoka sehemu moja kwenda nyingine na haitumii petroli wala dizeli kuifanya iende. Chombo cha usafiri kisichotumia petroli na dizeli ni rahisi kumilikiwa hata na watu wa kawaida.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_11', 3, 'Matumizi', 'assets/topic/cycle-transport.jpg', 'Kutokea zamani mpaka nyakati za sasa, Baiskeli zilitumika na zinaendelea kutumika kwa matumizi mbalimbali. Katika njia Nzuri na yenye faida, Baiskeli zinatumiwa kwa usafirishaji. Inawezeka kutumiwa kama Kazi ya farasi na wasambaza barua, askari, wasambaza ujumbe, usafiri wa Umma na huduma za utoaji kwa ujumla.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_12', 0, 'Baiskeli (Guta) yenye sehemu ya kubebea mizigo ina matairi Mangapi?', 'assets/topic/cycle-transport2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 1, 1, 'Matatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 0, 1, 'Manne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 0, 2, 'Mawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 0, 3, 'Moja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_17', 0, 'Kwa kawaida Baiskeli huendeshwa kwa _______.', 'assets/topic/cycle_police.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 1, 1, 'Nguvu za Binadamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 0, 1, 'Nguvu za makaa ya mawe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 0, 2, 'Nguvu ya Dizeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 0, 3, 'Nguvu ya Mvuke'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_22', 0, 'Baiskeli hutumiwa na ______.', 'assets/topic/bicycle-bike.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 1, 'Wasambaza barua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 2, 'Askari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 3, 'Mtu wa Posta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 4, 'Usafiri wa Umma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 5, 'Matumizi binafsi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 0, 1, 'Dereva wa Gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 0, 2, 'Dereva wa Basi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_30', 0, 'Baiskeli pia hujulikana kama kazi ya Farasi', 'assets/topic/bicycle_ride.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_30', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_30', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_33', 0, 'Baiskeli kwa mara ya kwanza zilitambulishwa Ulaya.', 'assets/topic/cycle-hero.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_33', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_33', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_36', 0, 'Baiskeli zinatumiwa kwa matumizi Binafsi tu.', 'assets/topic/bicycles1.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_36', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_36', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_39', 0, 'Oanisha Picha kwa majina yake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 1, 'assets/topic/bicycle-saddle.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 2, 'Kiti cha Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 3, 'assets/topic/bell-bicycle.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 4, 'Kengele ya Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 5, 'assets/topic/cycle-transport.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 6, 'kibbea Mizigo cha Baiskeli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car', 2, 'Gari', 'assets/topic/car.svg', 'Gari ni chombo chenye matairi manne ambacho hubeba watu wachache. Gari laweza kutumika kwa matumizi binafsi na pia kwa usafiri wa Umma kutoka sehemu moja kwenda sehemu nyingine.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_3', 1, 'Ninaweza kuchora Gari', 'assets/topic/forest_bg.svg', 'chora gari kwa kutumia vifaa vya uchoraji.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_3', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_5', 1, 'Gari langu lenye rangi mbalimbali', 'assets/topic/road_bg.svg', 'Paka rangi gari kwa kutumia rangi uzipendazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_5', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_7', 1, 'Honi za gari lako zina sauti kubwa kiasi gani?', 'assets/topic/mountain_bg.svg', 'Piga Honi ya Gari.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_7', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_9', 3, 'Aina za Magari', 'assets/topic/multicar.jpg', 'Kama sote tujuavyo, kuna aina mbili za magari. Tunaposema aina mbili za Magari, hatumaanishi muundo wa Magari. Kwasababu kuna Miundo mingi tofauti ya magari. Lakini tunapokuja kwenye swala la aina za Magari, aina ya kwanza ni magari ya Matumizi binafsi, na aina ya pili ni magari ya usafiri wa umma. Teksi zinazoendeshwa barabarani zimehorodheshwa kwenye Usafiri wa Umma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_10', 3, 'Sehemu ya kwanza ya Historia', 'assets/topic/carOld.jpg', 'Unaweza kufikiria!, Gari la kwanza kabisa kuendeshwa ilikua ni mashine yenye matairi matatu tu, na iliendeshwa kwa Nguvu ya Mvuke.Ilitengenezwa kwa mara ya kwanza nchini Ufaransa. Lakini haya magari hayakua mazuri sana. Kwasababu mashine zilikua nzito ambazo zilipelekea Gari kutembea taratibu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_12', 3, 'Hatua za Usalama', 'assets/topic/seatbelt.jpg', 'Kama sote tujuavyo, Magari ni vyombo vinavyoenda kwa kasi sana. Ni muhimu sana kuwa tunatakiwa tujifunge mikanda ya viti kwa sababu za kiusalama. Sio tu dereva anapaswa kujifunga mkanda, ila kila mmoja aliye kwenye gari anapaswa ajifunge mkanda. Kufuata hatua za kiusalama na sheria za barabarani hutusaidia kujikinga na ajali za barabani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_13', 0, 'Gari lina Matairi mangapi', 'assets/topic/bottomcar.jpg', 'Jaribio', 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 1, 1, 'Manne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 0, 1, 'Mawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 0, 2, 'Moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 0, 3, 'Matano'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_18', 0, 'Gari la usafiri la Umma inaitwaje?', 'assets/topic/taxi.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 1, 1, 'Teksi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 0, 1, 'maggie'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 0, 2, 'ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 0, 3, 'Mmea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_23', 0, 'Panga magari lililoundwa kwa mpangilio', 'assets/topic/oldtonew.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 1, 'Gari liloendeshwa kwa mvuke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 2, 'gari linaloendeshwa kwa umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 3, 'gari linaloendeshwa kwa petroli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 4, 'gari linaloendeshwa kwa dizeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 5, 'gari linaloendeshwa kwa nishati ya jua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_29', 0, 'Gari linaloendeshwa kwa Nishati ya jua hutumia Nishati ya jua.', 'assets/topic/solarcar.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_29', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_29', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_32', 0, 'Hakuna mikanda ya viti kwenye gari.', 'assets/topic/car.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_32', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_32', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_35', 0, 'Gari la kwanza kutembea lililokua ni mashine yenye matairi matatu pekee.', 'assets/topic/4wheel.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_35', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_35', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_38', 0, 'Oanisha Picha kwa majina yao.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 1, 'assets/topic/seat-cushion.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 2, 'assets/topic/carseatbelt.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 3, 'assets/topic/Wing_mirror.jpeg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 4, 'assets/topic/CRV_side_mirror.jpeg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 5, 'assets/topic/bmw-i8-car-steering-wheel.jpeg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 6, 'assets/topic/Driver_free_car.jpeg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus', 2, 'Basi', 'assets/topic/bus.svg', 'Basi ni usafiri wa umma ambao hutumika kusafiria kutoka sehemu moja kwenda sehemu nyingine. Basi ni usafiri rahisi na salama kusafiria.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_3', 1, 'Ninaweza kuchora basi', 'assets/topic/road_bg.svg', 'Chora basi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_3', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_5', 1, 'Ongeza sehemu za basi', 'assets/topic/bus_tire.svg', 'Ongeza matairi kwenye basi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_5', 2, 1, 'assets/topic/bus_tire.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_7', 1, 'Paka rangi', 'assets/topic/road_bg.svg', 'Paka rangi basi ukitumia rangi tatu au nne uzipendazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_7', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_9', 3, 'Kuhusu', 'assets/topic/aboutbus.jpg', 'Basi ni gari kubwa lenye matairi linalotumika kubeba watu wengi pamoja na dereva. Ni kubwa kuliko magari ya kawaida. Basi kwa kiingereza hujulikana kwa jina la Bus ambalo ni kifupi cha jina Omnibus lenye maana "for everyone" (kwa kila mtu). Mabasi ni muhimu yaliyowekwa kwaajili ya usafiri wa umma sehemu zote duniani. Watu wengi ambao hawana magari binafsi hutumia mabasi kusafiri kutoka sehemu moja kwenda sehemu nyingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_10', 3, 'Historia ya Basi', 'assets/topic/historybus.jpg', 'Unaweza kufikiria! Gari la kwanza liliendeshwa kwa farasi. Ndio, Umekisia sahihi. Farasi ndiye aliyekua dereva wa kwanza. Haifurahishi?. Watu huendesha wakiwa wamekaa juu yake pia. Wow!, hiyo huwapa nafasi ya kuuona mji wote. Taratibu nafasi ya Farasi ilianza kuchukulia na Mabasi yenye Injini ya Mvuke na mabasi ya Umeme. Ilifurahisha, na kufanya iwe rahisi zaidi. Na inafurahisha sasa tuna muundo wa mabasi mapya ambayo yanaendeshwa kwa dizeli. Ni salama, yanafurahisha na rahisi, pia yana gharama ndogo. Njia bora ya kusafiri katika miji na kufurahia. Je, hadithi ya basi haivutii?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_11', 3, 'Basi la Njano', 'assets/topic/yellowbus.jpg', 'Umewahi kujiuliza kwanini mabasi ya shule ni ya Njano?. Ukweli wake unaweza kukushangaza. Njano ni rangi inayotambulika haraka machoni.Kwa kweli, inaonesha watu wengi huitambua rangi ya njano kwa haraka kuliko rangi nyingine yoyote. Rangi ya njano ni rahisi kuitambua katika mwanga hafifu au katika hali mbaya ya hewa. Kwasababu hizi mabasi ya shule ni ya njano duniani kote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_12', 3, 'Kwanini hakuna mikanda ya viti?', 'assets/topic/busseat.jpg', 'Inaweza kuwa unambiwa na dereva mara kwa mara "funga Mkanda" sasa kwanini haya magari hayana mikanda ya viti?. Umeshawahi kuwaza juu ya hilo?. Ni kwasababu mikanda ya viti haifanyi kazi kwenye mabasi kama ilivo kwenye magari ya kawaida. Viti vya Mabasi vilivyowekwa karibu huwa na matumizi sawa na mikanda ya viti. Inawalinda wasafiri wasirushwe rushwe. Sasa unajua kuwa wapo salama bila hata mikanda ya viti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_13', 0, 'Gari la shule lina rangi gani?', 'assets/topic/yellowbustoy.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 1, 1, 'Njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 0, 1, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 0, 2, 'zambarau-buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 0, 3, 'waridi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_18', 0, 'Chagua aina tofauti za Mabasi', 'assets/topic/differentbusses.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 1, 'Basi la Kuvutwa na Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 2, 'Basi la injini ya Mvuke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 3, 'Basi la umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 4, 'Basi linaoendeshwa kwa dizeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 0, 1, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 0, 2, 'Gari moshi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_25', 0, 'Chagua basi lililozuliwa kwa Mpangilio.', 'assets/topic/busorder.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 1, 'Basi la Kuvutwa na Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 2, 'Basi la injini ya Mvuke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 3, 'Basi la umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 4, 'Basi linaoendeshwa kwa dizeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 5, 'Basi la juu na chini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_31', 0, 'Watu huendesha juu ya basi linalovutwa na farasi', 'assets/topic/horsebus.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_31', 1, 1, 'kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_31', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_34', 0, 'Rangi ya njano ni rahisi kuitambua katika mwanga Hafifu au katika hali mbaya ya hewa.', 'assets/topic/businsnow.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_34', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_34', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_37', 0, 'Kuna mikanda ya viti katika basi.', 'assets/topic/busseat.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_37', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_37', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_40', 0, 'Oanisha picha kwa majina yao', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 1, 'assets/topic/historybus.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 2, 'Basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 3, 'assets/topic/bussteering.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 4, 'Usukani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 5, 'assets/topic/buswheel.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 6, 'Tairi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Magari', 2, 'Magari', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 1, 'Auto rickshaw_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 2, 'Auto rickshaw_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 3, 'Auto rickshaw_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 4, 'Auto rickshaw_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 5, 'Auto rickshaw_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 6, 'Auto rickshaw_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 7, 'Auto rickshaw_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 8, 'Auto rickshaw_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 9, 'Auto rickshaw_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 10, 'Auto rickshaw_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 11, 'Auto rickshaw_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 12, 'Auto rickshaw_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 13, 'Auto rickshaw_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 14, 'Auto rickshaw_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 1, 'Tractor_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 2, 'Tractor_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 3, 'Tractor_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 4, 'Tractor_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 5, 'Tractor_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 6, 'Tractor_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 7, 'Tractor_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 8, 'Tractor_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 10, 'Tractor_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 11, 'Tractor_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 12, 'Tractor_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 13, 'Tractor_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 14, 'Tractor_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 1, 'Boat_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 2, 'Boat_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 3, 'Boat_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 4, 'Boat_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 5, 'Boat_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 6, 'Boat_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 7, 'Boat_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 8, 'Boat_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 9, 'Boat_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 10, 'Boat_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 11, 'Boat_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 12, 'Boat_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 13, 'Boat_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 14, 'Boat_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 1, 'Airplane_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 2, 'Airplane_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 3, 'Airplane_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 4, 'Airplane_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 5, 'Airplane_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 6, 'Airplane_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 7, 'Airplane_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 8, 'Airplane_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 9, 'Airplane_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 10, 'Airplane_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 11, 'Airplane_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 12, 'Airplane_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 13, 'Airplane_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 14, 'Airplane_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 15, 'Airplane_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 1, 'Train_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 2, 'Train_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 3, 'Train_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 4, 'Train_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 5, 'Train_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 6, 'Train_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 7, 'Train_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 8, 'Train_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 9, 'Train_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 10, 'Train_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 11, 'Train_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 12, 'Train_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 13, 'Train_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 1, 'Trucks_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 2, 'Trucks_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 3, 'Trucks_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 4, 'Trucks_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 5, 'Trucks_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 6, 'Trucks_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 7, 'Trucks_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 8, 'Trucks_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 9, 'Trucks_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 10, 'Trucks_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 11, 'Trucks_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 12, 'Trucks_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 13, 'Trucks_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 14, 'Trucks_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 15, 'Trucks_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 16, 'Trucks_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 1, 'Bicycle_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 2, 'Bicycle_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 3, 'Bicycle_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 4, 'Bicycle_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 5, 'Bicycle_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 6, 'Bicycle_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 7, 'Bicycle_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 8, 'Bicycle_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 9, 'Bicycle_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 10, 'Bicycle_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 11, 'Bicycle_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 12, 'Bicycle_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 13, 'Bicycle_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 1, 'Car_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 2, 'Car_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 3, 'Car_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 4, 'Car_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 5, 'Car_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 6, 'Car_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 7, 'Car_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 8, 'Car_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 9, 'Car_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 10, 'Car_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 11, 'Car_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 12, 'Car_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 13, 'Car_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 1, 'Bus_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 2, 'Bus_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 3, 'Bus_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 4, 'Bus_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 5, 'Bus_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 6, 'Bus_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 7, 'Bus_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 8, 'Bus_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 9, 'Bus_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 10, 'Bus_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 11, 'Bus_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 12, 'Bus_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 13, 'Bus_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 14, 'Bus_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Magari', 0, 'Auto rickshaw'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Magari', 1, 'Tractor'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Magari', 2, 'Boat'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Magari', 3, 'Airplane'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Magari', 4, 'Train'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Magari', 5, 'Trucks'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Magari', 6, 'Bicycle'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Magari', 7, 'Car'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Magari', 8, 'Bus'); diff --git a/scripts/Magari.xlsx b/scripts/Magari.xlsx new file mode 100644 index 0000000..4112cb3 Binary files /dev/null and b/scripts/Magari.xlsx differ diff --git a/scripts/Occupations.sql b/scripts/Occupations.sql new file mode 100644 index 0000000..5336027 --- /dev/null +++ b/scripts/Occupations.sql @@ -0,0 +1,328 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman', 2, 'Mvuvi', 'assets/topic/fisherman.svg', 'Mvuvi ni mtu anayevua samaki na viumbe vingine vinavyoishi kwenye maji', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_3', 1, 'Chora Mvuvi', 'assets/topic/fisherman_bg.svg', 'Chora mvuvi anayevua samaki', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_3', 2, 1, 'assets/topic/fisherman_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_5', 1, 'Chukua picha ya Mvuvi', 'assets/topic/fisherman_background.svg', 'Mpige picha Mvuvi kisha irembe picha', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_5', 2, 1, 'assets/topic/fisherman_background.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_7', 1, 'Chora Fimbo ya kuvulia', 'assets/topic/fishing_bg.svg', 'Chora Fimbo ya kuvulia kisha irembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_7', 2, 1, 'assets/topic/fishing_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_9', 3, 'Maisha ya Mvuvi', 'assets/topic/Fisherman_life.jpg', 'Umewahi kujiuliza ni wapi wavuvi huvua samaki? Na maisha yao yapoje?. Ngoja nikuambie. Maisha ya Mvuvi. Mvuvi ni mtu ambaye kazi yake ni kuvua samaki kwenye mabwawa, mifereji na hata kwenye mito kisha huuza kwenye masoko ya ndani. Taaluma yake kuu ni kuvua samaki na kuuza ili aweze kuishi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_10', 3, 'Faida za Mvuvi', 'assets/topic/Fisherman_02.jpg', 'Mvuvi huvua samaki mara kwa mara kufanya Uvuvi wa faida ambao huboresha chakula na kulinda lishe. Pia huongeza kipato ambacho huboresha maisha ya Mvuvi, kukuza uchumi na kulinda mazingira yetu na mali asili', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_11', 0, 'Mvuvi ni mtu ambaye kazi yake si kuvua samaki.', 'assets/topic/fisherman_catch_fish.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_11', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_11', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_14', 3, 'Ndoano ya kuvulia', 'assets/topic/Fisherman_03.jpg', 'Unazijua mbinu za Uvuvi?. Huzijui?. Basi, ngoja nikuambie, Mbinu za uvuvi ni neno ya ujumla linalojuimuisha vifaa anavyotumia mvuvi wakati anapovua samaki. Karibu vitu vyote anavyotumia Mvuvi huitwa Mbinu za uvuvi. Baadhi ya Mifano ni Ndoano, Kamba, Wazamiaji, Mikuki, Wavu, Mitego.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_15', 0, 'Unda Makundi tofauti ya mbinu za Uvuvi', 'assets/topic/fishing_hook.png', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 1, 'Ndoano ya kuvulia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 2, 'Wazamiaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 3, 'Mikuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 4, 'Wavu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 5, 'Mitego'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 0, 1, 'Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 0, 2, 'Pulizo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 0, 3, 'Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_24', 0, 'Wavu hutumika kama moja ya mbinu za uvuvi', 'assets/topic/fishing_net2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_24', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_24', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_27', 3, 'Uvuvi ni mzuri kwa afya', 'assets/topic/fishing_for_health.jpg', 'Uvuvi Unakuongezea Vitamini D. Vitamini D husaidia kusimamia kiwango cha Kalisi na Phosfeti katika mwili wako, kuimarisha mifupa na meno yako. Huongeza mfumo wa Kinga na imehusishwa katika kupigana na maradhi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_28', 0, 'Samaki Huongeza vitamini gani kwenye miili yetu?', 'assets/topic/vitamin_D.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 1, 1, 'Vitamini D'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 0, 1, 'Vitamini C'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 0, 2, 'Vitamini E'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 0, 3, 'Vitamini K'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_33', 0, 'Vitamini D husaidia kuimarisha mifupa na meno', 'assets/topic/teeth.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_33', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_33', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_36', 0, 'Mvuvi huvua wapi samaki?', 'assets/topic/fisherman_04.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 1, 1, 'Kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 0, 1, 'kwenye ardhi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 0, 2, 'Angani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 0, 3, 'Kwenye Moto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_41', 0, 'Oanisha Picha katika majina yake', 'assets/topic/fish_match.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 1, 'assets/topic/fishing_net.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 2, 'Wavu wa kuvulia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 3, 'assets/topic/fishing_stick.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 4, 'Fimbo ya kuvulia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 5, 'assets/topic/Fisherman.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 6, 'Mvuvi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer', 2, 'Mkulima', 'assets/topic/farmer.svg', 'Mkulima ni Mtu ambae hupanda mazao na kukuza wanyama kwaajili ya matumizi ya Binadamu. Wakulima wanatakiwa wafanye kazi kwa bidii na kwa muda mrefu bila kujali ni kiangazi au masika. Mkulima hufanya kazi kwa bidii ili kupata mazao mengi.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_3', 1, 'Mchore Mkulima', 'assets/topic/crop_svg01.svg', 'Mchore Mkulima', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_3', 2, 1, 'assets/topic/crop_svg01.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_5', 1, 'Mpige Picha Mkulima', 'assets/topic/agriculture-2027001.svg', 'Mpige picha Mkulima na Uirembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_5', 2, 1, 'assets/topic/agriculture-2027001.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_7', 1, 'Piga picha mazao matano tofauti', 'assets/topic/forest_svg02.svg', 'Piga picha mazao matatu tofauti na utume', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_7', 2, 1, 'assets/topic/forest_svg02.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_9', 1, 'Piga picha wanyama au ndege watatu.', 'assets/topic/bull-47873.svg', 'Piga picha wanyama watatu tofauti wanaotumika kulimia', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_9', 2, 1, 'assets/topic/bull-47873.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_11', 3, 'Kuhus Mkulima', 'assets/topic/farmer_02.jpg', 'Nani hafahamu shughuli za kilimo?. Kila mmoja walau mara moja katika maisha yetu, amepanda mmea mmoja ama mwingine katika maeneo yaliyo karibu na nyumba tunazoishi, na kumwagilia maji kila siku na kuona mmea ukimea vyema. Vivyo hivyo pia, Mkulima hupanda mazao katika eneo kubwa. Shughuli za kilimo zimekua zikifanyika kwa muda wa miaka elfu moja sasa. Mkulima wa kwanza alianza kufuga wanyama na kupanda mazao katika eneo dogo. Baadae aliongeza eneo kubwa katika ufugaji na kilimo. Kila nchi inafanya kilimo, na mtu anayefanya kilimo huitwa Mkulima. Huitwa Uti wa mgongo wa nchi kwasababu kutokana na juhudi zake, nchi hutajirika. Shughuli hii yote huitwa Kilimo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_12', 0, 'Nani hujulikana kama Uti wa Mgongo wa Nchi', 'assets/topic/farmer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 1, 1, 'Mkulima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 0, 1, 'Mganga wa Afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 0, 2, 'Seremala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 0, 3, 'Mvuvi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_17', 0, 'Mkulima ni Uti wa Mgongo wa Nchi', 'assets/topic/farmer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_17', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_17', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_20', 3, 'Aina za wakulima', 'assets/topic/farming.jpg', 'Kuna aina nyingi za kilimo lakini leo tunaenda kujifunza aina tatu kuu za kulimo. Kuna aina tatu za kilimo ambazo ni kilimo cha zao moja, kilimo cha ufugaji na kilimo cha mazao mchanganyiko. Katika kilimo cha zao moja, mkulima hupanda zao moja katika msimu wa mavuno, mfano kama Ngano ilipandwa msimu uliopita wa mavuno, msimu unaofuata atapanda mchele. Katika Kilimo cha mazao mchanganyiko kinachofanyika ni kwamba, Mkulima hupanda mazao mawili au zaidi ya aina tofauti katika shamba moja katika msimu mmoja wa mavuno, mfano Ngano, choroko hupandwa katika shamba moja. Kilimo cha Ufugaji ambacho huitwa kilimo cha wanyama ni uzalishaji wa mazao ya wanyama. Mfano kiwango kikubwa cha Ngómbe huzalishwa kwaajili ya kupata maziwa. Na ufugaji wa ndege kama kuku, bata, bata mzinga ni kwaajili ya kupata nyama na Mayai yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_24', 0, 'Aina gani ya ndege hufugwa sana Majumbani', 'assets/topic/hen.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 1, 1, 'Kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 0, 1, 'Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 0, 2, 'Kunguru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 0, 3, 'Tausi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_29', 0, 'Bata hufugwa majumbani.', 'assets/topic/duck01.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_29', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_29', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_32', 3, 'Aina za mbegu mkulima apandazo na mali asili', 'assets/topic/seeds.jpg', 'Mahindi, mtama, mchele, Ngano, Viazi n.k. Haya ni aina ya mazao ya msingi ambayo mkulima huvuna. Ili kuwe na uzalishwaji mzuri wa mazao, Mkulima anapaswa alime kwenye udongo mzuri, kuwe na maji ya kutosha na Mwanga wa jua. Mali asili hizi tatu humsaidia mkulima kupata mazao mazuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_33', 0, 'Unda makundi tofauti ya Mbegu', 'assets/topic/seeds.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 1, 'Mahindi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 2, 'Mtama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 3, 'Mchele'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 4, 'Ngano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 5, 'Viazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 0, 1, 'Kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 0, 2, 'Bata'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_41', 3, 'Faida za Ulimaji', 'assets/topic/farming_imp.jpg', 'Je!, unajua kazi ya wakulima ni muhimu sana katika maisha yetu ya kila siku kwasababu kupitia wao tunapata vyakula na mavazi.. Wakulima wanazalisha mimea ya aina yote, wanyama, Sufi/manyoya, Pamba ambavyo watu hula na kutumia ulimwenguni kote. Kazi ya Mkulima ni ngumu na anatakiwa afanya kazi kwa masaa mengi. Teknolojia imeongeza mshine tofauti za uzalishaji na magari kama trekta ambavyo vimerahisisha kilimo. Minyoo wanajulikana kama rafiki wa karibu wa mkulima kwasababu wanasaidia kufanya ardhi iwe na rutuba, na udongo wenye rutuba ni mzuri katika kustawisha Mazao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_42', 0, 'Rafiki wa karibu wa mkulima ni nani?', 'assets/topic/earthworm.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 1, 1, 'Minyoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 0, 1, 'Kunguru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 0, 2, 'Popo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 0, 3, 'Chui'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_47', 0, 'Trekta halitumiki katika shughuli za kilimo', 'assets/topic/tractor.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_47', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_47', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_50', 0, 'Oanisha Picha', 'assets/topic/farming_47.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 1, 'assets/topic/farmer.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 2, 'assets/topic/earthworm.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 3, 'assets/topic/tractor.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 4, 'assets/topic/tractor_tilling.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 5, 'assets/topic/poultry.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 6, 'assets/topic/egg.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 7, 'assets/topic/cow.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 8, 'assets/topic/milk.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher', 2, 'Mwalimu', 'assets/topic/teacher.svg', 'Mwalimu ni mtu anayesaidia watu kujifunza. Kawaida Mwalimu ni mtu anayefundisha.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_3', 1, 'Mchore Mwalimu', 'assets/topic/teacher_svg01.svg', 'Mchore mwalimu pamoja na ubao mweusi nyuma yake.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_3', 2, 1, 'assets/topic/teacher_svg01.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_5', 1, 'Mpige Picha Mwalimu', 'assets/topic/ground_svg02.svg', 'Mpige picha mwalimu na uirembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_5', 2, 1, 'assets/topic/ground_svg02.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_7', 1, 'Piga Picha Shule', 'assets/topic/school-295210.svg', 'Piga picha shule, paka rangi na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_7', 2, 1, 'assets/topic/school-295210.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_9', 3, 'Kuhusu Mwalimu', 'assets/topic/teacher_02.jpg', 'Mwalimu ni mtu anayesaidia watu kujifunza. Mara nyingi Mwalimu ni mtu anayefanya kazi darasani. Kuna aina nyingi tofauti za walimu.Baadhi ya walimu hufundisha watoto wadogo katika shule za awali na shule za msingi. Baadhi hufundisha watoto wakubwa katika shule za sekondari. baadhi ya walimu hufundisha watu wazima katika shule za elimu ya juu (mfano, vyuo)', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_10', 0, 'Mara nyingi Mwalimu fanya kazi wapi?', 'assets/topic/classroom.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 1, 1, 'Darasani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 0, 1, 'Kwenye viwanja vya michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 0, 2, 'Porini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 0, 3, 'Ufukweni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_15', 3, 'Njia ya ufundishaji ya Walimu', 'assets/topic/teaching_way.jpg', 'Kuna aina tofauti za ufundishaji. Walimu wengi hutumia mbinu mbalimbali kufundisha. Walimu wa zamani walitumia vipande vya chaki kuandikia katika ubao mweusi lakini walimu wa sasa hutumia kalamu kuandikia katika ubao mweupe ambazo ni rahisi kufutika. Mara nyingi walimu hueleza maarifa mapya, huandika kwenye ubao mweusi au ubao mweupe, hukaa nyuma ya madawati yao au kwenye viti vyao, kusaidia wanafunzi katika kazi zao. Huweza kutumia kompyuta kuandika majaribio, kazi za darasani au matokeo. Huwapa wanafunzi "Kazi za nyumbani" na kumfuatilia kila mwanafunzi, ili kuwawezesha kutimiza ndoto zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_16', 0, 'Kalamu inayofutika hutumika kuandikia kwenye ubao mweupe', 'assets/topic/marker.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_16', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_16', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_19', 0, 'Mwalimu hutumia nini kuandikia ubaoni?', 'assets/topic/chockpiece.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 1, 1, 'Chaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 0, 1, 'Kalamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 0, 2, 'Penseli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 0, 3, 'Ufutio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_24', 3, 'Dhamani ya Mwalimu kwa Mwanafunzi', 'assets/topic/teacher_03.jpg', 'Mwalimu wa shule ni mtu aliyefunzwa kuelimisha watoto kuanzia umri mdogo mpaka kufikia utu uzima na kila hatua hufundishwa na walimu tofauti. Wana wajibu katika elimu na ukuaji wa watoto katika darasa. Walimu bora huunda uhusiano mzuri na wanafunzi wao, huwaonyesha kuwajali na kuwafundisha masomo yahusuyo maisha na kuwafanya wawe watu wazuri. Walimu bora ni wale ambao huwapa vipaumbele wanafunzi wao, hutoa vyanzo, na kuwapa mapendekezo wazazi wao, kuweza kujua mapungufu na uimara wa wanafunzi wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_25', 0, 'Mwalimu wa shule ni mtu ambaye amefunzwa kuelemisha watoto', 'assets/topic/school_teacher.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_25', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_25', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_28', 0, 'Walimu bora huunda uhusiano wa aina gani na wanafunzi wao?', 'assets/topic/teacher_04.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 1, 1, 'Uhusiano wenye nguvu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 0, 1, 'Uhusiano dhaifu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 0, 2, 'Hawaundi uhusiano wowote'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 0, 3, 'Uhusiano mbaya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_33', 3, 'Sifa za Walimu.', 'assets/topic/teaching_12.jpg', 'Sifa kuu tano za walimu bora, kulingana na wafunzi ni: uwezo wa kuimarisha uhusiano wao na wanafunzi wao. Uvumilivu, kujali, na ukarimu. Kuwatambua wanafunzi wao humaanisha, mwalimu awe na uwezo wa kumuelewa mwanafunzi wake. Kujitolea kufundisha. Kushirikisha wanafunzi katika kujifunza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_34', 0, 'Unda makundi ya sifa za walimu bora', 'assets/topic/caring.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 1, 'Kujali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 2, 'uvumilivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 3, 'Maarifa mazuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 4, 'kujitolea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 5, 'Uelewa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 0, 1, 'shari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 0, 2, 'Ujinga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_42', 0, 'Walimu bora wana uvumilivu mzuri.', 'assets/topic/teaching_way.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_42', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_42', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_45', 0, 'Oanisha Picha katika picha zinazoshahabiana', 'assets/topic/teaching_45.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 1, 'assets/topic/student.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 2, 'assets/topic/teacher.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 3, 'assets/topic/blackboard.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 4, 'assets/topic/chockpiece.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 5, 'assets/topic/whiteboard.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 6, 'assets/topic/marker.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor', 2, 'Mganga wa Afya', 'assets/topic/doctor.svg', 'Mganga wa Afya ni mtu ambaye hutoa matibabu kwa wagonjwa na kutoa tahadhari za kuchukuliwa pindi wanaposumbuliwa na magonjwa.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_3', 1, 'Mchore Mganga wa Afya akiwa na Mgonjwa', 'assets/topic/doctorPat.svg', 'Mchore Mganga wa Afya akiwa na Mgonjwa.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_3', 2, 1, 'assets/topic/doctorPat.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_5', 1, 'Chora "kipima mapigo ya moyo"', 'assets/topic/stethoscope-311855.svg', 'Chora kipima mapigo ya moyo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_5', 2, 1, 'assets/topic/stethoscope-311855.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_7', 1, 'Piga picha hospitali', 'assets/topic/hospitalbuilding.svg', 'Piga picha Hospital na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_7', 2, 1, 'assets/topic/hospitalbuilding.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_9', 3, 'Kuhusu Mganga wa Afya', 'assets/topic/doctor_02.jpg', 'Watoto, mnafahamu kuwa kila tunapougua, tunapopata homa, mafua au kukohoa, huwa tunaenda kwa Mganga wa Afya. Mganga wa Afya ni mtu anayetoa dawa na amefunzwa kutunza afya za watu na kuwatibu wanaougua. Kuna sharti nyingi ambazo Mganga wa Afya huangalia kabla ya kutoa matibabu kwa mgonjwa. Kwanza huhitaji kutambua ni kipi kinachosababisha mtu augue kisha huamua ni matibabu gani apatiwe mgonjwa. Mganga wa Afya hubashiri ni wakati upi mgonjwa atapata ahueni. Ni kwamba Mganga wa Afya hujaribu kuzuia Magonjwa. Kuna watu wengi ambao husaidia Waganga wa Afya na kuikamilisha Hospitali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_10', 0, 'Tukiugua tunaenda kwa nani?', 'assets/topic/doctor.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 1, 1, 'Kwa Mganga wa Afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 0, 1, 'Fundi Bomba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 0, 2, 'Mwalimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 0, 3, 'Mshonaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_15', 3, 'Hospitali', 'assets/topic/hospital.jpg', 'Hospitali ni Mahali ambapo mtu huenda kupata matibabu wakati anapokua anaugua au kuumia. Waganga wa Afya na wauguzi wanafanya kazi hospitali. Waganga wa Afya hutumia teknolojia ya kisasa kutibu wagonjwa. Pia Hospitali hutoa hudai malipo ya matibabu na uchunguzi. Kuna watu wengi wanaofanya kazi Hospitali kama Waganga wa Afya, Wauguzi na wafanyakazi wa dawa mbalimbali. Pia Hospitali inahusisha Magari ya Wagonjwa ambayo hutumika kuwafuata wagonjwa wakati wa dharura na kuwabeba, kisha kuwafikisha Hospitali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_16', 0, 'Waganga wa Afya hawafanyi kazi Hospitali.', 'assets/topic/doctors_img.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_16', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_16', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_19', 3, '"Kipima mapigo ya moyo"', 'assets/topic/stethoscope.jpg', 'Kipima mapigo ya moyo n kifaa kinachotumika na Waganga wa Afya na wafanyakazi wengine wa dawa. Hutumika kupima mapigo ya moyo ya watu na kasi ya upumuaji. Huwekwa katika eneo ambalo kuna moyo au mgongoni. Kipima Mapigo ya Moyo kina umbo kama la herufi Y. "Vipande vya sikio" vimewekwa katika kila mwisho wa herufi Y na kinasa sauti katika upande mwingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_20', 0, 'Nini hutumika kupima watu mapigo ya moyo?', 'assets/topic/stethoscope.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 1, 1, 'Kipima mapigo ya moyo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 0, 1, 'Popo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 0, 2, 'Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 0, 3, 'Hospitali'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_25', 0, 'Kipima mapigo ya moyo hutumika kupima Mapigo ya Moyo.', 'assets/topic/stethoscope02.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_25', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_25', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_28', 3, 'Gari la wagonjwa', 'assets/topic/ambulance.png', 'Mara nyingi inapotokea Mgonjwa anaumwa sana au kaumia sana na Mganga wa Afya hawezi kufika eneo alipo Mgonjwa kwasababu ya kuhudumia wagonjwa wengine, ndipo Gari la Wagonjwa hutolewa kumbeba Mgonjwa na kumfikisha Hospitali, ambapo Mganga wa Afya humpatia Mgonjwa matibabu ya haraka, kwasababu kuna vifaa vingi vya matibabu kuokolea maisha ya Mgonjwa. Kwa njia hii Gari la Wagonjwa hufanya kazi kubwa ya Muhimu kunusuru maisha ya Wagonjwa kwa kuwaleta kwa Mganga wa Afya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_29', 0, 'Taja jina la gari la hospitali litumikalo kubebea wagonjwa wakati wa dharura?', 'assets/topic/ambulance.png', NULL, 'oneAtATime'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_30', 0, 'Gari la wagonjwa hutumika kubeba wagonjwa.', 'assets/topic/ambulance02.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_30', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_30', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_33', 0, 'Dawa', 'assets/topic/doctor_03.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 1, 'Wafanyakazi wa dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 2, 'Dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 3, 'Wafanyakazi wa dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 4, 'Hospitali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 0, 1, 'Pundamilia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 0, 2, 'Mpira wa miguu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_40', 0, 'Oanisha picha kwa majina yao', 'assets/topic/doctor_03.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 1, 'assets/topic/stethoscope.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 2, 'Kipima Mapigo ya Moyo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 3, 'assets/topic/hospital_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 4, 'Mganga wa Afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 5, 'assets/topic/ambulance.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 6, 'Gari la Wagonjwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 7, 'assets/topic/patient.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 8, 'Mgonjwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber', 2, 'Kinyozi', 'assets/topic/barber.svg', 'Kinyozi ni taaluma ya zamani inayofanywa kwaajili ya kumfanya mtu apendeze kwa kunyoa nywele na kuchonga ndevu.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_3', 1, 'Mchore Kinyozi', 'assets/topic/barber_svg1.svg', 'Mchore kinyozi na Mikasi', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_3', 2, 1, 'assets/topic/barber_svg1.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_5', 1, 'Mpige picha Kinyozi', 'assets/topic/barber_svg2.svg', 'Mpige picha kinyozi na uirembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_5', 2, 1, 'assets/topic/barber_svg2.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_7', 1, 'Unda saluni ikiwa na mteja', 'assets/topic/barber_svg3.svg', 'Unda saluni ikiwa na mteja', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_7', 2, 1, 'assets/topic/barber_svg3.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_9', 3, 'Kuhusu Kinyozi', 'assets/topic/barber_02.jpg', 'Kinyozi ni mtu anayenyoa nywele na kuchonga ndevu. Kawaida wanaume ndo huenda saluni. Wanawake mara nyingi huenda kwa mtengeneza nywele. Wakati mwingine Vinyozi huwa na nguzo zenye rangi nyeupe na nyekundu nje ya saluni zao katika nchi nyingi. Kazi ya kinyozi ni kazi ya zamani na ni taaluma ya heshima, yenye historia ya kuvutia. Kazi ya kinyozi ni kunyoa au kupunguza nywele. Ukiachana na kunyoa nywele, Kinyozi pia huosha na kuziweka nywele katika miundo tofauti, mara nyingi ni kwaajili ya wateja wa kiume. Vitu vinavyopatikana saluni ni mikasi, viwembe, vitana, poda, kioo, mafuta, etc', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_10', 0, 'Ni nani hukata nywele na kuchonga Ndevu?', 'assets/topic/barber.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 1, 1, 'Kinyozi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 0, 1, 'Seremela'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 0, 2, 'Rubani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 0, 3, 'Mshonaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_15', 3, 'Maelezo ya kazi', 'assets/topic/barber_03.jpg', 'Kazi kuu ya kinyozi ni kunyoa nywele za mteja wake. Malengo huwa ni kuboresha muonekano wa nywele na kufanya muuondo wa nywele kulingana na mteja wake apendavyo. Kinyozi pia huunda na kunyoa ndevu na sharubu. Vifaa kama Mikasi, Vitana, vinapaswa viwekwe safi kabisa na katika hali nzuri. Kinyozi pia anawajibika kuweka saluni safi kwa kufagia nywele. Wamiliki wa saluni pia huagiza vifaa, hulipa bili na huweza kuajiri wafanyakazi. Ujuzi mzuri wa kipekee na mtazamo chanya ni sifa muhimu ambazo kinyozi anapaswa kuwa nazo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_16', 0, 'Kifaa kikuu cha Kinyozi ni kipi?', 'assets/topic/scissors.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 1, 1, 'Mkasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 0, 1, 'jembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 0, 2, 'Popo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 0, 3, 'Panga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_21', 0, 'Unda makundi ya vitu vinavyopatikana saluni.', 'assets/topic/barber_things.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 1, 'Mikasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 2, 'Vitana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 3, 'Mafuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 4, 'Poda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 5, 'Kioo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 0, 1, 'Panga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 0, 2, 'Basi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_29', 0, 'Kazi kuu ya kinyozi ni kuwanyoa nywele na kuwachonga ndevu wateja wake', 'assets/topic/hair_cutting.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_29', 1, 1, 'kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_29', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_32', 0, 'Mikasi haitumiwi na kinyozi.', 'assets/topic/scissors02.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_32', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_32', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_35', 3, 'Historia', 'assets/topic/barber_04.jpg', 'Biashara ya Kinyozi ina historia ndefu. Nyembe zimegundulika Misri, miongoni mwa masanduku ya enzi za shaba. Katika utamaduni wa kale wa Misri, Vinyozi walikua wakiheshimika sana, kila mmoja. Makuhani/Mapadri na wanaume wa dawa ni kumbukumbu ya zamani ya mifano ya Vinyozi. katika makabila ya zamani, Kinyozi alikua ni mmoja wa watu muhimu sana wa kabila. Vinyozi waliweza hata kufanya sherehe za dini, kama sherehe za Ndoa na kubatiza watoto kwa kuwanyoa nywele na kuwachonga ndevu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_36', 0, 'Ni nini kiligunduliwa Misri kipindi cha Shaba?', 'assets/topic/razors.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 1, 1, 'Viwembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 0, 1, 'Gari moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 0, 2, 'Kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 0, 3, 'Popo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_41', 3, 'Mtengeneza Nywele', 'assets/topic/female_hair_dresser.jpg', 'Kihistoria, watengeneza nywele wote walihesabika kama Vinyozi. Kazi ya Mtengeneza Nywele ni kupunguza nywele katika muundo fulani na pia kutumia mapambo ili kumfanya mtu apendeze. Wanaweza kupunguza nywele, kuongeza rangi. Mtengeneza nywele mara nyingi huwa ni wa kike. Mtengeneza nywele wa kiume ambaye hupunguza nywele za wanaume huitwa Vinyozi. Mara nyingi hutumia muda mwingi kenye shule za urembo kuimara ujuzi wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_42', 0, 'Mtengeneza Nywele mara nyingi huwa ni mwanamke.', 'assets/topic/hairdresser.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_42', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_42', 0, 1, 'SI kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_45', 0, 'Oanisha Picha katika majina yake', 'assets/topic/haircut_45.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 1, 'assets/topic/barber.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 2, 'Kinyozi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 3, 'assets/topic/scissors.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 4, 'Mikasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 5, 'assets/topic/comb.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 6, 'Kitana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Occupations', 2, 'Occupations', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 1, 'Fisherman_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 2, 'Fisherman_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 3, 'Fisherman_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 4, 'Fisherman_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 5, 'Fisherman_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 6, 'Fisherman_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 7, 'Fisherman_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 8, 'Fisherman_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 9, 'Fisherman_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 10, 'Fisherman_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 11, 'Fisherman_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 12, 'Fisherman_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 13, 'Fisherman_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 14, 'Fisherman_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 1, 'Farmer_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 2, 'Farmer_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 3, 'Farmer_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 4, 'Farmer_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 5, 'Farmer_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 6, 'Farmer_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 7, 'Farmer_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 8, 'Farmer_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 12, 'Farmer_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 13, 'Farmer_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 14, 'Farmer_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 15, 'Farmer_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 16, 'Farmer_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 17, 'Farmer_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 18, 'Farmer_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 19, 'Farmer_50'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 1, 'Teacher_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 2, 'Teacher_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 3, 'Teacher_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 4, 'Teacher_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 5, 'Teacher_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 6, 'Teacher_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 7, 'Teacher_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 8, 'Teacher_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 9, 'Teacher_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 10, 'Teacher_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 11, 'Teacher_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 12, 'Teacher_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 13, 'Teacher_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 14, 'Teacher_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 15, 'Teacher_45'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 1, 'Doctor_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 2, 'Doctor_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 3, 'Doctor_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 4, 'Doctor_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 5, 'Doctor_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 6, 'Doctor_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 7, 'Doctor_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 8, 'Doctor_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 9, 'Doctor_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 10, 'Doctor_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 11, 'Doctor_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 12, 'Doctor_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 13, 'Doctor_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 14, 'Doctor_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 15, 'Doctor_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 1, 'Barber_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 2, 'Barber_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 3, 'Barber_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 4, 'Barber_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 5, 'Barber_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 6, 'Barber_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 7, 'Barber_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 8, 'Barber_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 9, 'Barber_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 10, 'Barber_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 11, 'Barber_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 12, 'Barber_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 13, 'Barber_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 14, 'Barber_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 15, 'Barber_45'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 0, 'Fisherman'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 1, 'Farmer'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 2, 'Teacher'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 3, 'Doctor'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 4, 'Barber'); diff --git a/scripts/Vehicles.sql b/scripts/Vehicles.sql new file mode 100644 index 0000000..1ad6abb --- /dev/null +++ b/scripts/Vehicles.sql @@ -0,0 +1,525 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw', 2, 'Bajaji', 'assets/topic/Auto.svg', 'Mkokoteni ni aina ya chombo cha usafiri chenye matairi mawili. Ilikua ikivutwa na Binadamu.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_3', 1, 'Chora Mkokoteni wa kuvutwa', 'assets/topic/road_bg.svg', 'Chora Mkokoteni na Uupake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_3', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_5', 1, 'Ipige picha Bajaji', 'assets/topic/forest_bg.svg', 'Piga picha Bajaji na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_5', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_7', 1, 'Piga honi kwenye Bajaji', 'assets/topic/mountain_bg.svg', 'Piga honi kwenye bajaji na uirekodi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_7', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_9', 3, 'Mkokoteni', 'assets/topic/pulled_rikshaw2.jpg', 'Chombo maarufu cha abiria barabarani ni Bajaji. Bajaji kiasilia ilitengenezwa kama gari ya abiria ya matairi mawili au matairi matatu. Sasa inajulikana kama mkokoteni wa kuvutwa. Mkokoteni wa kuvutwa Kiujumla ulivutwa na mtu mmoja ukiwa umebeba abiria mmoja. Muda ulivozidi kwenda Mikokoteni ya matairi iliyojulikana kama mikokoteni ya kusukumwa ilipelekea bajaji na mikokoteni ya umeme kuvumbuliwa. Si rahisi kukataa kuwa, mabadiliko mapya yaliwasaidia watalii.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_10', 3, 'Mkokoteni wa kuvutwa.', 'assets/topic/pulled_rikshaw.jpg', 'Katika siku za mwanzo za ugunduzi, mikokoteni ya kuvutwa iliunda muundo wa usafiri maarafu. Ilikua pia ni chanzo cha ajira kwa wanaume. Lakini wingi wake ulipungua baada ya Magari, Gari moshi, na vyombo vingine vya usafiri kupatikana kwa wingi. Ukweli ni kuwa mikokoteni ya kusukumwa haitumiki tena kwenye m,iji mikubwa. Lakini katika miji midogo bado wanatumia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_11', 3, 'Bajaji', 'assets/topic/auto.jpg', 'Bajaji ni muundo mpya wa mikokoteni ya kuvutwa. Bajaji zina matairi matatu na mota. Bajaji ni maarufu kwa shughuli za usafiri mijini. Bajaji hutumiwa kwa kukodiwa na kwa matumizi binafsi. Hizi bajaji zinatumika sana katika miji mingi duniani. India ni watengenezaji wakubwa wa bajaji duniani. Bajaji zilikua zikiendeshwa kwa kutumia Mafuta ya Petrol, na kwa sasa zinaendeshwa kwa kutumia mafuta ya Dizeli. Uundwaji Mpya umekamilika ambapo bajaji zitaendeshwa kwa umeme, zitakazojulikana kama bajaji za umeme. Bajaji za Nishati ya Jua pia zipo mbioni kutengenezwa. Teknolojia nzuri!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_12', 3, 'Bajaji nchini Tanzania', 'assets/topic/auto_tanzania.jpg', 'bajaji zinajulikana kwa jina la Kingereza Auto Rickshaw. Bajaji ni moja ya chombo cha usafiri mjini Dar es salaam. Bajaji huitwa pia "Teksi mtoto" na zinaendeshwa pia kwa Gesi inayojulikana kwa kingereza Compressed natural gas (CNGs). Ni moja kati ya usafiri maarufu Tanzania. Inajulikana kwa ukubwa na spidi yake ambayo huisadia kwenda umbali mrefu, pia kupita vizuri hata kwenye sehemu yenye msongamano.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_13', 0, 'Usafiri wenye matairi mawili unaotumika kwa kuvutwa na mtu huitwa?', 'assets/topic/pulled_rikshaw3.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 1, 1, 'Mkokoteni wa kuvutwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 0, 1, 'Bajaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 0, 2, 'Basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 0, 3, 'Gari moshi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_18', 0, 'Usafiri wa matairi matatu unaitwaje Tanzania?', 'assets/topic/auto_tanzania.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 1, 1, 'Bajaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 0, 1, 'Texi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 0, 2, 'Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 0, 3, 'Basi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_23', 0, 'Makundi tofauti ya mikokoteni ni yapi?', 'assets/topic/different_rikshsaw.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 1, 'Mkokoteni wa kuvutwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 2, 'Bajaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 3, 'Mkokoteni wa umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 4, 'Mkokoteni wa CNG'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 0, 1, 'Basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 0, 2, 'Texi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_30', 0, 'Bajaji pia hufahamika kama mtoto wa texi.', 'assets/topic/rikshaw-2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_30', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_30', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_33', 0, 'katika siku za mwanzo za ugunduzi, mikokoteni ya kuvutwa iliunda muundo wa usafiri maarafu.', 'assets/topic/pulled_rikshaw.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_33', 1, 1, 'kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_33', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_36', 0, 'Mkokoteni kiujumla ilikua ikivutwa na watu wawili ikiwa imebeba abiria', 'assets/topic/pulled_rikshaw2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_36', 1, 1, 'kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_36', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_39', 0, 'Oanisha Picha kwa majina yake.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 1, 'assets/topic/old_rikshaw.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 2, 'Mkokoteni wa kuvutwa.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 3, 'assets/topic/new_rikshaw.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 4, 'Bajaji.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor', 2, 'Trekta', 'assets/topic/tractor.svg', 'Trekta ni chombo cha kufanyia kazi imara kwaajili ya kilimo. Kwa kawaida ina kiti kimoja tu kwaajili ya dereva. Trekta hutumika kuvuta vifaa vingi mbali mbali au matrela', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_3', 1, 'Chora Trekta', 'assets/topic/farm_bg.svg', 'Chora na upake rangi trekta', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_3', 2, 1, 'assets/topic/farm_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_5', 1, 'Piga picha', 'assets/topic/forest_bg.svg', 'Piga picha trekta na uirembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_5', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_7', 3, 'Gari la shamba', 'assets/topic/Tractor-on-farm.jpg', 'Trekta ni chombo kitumikacho shambani. Trekta la shambani hutumika kuvuta au kusukuma mashine za kilimo au matrela.Pia hutumika kwaajili ya kulimia, kupalilia, kuvunia, kusafishia shamba, kupandia na shughuli zinazofanana na hizo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_8', 3, 'kwanini trekta ni Muhimu sana?', 'assets/topic/Tractor_working_Farm.jpg', 'Trekta ni mashine ya kimsingi ambayo hutoa nguvu kazi kwaajili ya shughuli za kilimo. Trekta huweza kuvuta vifaa mbalimbali vya kilimo kwaajili ya kulimia, kupandia, Kukuzia na uvunaji mazao. Pia huweza kutumika kubeba vifaa na kwa usafiri binafsi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_9', 3, 'Nafasi ya nguvu za binadamu zimechukuliwa na trekta', 'assets/topic/Farming-Agriculture-Tractor.jpg', 'Ndani ya miongo mifupi michache, trekta ilikuwa haitumiki sana. Baadae wakulima waligundua faida za kilimo cha kutumia trekta. Hakukuwa na uhitaji tena wa wafanyakazi wakati mashine rahisi kama trekta inaweza kufanya kazi hiyo. Hii iliokoa muda sana na gharama. Je hicho sio chombo cha kazi cha maaajabu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_10', 3, 'gharama za awali zilikua kubwa sana', 'assets/topic/tractor-pulling-farm.jpg', 'Awali bei ya trekta ilikuwa kubwa sana. Lakini ndani ya miaka miwili ya uvumbuzi wake, bei ilishuka karibu nusu yake. Trekta ilikuwa nafuu kumilikiwa kwaajili ya kilimo karibu na kila mkulima. Hii ni kwasababu uzalishaji wake uliongezeka. Mahitaji yake na gharama zilikuwa juu. Na hivyo kuuzwa kwa bei nafuu. Kiukweli inawezekana ikaitwa rafiki wa mkulima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_11', 3, 'Trekta na vifaa vyake.', 'assets/topic/tractor-farm-equipment.jpg', 'Trekta, katika kilimo inatumika kuvuta vifaa kama Jembe, Vifaa vya kupandia na Kufyekea. Husaidia sana kuendesha vifaa imara kama kama misumeno na winchi.Trekta pia hutumika kuondolea vizuizi vilivyopo barabarana kama mawe makubwa, magogo n.k. Matrekta ya awali yaliendeshwa kwa kutumia Injini za mvuke na sasa yanaendeshwa kwa kutumia injini za petroli na dizeli. Aina kuu mbili za trekta ni trekta ya matairi na trekta ya mitambo, ambayo hutembea kwa Mnyororo wa vipingilipingili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_12', 0, 'Kuna viti vingapi kwenye trekta?', 'assets/topic/tractor-seats.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 1, 1, 'Kimoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 0, 1, 'Viwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 0, 2, 'Vitatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 0, 3, 'Vinne'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_22', 0, 'Trekta la shamba hutumika kwa ajili ya ___________, __________, _____________, _____________, _____________.', 'assets/topic/Tractor-Fields.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 1, 'Kulimia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 2, 'Kupalilia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 3, 'Kuvunia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 4, 'kusafishia shamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 5, 'Kupandia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 0, 1, 'Kuchimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 0, 2, 'kufukia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_30', 0, 'Matumizi maarufu ya neno "trekta" ni ya chombo kitumikacho shambani.', 'assets/topic/tractor-vehicle-farm.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_30', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_30', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_33', 0, 'Kwa sasa trekta huendeshwa kwa kutumia dizeli', 'assets/topic/tractor-diesel-engine.JPG', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_33', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_33', 0, 1, 'si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_36', 0, 'Trekta ina viti viwili vya madereva?', 'assets/topic/tractor_driver.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_36', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_36', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_39', 0, 'Oanisha picha kwa majina yake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 1, 'assets/topic/tractor-plow.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 2, 'Jembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 3, 'assets/topic/tractor_field_cultivator.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 4, 'kilimio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 5, 'assets/topic/tractor-mower.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 6, 'Fyekeo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat', 2, 'Mashua', 'assets/topic/boat.svg', 'Unaweza kufikiria kusafiri juu maji? Ndio, inawezekana kwa chombo cha usafiri majini ambacho huweza kudhibitiwa kirahisi katika maji. Mashua huwa za aina tofauti za ukubwa na umbo.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_3', 1, 'Chora mashua', 'assets/topic/water_bg.svg', 'Chora mashua na uipake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_3', 2, 1, 'assets/topic/water_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_5', 1, 'Piga picha mashua', 'assets/topic/water_bg.svg', 'Piga picha ya mashua na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_5', 2, 1, 'assets/topic/water_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_7', 1, 'Chora koti la kuokolea', 'assets/topic/water_bg.svg', 'Mchore mtu akiwa amevaa Koti la kuokolea.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_7', 2, 1, 'assets/topic/water_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_9', 3, 'Sehemu ya 1 ya Ukweli ufurahishao wa mashua.', 'assets/topic/boatDec.jpg', 'Kama umeshawahi kuwa katika mashua basi unafahamu kuna furahishaje. Mashua zimekuwepo tangu miaka elfu moja na zimebeba jukumu muhimu katika usafirishaji. Tunavitegemea hivi "vyombo vya majini" kwa vitu vingi. Kasome ili ujue zaidi kuhusu mashua. Tutakuwa tukichunguza historia kuhusu mashua, aina tofauti za mashua na mengine zaidi. Kwahiyo chukua jaketi la kuokolea lako na kisha tupige mbizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_10', 3, 'Sehemu ya 2 ya Ukweli ufurahishao wa mashua.', 'assets/topic/boatart1.jpg', 'Amini usiamini, Mashua ya kwanza ilijulikana miaka 8,000 iliyopita. Sifa zote ziwaendee wamisri wa kale kwa kugundua mashua hiyo. Wamisri walitengeneza mashua kwa kutumia mmea papyrus. Mashua hizi zilikuwa ndefu na nyembamba na zilitumika kwa safari fupi au kuvua samaki kwenye mto Nile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_11', 3, 'Yote kuhusu mashua', 'assets/topic/boatart2.jpg', 'Ni nani hajawahi kuona mashua? Ni kweli hutembea juu ya maji na huchukuliwa kama usafiri wa majini. Kuna aina nyingi za usafiri wa majini. Mashua, meli, Mitumbwi, mashua ya uvuvi, mashua nyumba, mashua ya mizigo na mashua ya kuokoa ni baadhi tu ya usafiri wa majini. Mashua ni mtungi mdogo na inaweza kubebwa katika meli ambayo ni kubwa kiumbo. Mashua ndogo hupatikana katika mikondo ya maji ya bara kama vile ziwa, mito au maeneo ya pwani. Inawezekana ukawa umeona aina tofauti za mashua. Ndio, mashua zinatofautiana ukubwa na umbo. Hiyo ni kwa sababu ya malighafi zipatikanazo au utamaduni wa mahali husika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_12', 3, 'Mashua huusisha vitu gani?', 'assets/topic/boatart3.jpg', 'Sehemu ndefu kabisa ya mashua huitwa mlingoti. Umbo la mashua ni Mwili wa mashua. Sehemu ya nyuma ya mashua kwa kingereza huitwa ''Stern''. Mbele ya mashua ni upinde. Sehemu ya kulia ya mashua inayotizama mbele huitwa kwa kingereza starboard. Sehemu ya kushoto wa mashua ni bandari. nguzo ndefu iliyochongwa ubapa upande mmoja, ambapo huingizwa kwenye maji, na kutumika kusogezea maji kutoka mbele kwenda nyuma huitwa kasia. Mtu anayeongoza mashua huitwa nahodha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_13', 3, 'Koti la kuokolea.', 'assets/topic/lifejacket.jpg', 'Unatakiwa kuvaa Koti la kuokolea. Hata kama wewe ni muogeleaji hodari, fulana hizi maalumu zilizobuniwa huweza kukufanya uelee juu ya maji kama ukizama kwenye maji kwa bahati mbaya. Na katu usisahau kuzibeba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_14', 0, 'Muongoza mashua huitwa?', 'assets/topic/captain.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 1, 1, 'Nahodha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 0, 1, 'Baharia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 0, 2, 'Abiria'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 0, 3, 'Dereva'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_19', 0, 'Mashua imeundwa kwa:', 'assets/topic/boattype.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 1, 'Mlingoti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 2, 'Wakali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 3, 'Upinde'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 4, 'Bandari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 5, 'Mwili wa Mashua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 0, 1, 'Mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 0, 2, 'Punda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_27', 0, 'Umbo la mashua huitwa Mwili wa mashua', 'assets/topic/boatbody.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_27', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_27', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_30', 0, 'Koti la kuokolea, hukusaidia kuelea juu ya maji.', 'assets/topic/lifejacketsaver.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_30', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_30', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_33', 0, 'Mashua ni mtungi mkubwa.', 'assets/topic/Bigship.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_33', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_33', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_36', 0, 'Oanisha picha kwa majina yake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 1, 'assets/topic/oar.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 2, 'Kasia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 3, 'assets/topic/boatnew.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 4, 'Mashua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 5, 'assets/topic/Redjacket.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 6, 'Koti la kuokolea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane', 2, 'Ndege', 'assets/topic/plane.svg', 'Umeshawahi kuona kitu chochote kinachotembea angani kikiwa na mabawa makubwa mawili? Hufanana na kiumbe ndege lakini sio kiumbe ndege. Ndio, umekisia kwa usahihi. Ni ndege. Pamoja na kuwa ni usafiri wa haraka, ndege huonyesha mandhari nzuri angani.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_3', 1, 'Chora ndege', 'assets/topic/sky_bg.svg', 'Chora ndege na uipake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_3', 2, 1, 'assets/topic/sky_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_5', 1, 'Piga picha', 'assets/topic/no_bg.svg', 'Chukua Picha ya ndege kutoka sehemu yoyote uliyohifadhi na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_5', 2, 1, 'assets/topic/no_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_7', 1, 'Ongeza sehemu za ndege', 'assets/topic/plane_wings.svg', 'Ongeza mabawa katika ndege', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_7', 2, 1, 'assets/topic/plane_wings.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_9', 3, 'Utangulizi', 'assets/topic/airplane-invention.jpg', 'Popote tunapomuona Kiumbe ndege akipaa angani nasi hutamani kupaa pia.Kupenda kuwa na mabawa na kupaa juu kabisa angani, kulimpa msukumo binadamu kuunda ndege. Wengi wao walijaribu kuunda mashine nyingi lakini mafanikio yalikuja kwa familia ya Wright. Familia ya Wright iliunda ndege ambayo kila siku itabaki kuwa kumbukumbu ya maajabu ya binadamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_10', 3, 'Historia', 'assets/topic/airplane-evolution.jpeg', 'Ndege huwa za aina tofaut kiukubwa na umbo. Awali ndege zilibeba idadi ya watu wawili tu. Baadaye ndege ziliendelezwa na kuzifanya zibebe idadi zaidi ya watu wakisafiri toka sehemu moja kwenda nyingine. Kusafiri kulijumuisha kupaa juu ya bahari na milima kufikia sehemu zilizo mbali zaidi. Muda uliotumika kusafiri ulikuwa ni mchache sana kulinganisha na usafiri mwingine. Je huu sio uvumbuzi wenye kushangaza?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_11', 3, 'Aina tofauti za ndege', 'assets/topic/Collection_of_military_aircraft.jpg', 'Ndege ya abiria ni usafiri unaobeba abiria toka sehemu moja kwenda nyingine. Ndege ya mizigo ni usafiri unaotumika kubeba bidhaa toka sehemu moja kwenda nyingine kwa muda mchache. Pia kuna ndege za kivita zitumikazo na jeshi. Baadhi ya ndege zimebuniwa kwa namna hiyo ambazo zinaweza kutua hata kwenye maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_12', 3, 'Uwanja wa ndege', 'assets/topic/airport.jpg', 'Uwanja wa ndege ni uwanja wenye vifaa vilivyowekwa ili kuhifadhi na kudhibiti ndege. Kuna njia za ndege kwaajili ya kutua, majengo ya kupokea abiria, mizigo, udhibiri wa ndege na mnara wa kuongoza ndege. Uwanja wa ndege una vifaa kwa ajili ya abiria. Kila mji mkubwa una uwanja wa ndege.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_13', 3, 'Ndege yenye mwendokasi zaidi', 'assets/topic/super-fast-planes.jpeg', 'Unaweza kufikiria kwenda umbali mrefu ndani ya saa moja au kwa dakika chache zisizozidi saa moja? Ndio, inawezekana kwa ndege tu. Ndege ina nguvu kubwa na hutumia petroli nyeupe kama mafuta yake. Ndege hufika eneo lolote ndani ya muda mfupi. Haiitaji kupanda mlima au kuendeshwa barabarani. Haiitaji hata kuendeshwa baharini wala kuvunja vizuizi. Ndege hupaa juu ya barabra mbovu,milima mikubwa au hata baharini. Kwahiyo sasa umeshafahamu kwanini ina mwendokasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_14', 0, 'Ndege ina mabawa mangapi?', 'assets/topic/aircrafts.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 1, 1, 'Mawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 0, 1, 'Matatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 0, 2, 'Matano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 0, 3, 'Moja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_19', 0, 'Sehemu ambayo watu hupanda ndege na kushuka huitwa?', 'assets/topic/airport-india.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 1, 1, 'Uwanja wa ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 0, 1, 'Stesheni ya Gari moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 0, 2, 'Kituo cha basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 0, 3, 'Kituo cha zimamoto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_24', 0, 'Ni aina zipi za ndege zinazotumika kwa madhumuni tofauti?', 'assets/topic/typplanes.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 1, 'Ndege za abiria'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 2, 'Ndege za mizigo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 3, 'Ndege zenye mwendokasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 4, 'Ndege za kivita'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 5, 'Ndege binafsi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 0, 1, 'Ndege za moto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 0, 2, 'Ndege za maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_32', 0, 'Ndege hupaa juu ya Maji na bahari.', 'assets/topic/airplane-over-ocean.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_32', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_32', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_35', 0, 'Ndege husafiri kwa haraka na kwa muda mfupi', 'assets/topic/super-fast-planes.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_35', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_35', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_38', 0, 'Ndege huendeshwa juu ya milima', 'assets/topic/airplane-over-mountain.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_38', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_38', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_41', 0, 'Oanisha picha kwa majina yao', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 1, 'assets/topic/Yoke.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 2, 'Nira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 3, 'assets/topic/pilot.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 4, 'Rubani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 5, 'assets/topic/wing.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 6, 'Mabawa ya ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 7, 'assets/topic/cargo-plane.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 8, 'Ndege ya mizigo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train', 2, 'Gari Moshi', 'assets/topic/train.svg', 'Ni nani asiyefahamu kuhusu Gari Moshi? Kila mtu anafahamu lakini, leo tutajifunza ukweli wenye kuvutia kuhusu Gari Moshi. Kimsingi Gari Moshi ni mkusanyiko wa Mabehewa yaliyounganisha moja baada ya lingine ambayo hutembea kwenye reli.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_3', 1, 'Honi ya Gari Moshi', 'assets/topic/track.svg', 'Endesha na piga honi ya Gari Moshi kisha irekodi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_3', 2, 1, 'assets/topic/track.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_5', 1, 'Gari moshi langu kamili', 'assets/topic/track_mountain.svg', 'Unganisha mabehewa tofauti kwenye injini na utengeneze Gari Moshi kamili', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_5', 2, 1, 'assets/topic/track_mountain.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_7', 1, 'Gari moshi lenye rangi mbalimbali', 'assets/topic/track_mountain.svg', 'Paka rangi Gari Moshi kwa rangi tofauti na uirembe ukitumia stika tofauti.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_7', 2, 1, 'assets/topic/track_mountain.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_9', 3, 'Ukweli kuhusu gari moshi', 'assets/topic/train_at_Station.jpg', 'Mahali ambapo Gari Moshi husimama na watu hupanda na kushuka panaitwa Stesheni ya Gari moshi. Natumaini wote mmeona! Gari Moshi za zamani zilitumia injini ya nguvu ya farasi kutembea kwenye reli za mbao au chuma. Unafahamu kwamba gari moshi ya injini ya mvuke ya kwanza ilitengenezwa Uingereza! Kuna injini ya reli inayosukuma mabahewa kwenye njia yake. Baadhi ya Gari Moshi huonekana kama mabasi maalumu ambayo yanaweza kuendeshwa kwenye reli. Gari Moshi hutumika kubeba watu pia kuingiza na kutoa mizigo kama mafuta na kadhalika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_10', 3, 'Mizigo ya gari Moshi', 'assets/topic/goods-train.jpg', 'Gari Moshi za mizigo zina Mabehewa imara yanayoweza kubeba mizigo kutoka sehemu moja kwenda nyingine. Baadhi ya mabehewa huwa wazi au hufungwa kulingana na mizigo inaosafirishwa kutoka sehemu moja kwenda sehemu nyingine pia kuna behewa maalumu kwaajili ya mizigo maalumu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_11', 3, 'Abiria wa Gari Moshi', 'assets/topic/passenger-train.jpg', 'Gari Moshi za abiria huwa na mabehewa ya abiria au makochi yaliyotengenezwa ili watu waweze kukaa na kuendeshwa kutoka kituo kimoja hadi kingine. Gari Moshi za abiria huwa za kustarehesha kwaajili ya safari kutoka sehemu moja hadi nyingine. Kuna abiria wa Gari Moshi za safari ndefu na safari fupi. Na ulimwengu wa sasa tunaona Gari Moshi za abiria zenye mwendo kasi ambazo zinaitwa Gari Moshi risasi. Gari Moshi hizi hutembea katika reli maalamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_12', 0, 'Gari moshi huendeshwa wapi?', 'assets/topic/train on tracks.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 1, 1, 'Njia ya Gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 0, 1, 'Njia ya kukimbilia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 0, 2, 'Njia ya basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 0, 3, 'Njia ya gari'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_17', 0, 'Sehemu watu wanapopanda na kushuka kwenye Gare moshi huitwaje?', 'assets/topic/train-railway-station.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 1, 1, 'Stesheni ya gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 0, 1, 'Kituo cha basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 0, 2, 'Kituo cha gari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 0, 3, 'Kituo cha baiskeli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_22', 0, 'Chagua vitu vinavyohusiana na gari moshi', 'assets/topic/train-parts.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 1, 'Behewa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 2, 'Injini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 3, 'Njia ya gari moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 4, 'Stesheni ya gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 0, 1, 'Mchanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 0, 2, 'Mlima'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_29', 0, 'Watu husafiri kwa gari moshi ya abiria.', 'assets/topic/Train_Interior.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_29', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_29', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_32', 0, 'Mizigo husafirishwa kwenye Gari Moshi ya abiria', 'assets/topic/train-cargo.JPG', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_32', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_32', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_35', 0, 'Gari moshi za awali zilitumia Injini ya nguvu za farasi kuendeshwa kwenye njia za mbao au chuma', 'assets/topic/train-horsepower.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_35', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_35', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_38', 0, 'Oanisha picha kwa majina yake.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 1, 'assets/topic/Train_front.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 2, 'Injini ya mbele ya Gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 3, 'assets/topic/railway_station.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 4, 'Stesheni ya gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 5, 'assets/topic/railway_track.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 6, 'Njia ya Gari Moshi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks', 2, 'Lori', 'assets/topic/lorry.svg', 'Nani hajawahi kuona hili gari kwenye Picha? Ni lori. Lori ni gari linalotumiwa kusafirishia bidhaa kutoka eneo moja kwenda eneno lingine. Inaweza kuwa usafirishwaji wa umbali mfupi au umbali mrefu. Lori huwa zinaendeshwa kwa Nguvu ya Mafuta ya Dizeli.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_3', 1, 'Ninaweza kuchora Lori', 'assets/topic/road_bg.svg', 'Chora Lori kwa kutumia vifaa vya uchoraji', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_3', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_5', 1, 'Ongeza sehemu za Lori', 'assets/topic/truck_tire.svg', 'Ongeza Matairi kwenye Lori', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_5', 2, 1, 'assets/topic/truck_tire.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_7', 1, 'Lori lenye Mizigo', 'assets/topic/mountain_bg.svg', 'Jaza lori kwa kutumia moja kati ya haya, mawe, Udongo au Mchanga', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_7', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_9', 1, 'Gari Moshi la barabarani', 'assets/topic/farm_bg.svg', 'Fanya Gari moshi la barabarani kwa kuongezea trela', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_9', 2, 1, 'assets/topic/farm_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_11', 1, 'Piga Picha', 'assets/topic/forest_bg.svg', 'Piga picha Lori na ulirembe', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_11', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_13', 3, 'Lori ni nini?', 'assets/topic/trainloaded.jpg', 'Lori ni gari zito la barabarani ambalo huja katika maumbo na ukubwa tofauti tofauti. Lori hizi hutumika kulingana na ukubwa wa mzigo unaohitajika kusafirishwa kutoka sehemu moja kwenda sehemu nyingine. Iliitwa lori kutokana na uwezo wake wa kufanya kazi kubwa na nzito.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_14', 3, 'Aina za Lori', 'assets/topic/trucktype.png', 'Kuna aina tofauti za lori kulingana na mahitaji. Lori ndogo ni lori ambazi zina ukubwa sawa na magari ya kawaida. Huwa yanamilikiwa na mtu mmoja au kampuni ndogo. Lori za saizi ya kati ni zito kuliko lori ndogo na mepesi kuliko lori kubwa zinzotembea barabarani. Lori hizi ni maalumu kwa matumizi ya madogo madogo na shughuli za Umma kama magari ya Taka. Lori kubwa ni zito, hujulikana kwa kingereza kama "Lorries". Mara nyingi Lori kubwa huvuta trela. Madereva wa wanaondesha lori kubwa huitwa Madereva Lori.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_15', 3, 'Lori la Austalia', 'assets/topic/austtruck.jpg', 'Unaweza kukisia ni sehemu gani ya dunia kuna Lori kubwa kuliko yote dunian? Na jaribu kufikiria linaonekanaje?. Lori kubwa linapatikana Australia na yapo tofauti sana na lori zingine. Hizi lori huitwa Gari-moshi-lori za Australia. Idadi kubwa ya trela hufungwa kwenye lori lenye Injini. Hii inafanana na Gari moshi na linaonekana kama gari moshi likiwa barabarani. Lori halishangazi? Ndio, Ni gari moshi zuri lililoundwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_16', 3, 'Mwanasesere Lori', 'assets/topic/toytruck.jpg', 'nani hapendi kucheza na mwanasesere Lori.inaweza kuwa watoto ama watu wazima, kila mtu anapenda kucheza na Lori. Kuna makampuni mengi yanayotengeneza aina mbalimbali tofauti za wanasesere lori. Unaua jinsi ya kucheza na mwanasesere Lori? Ndio, Inategemea na fikra zako. kujaza mchanga, udongo na mawe, kupakua na kupakia vitu wanasesere wadogowadogo n.k . Sasa, tumia fikra zako na ufurahie kucheza kujaza mwanasesere Lori.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_17', 0, 'Gari Moshi la barabarani hujulikana kama _____', 'assets/topic/lorryimg.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 1, 1, 'Lori'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 0, 1, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 0, 2, 'Basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 0, 3, 'Meli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_22', 0, 'Wapi tunaweza kuona Gari Moshi za Barabarani?', 'assets/topic/semitrailer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 1, 1, 'Australia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 0, 1, 'Urusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 0, 2, 'Kanada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 0, 3, 'China'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_27', 0, 'Lori ndogo zinafanana na ______', 'assets/topic/lighttruck.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 1, 1, 'Magari ya kawaida'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 0, 1, 'Gari moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 0, 2, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 0, 3, 'Baiskeli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_32', 0, 'Lori za Australia hujulikana kama Gari moshi za Barabarani', 'assets/topic/austtruck.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_32', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_32', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_35', 0, 'Watoto huvutiwa na Mwanasesere Lori.', 'assets/topic/toytruck.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_35', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_35', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_38', 0, 'Lori haziji katika maumbo na ukubwa tofauti tofauti.', 'assets/topic/trucktype.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_38', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_38', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_41', 0, 'Oanisha yafuatayo.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 1, 'assets/topic/toymini.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 2, 'Watoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 3, 'assets/topic/trainloaded.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 4, 'Gari Moshi la Barabarani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 5, 'assets/topic/deliverytruck.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 6, 'Utoaji wa ndani.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle', 2, 'Baiskeli', 'assets/topic/cycle.svg', 'Hatujui Baiskeli ikoje?. Kila mtu anaipenda Baiskeli. Na, leo tunaenda kujifunza baadhi ya ukweli unaovutia na wa msingi kuhusu baiskeli.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_3', 1, 'Honi ya duara', 'assets/topic/mountain_bg.svg', 'Pige kengele ya Baiskeli na Uirekodi', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_3', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_5', 1, 'Furahia kupaka rangi', 'assets/topic/road_bg.svg', 'Chora baiskeli na uipake rangi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_5', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_7', 1, 'Picha ya baiskeli', 'assets/topic/forest_bg.svg', 'Bonyeza Picha ya Baiskeli na uirembe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_7', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_9', 3, 'Kuhusu', 'assets/topic/cycle-hero.jpg', 'Baiskeli huendeshwa Kwa Nguvu ya Binadamu, Chombo kinachoendeshwa kwa kunyonga vikanyagio vyake. Baiskeli ina Matairi mawili yaliyowekwa kwenye chuma lake, moja mbele na jingine nyuma. Mtu anayeendesha baiskeli huitwa Muendesha baiskeli.Uliwa kufahamu kuwa Baiskeli ilitambulishwa kwa mara ya kwanza Ulaya?. Baadae ikaenea katika maeneo yote ya duniani. Baiskeli imekua ikitumiwa na watoto pamoja na wakubwa, na pia katika shughuli nyingi za Umma kama wabeba mizigo, usambazaji wa mahitaji ya kila siku n.k.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_10', 3, 'Baiskeli hutumika kwa usafiri wa Umma na Mizigo', 'assets/topic/woman-cycle.jpg', 'Katika nchi nyingi watu bado wanatumia Baiskeli kwa Usafiri wa Umma na Mizigo. Viti vinasafirishwa kwa kufunga Kibebea Mizigo kwenye Baiskeli, Hivyo kuifanya kuwa baiskeli ya matairi matatu, ambayo hujulikana kama Guta. Idadi ya kawaida ya juu ya watu wanaoweza kukaa kwenye baiskeli ni watu wawili, na kibebea mizigo hufungwa kwaajili ya kubebea vitu. Ni nzuri sana na hutumika sehemu nyingi kwa kusafirishia vitu kutoka sehemu moja kwenda nyingine na haitumii petroli wala dizeli kuifanya iende. Chombo cha usafiri kisichotumia petroli na dizeli ni rahisi kumilikiwa hata na watu wa kawaida.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_11', 3, 'Matumizi', 'assets/topic/cycle-transport.jpg', 'Kutokea zamani mpaka nyakati za sasa, Baiskeli zilitumika na zinaendelea kutumika kwa matumizi mbalimbali. Katika njia Nzuri na yenye faida, Baiskeli zinatumiwa kwa usafirishaji. Inawezeka kutumiwa kama Kazi ya farasi na wasambaza barua, askari, wasambaza ujumbe, usafiri wa Umma na huduma za utoaji kwa ujumla.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_12', 0, 'Baiskeli (Guta) yenye sehemu ya kubebea mizigo ina matairi Mangapi?', 'assets/topic/cycle-transport2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 1, 1, 'Matatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 0, 1, 'Manne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 0, 2, 'Mawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 0, 3, 'Moja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_17', 0, 'Kwa kawaida Baiskeli huendeshwa kwa _______.', 'assets/topic/cycle_police.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 1, 1, 'Nguvu za Binadamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 0, 1, 'Nguvu za makaa ya mawe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 0, 2, 'Nguvu ya Dizeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 0, 3, 'Nguvu ya Mvuke'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_22', 0, 'Baiskeli hutumiwa na ______.', 'assets/topic/bicycle-bike.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 1, 'Wasambaza barua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 2, 'Askari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 3, 'Mtu wa Posta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 4, 'Usafiri wa Umma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 5, 'Matumizi binafsi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 0, 1, 'Dereva wa Gari Moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 0, 2, 'Dereva wa Basi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_30', 0, 'Baiskeli pia hujulikana kama kazi ya Farasi', 'assets/topic/bicycle_ride.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_30', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_30', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_33', 0, 'Baiskeli kwa mara ya kwanza zilitambulishwa Ulaya.', 'assets/topic/cycle-hero.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_33', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_33', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_36', 0, 'Baiskeli zinatumiwa kwa matumizi Binafsi tu.', 'assets/topic/bicycles1.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_36', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_36', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_39', 0, 'Oanisha Picha kwa majina yake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 1, 'assets/topic/bicycle-saddle.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 2, 'Kiti cha Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 3, 'assets/topic/bell-bicycle.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 4, 'Kengele ya Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 5, 'assets/topic/cycle-transport.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 6, 'kibbea Mizigo cha Baiskeli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car', 2, 'Gari', 'assets/topic/car.svg', 'Gari ni chombo chenye matairi manne ambacho hubeba watu wachache. Gari laweza kutumika kwa matumizi binafsi na pia kwa usafiri wa Umma kutoka sehemu moja kwenda sehemu nyingine.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_3', 1, 'Ninaweza kuchora Gari', 'assets/topic/forest_bg.svg', 'chora gari kwa kutumia vifaa vya uchoraji.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_3', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_5', 1, 'Gari langu lenye rangi mbalimbali', 'assets/topic/road_bg.svg', 'Paka rangi gari kwa kutumia rangi uzipendazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_5', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_7', 1, 'Honi za gari lako zina sauti kubwa kiasi gani?', 'assets/topic/mountain_bg.svg', 'Piga Honi ya Gari.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_7', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_9', 3, 'Aina za Magari', 'assets/topic/multicar.jpg', 'Kama sote tujuavyo, kuna aina mbili za magari. Tunaposema aina mbili za Magari, hatumaanishi muundo wa Magari. Kwasababu kuna Miundo mingi tofauti ya magari. Lakini tunapokuja kwenye swala la aina za Magari, aina ya kwanza ni magari ya Matumizi binafsi, na aina ya pili ni magari ya usafiri wa umma. Teksi zinazoendeshwa barabarani zimehorodheshwa kwenye Usafiri wa Umma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_10', 3, 'Sehemu ya kwanza ya Historia', 'assets/topic/carOld.jpg', 'Unaweza kufikiria!, Gari la kwanza kabisa kuendeshwa ilikua ni mashine yenye matairi matatu tu, na iliendeshwa kwa Nguvu ya Mvuke.Ilitengenezwa kwa mara ya kwanza nchini Ufaransa. Lakini haya magari hayakua mazuri sana. Kwasababu mashine zilikua nzito ambazo zilipelekea Gari kutembea taratibu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_12', 3, 'Hatua za Usalama', 'assets/topic/seatbelt.jpg', 'Kama sote tujuavyo, Magari ni vyombo vinavyoenda kwa kasi sana. Ni muhimu sana kuwa tunatakiwa tujifunge mikanda ya viti kwa sababu za kiusalama. Sio tu dereva anapaswa kujifunga mkanda, ila kila mmoja aliye kwenye gari anapaswa ajifunge mkanda. Kufuata hatua za kiusalama na sheria za barabarani hutusaidia kujikinga na ajali za barabani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_13', 0, 'Gari lina Matairi mangapi', 'assets/topic/bottomcar.jpg', 'Jaribio', 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 1, 1, 'Manne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 0, 1, 'Mawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 0, 2, 'Moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 0, 3, 'Matano'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_18', 0, 'Gari la usafiri la Umma inaitwaje?', 'assets/topic/taxi.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 1, 1, 'Teksi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 0, 1, 'maggie'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 0, 2, 'ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 0, 3, 'Mmea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_23', 0, 'Panga magari lililoundwa kwa mpangilio', 'assets/topic/oldtonew.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 1, 'Gari liloendeshwa kwa mvuke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 2, 'gari linaloendeshwa kwa umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 3, 'gari linaloendeshwa kwa petroli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 4, 'gari linaloendeshwa kwa dizeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 5, 'gari linaloendeshwa kwa nishati ya jua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_29', 0, 'Gari linaloendeshwa kwa Nishati ya jua hutumia Nishati ya jua.', 'assets/topic/solarcar.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_29', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_29', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_32', 0, 'Hakuna mikanda ya viti kwenye gari.', 'assets/topic/car.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_32', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_32', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_35', 0, 'Gari la kwanza kutembea lililokua ni mashine yenye matairi matatu pekee.', 'assets/topic/4wheel.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_35', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_35', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_38', 0, 'Oanisha Picha kwa majina yao.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 1, 'assets/topic/seat-cushion.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 2, 'assets/topic/carseatbelt.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 3, 'assets/topic/Wing_mirror.jpeg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 4, 'assets/topic/CRV_side_mirror.jpeg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 5, 'assets/topic/bmw-i8-car-steering-wheel.jpeg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 6, 'assets/topic/Driver_free_car.jpeg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus', 2, 'Basi', 'assets/topic/bus.svg', 'Basi ni usafiri wa umma ambao hutumika kusafiria kutoka sehemu moja kwenda sehemu nyingine. Basi ni usafiri rahisi na salama kusafiria.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_3', 1, 'Ninaweza kuchora basi', 'assets/topic/road_bg.svg', 'Chora basi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_3', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_5', 1, 'Ongeza sehemu za basi', 'assets/topic/bus_tire.svg', 'Ongeza matairi kwenye basi.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_5', 2, 1, 'assets/topic/bus_tire.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_7', 1, 'Paka rangi', 'assets/topic/road_bg.svg', 'Paka rangi basi ukitumia rangi tatu au nne uzipendazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_7', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_9', 3, 'Kuhusu', 'assets/topic/aboutbus.jpg', 'Basi ni gari kubwa lenye matairi linalotumika kubeba watu wengi pamoja na dereva. Ni kubwa kuliko magari ya kawaida. Basi kwa kiingereza hujulikana kwa jina la Bus ambalo ni kifupi cha jina Omnibus lenye maana "for everyone" (kwa kila mtu). Mabasi ni muhimu yaliyowekwa kwaajili ya usafiri wa umma sehemu zote duniani. Watu wengi ambao hawana magari binafsi hutumia mabasi kusafiri kutoka sehemu moja kwenda sehemu nyingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_10', 3, 'Historia ya Basi', 'assets/topic/historybus.jpg', 'Unaweza kufikiria! Gari la kwanza liliendeshwa kwa farasi. Ndio, Umekisia sahihi. Farasi ndiye aliyekua dereva wa kwanza. Haifurahishi?. Watu huendesha wakiwa wamekaa juu yake pia. Wow!, hiyo huwapa nafasi ya kuuona mji wote. Taratibu nafasi ya Farasi ilianza kuchukulia na Mabasi yenye Injini ya Mvuke na mabasi ya Umeme. Ilifurahisha, na kufanya iwe rahisi zaidi. Na inafurahisha sasa tuna muundo wa mabasi mapya ambayo yanaendeshwa kwa dizeli. Ni salama, yanafurahisha na rahisi, pia yana gharama ndogo. Njia bora ya kusafiri katika miji na kufurahia. Je, hadithi ya basi haivutii?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_11', 3, 'Basi la Njano', 'assets/topic/yellowbus.jpg', 'Umewahi kujiuliza kwanini mabasi ya shule ni ya Njano?. Ukweli wake unaweza kukushangaza. Njano ni rangi inayotambulika haraka machoni.Kwa kweli, inaonesha watu wengi huitambua rangi ya njano kwa haraka kuliko rangi nyingine yoyote. Rangi ya njano ni rahisi kuitambua katika mwanga hafifu au katika hali mbaya ya hewa. Kwasababu hizi mabasi ya shule ni ya njano duniani kote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_12', 3, 'Kwanini hakuna mikanda ya viti?', 'assets/topic/busseat.jpg', 'Inaweza kuwa unambiwa na dereva mara kwa mara "funga Mkanda" sasa kwanini haya magari hayana mikanda ya viti?. Umeshawahi kuwaza juu ya hilo?. Ni kwasababu mikanda ya viti haifanyi kazi kwenye mabasi kama ilivo kwenye magari ya kawaida. Viti vya Mabasi vilivyowekwa karibu huwa na matumizi sawa na mikanda ya viti. Inawalinda wasafiri wasirushwe rushwe. Sasa unajua kuwa wapo salama bila hata mikanda ya viti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_13', 0, 'Gari la shule lina rangi gani?', 'assets/topic/yellowbustoy.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 1, 1, 'Njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 0, 1, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 0, 2, 'zambarau-buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 0, 3, 'waridi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_18', 0, 'Chagua aina tofauti za Mabasi', 'assets/topic/differentbusses.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 1, 'Basi la Kuvutwa na Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 2, 'Basi la injini ya Mvuke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 3, 'Basi la umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 4, 'Basi linaoendeshwa kwa dizeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 0, 1, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 0, 2, 'Gari moshi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_25', 0, 'Chagua basi lililozuliwa kwa Mpangilio.', 'assets/topic/busorder.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 1, 'Basi la Kuvutwa na Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 2, 'Basi la injini ya Mvuke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 3, 'Basi la umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 4, 'Basi linaoendeshwa kwa dizeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 5, 'Basi la juu na chini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_31', 0, 'Watu huendesha juu ya basi linalovutwa na farasi', 'assets/topic/horsebus.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_31', 1, 1, 'kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_31', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_34', 0, 'Rangi ya njano ni rahisi kuitambua katika mwanga Hafifu au katika hali mbaya ya hewa.', 'assets/topic/businsnow.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_34', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_34', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_37', 0, 'Kuna mikanda ya viti katika basi.', 'assets/topic/busseat.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_37', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_37', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_40', 0, 'Oanisha picha kwa majina yao', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 1, 'assets/topic/historybus.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 2, 'Basi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 3, 'assets/topic/bussteering.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 4, 'Usukani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 5, 'assets/topic/buswheel.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 6, 'Tairi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Vehicles', 2, 'Vehicles', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 1, 'Auto rickshaw_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 2, 'Auto rickshaw_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 3, 'Auto rickshaw_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 4, 'Auto rickshaw_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 5, 'Auto rickshaw_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 6, 'Auto rickshaw_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 7, 'Auto rickshaw_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 8, 'Auto rickshaw_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 9, 'Auto rickshaw_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 10, 'Auto rickshaw_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 11, 'Auto rickshaw_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 12, 'Auto rickshaw_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 13, 'Auto rickshaw_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 14, 'Auto rickshaw_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 1, 'Tractor_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 2, 'Tractor_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 3, 'Tractor_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 4, 'Tractor_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 5, 'Tractor_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 6, 'Tractor_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 7, 'Tractor_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 8, 'Tractor_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 10, 'Tractor_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 11, 'Tractor_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 12, 'Tractor_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 13, 'Tractor_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 14, 'Tractor_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 1, 'Boat_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 2, 'Boat_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 3, 'Boat_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 4, 'Boat_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 5, 'Boat_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 6, 'Boat_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 7, 'Boat_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 8, 'Boat_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 9, 'Boat_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 10, 'Boat_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 11, 'Boat_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 12, 'Boat_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 13, 'Boat_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 14, 'Boat_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 1, 'Airplane_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 2, 'Airplane_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 3, 'Airplane_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 4, 'Airplane_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 5, 'Airplane_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 6, 'Airplane_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 7, 'Airplane_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 8, 'Airplane_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 9, 'Airplane_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 10, 'Airplane_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 11, 'Airplane_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 12, 'Airplane_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 13, 'Airplane_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 14, 'Airplane_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 15, 'Airplane_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 1, 'Train_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 2, 'Train_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 3, 'Train_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 4, 'Train_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 5, 'Train_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 6, 'Train_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 7, 'Train_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 8, 'Train_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 9, 'Train_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 10, 'Train_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 11, 'Train_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 12, 'Train_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 13, 'Train_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 1, 'Trucks_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 2, 'Trucks_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 3, 'Trucks_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 4, 'Trucks_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 5, 'Trucks_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 6, 'Trucks_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 7, 'Trucks_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 8, 'Trucks_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 9, 'Trucks_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 10, 'Trucks_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 11, 'Trucks_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 12, 'Trucks_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 13, 'Trucks_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 14, 'Trucks_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 15, 'Trucks_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 16, 'Trucks_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 1, 'Bicycle_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 2, 'Bicycle_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 3, 'Bicycle_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 4, 'Bicycle_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 5, 'Bicycle_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 6, 'Bicycle_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 7, 'Bicycle_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 8, 'Bicycle_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 9, 'Bicycle_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 10, 'Bicycle_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 11, 'Bicycle_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 12, 'Bicycle_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 13, 'Bicycle_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 1, 'Car_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 2, 'Car_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 3, 'Car_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 4, 'Car_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 5, 'Car_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 6, 'Car_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 7, 'Car_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 8, 'Car_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 9, 'Car_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 10, 'Car_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 11, 'Car_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 12, 'Car_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 13, 'Car_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 1, 'Bus_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 2, 'Bus_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 3, 'Bus_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 4, 'Bus_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 5, 'Bus_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 6, 'Bus_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 7, 'Bus_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 8, 'Bus_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 9, 'Bus_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 10, 'Bus_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 11, 'Bus_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 12, 'Bus_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 13, 'Bus_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 14, 'Bus_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 0, 'Auto rickshaw'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 1, 'Tractor'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 2, 'Boat'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 3, 'Airplane'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 4, 'Train'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 5, 'Trucks'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 6, 'Bicycle'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 7, 'Car'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 8, 'Bus'); diff --git a/scripts/Wanyama.sql b/scripts/Wanyama.sql new file mode 100644 index 0000000..7ffa659 --- /dev/null +++ b/scripts/Wanyama.sql @@ -0,0 +1,520 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra', 2, 'Pundamilia', 'assets/topic/zebra.svg', 'pamoja na alama zao za milia myeupe na myeusi, ni nani hatoweza kumtambua Pundamilia! Pundamilia ni mnyama mwenye kwato moja ambao asili yao ni Afrika. Pundamilia ni jamii ya familia ya farasi na wana husiana sana na farasi na Punda. Kwasasa Pundamilia Ni miongoni mwa wanyama walio hatarini kutoweka, kwa orodha ya 2500 - 2700 duniani.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_3', 1, 'Ninaweza kumchora Pundamilia', 'assets/topic/zebraStripless_3.svg', 'Chora Milia kwa kutumia rangi nyeusi kwenye mnyama kubuni Pundamilia', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_3', 2, 1, 'assets/topic/zebraStripless_3.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_5', 1, 'Kubuni Pundamilia', 'assets/topic/zebrahandprint_6.svg', 'Buni Pundamilia kufuatisha Mchoro', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_5', 2, 1, 'assets/topic/zebrahandprint_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_7', 1, 'Sehemu yangu ya kubuni ya kuhifadhia Pundamilia', 'assets/topic/zebra_8.svg', 'kwa kutumia Picha, Buni hifadhi ya Pundamilia', 'zebra'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_7', 2, 1, 'assets/topic/zebra_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_9', 1, 'Alama za Pundamilia barabarani', 'assets/topic/zebracrossing_10.svg', 'Chora alama za Pundamilia kusaidia watu kuvuka barabara', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_9', 2, 1, 'assets/topic/zebracrossing_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_11', 3, 'Kuangalia kati ya uzao wa Familia yao', 'assets/topic/zebra_5.jpg', 'Pundamilia ni asili ya Bara la Afrika. Mara nyingine tunafikiri Pundamilia ni Farasi wenye MIlia. Hapana, hauko sahihi. Pundamilia ni jamii ya familia ya Farasi lakini ni wa kipekee sana. Lakini wana uhusiano wa karibu na Farasi, pamoja na Punda. Kuna aina tatu tofauti za Pundamilia. Pundamilia wa tambarare, pundamilia wa milimani na pundamilia wa nusu kame. Pundamilia wa tambarare wanapatikana kwenye ardhi yenye nyasi isiyokuwa na miti na katika misitu ya mashariki na kusini mwa Africa. Pundamilia wa milimani asili yao ni katika ukanda wa milimani wa kusini magharibi mwa Africa. Pundamilia wa nusu kame wanapatikana katika maeneo machache ya Kenya na Ethiopia. Pundamilia wa nusu kame wana uzito wa kati ya kilo 350 - 450. Pundamilia wa milimani wana uzito wa kati ya 240 hadi 372 na pundamilia wa tambarare wana uzito wa kilo 350. Wow huo ni uzito haswa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_12', 0, 'Je Pundamilia ni jamii ya Farasi?', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_12', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_12', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_15', 3, 'Tabia ya kipekee ya rafiki Milia', 'assets/topic/zebraArticle_9.jpg', 'Pundamilia wanaishi kwenye makundi ya kifamilia wakiongozwa na Pundamilia wa kiume mwenye pundamilia wa kike wengi na watoto. Pundamilia wa kiume anajulikana kama fahali.Pundamilia wa kike anajulikana kama Pundamilia jike. Pundamilia mtoto anajulikana kama Kihongwe. Mara nyingi Pundamilia hula Nyasi na wanaweza kusafiri hadi umbali wa maili 1800 kutafuta chakula. Kuwa wanyama wala Mimea, wakati mwingine hula Magome ya miti, matawi na pia Majani. Pundamilia Jike hubeba mimba kwa muda wa miezi 12 hadi 14. Pundamilia watoto huwa na uzito wa kilo 25 had 40 wanapozaliwa. Punde baada ya kuzaliwa, Pundamilia watoto wana uwezo wa kutembea na kukimbia. Pundamilia hujitegemea wanapofikisha umri wa miaka 3 hadi 6. Uhai wa Pundamilia ni kati ya miaka 30 hadi 40. Je! tabia hizi sio za kipekee?.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_16', 0, 'Chagua neno sahihi', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_16', 1, 1, 'Mla mimea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_16', 0, 1, 'Mla Memia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_16', 0, 2, 'Memia Mla'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_20', 3, 'Muungano wa kijamii wa Pundamilia', 'assets/topic/zebra_5.jpg', 'Mara nyingi Pundamilia hupatikana kwenye makundi mengine ya wanyama, hususani wanyama pori kwa ajili ya usalama wa idadi yao. Mara nyingi Kundi kubwa la wanyama huwachanganya wanyama wala Nyama. Pundamilia wana njia kadhaa za kuwasiliana na wengine. Ishara ya uso kama kufungua macho kwa mapana au kukenua meno, vyote vikiashiria vitu. Pia wanabweka, wanatoa milio na kukoroma ili kueleweka. Hata uwekaji wa masikio yao hutoa ishara za hisia zao. Wanaweza kuzungusha masikio yao kuelekea mwelekeo wowote. Pundamilia hulala wakiwa wamesimama na inapendeza sana. Unafikiri unaweza kulala ukiwa umesimama? na, hulala endapo wapo salama kwenye makundi yao. Je!, Muungano wa jamii yao haushangazi?.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_21', 3, 'Ukweli Muhimu ambao Pundamilia hubeba', 'assets/topic/zebra_5.jpg', 'Jina la Kingereza la Pundamilia ni Zebra. Hii inapendeza sana! hakuna Pundamilia wawili wenye Milia miwili inayofanana. Wapo kama alama za vidole vyetu. Wow!. Lazima kutakua na tofauti kubwa ya chati zao! Alama za Pundamilia zimetokana na milia myeusi na myeupe ya Pundamilia. Alama za Pundamilia pia zinajulikana kama Kivuko cha watembea kwa miguu. Sasa huo sio uhamasishaji?. Pundamilia wenye kasi zaidi. Ukweli ni kwamba wana uwezo wa kukimbia hadi maili 65 kwa saa. Sasa hii ni kasi kweli!. Pundamilia huonekana wazuri na rafiki, lakini wanaweza kuwa wanyama wenye fujo pia! Ung''ataji wao wa kutoboa na mateke yenye nguvu vinatosha kusababisha uharibu mkubwa na mara nyingine hata kuua.! hiyo ni Tahadhari!. Kuwa mbali na wanyama wenye milia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_22', 0, 'Chagua neno sahihi', 'assets/topic/zebraAfrica_39.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_22', 1, 1, 'Afrika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_22', 0, 1, 'Rikafa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_22', 0, 2, 'Karifa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_26', 0, 'Chagua neno sahihi', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_26', 1, 1, 'Pundamilia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_26', 0, 1, 'Miliapunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_26', 0, 2, 'ndapumilia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_30', 0, 'Pundamilia ni mnyama mzuri sana, lakini anaweza kuwa____.', 'assets/topic/zebraArticle_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_30', 1, 1, 'na fujo sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_30', 0, 1, 'Rafiki sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_30', 0, 2, 'Mkali sana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_34', 0, 'Hakuna miwili ____________ inayofanana.', 'assets/topic/zebraArticle_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_34', 1, 1, 'Milia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_34', 0, 1, 'Mikia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_34', 0, 2, 'Chati'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_38', 0, 'Pundamilia ni Mnyama mla Mimea?', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_38', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_38', 0, 1, 'hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_41', 0, 'Oaisha sehemu kukamilisha Picha', 'assets/topic/zebra_5.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 1, 'assets/topic/zebraEars_35.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 2, 'Sikio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 3, 'assets/topic/zebraLegs_36.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 4, 'Mguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 5, 'assets/topic/zebraTail_37.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_41', 1, 6, 'Mkia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird', 2, 'Cherero machungwa', 'assets/topic/lovebird.svg', 'Ndege huyu mzuri kimuonekano ana jina zuri kama muonekano wake, anaitwa Cherero Machungwa. Ana muonekano kama wa Kasuku mdogo. Ndege huyu wa kushangaza, awali aligunduliwa na mchunguzi mjerumani Gustav Fischer katika karne ya 19, ndio maana hufahamika kwa jina la kiingereza Fischer''s Lovebird, yaani "Cherero Machungwa"', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_3', 1, 'Cherero machungwa wangu mdogo mzuri', 'assets/topic/lovebirdtemp_4.svg', 'Chagua picha na ubuni ya Cherero Machungwa', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_3', 2, 1, 'assets/topic/lovebirdtemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_5', 1, 'Ninaweza kutengeneza Cherero machungwa wa peke yangu', 'assets/topic/lovebirdtemp_6.svg', 'Tumia vifaa vya uchoraji kuchora, kupaka rangi na kubuni yako ya Cherero Machungwa', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_5', 2, 1, 'assets/topic/lovebirdtemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_7', 1, 'Ndege wangu mtakatifu', 'assets/topic/lovebirdtemp_8.svg', 'Kwa kutumia picha na vifaa vya kuchorea, buni nyumba ya ndege kwaajili ya Cherero Machungwa wako.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_7', 2, 1, 'assets/topic/lovebirdtemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_9', 1, 'isiyo rangi hadi yenye rangi', 'assets/topic/lovebirdtemp_10.svg', 'Mpake rangi Cherero Machungwa kwa kutumia rangi tofauti upendeleazo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_9', 2, 1, 'assets/topic/lovebirdtemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_11', 3, 'Uelewa Mdogo kuhusu ndege mdogo', 'assets/topic/lovebirdArticle_6.jpg', 'Asili ya Cherero Machungwa ni Afrika ya kati. Cherero Machungwa hukaa katika sehemu yenye makundi ya miti iliyojitenga pamoja na nyasi katikati yake. Kiujumla hukaa katika urefu wa mita 1100 hadi 200 juu ya uso wa bahari, na mara nyingi karibu na maji. Ndege hawa wadogo huweka makazi yao katika matobo ya miti, miamba na vichaka vilivyopo porini. Mara kwa mara hukaa kimakundi katika viota vyao au hujichukua wawili wawili kwenda kutengeneza makazi yao wenyewe. Cherero Machungwa huweza kuishi miaka 15 hadi 25.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_12', 0, 'Asili ya Cherero machungwa ni wapi?', 'assets/topic/zebraAfrica_39.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_12', 1, 1, 'Afrika ya kati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_12', 0, 1, 'Marekani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_12', 0, 2, 'India'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_16', 3, 'Muonekano wake wa kuvutia', 'assets/topic/fischerslovebird_7.jpg', 'Cherero Machungwa wana maumbo madogo kulinganisha na Kasuku. Kwa urefu wa inchi 5.5 na uzito wa gramu 43 hadi gramu 58 wanakaribia kuonekana kama mwanasesere wa Kasuku. Mbali na udogo wa maumbo yao, ni wajasiri, wadadisi na hupaa kila wakati. Cherero Machungwa pia hujulikana kwa macho yao ya duara. Wana utepe mweupe wa duara kuzunguka macho yao. Cherero Machungwa wana rangi Mchanganyiko. Rangi ya Machungwa. Nyekundu, Njano, Kijani , Buluu, Kijivi, nyeupe na waridi nzuri na za ajabu zilizoenea kote katika miili yao midogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_17', 0, 'Tambua Sehemu za mwili na oanisha pamoja na majina yake', 'assets/topic/fischerslovebird_7.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 2, 'assets/topic/birdtail_31.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 3, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 4, 'assets/topic/birdbody_33.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 5, 'Mdomo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 6, 'assets/topic/birdbeak_35.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 7, 'Nyoya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 8, 'assets/topic/birdfeather_37.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 9, 'Mguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_17', 1, 10, 'assets/topic/birdfeet_39.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_28', 3, 'Kupata kujua Tabia', 'assets/topic/lovebirdArticle_6.jpg', 'Cherero Machungwa huonyesha ushikiriano wa kijamii zaidi. Mara kwa mara huonekana wakiwa wawili wawili. Kama Cherero Machungwa wakitengana kutoka kwenye makundi yao huuzunika. Cherero Machungwa hupaa kwa kasi. Wana kasi sana kiasi kwamba mabawa yao husikika wakati wakipaa. Viumbe hivi vina rundo la sauti mbalimbali. Huendelea kuimba na kupiga filimbi siku nzima. Sauti zao husikika vizuri zaidi nyakati za asubuhi na jioni. Sauti zao nyembamba huvutia kusikika. Ni ndege wa kimakundi na hupendelea kuzungumza kwa pamoja. je! hiyo sio tabia ya kuvutia?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_29', 0, 'Mtoto__________', 'assets/topic/lovebirdchick_34.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_29', 1, 1, 'Vifaranga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_29', 0, 1, 'Ndama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_32', 3, 'kuhusu vifaranga', 'assets/topic/lovebirdEgg_10.jpg', 'Cherero Machungwa hulalia mayai kwa msimu kutoka Januari hadi Julai. Mayai hulaliwa katika Matobo ya miti. Maya huwa na rangi nyeupe na kawaida huwa 4 mpaka 8. Cherero Machungwa wa kike hutamia mayai kwa muda wa siku 21 had 23 mpaka yatakapo anguliwa yote. Watoto wadogo hutunzwa kwenye viota kwa siku 38 had 42 baada ya kuanguliwa. Watoto wa Cherero Machungwa huitwa Vifaranga. Cherero machungwa wa kike hulisha vifaranga wakati wakiwa ndani ya kiota. Cherero Machungwa wa kiume hufundisha vifaranga kula vyakula vya kawaida. Hiyo hufanya familia yenye furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_33', 0, 'Cherero machungwa hutengeneza nyumba zao ndani ya maji', 'assets/topic/lovebirdArticle_6.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_33', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_33', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_36', 3, 'Ukweli Muhimu usioweza kuepukika', 'assets/topic/lovebirdArticle_6.jpg', 'Cherero Machungwa huhifadhiwa kama mifugo dunia kote.. Natumaini umeshuhudia!. Ndege hawa hulishana mara kwa mara. Ndege mmoja husafirisha chakula kwenda kwa ndege mwingine. Sasa tumefahamu ni kwa jinsi gani ndege hawa huwakilisha jina lao. Kiujumla kuna aina 9 tofauti za Cherero Machungwa. Kasuku anayening''inia ambaye hupatikana Asia ni jamii yao ya karibu. Cherero Machungwa wana mpangilio mzuri wa chakula. wanakula Mbegu, beri, matunda na mara moja moja hula wadudu wadogo wa porini. Mara nyingine hufurahia kula mtama na mahindi. Hivyo hubeba jina la "ndege wala mazao". Cherero Machungo, kiasili wana fujo. Huwa na wivu kiasi au hughafilika pindi ndege wengine waingiapo kwenye kundi lao. Hivyo, kuwa mwangalifu, marafiki wadogo huwa na hasira pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_37', 0, 'Cherero Machungwa aligunduliwa na __________Mchunguzi, Gustav Fuscher.', 'assets/topic/fischerslovebird_7.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_37', 1, 1, 'Mjerumani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_37', 0, 1, 'Mchina'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_37', 0, 2, 'Muafrika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_41', 0, 'Gustav_________', 'assets/topic/fischerslovebird_7.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_41', 1, 1, 'Fischer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_41', 0, 1, 'Marvel'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_44', 0, 'Ring___________', 'assets/topic/lovebirdEye_40.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_44', 1, 1, 'Macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_44', 0, 1, 'Mkia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant', 2, 'Siafu safari wa kiafrika', 'assets/topic/ant.svg', 'Msiende kwa kiwango. Kiwango hakihusiani kwa hawa Siafu Safari. Wanajulikana zaidi kama Siafu dereva na wanapatikana Afrika. Japokua haijazoeleka, Siafu Safari huua Binadamu. Ndio!, Unasoma sasa. Siafu mdogo anaweza kuutoa uhai wa binadamu, Hii inaogopesha sana.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_3', 1, 'Mpake rangi Siafu Safari', 'assets/topic/anttemp_4.svg', 'Mpake rangi Siafu Safari kwa kutumia rangi za chaguo lako.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_3', 2, 1, 'assets/topic/anttemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_5', 1, 'Ninaweza kumchora Siafu Safari', 'assets/topic/anttemp_6.svg', 'Tumia vifaa vya kuchorea kuchora picha ya Siafu Safari', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_5', 2, 1, 'assets/topic/anttemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_7', 1, 'Msafara wa Siafu Safari', 'assets/topic/anttemp_8.svg', 'Tumia picha kubuni msafara wa Siafu Safari', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_7', 2, 1, 'assets/topic/anttemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_11', 3, 'Tujue kuhusu Mdudu hatari', 'assets/topic/Safari_ant_8.jpg', 'Siafu Safari pia wanajulikana kama Siafu Dereva na Saifu. Hawa wanapatikana Afrika ya kati na Mashariki. Pia wanapatika Asia. Kwa kingereza wanaitwa Ant. Hawa wadudu wanaishi kwa kuhamahama. Wanajongea kutoka sehemu moja kwenda sehemu nyingine. Koloni hili katili la Siafu safari hubadilisha sehemu wanazoishi kila siku. Utafutaji wao wa mawindo unahusisha kupanda kwenye miti na vichaka. Wachapakazi waliotulia, au sio?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_12', 0, 'Siafu safari wa kiafrika pia anajulikana kama__________', 'assets/topic/safariAnt_3.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_12', 1, 1, 'Siafu dereva'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_12', 0, 1, 'Siafu joka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_12', 0, 2, 'Siafu Kiongozi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_16', 0, 'Tabia _______', 'assets/topic/safariAnt_3.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_16', 1, 1, 'Kuhamahama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_16', 0, 1, 'Uvivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_16', 0, 2, 'Fujo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_20', 3, 'Mzunguko wa maisha ya Siafu hodari', 'assets/topic/safariAnt_9.jpg', 'Siafu Safari wanajulikana kama canivora. Hawa siafu wanajulikana kuwa wawindaji hodari. Wanatumia Idadi yao kuua Windo lao. Mgawanyo wa chakula unapokua mdogo, wanaondoka kwenye kichuguu na kuunda msafara unaoongozana wa Siafu 50,000,000. Hili ni tatizo haswa kwa watu. hususani kwa msafara kama huu kwenda majumbani, ni tatizo kubwa sana. Ni hatari kwa mtu asiyeweza kutoka kwenye njia yao. kwa kutumia taya zao kali zinazokata, hawa Siafu hushambulia kila kinachokatiza mbele yao. Inaweza kuwa Nyoka, Ndege, Mamalia na hata Binadamu. Ni wakali sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_21', 0, 'Msafara wa Siafu Safari unaweza kusafiri ______', 'assets/topic/safariAnt_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_21', 1, 1, 'Siafu 20'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_21', 0, 1, 'Siafu 100'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_21', 0, 2, 'Siafu 10'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_25', 0, 'Kukata__________', 'assets/topic/safariAntJaw_26.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_25', 1, 1, 'Taya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_25', 0, 1, 'Macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_25', 0, 2, 'Antena'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_29', 3, 'Ukweli muhimu wa kujua', 'assets/topic/Safari_ant_8.jpg', 'Siafu Safari anaweza akasafiri umbali wa mita 20 ndani ya lisaa. Sio Mbaya… Siafu safari wanachukuliwa kuwa wadudu wauaji zaidi duniani. Wanaweza kumla binadamu na kumla binadamu akabaki mifupa kwa muda wa masaa 4. Kuwa na tabia ya kuhamahama, hawa wadudu huhamia sehemu mpya kila siku. Hawa wadudu wadogo wana taya imara sana. Mmoja anaweza akaivuta mara mbili bila kupoteza kushikilia kwake. Siafu safari wa kiume hujulikana kama Nzi Soseji. Huitwa jina hilo kwasababu ana tumbo lililovimbiana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_30', 0, 'Nzi ____________', 'assets/topic/safariAnt_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_30', 1, 1, 'Soseji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_30', 0, 1, 'Nyumba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_30', 0, 2, 'Muuaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_34', 0, 'Siafu Safari wa kiume anaitwaje?', 'assets/topic/Safari_ant_8.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_34', 1, 1, 'Nzi Soseji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_34', 0, 1, 'Nzi tumbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_34', 0, 2, 'Nzi Mnyonyaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_38', 0, 'Siafu safari anaweza kumla binadamu akabaki mifupa kwa lisaa limoja', 'assets/topic/safariAnt_3.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_38', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_38', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile', 2, 'Mamba', 'assets/topic/crocodile.svg', 'Ni nani asiyemtambua hayu mnyama wa majini? Mamba……….hawaogopeshi!?. Mamba ni wanyama watambaao, na ni mojawapo wa wanyama wala nyama wanaoogopesha zaidi duniani. Kuna zaidi ya aina 23 tofauti za Mamba duniani. Wanyama hawa wa kuogopesha ni mojawapo ya viumbe vya kale duniani. Wameakuwepo duniani tangu miaka milioni 240 iliyopita. Ni wanyama wa kale haswa!', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_3', 1, 'Mtambaaji anaeogopesha zaid', 'assets/topic/crocodiletemp_4.svg', 'Chora vipimo katika picha uliyopewa ya Mamba. Mfanye mamba mwenye kuogopesha.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_3', 2, 1, 'assets/topic/crocodiletemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_5', 1, 'Angalia nilichokichora', 'assets/topic/croctemp_6.svg', 'Tumia vifaa vya kuchorea kuchora,kupaka rangi na kubuni picha ya mamba', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_5', 2, 1, 'assets/topic/croctemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_7', 1, 'Tahadhari - maogeo ya mamba', 'assets/topic/croctemp_8.svg', 'Tumia picha na vifaa vya kuchorea,buni kundi la mamba wakiwa majini pamoja na ubao wenye tahadhari', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_7', 2, 1, 'assets/topic/croctemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_9', 1, 'Mamba maarufu mwenye rangi', 'assets/topic/croctemp_10.svg', 'Paka rangi katika picha ya mamba ukitumia rangi upendazo. Ongezea na gauni, kofia au mapambo yoyote na umuweke aonekane mamba maarufu', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_9', 2, 1, 'assets/topic/croctemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_11', 3, 'Kupata kujua mnyama pori mla nyama', 'assets/topic/crocodile_7.jpg', 'Dubwana kubwa mwenye kuogopesha kwenye maji ni mnyama mla nyama. Kula kwake nyama, hufurahia kula ndege, samaki na hata mamalia. Wakati mwingine hushambulia binadamu pia. Mamba watoto pia ni windo rahisi kwa Mnyama huyu. Inaonekana kushangaza ila ni ukweli. Hawahurumii mamba wadogo pia. Ukiachilia mbali kuwekwa katika kundi la reptilia, mamba wana ufanano wa karibu zaidi na Dinosau. Inaaminika waliishi na dinosau na ndege. Hatuwaoni tena dinosau lakini Mamba bado wanaishi. Hii inastaajabisha kweli.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_12', 0, 'Mamba ni mnyama mwenye damu __________', 'assets/topic/crocodile_8.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_12', 1, 1, 'Baridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_12', 0, 1, 'Joto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_12', 0, 2, 'Moto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_16', 3, 'Vipengele vya kushangaza vya mkubwa', 'assets/topic/crocodile_8.jpg', 'Viumbe hivi jirani, vikubwa, vinatofautiana ukubwa na uzito. Mamba mkubwa kabisa anaweza kukua kati ya urefu wa futi 13 hadi 18 na uzito wa paundi 2200. Aliye mdogo na mfupi katika familia ya mamba anaweza kuwa na urefu wa futi 5 na uzito wake ni kati ya paundi 40 hadi 70. Sasa,kwa kuwa mlaji halisi wa nyama,dubwana huyu wa kwenye maji ana meno ishirini na nne yenye ukali. Ngozi zao za migongoni zina muundo wa mifupa ambayo huwa kama kizuia risasi. Ngozi zao za kwenye tumbo za kawaida. Hatimaye, ana kitu cha kawaida. Wana pua ndefu zinazotofautiana kimaumbo na kiuwiano. Matundu ya pua, macho na masikio funguzi ni sehemu za juu za kichwa. Mwili wa mamba unahuisha pamoja na miguu yao yenye utando kwa nje. Hizo ndo sehemu za kushangaza za mwili wa dubwana kubwa la majini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_17', 0, '____________risasi', 'assets/topic/bullet_37.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_17', 1, 1, 'Kizuia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_17', 0, 1, 'Koti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_17', 0, 2, 'Mashine'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_21', 0, '___________ makali', 'assets/topic/crocTeeth_32.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_21', 1, 1, 'Meno'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_21', 0, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_21', 0, 2, 'Macho'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_25', 3, 'Mvuto wa tabia ya kula ya mamba', 'assets/topic/crocodile_9.jpg', 'Mamba ni mnyama mla nyama. Hii inamaainsha wanakula nyama tu. Kula ni jambo lenye kufurahisha haswa pale tunapokula chakula tukipendacho. Tunatafuna na kutafuna na kuendelea kutafuna. Sasa, komea hapo, mamba hula vyakula wavipendavyo pia. Lakini, kula kwa wanyama hawa wa majini ni kwa kumeza. Wanatumia meno yao yaliyo imara na makali kurarua windo katika vipande vikubwa baada ya kuwabana chini kwenye taya zao. Wanameza mawe punde tu wanapokula mawindo yao kwaajili ya umeng`enyaji. Mawe hayo yanasaidia kusaga chakula ndani ya matumbo yao. Hicho sicho kitu chenye kuvutia!? Sasa, kuwa mwangalifu!, usifanye kama wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_26', 0, 'Tambua sehemu za mwili kisha oanisha pamoja na majina yake', 'assets/topic/crocodile_7.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 1, 'Miguu Utando'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 2, 'assets/topic/crocfeet_30.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 3, 'Meno'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 4, 'assets/topic/crocTeeth_32.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 5, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 6, 'assets/topic/crocTail_34.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 7, 'Macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 8, 'assets/topic/crocEye_36.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 9, 'Pua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_26', 1, 10, 'assets/topic/crocSnout_38.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_37', 3, 'Kidogo zaidi kwenye ulimwengu wa mamba', 'assets/topic/crocodile_7.jpg', 'Mamba ni wanyama damu baridi. Wanabadili joto la miili yao kutokana na mazingira waliyopo. Hiyo ina maanisha ni kama vile kiyoyozi. Kama wakihitaji mwili wenye joto basi watajianika juani. Kama wakihitaji baridi kidogo, basi huhamia kwenye maji. Wanyama hawa wenye nguvu wana milango ya fahamu hodari. Uhodari wa Hisia zao unawafanya wawe wanyama wala nyama kamili. Tunaweza kuona usiku? ni kweli tunaweza, lakini tunahitaji mwanga kutuongoza. Si sawa kwa rafiki yetu mamba. Maono yao ya usiku yako vizuri sana. Vivyo hata uhisi wao wa harufu na kusikia. Pamoja na hivi vipengele vyenye nguvu, Mamba huishi kuanzia miaka 50 hadi 60 na mara pengine hadi miaka 80. Maisha marefu kwa mnyama mkubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_38', 0, 'Mamba anaweza kuishi hadi miaka 1000', 'assets/topic/crocodile_30.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_38', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_38', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_41', 0, 'Mamba ni wanyama wala nyama', 'assets/topic/crocodile_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_41', 1, 1, 'Ndio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_41', 0, 1, 'Hapana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_44', 3, 'Ukweli wenye kushangaza wa mamba', 'assets/topic/crocSnout_38.jpg', 'Machozi ya mamba - Umewahi kusikia hili mahali? Mamba hutoa machozi wanapokula. Hapana,sio kwaajili ya Windo lilokufa, lakini kwaajili wanameza hewa nyingi inayoenda kugusa tezi za machozi na hivyo machozi hutiririka. Mamba wana miongoni mwa uumaji wa nguvu sana katika dunia yote ya wanyama. Hivyo ni dubwana la kwenye maji. Ulijua kwamba mamba ni waogeleaji Hodari? Wanaweza kuogelea kwa kasi ya maili 25 kwa saa. Uwezo wake unatokana na mkia wenye nguvu. Wow ni mkia wenye nguvu hakika!. Mamba mara nyingi wanaonekana taya zao zikiwa wazi kwa upana. Nani anaweza akajua ni kwanini!? Ukweli wanafungua taya zao ili kujipoza wenyewe kwasababu hawana tezi za jasho. Mamba jike hulalia mayai 20 hadi 80 kisha huyatunza kwa miezi 3. Hii kweli inashangaza.!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_45', 0, '___________ ya Mamba', 'assets/topic/crocEye_36.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_45', 1, 1, 'Machozi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_45', 0, 1, 'Keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_45', 0, 2, 'Makosa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion', 2, 'Simba', 'assets/topic/lion.svg', 'content(Swahili)', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_3', 1, 'Mnyama mkuu', 'assets/topic/africa-1300562.svg', 'Mfalme wa msitu. Paka mkubwa. Mfalme wa wanyama. Simba anajulikana katika historia kwa ujasiri wake na ushupavu. Mnyama huyu mkuu anachukuliwa kuwa Paka mkubwa wa pili duniani. Huyu kweli ni kiumbe mwenye kuvutia!', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_3', 2, 1, 'assets/topic/africa-1300562.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_5', 1, 'Angalia nilichokichora', 'assets/topic/Lion_clipart.svg', 'Tumia vifaa vya uchoraji kuchora,kupaka rangi na kubuni picha ya simba', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_5', 2, 1, 'assets/topic/Lion_clipart.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_7', 1, 'Kiburi cha Simba', 'assets/topic/tree-576848.svg', 'Tumia picha na vifaa vya uchoraji kubuni kundi la simba', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_7', 2, 1, 'assets/topic/tree-576848.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_9', 1, 'Uchawi/maajabu hivi punde', 'assets/topic/lioness.svg', 'Ongezea ukuu wa simba ukitumia vifaa vya uchoraji kwenye uso wa simba jike na umtengeneze simba dume', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_9', 2, 1, 'assets/topic/lioness.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_11', 3, 'Historia ya Simba', 'assets/topic/pexels-photo-627667.jpeg', 'Mfalme mkuu wa msitu alivamia mara moja sehemu kubwa ya afrika na baadhi ya sehemu za asia na Ulaya. Leo wanapatikana Sahara Ndogo ya Afrika. Idadi ndogo sana ya Simba wa Asia wamesalimika India. Simba waliongezeka Afrika kati ya miaka milioni 1 na 800,000. Simba mara kwa mara wanapungua lakini hawawi hatarini.Tunatumaini mfalme wetu wa msitu atabaki na kuendelea kuongezeka kidadi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_12', 0, 'Chagua chakula cha simba', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 1, 1, 'assets/topic/deer-2264354__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 1, 2, 'assets/topic/animals-1782431__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 1, 3, 'assets/topic/rabit-2808713_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 1, 4, 'assets/topic/zebra-1141302_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 0, 1, 'assets/topic/still-life-562357_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 0, 2, 'assets/topic/basket-605148__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 0, 3, 'assets/topic/popcorn-1554145__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_12', 0, 4, 'assets/topic/cake-1227842__340.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_21', 3, 'Tuelewe hila ya mwili', 'assets/topic/pride-48373__340.png', 'Mfalme wa Ajabu ana misuli, Paka mwenye kifua kikubwa. Ana kichwa kifupi cha duara, shingo fupi na masikio ya duara. Kuna kifundo cha nywele mwishoni mwa mkia. Mfalme ni mkubwa kuliko malkia. Mfalme ana uzito kati ya kilo 150 na 250. Kwa upande wa urefu Simba dume ni mrefu kuliko simba jike. Malkia ana uzito kati ya kilo 120 hadi 182. Simba dume ana ukuu. Kiumbe kikuu kina misha mafupi. Wanaishi takribani miaka 15. Lakini simba waliohifadhiwa wataendelea kuishi miaka 30.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_22', 0, 'Simba ni _______________', 'assets/topic/africa-17344_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_22', 1, 1, 'Mfalme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_22', 0, 1, 'assets/topic/lions-1660044_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_22', 0, 2, 'Shati'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_26', 0, 'Kunguruma _______________', 'assets/topic/lion-3012515__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_26', 1, 1, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_26', 0, 1, 'assets/topic/raven-2162966__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_26', 0, 2, 'assets/topic/ant-564617_960_720.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_30', 0, 'Kujali _____________', 'assets/topic/lion-608251__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_30', 1, 1, 'assets/topic/lion-762698__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_30', 0, 1, 'assets/topic/lion-s-paw-claw-hand.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_30', 0, 2, 'assets/topic/animals-2609490_960_720.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_34', 3, 'Simba na uwindaji wao', 'pexels-photo-627667', 'Simba dume hulinda maeneo yao. Eneo lao lote ni maili 100 za mraba za nyika au mapori ya wazi.Wanyama hawa huweka alama eneo kwa mikojo. Hunguruma kutishia wanyama wengine wanaojaribu kutembea kwenye maeneo yao. Hukimbiza hata wanyama wengine walio kwenye maeneo yao. Simba jike anafahamika kama malkia. Simba jike huwindia kundi la simba dume. Kundi la simba dume hufahamika kama Fahari. Simba jike hufanya kazi pamoja kuwinda Windo. Fahari hufurahia windo lao kwa usawa. Huwagawia na simba wadogo. Wadogo hao huitwa simba Shibli. Shibli hawasaidii kuwinda hadi wafikishe umri wa mwaka 1. Simba hujulikana kwa kufanya kazi pamoja. Wao ni paka pekee wanaobaki kwa Ufahari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_35', 0, 'Simba jike huwinda ______________.', 'assets/topic/lion-693059__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_35', 1, 1, 'Windo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_35', 0, 1, 'Michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_35', 0, 2, 'Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_39', 3, NULL, 'assets/topic/lions-1132745_960_720.jpg', 'Simba wanajulikana kama paka wakubwa. Paka hawa wakubwa wanatabia karibu zote zinazofanana na paka wa kufugwa majumbani. Simba ni wakwezi wazuri. Mara nyingi huonekana juu ya miti wakiangalia maeneo ya kuwinda. Simba hua macho kwa masaa 3 hadi 4 kwa siku. Hebu kufikiria!. Wanatumia siku yao nzima kwa kulala. Wow hiyo ni ajabu!, lakini ni kweli. Hulala milalo mingi isiyo ya kawaida. Wanalalia migongo yao huku mikono yao ikiwa hewani. Tabia hizi hazifanani na paka wa majumbani?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_40', 0, 'Tambua sehemu za mwili na uoanishe na majina yao', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 1, 'Ufalme wa Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 2, 'assets/topic/lion-1281302_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 3, 'Makucha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 4, 'assets/topic/stock-photo--lion-s-paw-with-claws-450899818.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 5, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 6, 'assets/topic/lion-tail-857949__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 7, 'Mngurumo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 8, 'assets/topic/lion-2635913__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 9, 'Simba mtoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 10, 'assets/topic/lion-2990717__340.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_51', 3, 'Ukweli uvutiao kumuhusu mfalme simba', 'assets/topic/Unknown.jpg', 'Kila simba ana mfumo wa ndevu wa kipekee katika kinywa chake. Fikiria idadi ya mifumo! Muungurumo wa simba unaweza kusikika hadi umbali wa maili 3.Hiyo si sauti kubwa!? Mlio wa kutisha! Simba mwenye uzito mkubwa katika rekodi ana uizto wa kilo 375. Huo ni uzito mwingi sana! Simba jike hula nyama kilo 5 kila siku. Simba dume hula nyama kila 7 kila siku. Sasa, hiyo huitwa mlo mzito. Simba jike ni mama mwenye kujali. Antunza hata watoto simba waliotelekezwa. Simba huua chochote kile kuanzia panya, mijusi hadi wanyama pori. Hii ni kweli usalimikaji. Baada ya kubeba mimba kwa siku 105, hatimaye simba jike hujifungua watoto simba 2-3.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_52', 0, 'Simba huwinda kwa kiburi', 'assets/topic/lion-3221778__340.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_52', 1, 1, 'assets/topic/lion-565820_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_52', 0, 1, 'Kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis', 2, 'Afrikanis', 'assets/topic/dog.svg', 'Kwa asili inayotupeleka miaka 7000 iliyopita kwa makadirio, Afrikanis ni moja kati ya aina ya mbwa wa kale wa kiafrika. Afrikanis wanachukuliwa kuwa Mbwa wa Afrika.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_3', 1, 'Afrikanis wangu, Mbwa bora', 'assets/topic/dogtemp_4.svg', 'Kwa kutumia picha, jenga banda la mbwa wako. Andika jina kwenye ubao wa jina kuonesha banda. Mchunge Mnyama wako kwa mfupa. Ongeza mapambo kwa kutumia vifaa vya kuchorea.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_3', 2, 1, 'assets/topic/dogtemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_9', 1, 'Nipake rangi tafadhali', 'assets/topic/dogtemp_10.svg', 'Kwa kutumia rangi za chaguo lako, paka rangi picha ya Mbwa', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_9', 2, 1, 'assets/topic/dogtemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_11', 1, 'Afrikanis aliyerekebishwa', 'assets/topic/dogtemp_12.svg', 'kwa kutumia picha, buni picha ya muda wa furaha wa familia.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_11', 2, 1, 'assets/topic/dogtemp_12.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_20', 1, 'Muda wa kufurahi na familia', 'assets/topic/dogtemp_21.svg', 'Kutumia picha huunda picha ya familia ya furaha.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_20', 2, 1, 'assets/topic/dogtemp_21.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_26', 3, 'Muonekano unaopendwa wa Afrikanis', 'assets/topic/africanisdog_9.jpg', 'Mbwa mara nyingi huchukuliwa kuwa rafiki mzuri wa Binadamu. Hii ni kweli kabisa pale inapokuja kwa jamii ya Mbwa Afrikanis. Kuwa rafiki pamoja na asili Michezo, huyu mbwa ni mnyama ni sahihi kabisa kwa nyumbani. Asili yake ya michezo inamfanya awe rafiki mzuri kwa watoto. ukiachana na kuwa na michezo, ni mungalifu na hutoa rahadhari. Nani hapendi kuwa huru?. Ndio, Sawa kabisa na sisi. Afrikanis pia hupenda kuwa huru. lakini muda huo huo huishi kwa adabu na mmiliki wake. Hata na hivyo anakua na ngozi yenye harara na hasira anapozeeka. Pamoja na yote kila mtu hali yake hubadilika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_27', 0, 'Asili ya aina ya Mbwa Afrikanis ni ______ Kusini.', 'assets/topic/zebraAfrica_39.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_27', 1, 1, 'Afrika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_27', 0, 1, 'Marekani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_27', 0, 2, 'Asia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_31', 3, 'Miili yenye nguvu ya Afrikanis', 'assets/topic/africans_23.jpg', 'Afrikanis wana miili membamba. Hii inawasaidia zaidi wawe rahisi na asili wajongeapo. Wana Mmiili yenye misuli pia. Mbavu zao zinaonekana wanapokua a afya njema. Kutokuwa warefu, wana kimo cha wastani kati ya inchi 20 hadi inchi 24 kwa urefu na uzito wa kilo 25 hadi kilo 45. Ngozi zao zinatofautiana kwa rangi kama nyeusi, kaki mkoleo, Kaki-chokoleti, asali, nyeupe, maziwa na dhahabu. Rafiki Mlaini mzuri ana kichwa chenye shepu ya koni. Je!, huoni anafanya muonekano wa kifalme?.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_32', 0, 'Tambua sehemu za mwili na oanisha na majina yake', 'assets/topic/africans_24.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 2, 'assets/topic/africanisdog_9.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 3, 'Sikio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 4, 'assets/topic/africanisdog_3.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 5, 'Uso'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 6, 'assets/topic/africanisdog_3.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 7, 'Miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 8, 'assets/topic/africans_46.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 9, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_32', 1, 10, 'assets/topic/africans_23.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_43', 3, 'Tabia zinazopendwa za Afrikanis', 'assets/topic/africans_24.jpg', 'Afrikanis ni marafiki sana kwa watoto. Je!, hupendelei kumiliki mmojawapo?. Anafundishika kiurahisi kwa kuwa ana heshima sana kwa mmiliki wake. Ana Mipaka kiasi na Mazingira yake. Hapendelei mtu yeyote aingie kwenye mipaka yake. Haitoenda vyema, akiwa kwenye kundi, kuwa kwake na misuli iliyojengeka, kunamfanya awe na nguvu ya kutembea na kukimbia wa umbali mrefu. Ana Afya kiasi kwa maisha yake yote, lakini wakati mwingine huwa katika hatari ya kuambukizwa Kichaa cha Mbwa. Afrikanis wana asili ya uaminifu na ujasiri. Wanaaminika kuwa maisha yao wamiliki wao. Wow! ni uaminifu wa namna gani huo?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_44', 0, 'Afrikanis ni Mbwa _______.', 'assets/topic/africans_24.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_44', 1, 1, 'Mwenye akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_44', 0, 1, 'Mvivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_44', 0, 2, 'Mkorofi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_48', 3, 'Kuna ulazima wa kujua ukweli juu ya Afrikanis', 'assets/topic/africanisdog_3.jpg', 'Afrikanis wanahisi na ndio maana wana miili laini. Uhai wao ni wastani wa miaka 10 hadi miaka 12. Maisha Mafupi sana!. Mbwa Bantu, Mbwa muwindaji hottentot, Mbwa zulu, Mbwa khoikhoi, haya ni majina mengine ya Mbwa Afrikanis. Afrikanis ni Mbwa mwenye akili na mwenye asili ya urafiki. Afrikanis ni aina ya Mbwa wenye umbo la kati. Afrikanis wanachukua kuwa Ni mbwa wazuri kwa uwindaji. Afrikanis wana nywele fupi na hawahitaji uangalizi wowote. Je!, si rahisi kumtunza mbwa Afrikanis?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_49', 0, 'Aina ya Afrikanis huishi kwa miaka mingapi?', 'assets/topic/africans_23.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_49', 1, 1, '10 hadi miaka 12'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_49', 0, 1, '15 hadi miaka 20'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_49', 0, 2, '5 hadi miaka 10'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_53', 0, 'Mbwa Afrikanis pia hujulikana kama Mbwa Bantu.', 'assets/topic/africanisdog_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_53', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_53', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_56', 0, '____________laini', 'assets/topic/africans_23.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_56', 1, 1, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_56', 0, 1, 'Pua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_56', 0, 2, 'Nywele'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_60', 0, 'Uso __________', 'assets/topic/africanisdog_3.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_60', 1, 1, 'wa shape ya koni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_60', 0, 1, 'wa maraba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_60', 0, 2, 'mpana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_64', 0, '_________ wa misuli', 'assets/topic/africans_46.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_64', 1, 1, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_64', 0, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_64', 0, 2, 'Macho'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant', 2, 'Tembo', 'assets/topic/elephant.svg', 'Umeshawahi kusimama pembeni mwa tembo? Ni wakubwa na wazuri wakiwa na mkonga mmoja mrefu, mapembe mawili na miguu minne yenye uzito. Wow! ni wanyama wenye kushangaza kweli. Tembo anachukuliwa kuwa mamalia mkubwa wa ardhini, duniani', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_3', 1, 'Tembo mpya', 'assets/topic/Meuble_héraldique_Elephant.svg', 'Chagua picha na ubuni tembo wako.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_3', 2, 1, 'assets/topic/Meuble_héraldique_Elephant.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_14', 1, 'Kubaki kwa tembo wangu', 'assets/topic/pines-576574.svg', 'Buni kubaki kwa tembo wako kwa kupanda miti ya chaguo lako.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_14', 2, 1, 'assets/topic/pines-576574.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_21', 1, 'Tembo upinde wa mvua', 'assets/topic/elephant-2403410__340.png', 'Tumia rangi tofauti za chaguo lako kumpaka tembo rangi kwenye picha', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_21', 2, 1, 'assets/topic/elephant-311596.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_23', 1, 'uzuri uliopitiliza', 'assets/topic/elephant-42339.svg', 'Kwa kutumia vifaa vya kuchorea, ongezea urembo wa; mnyororo, taji, gauni, hereni, bangili, ghala ya viatu, n.k, katika picha uliyopewa ya tembo.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_23', 2, 1, 'assets/topic/elephant-42339.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_25', 3, 'Tujue kumuhusu Tembo', 'assets/topic/elephant-family-amboseli-260nw-305729312.jpg', 'Kuwa mamalia mkubwa wa ardhini, duniani, tembo wanaendelea kuwa katika orodha ya juu. Uzito wa tembo ni hadi kilo 6000, na kiasi cha urefu wa hadi futi 14. Chukua dakika kumfikiria tembo… Huo ni ukubwa kweli!. Tembo wana mkonga wenye ustadi ambao hufanya kazi zote muhimu. Ana masikio mawili makubwa kweli na pembe mbili zilizojikunja. Mnyama huyu mkubwa na rafiki ana mkia mdogo ambao una urefu wa mita 1.3. Kipimo cha maisha ya tembo wa kiafrika ni miaka 60 hadi 70. Kipimo cha maisha ya tembo wa ki Asia ni miaka 48.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_26', 0, 'Tembo duniani ni _________ mnyama', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_26', 1, 1, 'Mkubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_26', 0, 1, 'Mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_26', 0, 2, 'Mrefu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_30', 3, 'Tufanye safari kwenye hisia zao', 'assets/topic/elephant-111695_960_720.jpg', 'Tembo hutumia mkonga wake kwa kunusa , kupumua, kugundua mitetemo, kupapasa watoto wao, kunyonya maji na kushika vitu. Hiyo sio yenye kushangaza!? Sambamba na mkonga wake, masikio yale pia hutumika kwenye madhumuni mengi. Tembo hutumia masikio yao kuwasiliana. Kupigiza masikio yao inaweza kuonyesha shari au furaha. Tembo mmoja huweza kusikia muito wa tembo mwingine kutoka umbali wa mita 4. Viumbe hawa wazuri wana hisia kubwa za kunusa. Tembo huungana na kila mmojawapo mara nyingi kwa hisia ya kugusa. Hutumia viungo vyao vyote vya mwili kuathiriana na kila mmoja. Lakini linapokuja swala la macho, huwa na maono ya wastani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_31', 0, 'Tambua sehemu za mwili na uoanishe na majina yao', 'assets/topic/african-1551762__340.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 1, 'Mkonga wa tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 2, 'assets/topic/african-1551762__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 3, 'Masikio ya tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 4, 'assets/topic/elephant-2668679__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 5, 'Pembe za tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 6, 'assets/topic/elephant-3292752__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 7, 'Mkia wa tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 8, 'assets/topic/elephant-3679295__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 9, 'Mtoto Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_31', 1, 10, 'assets/topic/baby-elephants-playing-260nw-75308080.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_42', 3, 'Jaribu kujua kuhusu makazi yao', 'assets/topic/female-314976__340.jpg', 'Tembo wa kike hujulikana kama ng`ombe. Tembo wa kiume hujulikana kama ndovu. Tembo jike huishi katika kundi la familia pamoja na watoto wao. Tembo dume hupendelea kuzurura peke yao. Tembo hubeba ujauzito kwa muda mrefu kuliko mnyama mwingine yeyote. Mimba yake hukaa karibia miezi 22. wakati wa kujifungua tembo mtoto huwa na uzito wa kilo 100 na husimama wima kwa futi 3. Kuna aina mbili za tembo. Tembo wa kiafrika na tembo wa kiasia. Tembo wa kiafrika ni wakubwa kiumbo kulinganisha na tembo wa kiasia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_43', 0, 'Mtoto wa tembo huwa na uzito gani pindi azaliwapo?', 'assets/topic/baby_elephant.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_43', 1, 1, 'kilo 100'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_43', 0, 1, 'kilo 200'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_43', 0, 2, 'Kilo 500'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_47', 3, 'Elimu kidogo kuhusu pembe', 'assets/topic/nature-1284285_960_720.jpg', 'Pembe za tembo ni meno yake kubwa. Theluthi moja ya pembe imefichwa mwilini mwake. Imefunikwa ndani kabisa ya kichwa chake. Pembe za tembo haziachi kukua. Tembo hutumika hutumia pembe zao kuchimba, kurarua magome ya kwenye miti na kuondoa vitu mbali mbali vilivyopo katika njia yao. Muda mwingi huitumia kama silaha kuwatisha wanyama wala nyama. Pembe za tembo hujulikana kama ndovu, na zina gharama sana katika soko. Pembe za tembo ndio zimekuwa sababu kuu za kuwindwa kwa tembo, Hii si haki!. Kama mauaji ya tembo yataendelea, punde Tembo watatoweka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_48', 0, 'Pembe la tembo hujulikana pia kama pembe za ndovu?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_48', 1, 1, 'assets/topic/africa-animal-photography-barbaric-631317.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_48', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_51', 3, 'ukweli wenye kuvutia kuhusu tembo', 'assets/topic/elephant-839098_960_720.jpg', 'Tembo mkongwe kujulikana aliishi kwa miaka 86. Wastani wa maisha ya tembo ni miaka 50 hadi 70. Je unafahamu kwamba tembo hawezi kuruka, kutembea kwa haraka wala kukimbia kwa kuruka? Anaweza kukimbia ua kutembea. Tembo huwa sawia na binadamu pindi linapokuja swala la hisia. Huonyesha huzuni, huruma, kujitambua,michezo,sanaa na muziki. Je huu sio ukweli wenye kushangaza!? Tembo hufuata aina ya maisha kwa mpangilio. Tembo jike huishi maisha yake yote katika kundi linaloundwa na wakina mama, shangazi,wadada,watoto wa kike na wakina bibi. Tembo dume hupendelea kuishi maisha ya ukapera. Je hii hukumbusha aina ya maisha ya kibinadamu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_52', 0, 'Tembo zinaweza___________.', 'assets/topic/elephant-family-amboseli-260nw-305729312.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_52', 1, 1, 'miliki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_52', 0, 1, 'trot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_52', 0, 2, 'mshambuliaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_56', 0, '_________ Mrefu', 'assets/topic/elephant-3679295__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_56', 1, 1, 'Mkonga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_56', 0, 1, 'Macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_56', 0, 2, 'Nywele'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_60', 0, '_________ Nyeupe', 'assets/topic/african-1551762__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_60', 1, 1, 'Pembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_60', 0, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_60', 0, 2, 'Sikio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_64', 0, '________ Kubwa', 'assets/topic/elephant-3679295__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_64', 1, 1, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_64', 0, 1, 'Kucha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_64', 0, 2, 'Macho'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat', 2, 'Mbuzi', 'assets/topic/Goat.svg', 'Nani asiyetambua miili migumu ya mamalia yenye Pembe na miguu yenye kwato? Ndio, uko sahihi!, Ni Mbuzi, mnyama rafiki wa kufugwa. Je! Unafahamu kwamba Mbuzi alikua ni Miongoni mwa wanyama wa kwanza kufugwa na Binadamu miaka 11000 iliyopita Kaskazini-mashariki. Japokua Maziwa ya Mbuzi ni miongoni mwa Kinywaji maarufu duniani, Pia Mbuzi amekua Mnyama msaidizi wa karibu wa Binadamu.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_3', 1, 'Kubuni Mbuzi', 'assets/topic/goattemp_4.svg', 'Tumia vifaa cha kuchorea, chora sehemu za mwili wa mbuzi zilizokosekana', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_3', 2, 1, 'assets/topic/goattemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_5', 1, 'Ninaweza kumchora Mbuzi', 'assets/topic/goattemp_8.svg', 'Tumia vifaa cha kuchorea, kuchora picha ya Mbuzi', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_5', 2, 1, 'assets/topic/goattemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_7', 1, 'Mbuzi wangu mwenye Afya', 'assets/topic/goattemp_8.svg', 'Ongeza chakula kwaajili ya mbuzi ukitumia vifaa vya kuchorea', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_7', 2, 1, 'assets/topic/goattemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_9', 1, 'Beberu watatu wanalia', 'assets/topic/goattemp_10.svg', 'Paka rangi karatasi za hadithi "Millio ya Beberu watatu"', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_9', 2, 1, 'assets/topic/goattemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_11', 3, 'Asili ya Mbuzi', 'assets/topic/goat_8.jpg', 'Mbuzi na Binadamu wana Historia ndefu na ya faida pamoja. Ufugaji mkubwa wa Mbuzi ulienea Miaka ya 11,000 iliyopita Kaskazini-mashariki. Kuna aina mbili za Mbuzi, ambao ni Mbuzi wa Milimani na Mbuzi wa kufugwa. Mbuzi wa Milimani. Mbuzi wa Milimani wanapatikana katika milima ya Miamba, maeneo ya Alaska, Montana Magharibi, Idaho kati, Dakota Kusini, Kolorado na Washington. Mbuzi wakufugwa wanakuzwa duniani kote takribani katika kila Nyumba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_12', 0, 'Kuna aina ______ za Mbuzi.', 'assets/topic/goat_15.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_12', 1, 1, 'Mbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_12', 0, 1, 'Tano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_12', 0, 2, 'Tatu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_16', 3, 'Tabia nzuri za Mla Nyasi', 'assets/topic/goat_7.jpg', 'Mbuzi ni viumbe vyenye ushirikiano sana na wanaishi katika makundi madogo. Mbuzi wa milimani wana ushirikiano kipindi cha masika na wana ubinafsi kipindi cha kiangazi. Mbuzi mara nyingi hutumia muda mwingi kula nyasi zao katika mipaka ya Nyumba zao. Mbuzi wa milimani huchimba mashimo ya inchi moja upana na urefu ili kuweza kulala, kupumzika na kuoga kwa mavumbi. Mbuzi ni kundi la Abivorasi yenye maana ni wanyama wanaokula Majani pekee yake. Mbuzi wa Milimani wanakula majani ya mabwawani na Mimea. Mbuzi wa kufugwa hula Mabaki ya vyakula vya nyumbani, mimea ya majumbani na chochote watakachiona ardhini kinachowafaa kula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_17', 0, 'Chagua vitu tunachopata kutoka kwa mbuzi.', 'assets/topic/goat_7.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 1, 1, 'assets/topic/goatmeat_27.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 1, 2, 'assets/topic/goatwool_28.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 1, 3, 'assets/topic/goatmilk_29.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 1, 'assets/topic/goat_eggs_30.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 2, 'assets/topic/Igoat_carrot_31.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 3, 'assets/topic/goat_beetroot_32.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 4, 'assets/topic/goat_potato_33.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 5, 'assets/topic/goat_onion_34.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_17', 0, 6, 'assets/topic/goat_cookies_35.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_27', 3, 'Tuijue familia ya Mbuzi', 'assets/topic/goatfamily_9.jpg', 'Mbuzi wa kiume huitwa Beberu. Mbuzi wa kike huitwa mbuzi jike. Mbuzi mtoto huitwa Kimbalelo. Mbuzi jike hubeba mimba kwa muda wa siku 150 had siku 180 kabla ya kujifungua. Watoto wa Mbuzi ni wachangamfu na wapo kasi. Mara tu baada ya kuzaliwa husimama na kutembea. Watoto wa Mbuzi huhesabika wamekua mara watimizapo miezi 30. Kuna aina 200 za Mbuzi wa kufugwa. Uzito wa Mbuzi wa kufugwa ni kati ya kilo 9 had kilo 113 kulingana na aina ya Mbuzi. Uzito wa Mbuzi wa milimani ni kati ya kilo 57 hadi kilo 82. Mbuzi wana muda mfupi wa kuishi. Mbuzi wa milimani huishi miaka 9 hadi miaka 12. Mbuzi wa kufugwa huishi kati ya miaka 10 hadi miaka 18. Je! familia ya Mbuzi si ya kawaida kama Mbuzi mwenyewe?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_28', 0, 'Oanisha picha kwa majina yake', 'assets/topic/goat_7.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 1, 'Pembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 2, 'assets/topic/goathorns_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 3, 'Masikio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 4, 'assets/topic/goathorns_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 5, 'Mtoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 6, 'assets/topic/goatkid_48.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 7, 'Matundu ya pua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 8, 'assets/topic/goathorns_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 9, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_28', 1, 10, 'assets/topic/goattail_52.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_39', 3, 'Ukweli wa kuvutia kushirikishana, kuhusu rafiki anayelia', 'assets/topic/goatbleeting_10.jpg', 'Mtoto wa Mbuzi anaitwa Kimbalelo. Lakini ukweli ni kwamba Mbuzi ajifunguapo huchukuliwa kama "utani". Mbuzi hana meno katika taya yake ya juu. Sasa hiki ni kichekesho. Sijui ingekuaje kama Binadamu angekua hana meno kwenye taya ya juu kama mbuzi. Mbuzi anaweza kupanda miti na kuruka urefu wa futi 5. Hodari sana!!. Mbuzi wana milio tofauti kutoka kanda moja hadi kanda nyingine. Hii ina maana milion ya mbuzi ya nchi moja inatofautiana na milio ya mbuzi wa nchi nyingine. Mfanano kiasi na sisi binadamu. Mbuzi hawapendi kulowa na kucheza kwenye mvua. Mbuzi wana matumbo manne yanayojulikana kama RUMEN. Hii huwasaidia kwenye mmeng''enyo kamilifu wa chakula. Sasa hii ndo siri ya malisho yao endelevu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_40', 0, 'Mbuzi ana tumbo ____________.', 'assets/topic/goat_28.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_40', 1, 1, 'Nne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_40', 0, 1, 'Moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_40', 0, 2, 'Sita'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_44', 0, 'Milio ya Mbuzi inatofautiana kutoka kanda moja mpaka nyingine', 'assets/topic/goatbleeting_10.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_44', 1, 1, 'kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_44', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_47', 0, 'Mbuzi ______', 'assets/topic/goatbleeting_10.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_47', 1, 1, 'Milio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_47', 0, 1, 'Vilio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_50', 0, 'Milima ______', 'assets/topic/goat_46.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_50', 1, 1, 'Mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_50', 0, 1, 'Panya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_53', 0, 'Nne______', 'assets/topic/goat_8.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_53', 1, 1, 'Tumbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_53', 0, 1, 'Mikia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wanyama', 2, 'Wanyama', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 1, 'Zebra_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 2, 'Zebra_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 3, 'Zebra_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 4, 'Zebra_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 5, 'Zebra_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 6, 'Zebra_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 7, 'Zebra_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 8, 'Zebra_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 9, 'Zebra_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 10, 'Zebra_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 11, 'Zebra_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 12, 'Zebra_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 13, 'Zebra_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 14, 'Zebra_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 15, 'Zebra_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 16, 'Zebra_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 1, 'Fischer''s lovebird_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 2, 'Fischer''s lovebird_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 3, 'Fischer''s lovebird_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 4, 'Fischer''s lovebird_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 5, 'Fischer''s lovebird_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 6, 'Fischer''s lovebird_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 7, 'Fischer''s lovebird_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 8, 'Fischer''s lovebird_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 9, 'Fischer''s lovebird_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 10, 'Fischer''s lovebird_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 11, 'Fischer''s lovebird_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 12, 'Fischer''s lovebird_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 13, 'Fischer''s lovebird_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 14, 'Fischer''s lovebird_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 15, 'Fischer''s lovebird_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 16, 'Fischer''s lovebird_44'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 1, 'African Safari Ant_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 2, 'African Safari Ant_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 3, 'African Safari Ant_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 4, 'African Safari Ant_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 5, 'African Safari Ant_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 6, 'African Safari Ant_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 7, 'African Safari Ant_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 8, 'African Safari Ant_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 9, 'African Safari Ant_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 10, 'African Safari Ant_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 11, 'African Safari Ant_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 12, 'African Safari Ant_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 13, 'African Safari Ant_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 1, 'Crocodile_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 2, 'Crocodile_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 3, 'Crocodile_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 4, 'Crocodile_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 5, 'Crocodile_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 6, 'Crocodile_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 7, 'Crocodile_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 8, 'Crocodile_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 9, 'Crocodile_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 10, 'Crocodile_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 11, 'Crocodile_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 12, 'Crocodile_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 13, 'Crocodile_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 14, 'Crocodile_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 15, 'Crocodile_44'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 16, 'Crocodile_45'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 1, 'Lion_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 2, 'Lion_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 3, 'Lion_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 4, 'Lion_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 5, 'Lion_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 6, 'Lion_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 7, 'Lion_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 8, 'Lion_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 9, 'Lion_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 10, 'Lion_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 11, 'Lion_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 12, 'Lion_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 13, 'Lion_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 14, 'Lion_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 15, 'Lion_51'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 16, 'Lion_52'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 1, 'Africanis_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 2, 'Africanis_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 3, 'Africanis_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 4, 'Africanis_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 5, 'Africanis_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 6, 'Africanis_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 7, 'Africanis_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 8, 'Africanis_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 9, 'Africanis_43'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 10, 'Africanis_44'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 11, 'Africanis_48'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 12, 'Africanis_49'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 13, 'Africanis_53'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 14, 'Africanis_56'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 15, 'Africanis_60'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 16, 'Africanis_64'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 1, 'Elephant_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 2, 'Elephant_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 3, 'Elephant_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 4, 'Elephant_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 5, 'Elephant_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 6, 'Elephant_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 7, 'Elephant_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 8, 'Elephant_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 9, 'Elephant_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 10, 'Elephant_43'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 11, 'Elephant_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 12, 'Elephant_48'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 13, 'Elephant_51'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 14, 'Elephant_52'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 15, 'Elephant_56'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 16, 'Elephant_60'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 17, 'Elephant_64'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 1, 'Goat_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 2, 'Goat_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 3, 'Goat_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 4, 'Goat_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 5, 'Goat_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 6, 'Goat_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 7, 'Goat_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 8, 'Goat_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 9, 'Goat_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 10, 'Goat_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 11, 'Goat_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 12, 'Goat_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 13, 'Goat_44'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 14, 'Goat_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 15, 'Goat_50'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 16, 'Goat_53'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wanyama', 0, 'Zebra'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wanyama', 1, 'Fischer''s lovebird'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wanyama', 2, 'African Safari Ant'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wanyama', 3, 'Crocodile'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wanyama', 4, 'Lion'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wanyama', 5, 'Africanis'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wanyama', 6, 'Elephant'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wanyama', 7, 'Goat'); diff --git a/scripts/Wanyama.xlsx b/scripts/Wanyama.xlsx new file mode 100644 index 0000000..82a797f Binary files /dev/null and b/scripts/Wanyama.xlsx differ diff --git a/scripts/add_rownum_to_story.py b/scripts/add_rownum_to_story.py new file mode 100644 index 0000000..768a88a --- /dev/null +++ b/scripts/add_rownum_to_story.py @@ -0,0 +1,23 @@ +import openpyxl as px +import sys +import json +import re +import os +import random + + +xlsx_file = sys.argv[1] + + +wb = px.load_workbook(xlsx_file) + +for sheet in wb: + row_num = 0 + for row in sheet.iter_rows(): + row_num+=1 + if(row_num == 1): + sheet.cell(row=row_num, column=9).value = 'DO NOT CHANGE' + else: + sheet.cell(row=row_num, column=9).value = sheet.title + '_' + str(row_num) + +wb.save(xlsx_file) \ No newline at end of file diff --git a/scripts/asb.txt.xlsx b/scripts/asb.txt.xlsx new file mode 100644 index 0000000..aebbc19 Binary files /dev/null and b/scripts/asb.txt.xlsx differ diff --git a/scripts/asb.txt.xlsx.sql b/scripts/asb.txt.xlsx.sql new file mode 100644 index 0000000..cceb0f1 --- /dev/null +++ b/scripts/asb.txt.xlsx.sql @@ -0,0 +1,98 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752', 2, 'Abebech, the female bajaj driver', 'assets/topic/asb/27145.png', 'Dawit Girma +Yirgalem Birhanu', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('247523', 3, NULL, 'assets/topic/asb/27153.png', 'A bajaj is a three-wheeled vehicle. +It is used in town to move fast from place to place.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('247524', 3, NULL, 'assets/topic/asb/27152.png', 'In our community, driving is a male-dominated activity. +Females are usually not involved in it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('247525', 3, NULL, 'assets/topic/asb/27154.png', 'One day, Abebech asked her parents to give her money to take driving lessons. +Her parents said to her, "This work is not good for girls. What would people say?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('247526', 3, NULL, 'assets/topic/asb/27155.png', 'However, Abebech said, "I have the ability to do anything other people do." She convinced them. +Her parents permitted her to start taking driving lessons.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('247527', 3, NULL, 'assets/topic/asb/27149.png', 'Abebech successfully completed the training. +Her parents discussed what to do next.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('247528', 3, NULL, 'assets/topic/asb/27145.png', 'Afterwards they agreed to buy a bajaj for her. +So, Abebech started to drive a bajaj on Debre Birhan roads.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('247529', 3, NULL, 'assets/topic/asb/27148.png', 'One day Abebech had a great idea. +She posted at the back of her bajaj a notice with her phone number on it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2475210', 3, NULL, 'assets/topic/asb/27150.png', 'The notice read, "I transport for free, pregnant women, mothers who have delivered, and children." +Women and mothers whose children got sick all called Abebech.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2475211', 3, NULL, 'assets/topic/asb/27151.png', 'Abebech earned money by transporting people. +She continued to give free service to people who did not have money.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2475212', 3, NULL, NULL, 'Abebech was very happy with her work. The elderly blessed her. Everybody talked about her work all the time. +Abebech told them, "Doing good pays off."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2475213', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Abebech, the female bajaj driver +Author - +Dawit Girma +Illustration - +Yirgalem Birhanu +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +This story was developed at the Ras Abebe Library in Debre Birhan with the help of Janet Lee and funded by a grant from the International Library Cultural Exchange Interest Group of the Colorado Association of Libraries (USA).', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074', 2, 'Punishment', 'assets/topic/asb/8032.png', ' Adelheid Marie Bwire + Melany Pietersen', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('80743', 3, NULL, 'assets/topic/asb/8025.png', 'One day, mama bought different fruits.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('80744', 3, NULL, 'assets/topic/asb/8032.png', '"When can we have some fruit?" we asked. +"We will eat the fruit tonight," said mama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('80745', 3, NULL, 'assets/topic/asb/8029.png', 'My brother Rahim is greedy. +He tasted all the fruit. He ate a lot of it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('80746', 3, NULL, 'assets/topic/asb/8027.png', '"Look at what Rahim did!" shouted my little brother. +"Rahim is naughty and selfish," I said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('80747', 3, NULL, 'assets/topic/asb/8023.png', 'Mama was angry with Rahim.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('80748', 3, NULL, 'assets/topic/asb/8024.png', 'We were also angry with Rahim. +But Rahim was not sorry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('80749', 3, NULL, 'assets/topic/asb/8030.png', '"Are you going to punish Rahim?" asked little brother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('807410', 3, NULL, 'assets/topic/asb/8033.png', '"Rahim, you will be sorry soon," warned mama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('807411', 3, NULL, 'assets/topic/asb/8031.png', 'Rahim started feeling unwell.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('807412', 3, NULL, 'assets/topic/asb/8034.png', '"My stomach is painful," whispered Rahim.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('807413', 3, NULL, 'assets/topic/asb/8035.png', 'Mama knew why Rahim was sick. +"The fruit is punishing Rahim," she thought.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('807414', 3, NULL, 'assets/topic/asb/8036.png', 'Later, Rahim said sorry to us. "I will never be so greedy again," he promised. +We believed him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('807415', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Punishment +Author - +Adelheid Marie Bwire +Adaptation - +Adelheid Marie Bwire +Illustration - +Melany Pietersen +Language - +English +Level - +First sentences +© African Storybook Initiative and Molteno Institute 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 1, '247523'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 2, '247524'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 3, '247525'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 4, '247526'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 5, '247527'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 6, '247528'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 7, '247529'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 8, '2475210'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 9, '2475211'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 10, '2475212'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 11, '2475213'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 1, '80743'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 2, '80744'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 3, '80745'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 4, '80746'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 5, '80747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 6, '80748'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 7, '80749'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 8, '807410'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 9, '807411'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 10, '807412'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 11, '807413'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 12, '807414'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 13, '807415'); diff --git a/scripts/asb_to_excel.py b/scripts/asb_to_excel.py new file mode 100644 index 0000000..8f8911e --- /dev/null +++ b/scripts/asb_to_excel.py @@ -0,0 +1,165 @@ +import openpyxl as px +import sys +from bs4 import BeautifulSoup +from urllib import request +import re +import os + +def parse_story(soup, lang): + row = 1 + ws_list = [ + { + 'type': 'type', + 'header': 'header', + 'title': 'title_'+lang, + 'content': 'content_'+lang, + 'option': 'option' + } + ] + row = row+1 + title_img_el = soup.find('div',class_='cover-image')['style'] + m = re.search(r"\(.*\)", title_img_el) + title_img = m.group(0)[1:-1] + img_name = title_img.split('/')[-1] + title = soup.find('div',class_='cover_title').text + content = soup.find('div',class_='cover_author').text + content += '\n'+soup.find('div',class_='cover_artist').text + if not os.path.isfile('asb/'+img_name): + url_get("https://www.africanstorybook.org/"+title_img, 'asb/'+img_name) + + # print(title_img,',',title,',',content) + ws_list.append({ + 'type': 'topic', + 'header': 'asb/'+img_name, + 'title': title, + 'content': content, + 'option': '' + }) + row = row+1 + + for tag in soup.find_all('div',class_='swiper-slide'): + img = '' + text = '' + img_name = '' + img_el = tag.find('div',class_='page-image') + if img_el: + m = re.search(r"\(.*\)", img_el['style']) + img = m.group(0)[1:-1] + text_el = tag.find('div',class_='page-text-story') + if not text_el: + text_el = tag.find('div',class_='page-textonly-story') + if text_el: + text = text_el.get_text("\n", strip=True) + if img != '' or text != '': + if img != '': + img_name = img.split('/')[-1] + if not os.path.isfile('asb/'+img_name): + url_get("https://www.africanstorybook.org/"+img, 'asb/'+img_name) + + # print(img, ',', text) + row_dict = { + 'type': 'article' + } + if img_name: + row_dict['header'] = 'asb/'+img_name + else: + row_dict['header'] = '' + row_dict['title'] = '' + row_dict['content'] = text + row_dict['option'] = '' + ws_list.append(row_dict) + row = row+1 + back_cover = soup.find('div',class_='backcover_wrapper') + if back_cover: + back_cover_text = back_cover.get_text("\n", strip=True) + # print(back_cover_text) + ws_list.append({ + 'type': 'article', + 'header': '', + 'title': '', + 'content': back_cover_text, + 'option': '' + }) + return ws_list + + +def url_get(url, file): + print("downloading "+ url) + remaining_download_tries = 15 + while remaining_download_tries > 0: + try: + s = request.urlretrieve(url, file) + except Exception as e: + print("error downloading " + url +" on trial no: " + str(15 - remaining_download_tries)) + remaining_download_tries = remaining_download_tries - 1 + continue + else: + break + +story_file = sys.argv[1] +story_name = os.path.splitext(story_file)[0] + +wb = px.load_workbook(story_name+'.xlsx') +worksheets = [s.title for s in wb.worksheets]; +with open(story_file) as f: + for story_id in f: + story_id = story_id.rstrip() + print(story_id) + ws = wb.active + if story_id in worksheets: + # ws = wb[story_id] + continue + else: + ws = wb.create_sheet(story_id) + with request.urlopen('https://www.africanstorybook.org/read/readbook.php?id='+story_id+'&d=0&a=1') as f: + soup = BeautifulSoup(f, features="html.parser") + try: + s = soup.find('div',class_='list-bliock').find(string=re.compile('English')) + if s == None: + print('Skipping '+story_id) + continue + except Exception as e: + print('Skipping '+story_id) + continue + + sw_list = parse_story(soup, 'sw') + + try: + s = soup.find('div',class_='list-bliock').find(string=re.compile('English')) + + if s: + link = s.parent.parent.parent.parent['onclick'] + m = re.search(r"\d+",link) + eng_story_id = m.group(0) + with request.urlopen('https://www.africanstorybook.org/read/readbook.php?id='+eng_story_id+'&d=0&a=1') as eng_f: + soup = BeautifulSoup(eng_f, features="html.parser") + en_list = parse_story(soup, 'en') + eng_swa_same = False + if len(sw_list) == len(en_list): + eng_swa_same = True + for i in range(len(en_list)): + en_row = en_list[i] + sw_row = sw_list[i] + if sw_row['type'] == en_row['type'] and sw_row['header'] == en_row['header']: + sw_list[i]['title_en'] = en_row['title'] + sw_list[i]['content_en'] = en_row['content'] + else: + print('Skipping',en_row, sw_row) + eng_swa_same = False + if not eng_swa_same: + print('Skipping',en_list, sw_list) + continue + row = 1 + for row_dict in sw_list: + # print(row_dict) + ws.cell(row=row, column=1).value = row_dict['type'] + ws.cell(row=row, column=2).value = row_dict['header'] + ws.cell(row=row, column=3).value = row_dict['title_en'] + ws.cell(row=row, column=4).value = row_dict['title'] + ws.cell(row=row, column=5).value = row_dict['content_en'] + ws.cell(row=row, column=6).value = row_dict['content'] + ws.cell(row=row, column=7).value = row_dict['option'] + row = row+1 + except Exception as e: + print('Error downloading: ' +story_id + e) + wb.save(story_name+'.xlsx') diff --git a/scripts/asball.html b/scripts/asball.html new file mode 100644 index 0000000..6d5e1da --- /dev/null +++ b/scripts/asball.html @@ -0,0 +1,6801 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/scripts/asbswahili.html b/scripts/asbswahili.html new file mode 100644 index 0000000..3045592 --- /dev/null +++ b/scripts/asbswahili.html @@ -0,0 +1,372 @@ +parent.bookItems.push({id:"24752",title:"Abby, dereva wa kike wa tuktuk",date:"1533713273",summary:"Hi ni hadithi inayopinga imani ya kijamii kwamba baadhi za kazi zinafanywa tu na watu wa jinsia moja.",author:"Ursula Nafula",people:"Dawit Girma Ursula Nafula Yirgalem Birhanu",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"8074",title:"Adhabu",date:"1412772606",summary:"Ni adhabu gani anayopata kijana mchoyo aliyekula matunda mengi kupita kiasi?",author:" Adelheid Marie Bwire",people:" Adelheid Marie Bwire Melany Pietersen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"15403",title:"Adie na Adhoch",date:"1457958490",summary:"Hadithi kuhusu watoto wa wake wenza wawili.",author:" Christine Nyangate",people:" Christine Nyangate Christine Nyangate Catherine Groenewald, Wiehan de Jager, Melany Pietersen, Alice Toich, Silva Afonso, Michael Omadi, Vusi Malindi",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"18218",title:"Adun, mrembo",date:"1475052237",summary:"Adun anagundua kuwa mwanamume aliyeolewa kwake hakuwa alivyoonekana. Atatoroka vipi kutoka nyumbani kwake?",author:" Ursula Nafula",people:" Taiwo Ẹhinẹni Ursula Nafula Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"12925",title:"Ah! Mpira!",date:"1440489344",summary:"Mvulana mdogo alitumwa dukani na bibiye kununua vitu vichache. Anaambatana na rafikiye na kucheza mpira. Je, atampelekea bibi alichotumwa?",author:" Stella Kihweo",people:" Stella Kihweo Onesmus Kakungi",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"10555",title:"Ajali mbaya",date:"1432149636",summary:"Watoto wawili wanashuhudia ajali mbaya inayowashtuwa sana.",author:" Ursula Nafula",people:" Zanele Buthelezi, Thembani Dladla, Clare Verbeek Ursula Nafula Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"19094",title:"Akadeli abahatika",date:"1492685134",summary:"Wasichana wanne wanaenda kuchuma matunda mstuni. Watatu wanapomdanganya mwenzao, hawajui kwamba atabahatika.",author:"Simon Ipoo",people:"Simon Ipoo Rob Owen",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"15862",title:"Akai afurahi",date:"1461138897",summary:"Akai amefurahi kupata viatu vyake vipya vya kwanza.",author:" Translators without Borders",people:" Ursula Nafula Translators without Borders, Pete Mhunzi Rob Owen",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"20069",title:"Akili ni mali",date:"1491419211",summary:"Sokwe anamsaidia Mamba ingawa Mamba ana mpango tofauti.",author:"Ursula Nafula",people:"Ursula Nafula Abraham Muzee",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22560",title:"Aku, rafikiye Jua",date:"1522756094",summary:"Msichana mmoja mpweke anapata rafiki wa ajabu, na pamoja, wanaleta furaha na maisha katika kijiji kimoja. (Hadithi hii iliandikwa katika Waksha iliyoandaliwa Abuja, Nigeria, 2018 kwa ushirikiano kati ya African Storybook na British Council).",author:"Ursula Nafula",people:"Aisha Nelson Ursula Nafula Idowu Abayomi Oluwasegun",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"23908",title:"Amara na wanyama",date:"1531417232",summary:"Hadithi hii inahusu mschana moja alio mpenda umbwa wake sana mpaka aweza kifanya lolote kumlindah.",author:"John Musene",people:"Judy B. Maranga John Musene Sarah Bouwer",lang:"1079",level:"4",dual:false,app:false,approved:"0",other:"longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"1978",title:"Anansi awapa watu hadithi",date:"1396343303",summary:"Hapo kale, mungu wa anga alizifungia hadithi zote katika sanduku la mbao. Watu walimwendea Anansi mwakili amuulize mungu wa anga kuwapa hadithi. Mungu wa anga alikubali kufanya hivyo ikiwa Anansi angetegeleza kazi tatu zisizowezekana.",author:"Mutugi Kamundi",people:" Ghanaian folktale Mutugi Kamundi Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"2234",title:"Anansi awapa watu hekima",date:"1396526277",summary:"Mungu wa angani anaamua kumpa Buibui Anansi chungu cha hekima. Anasisimka sana kutokana na aliyojifunza mpaka anataka kukificha chungu hicho mtini ili afaidike peke yake. Kwa bahati mbaya, (lakini bahati nzuri kwa walimwengu), chungu kinaanguka na kuvunjika.",author:"Mutugi Kamundi",people:" Ghanaian folktale Mutugi Kamundi Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"22000",title:"Anansi mlafi",date:"1509562855",summary:"Anansi mlafi anajaribu kuwadanganya marafiki zake ili wampatia kiasi kikubwa cha makuyu. Marafiki wanagundua.",author:"Ursula Nafula",people:" Ghanaian folktale Ursula Nafula Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"20438",title:"Anansi mvivu",date:"1494423570",summary:"Sababu ya buibui kuwa na miguu mirefu myembamba.",author:"Brigid Simiyu",people:"Ghanaian folktale Brigid Simiyu Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21995",title:"Anansi mwenye wivu",date:"1509522775",summary:"Wivu wa Anansi ulisababisha abaki maskini.",author:"Ursula Nafula",people:" Ghanaian folktale Ursula Nafula Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"2310",title:"Anansi na Kasa",date:"1396617886",summary:"Anansi hataki kula viazi vikuu vitamu na rafikiye Kasa na anamfanyia hila ili asipate sehemu yoyote. Kwa hivyo, Kasa anapomwalika Anansi nyumbani kwake kwenye maji maji kwa chakula cha jioni, anahakikisha kuwa Anansi vilevile hafurahii chakula chochote.",author:"Mutugi Kamundi",people:" Ghanaian folktale Mutugi Kamundi Wiehan de Jager",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"1017",title:"Anansi na Tai",date:"1394192117",summary:"Anansi ni maskini, lakini rafiki yake Sungura ni mkulima tajiri. Anansi ana wivu na anatafuta njia ya kupokonya shamba la rafikiye. Anapata hela nyingi kwa kuuza matunda na mboga ya Sungura. Lakini siku moja alipokuwa njiani akirudi kutoka sokoni, jambo lilitokea lililobadilisha bahati ya Anansi tena.",author:"Brigid Simiyu",people:" Ghanaian folktale Brigid Simiyu Wiehan de Jager",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"2305",title:"Anansi, Kunguru na Mamba",date:"1396616011",summary:"Anansi mlafi anajaribu kumlaghai rafikize kunguru ili wampe tini nyingi kuliko pato lake. Kunguru wanagundua ujanja wake na kumuacha katika kiziwa. Anajaribu kuruka lakini anaanguka mtoni katikati ya mamba wenye njaa. Inaoneonekana kama mwisho wa Anansi, je, atapata njia ya kujiokoa?",author:"Mutugi Kamundi",people:" Ghanaian folktale Mutugi Kamundi Wiehan de Jager",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"22806",title:"Anayenipenda, hujua ninachopenda",date:"1527146634",summary:"Hadithi ya mfalme na wake zake. Aliwapatia mtihani ila mmoja tu ndiye alifaulu.",author:"palmesi katangambo",people:"palmesi katangambo Natalie Propa, Rob Owen, Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"24043",title:"Ape na Mamba",date:"1531753206",summary:"Rangi katika kitabu cha hadithi. Hadithi kuhusu ape smartes kuokolewa kutoka kuwa kuliwa na mamba smart.",author:"Turigye Patience Pamela",people:" Mulualem Daba Turigye Patience Pamela Abraham Muzee",lang:"1079",level:"3",dual:false,app:false,approved:"0",other:"first paragraphs Kiswahili"}); +parent.bookItems.push({id:"21817",title:"Asiyesikia la mkuu",date:"1507053857",summary:"Ni nini hutendeka kwa yule asiyesikiliza mawaidha ya busara?",author:"Ursula Nafula",people:" Joseph Sanchez Nadimo Ursula Nafula Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"24734",title:"Asiyetii wazee",date:"1533130470",summary:"Inahusu mvulana aliyewaasi wazee. (Hadithi hii iliandikwa katika waksha iliyoandaliwa huko Abuja kwa juhudi za pamoja kati ya British Council na African Storybook).",author:"Ursula Nafula",people:"Yakubu Aliyu Malumri Ursula Nafula Kenneth Boyowa Okitikpi",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"30269",title:"Ököbhöörya",date:"1536913782",summary:"Help two friends find the hidden animals.",author:"Kutafsiri Biblia Mara",people:"Little Zebra Books Kutafsiri Biblia Mara Leo Daly, Magriet Brink",lang:"16573, 1079",level:"2",dual:true,app:false,approved:"0",other:"first sentences Ikisimbëtë"}); +parent.bookItems.push({id:"31354",title:"Ömöbhërë",date:"1537511851",summary:"Learn the parts of the body with the help of some whimsically illustrated friends.",author:"Kutafsiri Biblia Mara",people:"Little Zebra Books Kutafsiri Biblia Mara Sue Beattie",lang:"16573, 1079",level:"1",dual:true,app:false,approved:"0",other:"first words Ikisimbëtë"}); +parent.bookItems.push({id:"21143",title:"Bahati mbaya!",date:"1499618085",summary:"Hadithi inayosimlulia namna wavulana wawili walivyotekwa nyara.",author:"Brigid Simiyu",people:" Richard Khadambi, Collins Kipkirui Brigid Simiyu Abraham Muzee",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"2830",title:"Banti na Sabuni",date:"1398262008",summary:"Banti anapenda kucheza lakini hapendi sabuni na anakataa kujisafisha. Usiku mmoja anaota ndoto kuhusu viini vya uchafu. Je, ndoto yake itafanikisha yeye kubadili msimamo wake kuhusu kujiosha?",author:" Brigid Simiyu",people:" Sorit Gupto Brigid Simiyu Sorit Gupto",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"2912",title:"Barua",date:"1398759229",summary:"Hii ni hadithi kuhusu msichana mdogo aliyeugua na kulazimika kutoenda shuleni. Barua ni njia muhimu ya mawasiliano muda huo aliokuwa akiugua.",author:"Mutugi Kamundi",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Mutugi Kamundi Cathy Feek",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"2526",title:"Barua kwa Mama",date:"1397412580",summary:"Mama anaenda hospitalini kujifungua mtoto na bintiye anamwandikia barua.",author:" Ursula Nafula",people:" Ursula Nafula Ursula Nafula Catherine Groenewald",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"12428",title:"Basi kubwa la bluu",date:"1438280973",summary:"Ebei na mamake wanasubiri basi kubwa ya bluu kuwasafirisha kwenda mjini. Lakini basi ya bluu iliharibika. Je, watawezaje kufika mjini?",author:" Brigid Simiyu",people:" Mecelin Kakoro Brigid Simiyu Mango Tree",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"14419",title:"Bi Simu",date:"1448966500",summary:"Bi Simu ni mhusika wa kiajabu! Je, unaweza fikiria kuwa na simu tano za kuwasiliana na watu tofauti?",author:" Ursula Nafula",people:" Ursula Nafula Marion Drew",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"21610",title:"Biantaka na chungu kilichokufa",date:"1504607413",summary:"Biantaka, mfugaji, alikuwa na chungu kidogo. Alitamani kuwa na chungu kikubwa. Angefanyaje? Alimdanganya jirani yake kupata alichotaka.",author:"Ursula Nafula",people:" Peter Kisakye Ursula Nafula Emily Berg",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"31503",title:"Biashara ya Akoro ya ndizi",date:"1538476480",summary:"Hadithi ya mwanamaume anayefutilia mbali mila na desturi na kwenda sokoni kuuza ndizi zake. Je, wengine wanabadili mawazo yao kuhusu kazi kama hiyo?",author:"Ursula Nafula",people:"Mele Joab Ursula Nafula Atilabachew Reda, Natalie Propa",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"19110",title:"Bibi atusimulia hadithi",date:"1492682581",summary:"Mtoto anaelezea jinsi bibi alivyowahadithia kabla wao kwenda kulala.",author:" Ursula Nafula",people:" Mutai Chepkoech Ursula Nafula Marleen Visser",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"21129",title:"Bibi, Sungura na Tembo",date:"1499596900",summary:"Mtoto anaeleza namna bibi yake alivyowaelezea hadithi kabla wao kwenda kulala.",author:"Brigid Simiyu",people:" Mutai Chepkoech Brigid Simiyu Marleen Visser",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"20431",title:"Binti mpendwa",date:"1494412356",summary:"Kibuyu anachokipenda Natabo kinavunjika naye anatorokea msituni kwa ajili ya uchungu alio nao.",author:"Brigid Simiyu",people:" Ritah Katetemera, Mulongo Bukheye Brigid Simiyu Brian Wambi",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"12899",title:"Binti wa Mflame Kayanja",date:"1491892393",summary:"Hadithi ya mapenzi yenye huzuni kumhusu binti mrembo wa kifalme anayeamua kufuata moyo wake badala ya alivyotaka babake.",author:" Brigid Simiyu",people:" Amana Yunus Brigid Simiyu Natalie Propa",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"18417",title:"Chiriku",date:"1491458624",summary:"Chiriku ni mcheshi na mdadisi. Hali hii inamwelekeza taabani lakini pia inamuepusha na shida. Unajifunza nini kutoka kwake?",author:" Ursula Nafula",people:" Gaspah Juma Ursula Nafula Jesse Breytenbach",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22084",title:"Chui na Swara",date:"1510865824",summary:"Chui na Swara walikula kiapo kuwa marafiki. Lakini urafiki wao haukuwa na matumaini kutoka mwanzo.",author:"Brigid Simiyu",people:" Magabi Enyew Gessesse, Elizabeth Laird Brigid Simiyu Isaac Okwir",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"21148",title:"Chungu kilichokufa",date:"1499692035",summary:"Biantaka alikuwa na chungu kidogo. Alihitaji kikubwa. Alitumia akili yake kukipata.",author:"Brigid Simiyu",people:" Peter Kisakye Brigid Simiyu Emily Berg",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"20434",title:"Chura na Nyoka",date:"1494418613",summary:"Kupitia hadithi hii, tunajifunza kwamba baadhi ya urafiki una mipaka yake.",author:"Brigid Simiyu",people:" John Emongot Brigid Simiyu Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22086",title:"Dama ni mashuhuri!",date:"1510866180",summary:"Ni vizuri tutambue uzuri wetu sisi wenyewe.",author:"Brigid Simiyu",people:" Michael Oguttu Brigid Simiyu Vusi Malindi",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"10680",title:"Demane na Demazane",date:"1432740720",summary:"Mayatima Demane na Demazane wanatendewa ubaya na mjomba wao kwa hivyo wanatorokea pangoni. Je, Demazane atamsikiliza nduguye?",author:" Mutugi Kamundi",people:" South African Folktale Mutugi Kamundi Jemma Kahn",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"10372",title:"Demane na pacha wake",date:"1430925216",summary:"Mayatima Demane na Demazane wanatendewa ubaya na mjomba wao kwa hivyo wanatorokea pangoni. Waliwahi kusikia kwamba majitu huishi milimani karibu na lile pango, hivyo watoto hao wanakuwa makini. Wakati Demane anaenda nje kutafuta chakula, Demazane anabaki pangoni chini ya masharti makali ya kutopika nyama yoyote kwani majitu yanavutiwa na harufu yake. Je, Demazane atamsikiliza nduguye?",author:" Mutugi Kamundi",people:" South African Folktale Mutugi Kamundi Jemma Kahn",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"21445",title:"Dhahabu, kalamu nzuri",date:"1502528377",summary:"Yote yang\'aayo siyo dhahabu. (Hadithi hii iliandikwa wakati wa waksha ya walimu iliyopangwa na ASb na OLE Ghana jijini Accra 2017).",author:"Ursula Nafula",people:"Ahmed Mardiya, Ibrahim Sharifa Ursula Nafula Andrews Opoku Antwi, Michelangelo Quaye Anang",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"30807",title:"Emirembe",date:"1537010793",summary:"Emirembe nekyo kyewewulira okusobola okutuuka ku ekyo kyoyenda kuba kikuta mu eisuubi.",author:"Francis Bananwa",people:"Niyifasha Epimaque Francis Bananwa, Kyambogo University Steven McKimmie, Wiehan de Jager, Monge Tlaka, Jonathan Field, Emily Berg, Jano Strydom, Catherine Groenewald",lang:"1125",level:"3",dual:false,app:false,approved:"0",other:"first paragraphs Lusoga"}); +parent.bookItems.push({id:"30271",title:"Ensíkili",date:"1536918988",summary:"Charming illustrations accompany the names of some familiar animals.",author:"Kutafsiri Biblia Mara",people:"Little Zebra Books Kutafsiri Biblia Mara Marleen Visser",lang:"16576, 1079",level:"1",dual:true,app:false,approved:"0",other:"first words Echiziinza"}); +parent.bookItems.push({id:"7651",title:"Esapat Lo Eisinye.",date:"1410792002",summary:"Ikamunit itunga lu ejasi kede eisinye ka\'ebit.Esapat lo akoto akerit kede akweny aimik ipapero ke.",author:" John Emongot",people:" Tukei A Cathy John Emongot Wiehan de Jager, Laura Libertore, Jemma Kahn",lang:"1059",level:"1",dual:false,app:false,approved:"0",other:"first words Ateso"}); +parent.bookItems.push({id:"15612",title:"Fahali na Punda",date:"1458987379",summary:"Ni mnyama gani anayefanya kazi zaidi kuliko mwingine?",author:"Brigid Simiyu",people:" Melese Getahun Wolde, Elizabeth Laird Brigid Simiyu Salim Kasamba",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"24792",title:"Familia",date:"1534714229",summary:"Familia hii ina baba, mama, dada, kaka na mtoto.",author:"Keziah Badi",people:"Keziah Badi Keziah Badi",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21985",title:"Familia ya Pembenyingi",date:"1509373056",summary:"Hadithi ya hisabati kuhusu familia za maumbo tofauti.",author:"Ursula Nafula",people:" Lindiwe Tshabalala, African Storybook Ursula Nafula Isaac Okwir",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"21998",title:"Fana anawapenda wanyama",date:"1509561414",summary:"Fana anakaa na wanyama kwa muda mrefu, akiwalisha na kucheza nao.",author:"Ursula Nafula",people:"Foziya Mohammed Ursula Nafula Jesse Breytenbach",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21006",title:"Fana na wanyama wake",date:"1498723900",summary:"Fana anawapenda wanyama. Anakuwa nao kwa muda mrefu akiwalisha na kucheza nao.",author:"Ursula Nafula",people:"Foziya Mohammed Ursula Nafula Jesse Breytenbach",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"15866",title:"Fisi mlafi",date:"1461146054",summary:"Msichana anakwama kwenye jiwe na mamake anatafuta njia ya kumlinda. Lakini, Fisi mwenye tamaa, alikuwa na mpango wake mwenyewe.",author:" Translators without Borders",people:" John Nga'sike Translators without Borders, Pete Mhunzi Salim Kasamba",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"15613",title:"Fisi na Kobe",date:"1458989654",summary:"Jinsi kobe alipata ganda ngumu, na fisi kupata madoadoa mgongoni mwake.",author:" Brigid Simiyu",people:" Alice Mulwa Brigid Simiyu Salim Kasamba",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"8698",title:"Fisi na Kunguru",date:"1415965726",summary:"Urafiki baina ya fisi na kunguru unakatika baada ya kunguru kumdanganya fisi. Soma uone vipi hili lilitokea.",author:" Pete Mhunzi",people:" Ann Nduku Pete Mhunzi Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"20437",title:"Fisi, Sungura na Beseni",date:"1494421196",summary:"Ikiwa beseni inaweza kuzaa, basi ni kiumbe chenye uhai. Viumbe vyote vyenye uhai hufa.",author:"Brigid Simiyu",people:" Charles Katiwa Kiema Brigid Simiyu Salim Kasamba",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"19193",title:"Fisi, Sungura na beseni",date:"1481711691",summary:"Sungura haachi kuwashangaza wanyama wengine.",author:" Charles Katiwa Kiema",people:" Charles Katiwa Kiema Salim Kasamba",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"16199",title:"Furaha na Huzuni",date:"1462974845",summary:"Mitungo inayochunguza hisia na kinachowafanya watu kukasirika, kufurahi au kuhuzunika.",author:" Mutugi Kamundi",people:" Madhav Chavan Mutugi Kamundi Rijuta Ghate",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22064",title:"Gawanya sawa!",date:"1510759863",summary:"Hadithi ya hisabati kuhusu umuhimu wa kugawana hata kama ni vigumu kufanya hivyo kamili!",author:"Brigid Simiyu",people:" Penelope Smith, Hamsa Venkatakrishnan Brigid Simiyu Magriet Brink",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"23699",title:"Goat, Dog na Cow",date:"1530869300",summary:"Toleo la rangi. Mbuzi, Mbwa na Cow ni marafiki mzuri. Wanachukua safari pamoja kwenye teksi, lakini wakati unapofika kulipa dereva mmoja wa marafiki anafanya kitu cha kushangaza.",author:"Paulyn Ruth Alupo",people:" Fabian Wakholi Paulyn Ruth Alupo Marleen Visser",lang:"1079",level:"2",dual:false,app:false,approved:"0",other:"first sentences Kiswahili"}); +parent.bookItems.push({id:"9911",title:"Hadithi kumhusu Wangari Maathai",date:"1427280746",summary:"Hi ni hadithi ya kuvutia kumhusu Wangari Maathai. Inaeleza jinsi maisha ya Wangari yalikuwa utotoni na jinis alivyovutiwa na umuhimu wa kuhifadhi mazingira na kuwashawishi wengine kufanya hivyo.",author:" Ursula Nafula",people:" Nicola Rijsdijk Ursula Nafula Maya Marshak",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"23107",title:"Hadithi ndefu ya Jojo",date:"1528903591",summary:"Chifu wa Kijiji kilichoitwa Maumbo Mengi aliipoteza pembe yake maalumu ambayo ilipulizwa mwanzoni mwa sherehe ya upanzi wa mimea. Jojo anafunga safari kwenda kuitafuta pembe hiyo, lakini haipati.",author:"Ursula Nafula",people:" Leo Daly Ursula Nafula Marleen Visser",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"17135",title:"Hakimu asiyekuwa na busara",date:"1491892808",summary:"Kwa mara ya pili, wanaume wawili wanakubali mawaidha mabaya ya jaji mbaya. Baada ya kupata ushauri wa wazee walioyasikiliza masimulizi yao kwa makini, urafiki baina yao unarejeshwa.",author:" Ursula Nafula",people:" Magabi Eynew Gessesse, Elizabeth Laird Ursula Nafula Brian Wambi",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"8040",title:"Hamisi abahatika",date:"1412768199",summary:"Hamisi alipokuwa akinunua sare ya shule na babake, alimwona mvulana aliyevaa shati la kijanikiwiti la kuvutia. Je, Hamisi atafaulu kumshawishi babake kumnunulia shati kama hilo?",author:"Adelheid Marie Bwire",people:"Adelheid Marie Bwire Rob Owen",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"30266",title:"Itikërë",date:"1536904647",summary:"Charming illustrations accompany the names of some familiar animals.",author:"Kutafsiri Biblia Mara",people:"Little Zebra Books Kutafsiri Biblia Mara Marleen Visser",lang:"16573, 1079",level:"1",dual:true,app:false,approved:"0",other:"first words Ikisimbëtë"}); +parent.bookItems.push({id:"19386",title:"Jambazi",date:"1484205437",summary:"Hadithi inayohusu hatari za kuwa mfanya biashara na ufahamu wa mtawala ambaye anamnasa muuaji katika kijiji chake.",author:" Susan Kavaya",people:" DiresGebre-Meskel, Elizabeth Laird Susan Kavaya Jacob Kono",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"21838",title:"Jimbi adanganya",date:"1507183289",summary:"Soma upate kujua kinachotendeka jimbi anapowadanganya wengine.",author:"Ursula Nafula",people:" Vincent Afeku Ursula Nafula Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"12609",title:"Jimbi na Sungura",date:"1438792534",summary:"Tahadhari na kinachoweza kutendeka unapomchezea mtu shere.",author:" Ursula Nafula",people:" Geoffrey Thiiru Ursula Nafula Duane Arthur",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"20439",title:"Jinsi chura alivyopata ngozi yake",date:"1494448377",summary:"Hadithi hii inaeleza kwa nini vyura wana migongo yenye matuta na wanaweza kuishi mbali na maji.",author:"Brigid Simiyu",people:" Alice Mulwa Brigid Simiyu Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22532",title:"Jinsi kahawa ilivyogunduliwa",date:"1522069046",summary:"Inaeleza chanzo cha kahawa kule Ethiopia.",author:"Ursula Nafula",people:"Alemu Abebe, CODE Ethiopia Ursula Nafula Mekasha Haile",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"20436",title:"Jinsi Kobe alivyopata pua kombo",date:"1494419721",summary:"Usiwe na haraka kuanzisha vita! (Pia kuna ya kiwango cha 3).",author:"Brigid Simiyu",people:" Taiwo Ẹhinẹni Brigid Simiyu Marlene Visser ",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22557",title:"Jinsi rangi zilivyokuja pamoja angani",date:"1522688578",summary:"Msichana mdogo anamfunza dadake kuhuhsu kwa nini pinde ziko angani. (Hadithi hii iliandikwa katika Waksha iliyoandaliwa Abuja, Nigeria, 2018, kwa ushirikiano kati ya British Council na African Storybook).",author:"Ursula Nafula",people:"Zainab Ayoza Omaki Ursula Nafula Offei Tettey Eugene",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"16587",title:"Jinsi usiku ulivyoingia kijijini",date:"1468502434",summary:"Opio anatoka katika jamii ya wawindaji. Anapofika kijiji tofauti, anshuhudia usiku kwa mara ya kwanza. Anaupenda usiku sana hadi anaamua kuupeleka kijini kwao.",author:" Ursula Nafula",people:" Robert Ekuka Ursula Nafula Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22081",title:"Jua, Mwezi, na Maji",date:"1510865377",summary:"Hadithi inayoeleza kwa nini jua na mwezi vinaishi angani.",author:"Brigid Simiyu",people:"Owino Ogot Brigid Simiyu Salim Kasamba",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"3149",title:"Jumamosi Alasiri",date:"1399491309",summary:"Jumamosi moja alasiri joto likiwa jingi, watoto watatu wanaenda kucheza karibu na mto. Ingawa hawaruhusiwi kuogelea, muda mfupi baadaye wanavua nguo na kucheza majini. Wanapotaka kwenda nyumbani tena, hawazipati nguo zao. Watajielezaje kwa mamao?",author:" Brigid Simiyu",people:" Nombulelo Thabane, Tessa Welch Brigid Simiyu Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"19356",title:"Jumamosi Moja",date:"1491457956",summary:"Jumamosi moja alasiri watoto watatu wanaenda kucheza karibu na mto. Wanapotaka kwenda nyumbani tena, hawazipati nguo zao. Watajielezaje kwa mamao?",author:" Ursula Nafula",people:" Nombulelo Thabane, Tessa Welch Ursula Nafula Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"18384",title:"Jumamosi moja",date:"1476247470",summary:"Jumamosi moja alasiri watoto watatu wanaenda kucheza karibu na mto. Wanapotaka kwenda nyumbani tena, hawazipati nguo zao. Watajielezaje kwa mamao?",author:" Ursula Nafula",people:" Nombulelo Thabane, Tessa Welch Ursula Nafula Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22062",title:"Kadogo na nduguze",date:"1510753514",summary:"Hadithi hii inatukumusha kwamba kimo cha mtu hakijalishi bali ni akili ndiyo hushinda.",author:"Brigid Simiyu",people:" Magabi Eynew Gessesse, Elizabeth Laird Brigid Simiyu Vusi Malindi",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"2632",title:"Kahawia",date:"1397648143",summary:"Kitabu hiki kina mitungo na picha inayotoa maelezo kuhusu vitu vya kawaida vya rangi ya kahawia.",author:" Ursula Nafula",people:" Reviva Schermbrucker Ursula Nafula Sue Kramer",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21152",title:"Kalabushe na Fisi",date:"1499695420",summary:"Kalabushe ni mdadisi na mwenye kuongea sana. Hali hii inamletea shida, lakini pia inamwokoa.",author:"Brigid Simiyu",people:" Gaspah Juma Brigid Simiyu Jesse Breytenbach",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"9259",title:"Kalabushe, Chiriku",date:"1418209691",summary:"Kalabushe ni mcheshi, mdadisi na anapenda kuongea sana. Hali hii inamwelekeza taabani lakini vile vile inamwezesha kuepuka shida. Je, unajifunza nini kutoka kwa Kalabushe?",author:" Gaspah Juma",people:" Gaspah Juma Jesse Breytenbach",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"22468",title:"Kate yuko mbinguni",date:"1520076109",summary:"Kate Namatovu ni mgonjwa. \"Anahitaji kufanyiwa upasuaji kwenye ubongo.\" Ndivyo alivyosema daktari. Unadhani ni nini kilichofanyika?",author:"Ursula Nafula",people:"Cornelius Wambi Gulere Ursula Nafula Rodney Kawaayi",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"3127",title:"Kato mwakili, na Shida Kubwa",date:"1399369968",summary:"Familia ya Kato, Kichakuro, iliishi katika bustani. Siku moja watu kadhaa walifika pale na mashine kukata miti. Ni vipi Kato na marafiki zake walijiepusha na hii \'shida kubwa?\'.",author:" Brigid Simiyu",people:" Herminder Ohri Brigid Simiyu Herminder Ohri",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"13544",title:"Khalai anapenda mimea",date:"1445342335",summary:"Msichana mdogo anazungumzia mimea na kuiliza msaada wake.",author:" Ursula Nafula",people:" Ursula Nafula Jesse Pietersen",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"7280",title:"Khayanga na kibuyu chake",date:"1407920670",summary:"Khayanga, msichana mdogo, anafiwa na wazazi wake. Anapotafuta faraja katika makaburi ya wazazi wake, anapewa zawadi.",author:" Mitugi Kamundi",people:" Ursula Nafula Mitugi Kamundi Catherine Groenewald",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22567",title:"Kiangazi na Mto wenye Baraka",date:"1522837910",summary:"Kipindi kirefu cha ukosefu wa mvua kinasababisha kiangazi kikubwa. Kwa hivyo wanyama wanazingatia umoja kukabiliana na tatizo hilo. (Hadithi hii iliandikwa wakati wa Waksha huko Abuja, 2018 iliyoandaliwa kwa ushirikiano kati ya African Storybook na British Council, Nigeria).",author:"Ursula Nafula",people:"Also Mohammed Sale Ursula Nafula Awwalu Sakiwa",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"6476",title:"Kibuyu cha ajabu",date:"1405069132",summary:"Baada ya kupoteza wazazi wake, Khayanga anapata zawadi ya kibuyu. Je, kinasaidiaje?",author:" Ursula Nafula",people:" Ursula Nafula Catherine Groenewald",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"23308",title:"Kifungua kinywa",date:"1529591516",summary:"Mtoto anaelezea vyakula tofauti ambavyo yeye na babake wanapenda.",author:"Bushirah Kabatesi",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Bushirah Kabatesi Cathy Feek",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"7780",title:"Kifungua Kinywa",date:"1411564347",summary:"Baba hupenda sana uji wa mahindi, mkate wa siagi na matufaa kwa chakula cha asubuhi.",author:" Fatma Baraka",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Fatma Baraka Cathy Feek",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"8706",title:"Kima ala mkia wake",date:"1416339956",summary:"Sungura huyo na vituko vyake tena!",author:" Brigid Simiyu",people:" Mozambican folktale Brigid Simiyu Horácio José Cossa",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"13153",title:"Kima apoteza mkia wake",date:"1442422132",summary:"Sungura huyo na vituko vyake tena!",author:" Ursula Nafula",people:" Mozambican folktale Ursula Nafula Horácio José Cossa",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"21841",title:"Kima na Fisi",date:"1507201360",summary:"Ni nani atasuluhisha mzozo kati ya Kima na Fisi?",author:"Ursula Nafula",people:"Mulualem Daba Ursula Nafula Salim Kasamba",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"18804",title:"Kima na kiangazi",date:"1479202760",summary:"Kima wa kike anahamia kwingine kutoka milimani kwa ajili ya kiangazi, lakini, hawasahau aliowaacha nyuma.",author:" Ursula Nafula",people:" Alice Edui Ursula Nafula Salim Kasamba",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"20440",title:"Kima na kiangazi kibaya",date:"1494449219",summary:"Sote tunaweza kuishi pamoja kwa amani ikiwa tuko tayari kugawana.",author:"Brigid Simiyu",people:" Alice Edui Brigid Simiyu ",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21140",title:"Kimbia Sungura, Kimbia!",date:"1499617091",summary:"Tofaa linaanguka kutoka mti aliokuwa amelala Sungura. Sungura anasikia sauti ikisema, \"Kimbia Sungura, kimbia!\"",author:"Brigid Simiyu",people:" Phumy Zikode Brigid Simiyu Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"23158",title:"Kinywa na Mkono",date:"1529250614",summary:"Inahusu kutokusameheana. Msamehe mwenzako akikukosea ili nawe upate kusamehewa unapokosea.",author:"Espoir Ntinda",people:"Espoir Ntinda Espoir Ntinda",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"2335",title:"Kisirusiru, mjinga",date:"1396760502",summary:"Kulikuwa na mvulana mdogo asiyeweza kutenda jambo lolote vyema. Mamake alimvumilia, lakini babake hakuweza kumstahimili. Siku moja babake aliamua kumfukuza kutoka nyumbani kwake. Mama alienda na mtoto wake. Nini kilitokea kwa Kisirusiru na mamake?",author:" Brigid Simiyu",people:" Cissy Kiwanuka Luyiga Brigid Simiyu Catherine Groenewald",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"2209",title:"Kitabu cha hali ya hewa",date:"1396517375",summary:"Chunguza hali ya anga tofauti na jinsi tunahisi kuhusu hali ya anga.",author:" Mutugi Kamundi",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Mutugi Kamundi Sandra McDougall",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"20022",title:"Kiumbe cha ajabu",date:"1491294296",summary:"Familia ya Izinzawu inakutana na kiumbe cha ajabu.",author:"Ursula Nafula",people:" Mlungisi Madlala, Ntombikayise Ngidi Ursula Nafula Tawanda Mhand",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"10161",title:"Kiundu mlafi",date:"1429781327",summary:"Kiundu ni mlafi na mchoyo. Yeye hupenda vya bwerere. Atawezaje kufaidika kwa kuhudhuria sherehe mbili kwa siku moja?",author:" Caren Echesa",people:" Mutugi Kamundi Caren Echesa Alex Zablon",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"22004",title:"Kobe na Sungura",date:"1509565575",summary:"Kobe na Sungura wana kazi ya kufanya.  Je, wataifanya pamoja?",author:"Ursula Nafula",people:" Venkatramana Gowda, Divaspathy Hegde Ursula Nafula Padmanabha",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"24751",title:"Kondoo aliyechoka na maisha ya jijini",date:"1533646917",summary:"Katika kila hali unayojipata, jitayarishe kwa changamoto zake na uwe mwerevu na wa kujitegemea.",author:"Ursula Nafula",people:"Mohammed Alhaji Modu Ursula Nafula Kenneth Boyowa Okitikpi",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"15939",title:"Kubwa na Ndogo",date:"1461313790",summary:"Kulinganisha vitu vikubwa na vidogo.",author:" Alice Kairichi",people:" Carole Bloch Alice Kairichi, Michael Muriuki, Peter Chege, Ursula Nafula Vian Oelofsen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21863",title:"Kuhesabu Kabichi",date:"1507352800",summary:"Hadithi ya hisabati kuhusu kuhesabu na kugawanya. (Hadithi hii iliwezeshwa na ufadhili wa Oppenheimer Memorial Trust).",author:"Ursula Nafula",people:"Penelope Smith Ursula Nafula Magriet Brink",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"23035",title:"Kuku amfanyia Tai hila",date:"1528825189",summary:"Kuku anamfanyia Tai hila mbaya sana. Isome hadithi upata kufahamu namna ilivyokuwa.",author:"Ursula Nafula",people:" Nathan Higenyi Ursula Nafula Rob Owen",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"15608",title:"Kuku na Jongoo",date:"1458982178",summary:"Hii ni hadithi ya Kuku na Jongoo (kiwango cha 4), ambayo imebadilishwa kufaa kiwango cha 1.",author:" Brigid Simiyu",people:" Winny Asara Brigid Simiyu Magriet Brink",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"23149",title:"Kumsubiri mtoto",date:"1529085019",summary:"Hadithi ya hisabati. Mamake Taby ameenda hospitalini kujifungua mtoto. Hadithi hii inazingatia vipimo, urefu kwenye mita na sentimita, majira katika siku, saa na miezi.",author:"Ursula Nafula",people:" Ursula Nafula Ursula Nafula Catherine Groenewald",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"21815",title:"Kumtembelea Bibi",date:"1507035985",summary:"Watoto wanamtembelea bibi yao kijijini. Wanafurahia muda wao sana.",author:"African Storybook",people:" Violet Otieno African Storybook, Dorcas Wepukhulu Catherine Groenewald",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"9528",title:"Kumwandikia mama barua",date:"1422869396",summary:"Mama anaenda hospitalini kujifungua mtoto na bintiye anamwandikia barua.",author:" Ursula Nafula",people:" Ursula Nafula Ursula Nafula Catherine Groenewald",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22536",title:"Kunguru na Mbweha",date:"1522142259",summary:"Ni nani aliye mwakili - kunguru au mbweha? (Hadithi hii iliandikwa wakati wa waksha ya walimu huko, Adwa, Ethiopia, 2017, kwa mashirikiano kati ya ASb na Imagine1Day).",author:"Ursula Nafula",people:"ሰለሙን ግደይ, ገ/ኣምላኽ ገ/መደህን Ursula Nafula Isaac Okwir",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"21837",title:"Kusema Asante!",date:"1507149467",summary:"Soma ujue nani anayekumbuka kusema \'Asante\'!",author:"Ursula Nafula",people:" Mariam Mohammed, Elizabeth Laird Ursula Nafula Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"15934",title:"Kutekwa nyara!",date:"1461212478",summary:"Wavulana wawili wanaopenda kuchunguza mazingira yao wanaishia kupitia yale ambayo hawakuwahi fikiria ingetendeka kwao. Soma uone ilivyokuwa!",author:" Ursula Nafula",people:" Richard Khadambi, Collins Kipkirui Ursula Nafula Abraham Muzee",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"21149",title:"Kutotii!",date:"1499694058",summary:"Nguruwe mtukutu hataki kumsikiliza mkulima!",author:"Brigid Simiyu",people:" Thobile Gama Brigid Simiyu Marion Drew",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"30268",title:"Kuuliza",date:"1536909360",summary:"Saidia marafiki kutafuta wanyama mbalimbali.",author:"Kutafsiri Biblia Mara",people:"Little Zebra Books Kutafsiri Biblia Mara Leo Daly, Magriet Brink",lang:"1079",level:"2",dual:false,app:false,approved:"0",other:"first sentences Kiswahili"}); +parent.bookItems.push({id:"17534",title:"Kuwahesabu Wanyama",date:"1472821093",summary:"Wanyama wote wana kiu. Wahesabu wanapoenda kunywa maji.",author:" Susan Kavaya",people:" Zanele Buthelezi, Thembani Dladla, Clare Verbeek Susan Kavaya Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"17031",title:"Kwa nini Ajao hakuzikwa",date:"1470816752",summary:"Je, Ajao ni popo, ndege au panya?",author:" Ursula Nafula",people:" Taiwo Ẹhinẹni Ursula Nafula Jesse Breytenbach",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"2069",title:"Kwa nini buibui ana miguu myembamba",date:"1396424169",summary:"Anansi Buibui anapenda kula lakini hataki kazi ya kupika chakula. Anawaza juu itakayomwezesha wenzake wamjulishe chakula kinapokuwa tayari. Lakini kwa bahati mbaya, mpango unaharibika na matokeo ni sababu ya buibui wana miguu mirefu myembamba.",author:"Brigid Simiyu",people:" Ghanaian folktale Brigid Simiyu Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"22088",title:"Kwa nini Nzi humsumbua Ng\'ombe",date:"1510866435",summary:"Mnyama mdogo anayeudhi kwa sauti yake! Hadithi inatuonyesha kwamba sio ukubwa wa umbo ndiyo muhimu bali nafsi ya kiumbe.",author:"Brigid Simiyu",people:" Jaco jacobs Brigid Simiyu Stephen Wallace",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"15938",title:"Kwa nini viboko hawana manyoya",date:"1461311413",summary:"Sungura ni wanyama wanaosumuliwa sana kwenye hadithi za Kiafrika.",author:" Wilkins Kiondo",people:" Basilio Gimo, David Ker Wilkins Kiondo Little Zebra Books, Carol Liddiment",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"8442",title:"Kwa nini Yayeri ni mashuhuri?",date:"1414657990",summary:"Hadithi inasimulia matendo msichana mdogo anayafanya ambayo yanafanya kuwa mashuhuri. Je, kwa nini?",author:" Kiondo Wilkins",people:" Michael Oguttu Kiondo Wilkins Vusi Malindi",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"24473",title:"Kwanini makitaba ilijengwa?",date:"1532337470",summary:"Hii story inaelezea umuhimu wa makitaba shuleni kwetu.",author:"JENNIFER PRISCILLA APIO",people:" Kabubbu Remedial class JENNIFER PRISCILLA APIO, Priscilla Jey Marleen Visser, Magriet Brink, Karlien de Villiers, Marike le Roux, Jano Strydom, Rob Owen, Jesse Breytenbach, Catherine Groenewald",lang:"1079",level:"2",dual:false,app:false,approved:"0",other:"first sentences Kiswahili"}); +parent.bookItems.push({id:"21999",title:"Kwenda Jijini",date:"1509561943",summary:"Mvulana, kwa mara ya kwanza, anamtembelea mjombake katika mji mkubwa.",author:"Ursula Nafula",people:" Lesley Koyi, Ursula Nafula Ursula Nafula Brian Wambi",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22080",title:"Leah, Roba na Ng\'ombe",date:"1510864190",summary:"Roba na Leah wana shida na ng\'ombe mmoja. Ng\'ombe ameketi karibu na kisima cha kijiji.",author:"Brigid Simiyu",people:" Matlotlisang Tenane Brigid Simiyu Marion Drew",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"23795",title:"Lee chaabate amu maakt",date:"1531121079",summary:"Kujeekurtoji wertake kakotutyet nye taboon karomuun amu pushet aa yiitenyi nyepo looh. Kaas bane chee kutok.",author:"Nathan Kiplangat Sikor",people:" Timothy Kabare, Ursula Nafula Nathan Kiplangat Sikor Catherine Groenewald",lang:"1112",level:"1",dual:false,app:false,approved:"0",other:"first words Sabinyi"}); +parent.bookItems.push({id:"12670",title:"Likizo kwa Bibi",date:"1439384808",summary:"Watoto wawili wana furaha wanapojitayarisha kumtembelea bibi kijijini. Wanafurahia maisha kijijini sana wanpourudi nyumbani, wanatazamia matembezi yajayo.",author:"Brigid Simiyu",people:" Violet Otieno Brigid Simiyu Catherine Groenewald",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"15937",title:"Lodipo amtoroka mama",date:"1461309591",summary:"Kisaa kuhusu familia ndogo ilioishi katikwa jangwa la Turkana, kaskazini magharibi nchini Kenya.",author:" Ramadhan Rajab",people:" John Nga'sike Ramadhan Rajab Zablon Alex Nguku",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"19586",title:"Madola mjanja",date:"1491894776",summary:"Mtu huvuna anachopanda!",author:" African Storybook",people:" Mariam Yusuf African Storybook Brian Juma",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"21075",title:"Magezi na Kasiira",date:"1499272581",summary:"Hadithi ya kuchekesha inayohusu urafiki na ujanja unaotokana na mtama.",author:"Brigid Simiyu",people:" Cornelius Gulere Brigid Simiyu Brian Wambi",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"18330",title:"Magozwe",date:"1476102750",summary:"Mvulana mdogo anajipata mtaani pamoja na watoto wengine wanaorandaranda. Katika hali ya kujitafutia, anakutana na mtu ambaye anabadilisha maisha yake.",author:" Ursula Nafula",people:" Lesley Koyi Ursula Nafula Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"13214",title:"Magozwe",date:"1492669251",summary:"Mvulana mdogo anajipata mtaani pamoja na watoto wengine wanaorandaranda. Katika hali ya kujitafutia, anakutana na mtu ambaye anabadilisha maisha yake.",author:" Ursula Nafula",people:" Lesley Koyi Ursula Nafula Magriet Brink, Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"19360",title:"Magozwe apata makao mapya",date:"1492668310",summary:"Mvulana mdogo anajipata mtaani pamoja na watoto wengine wanaorandaranda. Katika hali ya kujitafutia, anakutana na mtu ambaye anabadilisha maisha yake.",author:" Ursula Nafula",people:" Lesley Koyi Ursula Nafula Magriet Brink, Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"14412",title:"Maguru apatiana miguu",date:"1448955467",summary:"Maguru anaamua kuwapa wanyama wote miguu ili waweze kufurahia kutembea kama vile binadamu.",author:" Ursula Nafula",people:" Mutugi Kamundi Ursula Nafula Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"2405",title:"Maharage Yanayomea",date:"1396950664",summary:"Panda mbegu ya harage kisha uone kinachotokea unapoipa maji na kuiangalia vyema.",author:" Mutugi Kamundi",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Mutugi Kamundi Mlungisi Dlamini",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21126",title:"Mahari",date:"1499595631",summary:"Hadithi inahusu mvulana na yai muhimu alilopewa na bibi. Yai hilo linavunjika lakini mvulana anabahatika.",author:"Brigid Simiyu",people:" Nambi Sseppuuya Community Resource Centre Brigid Simiyu Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"20018",title:"Majina mbali mbali (Kitabu cha kuweka rangi)",date:"1490681154",summary:"Majna ya vitu tofauti.",author:"Ursula Nafula",people:"Ursula Nafula Dorcas Wepukhulu, Bloom Images",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"16766",title:"Mama abadilika",date:"1470299613",summary:"Hadithi inaonyesha jinsi mtu anavyokua na kubadilika kimaumbile.",author:" Ursula Nafula",people:"Ursula Nafula Ursula Nafula Catherine Groenewald, Jesse Breytenbach, Rob Owen, Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"12652",title:"Mamangu alipanda",date:"1439323134",summary:"Mama na baba wanapanda bustani. Pamoja familia inafanya kazi ya kupanda na kuvuna.",author:" Brigid Simiyu",people:" Tom Sabwa Brigid Simiyu Jonathan Field",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"15746",title:"Mamba aliye mwilini mwangu",date:"1460183031",summary:"Molly ana ugonjwa mbaya sana na ni lazima ajichunge vizuri ili aweze kuwa mwenye afya na nguvu. Bibi anahakikisha kwamba Molly anapata chakula na dawa inayomwezesha kuishi maisha ya kawaida.",author:" Ursula Nafula",people:" Val Morris Ursula Nafula Felicity Bell",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"12602",title:"Mamba aliyekuwa na njaa",date:"1438760443",summary:"Mamba mwenye njaa anaendea majini.",author:" Brigid Simiyu",people:" Christian G. Brigid Simiyu Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22087",title:"Mamba anasubiri bongo",date:"1510866298",summary:"Sababu inayomfanya mamba kuwa na hasira na binadamu. (Hadithi hii iliandikwa katika waksha ya walimu huko Kimberley, 2016).",author:"Brigid Simiyu",people:"Northern Cape Teacher's Workshop 2016 Brigid Simiyu Tawanda Mhandu",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"21151",title:"Mamba na Mbwa",date:"1499694949",summary:"Mbwa anakuta mayai kando ya mto na kuyapeleka nyumbani. Je, mama mamba atasemaje atakapogundua?",author:"Brigid Simiyu",people:" Candiru Enzikuru Mary Brigid Simiyu Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"16742",title:"Manyati na wanyama wake",date:"1469783350",summary:"Wanyama tofauti wanamfaidi mtu tofauti.",author:" Ursula Nafula",people:" Jenny Katz Ursula Nafula Sandy Campbell",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"16084",title:"Marafiki",date:"1462002625",summary:"Marafiki wanafanya mambo tofauti pamoja.",author:" Ursula Nafula",people:" Zimbili Dlamini, Hlengiwe Zondi Ursula Nafula Catherine Groenewald",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"8475",title:"Marafiki (Colour-in)",date:"1415077234",summary:"Hii ni hadithi kuhusu vitu ambavyo mtoto anapenda kufanya na marafiki zake.",author:" Pete Mhunzi",people:" Zimbili Dlamini, Hlengiwe Zondi Pete Mhunzi Catherine Groenewald",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"19404",title:"Marafiki wawili wadogo",date:"1484304444",summary:"Hadithi ya kitamaduni ya Kihabeshi kuhusu marafiki wawili wadogo wanaokutana na baadaye kupoteza urafiki wao kwa sababu ya kuwa tofauti.",author:" Susan Kavaya",people:" Belainesh Woubishet Susan Kavaya Jesse Pietersen",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22462",title:"Masanduku matatu yenye mali",date:"1519819401",summary:"Baba anaachia kila mmoja wa wanawe watatu urithi ambao unamfaa kila mmoja wao kulingana na vipaji walivyo navyo. (Hadithi hii iliandikwa wakati wa waksha ya walimu huko Adwa, Ethiopia, 2017.).",author:"Ursula Nafula",people:"ሰለሙን, ተኹሉ ይግዛው Ursula Nafula Adonay Gebru",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"22582",title:"Maswali aliyouliza Kariza",date:"1524130273",summary:"Kariza alihimizwa na wazazi wake kuuliza maswali. Hali hiyo ya kuuliza maswali ilimwelekeza kufahamu kuhusu chombo maalumu na umuhimu wa kunawa mikono kabla ya kula.",author:"Ursula Nafula",people:"Jean de Dieu Bavugempore Ursula Nafula Rob Owen",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"8431",title:"Matunda",date:"1414652641",summary:"Alikuwa msichana mrembo sana aliyevutia posa za wanaume wengi. Nyumbani kwao mti wenye matunda matamu sana ulikuwepo. Wazazi wake msichana walikata shauri ya kuwa watamkubali kumwoa binti yao mtu ambaye katika matembezi yake kwao angekaa siku nzima bila ya kula tunda lolote la mti huo. Je, nani atashinda mtihani wa kumwoa msichana?",author:"Translators without Borders",people:" Shakira Bodio Translators without Borders Wiehan de Jager",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"19403",title:"Mawaidha kutoka kwa Baba",date:"1491895581",summary:"Nyumbani kuzuri hakumaanishi kuwa na majengo makubwa au nyumba za bei ghali. Nyumbani kuzuri hujengwa na upendo na urafiki.",author:" Susan Kavaya",people:" Mohammed Kuyu, Elizabeth Laird Susan Kavaya Jacob Kono",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"22043",title:"Mazishi ya Fisi",date:"1510591701",summary:"Punda wanahudhuria mazishi ya fisi wakiwa na nia nzuri. Lakini, fisi wanapanga kuwahujumu.",author:"Brigid Simiyu",people:"Elizabeth Laird, Yirga Ejigu Brigid Simiyu Jacob Kono",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"3101",title:"Mbili",date:"1399042795",summary:"Mitungo miepesi kuhusu vitu viwili au jozi – viganja, miguu, masikio, macho, mikono.",author:" Ursula Nafula",people:" Carole Bloch Ursula Nafula Richard MacIntosh",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"19877",title:"Mbio kuhimiza umoja wa Afrika",date:"1491893412",summary:"Hadithi inahusu vijana wawili wanaokimbia mbio kupita Afrika wakieneza ujumbe wa umoja. Njiani, wanawavutia wengine kujiunga na mbio hizo.",author:" Ursula Nafula",people:"Ursula Nafula Ursula Nafula Brian Wambi",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"21635",title:"Mbu msumbufu",date:"1504691931",summary:"Sote tunajua sauti anayotoa mbu usiku. Mdudu mdogo lakini msumbufu kabisa!",author:"Ursula Nafula",people:" Ursula Nafula Ursula Nafula Magriet Brink",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"19401",title:"Mbuni na Simba",date:"1484219688",summary:"Mbuni anamwamini rafiki yake Simba bila kujua mipango ya Simba kuwahusu watoto wake.",author:" Susan Kavaya",people:" Daniel Nanok Susan Kavaya Brian Wambi",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"15611",title:"Mbuzi na kisu cha Fisi",date:"1458986510",summary:"Mbuzi anaomba kisu cha Fisi, hadi leo bado anakitafuta.",author:" Brigid Simiyu",people:" Wekunya Cornelius Brigid Simiyu Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"7868",title:"Mbuzi, Mbwa na Ng\'ombe",date:"1412247617",summary:"Mbuzi, Mbwa na Ng\'ombe ni marafiki. Wanafunga safari pamoja kwa teksi, lakini wakati unapowadia wa kulipa nauli kwa dereva, mmoja wa marafiki anatenda jambo la kushangaza. Matokeo ya yake yansababisha kila mnyama kuwa na tabia tofauti kuhusiana na magari.",author:" Brigid Simiyu",people:" Fabian Wakholi Brigid Simiyu Marleen Visser",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22059",title:"Mbuzi, mfalme bandia",date:"1510745399",summary:"Sasa unajua kwa nini mbuzi wana kiburi! Soma hadithi hii upate kujua yaliyotokea.",author:"Brigid Simiyu",people:" Alice Nakasango Brigid Simiyu Marleen Visser",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"23851",title:"Mbwa",date:"1531239416",summary:"Hii hadithi nikumuhusu mtu mmoja aliyekuwa na mbwa wake ambaye alikuwa mwaminifu na mtiifu kwake.",author:"penelope nankunda",people:" Ritah Katetemera penelope nankunda Catherine Groenewald, Jean Fullalove, Sandy Campbell, Ursula Nafula, Wiehan de Jager",lang:"1079",level:"3",dual:false,app:false,approved:"0",other:"first paragraphs Kiswahili"}); +parent.bookItems.push({id:"18327",title:"Mbwa na mayai ya Mamba",date:"1476092376",summary:"Mbwa anayapata mayai kando mwa mto na kuyapeleka nyumbani. Mama Mamba atafanyaje atakapojua hili?",author:" Ursula Nafula",people:" Candiru Enzikuru Mary Ursula Nafula Rob Owen",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"17596",title:"Mbwa na mayai ya Mamba",date:"1473236528",summary:"Mbwa anayapata mayai kando mwa mto na kuyapeleka nyumbani. Mama Mamba atafanyaje atakapojua hili?",author:" Ursula Nafula",people:" Candiru Enzikuru Mary Ursula Nafula Rob Owen",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"21124",title:"Mbweha asiye na shukurani",date:"1499594557",summary:"Sungura anamwokoa Mbweha kutoka kwenye shida. Lakini, badala ya kutimiza ahadi yake kwa Sungura, Mbweha anabadili nia.",author:"Brigid Simiyu",people:" Mohammed Kuyu, Elizabeth Laird Brigid Simiyu Jacob Kono",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"7881",title:"Mbweha na Jua",date:"1412252130",summary:"Mbweha mvivu anapendezwa na jua na kutaka kumpeleka nyumbani kwao ili akutane na babake. Wanafunga safari huku Mbweha akimbeba jua mgongoni, lakini hawafiki mbali.",author:" Brigid Simiyu",people:" Traditional San story Brigid Simiyu Manyeka Arts Trust",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"19387",title:"Mbweha na Sungura",date:"1484212263",summary:"Sungura anamnusuru Mbweha kutoka kwa hali ngumu. Lakini, badala ya kutimiza ahadi yake ya kumpa zawadi Sungura, Mbweha anabadili mawazo yake.",author:"Susan Kavaya",people:" Mohammed Kuyu, Elizabeth Laird Susan Kavaya Jacob Kono",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"7865",title:"Mbweha na zabibu chachu",date:"1412245995",summary:"Bweha mwenye njaa anaiona bustani iliyo na zabibu mbivu zinazoning\'inia kutoka kwenye tawi. Bweha anaruka juu kutaka kuzinyakua lakini badala yake, anaangukia mgongo. Anaendelea kuruka juu zaidi na kila wakati anaanguka chini kwa kishindo. Je, atawahi kuzipata zabibu?",author:" Brigid Simiyu",people:" Kholeka Mabeta Brigid Simiyu Benjamin Mitchley",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"22085",title:"Mchungaji",date:"1510866008",summary:"Hadithi inahusu mchungaji na shida alizo nazo. Soma uone anachofanya.",author:"Brigid Simiyu",people:" Beza Brigid Simiyu ",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"24750",title:"Mdiria na bahari",date:"1533637717",summary:"Kwa nini mdiria anakataa kutoka ukingoni mwa mto? (Hadithi hii iliandikwa katika waksha huko Abuja, 2018 kwa ushirikiano kati ya African Storybook na British Council, Nigeria).",author:"Ursula Nafula",people:"Peter Omoko Ursula Nafula Idowu Abayomi Oluwasegun",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"19359",title:"Meno",date:"1483017626",summary:"Aina za wanyama mbalimbali wana pia aina ya meno mbalimbali.",author:" Brigid Simiyu",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Brigid Simiyu, Monica Shank Kathy Arbuckle",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"10152",title:"Meno",date:"1429715561",summary:"Aina za wanyama mbalimbali wana pia aina ya meno mbalimbali.",author:" Brigid Simiyu",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Brigid Simiyu Kathy Arbuckle",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"12621",title:"Meno aina gani?",date:"1439141422",summary:"Wanyama mbali mbali wana meno tofauti.",author:"Brigid Simiyu",people:" Zanele Buthelezi, Thembani Dladla, Clare Verbeek Brigid Simiyu , Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21997",title:"Mfalme mbaya",date:"1509560621",summary:"Sasa unajua kwa nini mbuzi wanakataa kuvutwa!",author:"Ursula Nafula",people:" Alice Nakasango Ursula Nafula Marleen Visser",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22469",title:"Mhogo na Mtende",date:"1520094097",summary:"Sababu ambayo fufu, chakula kiliwacho Nigeria, huliwa kwa supu ya tende.",author:"Ursula Nafula",people:"Divine Apedo, Elizabeth Nkrumah, Georgina Abbey Ursula Nafula Brian Wambi",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"7871",title:"Mimi na familia yangu",date:"1412248991",summary:"Hadithi inasimulia kuhusu vituko vya mvulana mdogo na familia yake isiyo ya kawaida!",author:" Brigid Simiyu",people:" Waako Joshua, Cornelius Gulere Brigid Simiyu Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22082",title:"Mimi ni Moto!",date:"1510865486",summary:"Moto unaeleza hadithi yake mwenyewe. Je, moto una faida na madhara gani?",author:"Brigid Simiyu",people:" Deborah Namugosa, Beatres Nabune, Alison Tukei, Rose Sabano Brigid Simiyu Rob Owen",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"3140",title:"Mke Mti",date:"1399449771",summary:"Mzee ana kila kitu anachotaka, ila mke. Kwa hivyo anachonga mmoja kutoka mtini. Vijana wanaume kutoka kijiji jirani wanaamua kwamba mke huyu ni mrembo sana kwa mzee huyu kwa hivyo wanamwiba. Anahuzunika sana na kufanya kila njia ya kumpata.",author:"Mutugi Kamundi",people:" Southern African Folktale Mutugi Kamundi Jemma Kahn",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"22079",title:"Mke-mwenza mwenye wivu",date:"1510862871",summary:"Mke mwenye wivu anapanga kumwondosha mke-mwenza wake lakini anaelekea kubadili maisha kuwa bora zaidi kwao wote.",author:"Brigid Simiyu",people:"Mary Narebon Brigid Simiyu Jacob Kono",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"7860",title:"Mkeka wa Akai",date:"1412242363",summary:"Msichana huyu mdogo anakua akiwa na mkeka wa ajabu. Mkeka wa Akai unamkinga kutokana na hatari na kwa usaidizi wa ndege mdogo, anafaulu kupata njia na kurudi nyumbani baada ya kupotea milimani.",author:" Brigid Simiyu",people:" Ursula Nafula Brigid Simiyu Catherine Groenewald",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"2530",title:"Mkoba uzungumzao",date:"1397452991",summary:"Wasichana watatu wadogo wanakutana na jitu ambalo lajifanya kutaka msaada wao. Wakati jitu linamwongoza msichana mmoja mbali mtu mmoja anawasimamisha na kuuliza jina la msichana yule. Nini kitakachotokea kwa msichana huyo?",author:"Mutugi Kamundi",people:" Caroline Lentupuru Mutugi Kamundi Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"13026",title:"Mlinzi na chekechea yake",date:"1441441061",summary:"Hadithi ya jinsi wanyama wachanga tofauti walivyookolewa na kupelekwa kataika makao maalumu walikotunzwa.",author:" Ursula Nafula",people:" Ursula Nafula, Nina Orange Ursula Nafula Magriet Brink",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"24771",title:"Mojo na Kobe",date:"1534413057",summary:"Hidithi hii inahusu ndege aliyeitwa Mojo ambaye alikuwa mjumbe. Mfalme Simba alimtuma kupeleka ujumbe, lakini rafiki yake Kobe alimwonea wivu.",author:"Ursula Nafula",people:"Monica Oyovwevotu Dale Ursula Nafula Edwin Irabor",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"18419",title:"Moto, Maji, Ukweli na Uongo",date:"1476345587",summary:"Moto, Maji, Ukweli na Uongo walikuwa marafiki. Lakini, urafiki wao ulikuwa wa hila.",author:" Ursula Nafula",people:" Merga Debelo, Elizabeth Laird Ursula Nafula Marion Drew",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"16088",title:"Mpira wangu Mwekundu",date:"1491459236",summary:"Mpira mkubwa mwekundu unaenda safarini.",author:" Ursula Nafula",people:"Marion Drew Ursula Nafula Marion Drew",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"3177",title:"Msichana aliyenuka",date:"1399615556",summary:"Nyanya anamshonea mjukuu wake mdogo sketi nzuri ya kupendeza. Marafiki zake wanaona wivu hivyo wanampangia njama kwa nia ya kujipatia ile sketi. Kisha msichana anamezwa na nyoka. Kwa bahati nzuri, nyanyake anamwokoa.",author:" Brigid Simiyu",people:" Southern African Folktale Brigid Simiyu Catherine Groenewald",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"2994",title:"Msichana mwenye titi moja",date:"1398937073",summary:"Siku moja mwanamme alikutana mwanamke mrembo katitka msitu. Ingawa alikuwa ameoa, alipendezwa mara moja na mwanamke yule na kutaka kumwoa. Alimwambia kuwa hangeweza kuolewa naye kwani alikuwa na titi moja pekee. Alimtaka akate titi moja la mkewe ili waoane.",author:" Mutugi Kamundi",people:" Cornelius Wekunya Mutugi Kamundi Rachael Napagi",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"13309",title:"Msitu wenye nyoka",date:"1444154915",summary:"Wasichana watatu wanakwenda msituni kutafuta kuni. Ingawa nyanya yao ametoa onyo, msichana mmoja anafanya kitendo cha hatari mno.",author:"Brigid Simiyu",people:" Joseph Sanchez Nadimo Brigid Simiyu Rob Owen",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"19363",title:"Mtende",date:"1483027893",summary:"Hadithi ya picha kuhusu mtende.",author:" Translators without Borders",people:"Simon Ipoo Translators without Borders, Monica Shank Rob Owen",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"19364",title:"Mtende",date:"1491456725",summary:"Msimulizi wa hadithi kutoka Turkana anatufundisha kuhusu umuhimu na matumizi ya mtende.",author:" Translators without Borders",people:"Simon Ipoo Translators without Borders, Monica Shank Rob Owen",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"7158",title:"Mti ulionusuru kijiji cha Balantu",date:"1406811415",summary:"Haimi na nduguye Angula wana mti wa mbuyu wanaopenda kutembelea. Siku moja washambulizi wanafika kijijini na Haimi anafanya mpango wa kuwaficha kila mmoja na kuwaokoa. Je, mti unaweza kukiokoa kijiji?",author:" Mutugi Kamundi",people:" Karen von Wiese, Beryl Salt, Muhdni Grimwood, Barbara Meyerowitz Mutugi Kamundi Julia te Water Naude",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"15861",title:"Mtoto aliyeleta Amani",date:"1461137672",summary:"Katika sehemu za pori za Turkana, mwanamke anamwacha mtoto wake chini ya mti naye anaupanda mti kutafuta matunda. Mgeni alimwona mtoto akiwa peke yake. Je, mambo yanakuwa namna gani kwa mtoto?",author:" Translators without Borders",people:" John Nga'sike Translators without Borders, Pete Mhunzi Jacob Kono",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"23300",title:"mtoto na korongo",date:"1529589457",summary:"Mtoto na korongo Bringid simiyu Emily Berg.",author:"Bushirah Kabatesi",people:" South African Folktale Bushirah Kabatesi Emily Berg",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"21150",title:"Mtoto na Korongo",date:"1499694519",summary:"Korongo wanamwona mtoto akilia na wanaamua kwenda naye.",author:"Brigid Simiyu",people:" South African Folktale Brigid Simiyu Emily Berg",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"15865",title:"Mtoto Punda",date:"1461144634",summary:"Hadithi yenye kuchemsha bongo juu ya utafutaji wa mahali pako duniani.",author:" Translators without Borders",people:" Lindiwe Matshikiza Translators without Borders, Pete Mhunzi Meghan Judge",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"16341",title:"Mtoto wa Kima",date:"1464085432",summary:"Watoto wote wa mama kima wanafariki na huzuni wake unazidi kuwa mkubwa. Anapomzaa mtoto mwingine, anaamua kwamba mtoto huyo atapata nafasi ya kuishi.",author:" Ursula Nafula",people:" Wesley Kipkorir Rop Ursula Nafula Jesse Breytenbach",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"12915",title:"Mtoto wa Kima (Colour -In)",date:"1440232162",summary:"Watoto wote wa mama kima wanafariki na huzuni wake unazidi kuwa mkubwa. Anapomzaa mtoto mwingine, anaamua kwamba mtoto huyo atapata nafasi ya kuishi.",author:" Brigid Simiyu",people:" Wesley Kipkorir Rop Brigid Simiyu Jesse Breytenbach",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"14812",title:"Mtoto wa miujiza",date:"1450450504",summary:"Mtu na bibiye wanamzaa mtoto wa miujiza.",author:" Alice Edui",people:" Simon Ipoo, Jackline Akute Alice Edui Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"7618",title:"Mtoto wa Tembo Mdadisi",date:"1410538644",summary:"Mbeleni, tembo walikuwa na pua fupi, lakini, kwa ajili ya udadisi wa mtoto wa tembo, tembo wote walipata mikonga mirefu.",author:" Prisca Mdee",people:" Judith Baker, Lorato Trok Prisca Mdee Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"24769",title:"Mtu Mrefu Sana",date:"1541748660",summary:"Mtu kwenye hadithi hii ni mrefu sana hadi kila kitu karibu naye ni fupi au ndogo. Anatatua tatizo hili kwa kuunda vitu vinavyolingana na ukubwa wake.",author:"Keziah Badi",people:"Cornelius Wambi Gulere Keziah Badi Catherine Groenewald",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"12689",title:"Mtu na Simba",date:"1439500132",summary:"Jinsi mtu anaepuka kifo.",author:" Brigid Simiyu",people:" Mozambican folktale Brigid Simiyu Hélder de Paz Alexandre",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"2340",title:"Mulongo na Fisi",date:"1396777503",summary:"Mulongo alikwenda msituni kukutana na marafikize. Alipotea kwa sababu alifuata njia tofauti. Mulongo alitembea hadi akachoka na kulala chini ya mti. Alipoamka, ilikuwa usiku na fisi walikuwa wakimzunguka wakitaka kumla. Je, angeendaje nyumbani salama?",author:" Brigid Simiyu",people:" Sarah Nangobi Brigid Simiyu Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"8501",title:"Mumbi",date:"1415288778",summary:"Hadithi ya lugha mbili inayoelezea vitendo tofauti ambavyo msichana mdogo anatenda.",author:" Ursula Nafula",people:" Oloosirkon ECD Ursula Nafula Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22352",title:"Musa na paka",date:"1517483102",summary:"Musa anamuokota paka akiwa njiani kutoka shuleni kisha anamnyanyasa. Baadaye, anaota ndoto inayobadilisha tabia zake mbovu.",author:"Ursula Nafula",people:"Zainab Muhd Kazaure Ursula Nafula Tawanda Mhandu",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"19358",title:"Musau amwokoa babake",date:"1491456522",summary:"Babake Musau alilewa kila usiku. Aliporjea nyumbani, aliwaamsha wanakijiji akisingizia kuwa anavamiwa hadi siku moja alipovamiwa kweli lakini watu walikuwa wamechoka naye.",author:"Ursula Nafula",people:" Kanyiva Sandi Ursula Nafula Benjamin Mitchley",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"18328",title:"Musau na babake",date:"1476094342",summary:"Babake Musau alilewa kila usiku. Siku moja alivamiwa na fisi lakini watu walikuwa wamechoka naye. Je, nani atamsaidia?",author:" Ursula Nafula",people:" Kanyiva Sandi Ursula Nafula Benjamin Mitchley",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"12600",title:"Mvulana aliyechukiwa na wote",date:"1438713516",summary:"Mvulana aliyekuwa na sura mbaya anaenda msituni kutafuta mzizi wa kipekee ambao mwanamke mkongwe wa kiajabu anaahidi utamwezesha kuwa wa kupendeza. Kule msituni anakumbwa na majaribu mengi.",author:" Brigid Simiyu",people:" Phumy Zikode Brigid Simiyu Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"6169",title:"Mvulana asiyetii",date:"1403874753",summary:"Kijana anapuuza ushauri wa wazazi wake. Kisia kilicho msubiri huko!",author:" James Elim",people:" James Elim, Joseph Opilo Wiehan de Jager, Benjamin Mitchley, Catherine Groenewald, Padmanabha",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"8073",title:"Mwalimu Goso",date:"1412771049",summary:"Mwalimu aliyeitwa Goso aliwafunzia watoto chini ya mti wa mbuyu. Siku moja Paa mwenye njaa alikwenda kuiba makuyu kutoka mti ule. Aliutikisa mti kwa nguvu hadi mabuyu yakamwangukia Goso kichwani na kumuua papo hapo. Watoto walihuzuniswa sana wakataka kumpata aliyemuua mwalimu wao.",author:" Adapted from one of George W Bateman’s Zanzibar Tales Versioned by Mitugi Kamundi",people:" Adapted from one of George W Bateman’s Zanzibar Tales Versioned by Mitugi Kamundi Jemma Kahn",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"15609",title:"Mwalimu wangu",date:"1458983158",summary:"Msichana mdogo anataka kuwa kama vile mwalimu wake alivyo.",author:" Brigid Simiyu",people:" Zimbili Dlamini, Hlengiwe Zondi Brigid Simiyu Jesse Pietersen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"8477",title:"Mwalimu wangu (Colour-in)",date:"1415077818",summary:"Msichana huyu mdogo anampenda mwalimu wake sana, anataka awe kama yeye kwa hali na mali.",author:" Pete Mhunzi",people:" Zimbili Dlamini, Hlengiwe Zondi Pete Mhunzi Jesse Pietersen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"16340",title:"Mwana wa Tumbili",date:"1464081755",summary:"Tumbili anaamua kumweka mwanawe njiani ili abarikiwe na wapita njia akitumaini kuwa hatampoteza tena kama alivyokuwa akiwapoteza wengine.",author:" Baraka Fatma",people:" Wesley Kipkorir Rop Baraka Fatma Jesse Breytenbach",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"10166",title:"Mwana wa Tumbili (Colour-in)",date:"1429795200",summary:"Tumbili anaamua kumweka mwanawe njiani ili abarikiwe na wapita njia akitumaini kuwa hatampoteza tena kama alivyokuwa akiwapoteza wengine.",author:"Baraka Fatma",people:" Wesley Kipkorir Rop Baraka Fatma Jesse Breytenbach",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"22068",title:"Mwanamke mlafi",date:"1510817678",summary:"Ukihisi njaa, ni heri kuwa mwaminifu kuliko kuiba.",author:"Brigid Simiyu",people:" Alungho Rose, Annet Ssebaggala Brigid Simiyu Abraham Muzee",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"9406",title:"Mwanamke mrembo",date:"1421481385",summary:"Ni nini siri ya mwanamke aliyevalia kila kitu cha rangi ya chungwa?",author:" Ursula Nafula",people:" Ursula Nafula Catherine Groenewald",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"10204",title:"Mwanamke wa rangi ya chungwa",date:"1430227086",summary:"Je, ni nini siri ya mwanamke aliyevalia mavazi ya rangi ya chungwa?",author:" Ursula Nafula",people:" Ursula Nafula Catherine Groenewald",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"1176",title:"Mwanamme Mrefu",date:"1394634596",summary:"Hadithi inaelezea tatizo alilokuwa nalo mwanamme aliyezidi kwa urefu. Kila kitu karibu yake kilikuwa kidogo sana. Alilazimika kutengeza vitu vyake vilvyolingana na urefu wake.",author:" Ursula Nafula",people:" Cornelius Gulere Ursula Nafula Catherine Groenewald",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"19600",title:"Mwanamume aliyekuwa na tatizo kubwa",date:"1491894208",summary:"Mtu ana ukarimu sana hadi anakaa na babu na bibi zake ambao ni wazee, shangazi na mjomba wake. Soma uone jinsi maisha yatabadilika muda unapoyoyoma.",author:" Susan Kavaya",people:"Ursula Nafula Susan Kavaya Abraham Muzee",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"19400",title:"Mwanamume aliyeota manyoya",date:"1484216645",summary:"Mwanamme anaanza kuota manyoya baada ya kula jogoo wa ndugu yake. Kwa nini amelaaniwa hivi na mateso yake yatakwisha vipi?",author:" Susan Kavaya",people:" Worku Debele, Elizabeth Laird Susan Kavaya Tadesse Teshome",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"2101",title:"Mwende adanganywa",date:"1396438408",summary:"Msichana mdogo anakwenda kumtembelea mjombake na kukutana na mwingine anayemdanganya. Je, haki inapatikana?",author:" Mutugi Kamundi",people:" Alan Kenyon, Viv Kenyon Mutugi Kamundi Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"2229",title:"Mwezi na kofia",date:"1396524507",summary:"Mvulana mdogo anapokea kofia ya bluu kutoka kwa mamake. Anaipoteza. Je, ataipata kofia yake?",author:" Brigid Simiyu",people:" Noni Brigid Simiyu Angie & Upesh",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"31282",title:"Mwili",date:"1537176284",summary:"Learn the parts of the body with the help of some whimsically illustrated friends.",author:"Kutafsiri Biblia Mara",people:"Little Zebra Books Kutafsiri Biblia Mara Sue Beattie",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"24770",title:"Mwili",date:"1541749345",summary:"Jifunze sehemu za mwili ukisaidiwa na marafiki walio chorwa.",author:"Keziah Badi",people:"Little Zebra Books Keziah Badi Sue Beattie",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"12632",title:"Mwili wangu",date:"1439296056",summary:"Tunaweza kutumia miili yetu kufanya mambo mengi, lakini kuna jambo moja hatuwezi kufanya.",author:" Peterson Kibuuri",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Peterson Kibuuri, Stevenson Mutisya Mlungisi Dlamini",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22061",title:"Mzozo wa Fisi na Kima",date:"1510748807",summary:"Ni nani atasuluhisha mzozo kati ya Fisi na Kima? Chanzo cha hadithi hii ni Ethiopia.",author:"Brigid Simiyu",people:"Mulualem Daba Brigid Simiyu Salim Kasamba",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"15863",title:"Namorutunga",date:"1461141362",summary:"Namorutunga ni mahali pa kale Kenya penye nguzo 19 za mawe. Hadithi hii inaeleza jinsi mawe hayo yalikuja kuwepo mahali hapo.",author:" Translators without Borders",people:"Simon Ipoo Translators without Borders, Pete Mhunzi Zablon Alex Nguku",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"7874",title:"Namukhaywa",date:"1412249743",summary:"Hadithi ya mwnamme na mkewe aliyemzalia watoto wasichana pekee. Anamwonya mkewe kuwa akimzaa mtoto msichana tena atamuua lakini iwapo atamzalia mvulana atamwaandalia karamu.",author:" Brigid Simiyu",people:" Matthews M Wanga Brigid Simiyu Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"19361",title:"Nangila, shujaa",date:"1491889586",summary:"Je, Nangila atafaulu awashinde wanaume wenye nguvu?",author:" Ursula Nafula",people:" Violet Otieno Ursula Nafula ",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"22049",title:"Nani atahesabu mpaka kumi?",date:"1510660001",summary:"Nani atakuwa mfalme wa wanyama baada ya Mfalme Chui kustaafu?",author:"Brigid Simiyu",people:"Athieno Gertrude, Owino Ogot Brigid Simiyu Salim Kasamba",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"15713",title:"Nausikiliza mwili wangu",date:"1459857098",summary:"Kila mmoja wetu ana mwili wa kupendeza. Je, umewahi sikiliza kile mwili wako unasema?",author:" Ursula Nafula",people:" Noni Ursula Nafula Angie & Upesh",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"23747",title:"Naweza kufanya hili!",date:"1530988345",summary:"Ni siku ya kwanza ya Amelia ya shule. Je, atafanya nini siku yake ya kwanza?",author:"HANNINGTON OWERE",people:" World Education HANNINGTON OWERE Silva Afonso",lang:"1079",level:"2",dual:false,app:false,approved:"0",other:"first sentences Kiswahili"}); +parent.bookItems.push({id:"22750",title:"Ndalo na Pendo – Marafiki wakubwa",date:"1526640450",summary:"Ndalo anamsaidia babake kumchunga Pendo, ng\'ombe wa family yake ambaye kupitia kwake, yeye anapata pesa za matumizi anazotumia kununua vitabu.",author:"Ursula Nafula",people:" Ruth Odondi Ursula Nafula Rob Owen",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"21747",title:"Ndama wa Parna",date:"1505890588",summary:"Wakati mvulana mdogo anachunga ng\'ombe wa familia yao, ndama mzuri anazaliwa.",author:"Ursula Nafula",people:"Soila Murianka Ursula Nafula Jacob Kono",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"2344",title:"Ndege-Asali alipiza kisasi",date:"1396796966",summary:"Mwindaji kijana anafuata ndege ili kuufikia mzinga wa nyuki uliojaa asali mbivu. Badala yeye kumshukuru ndege kwa kumgawia asali, anamfukuza. Wakati mwingine kijana anapotafuta asali, ndege analipiza kisasi!",author:"Brigid Simiyu",people:" Zulu folktale Brigid Simiyu Wiehan de Jager",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"15942",title:"Ndizi za Bibi",date:"1461326933",summary:"Msichana mdogo anatazama na kudadizi namna bibi yake anavyotayarisha kuziweka ndizi ili ziive. Anakoziweka ndizi inabaki siri kubwa kwa huyu msichana anaudhika na jambo hilo. Je, inachukuwa muda gani kabla msichana yule kuitambua siri ya bibi?",author:" Peter Chege",people:" Ursula Nafula Peter Chege, Alice Karichi, Michael Muriuki, Ursula Nafula Catherine Groenewald",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"7877",title:"Ndogo sana, Kubwa sana",date:"1412250837",summary:"Nguo zote za Nelima ni ndogo mno kwake. Atazifanyaje?",author:" Brigid Simiyu",people:" Media Matters Brigid Simiyu Sandy Lightly",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"9684",title:"Ndoto ya Graca",date:"1424854994",summary:"Hadithi ya Graca Machel na ndoto yake ya kueneza umuhimu wa watoto wa Musumbiji na Afrika nzima kujifunza kusoma. Hadithi hii itaamsha ari gani kwako?",author:" Rebbeccah Karoki",people:" Melissa Fagan Rebbeccah Karoki Karlien de Villiers",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"15616",title:"Ndovu na Kinyonga",date:"1458992760",summary:"Mfalme anateua kazi ngumu, lakini zawadi ya atakayeshinda ni kumwoa binti wa mfalme. Je, nani atafaulu, Ndovu au Kinyonga?",author:" Brigid Simiyu",people:" Stella Badaru Brigid Simiyu Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"9480",title:"Ndovu na Vyura",date:"1421842182",summary:"How we must not upset the balance of nature.",author:" Caren Echesa",people:" Mozambican folktale Caren Echesa Amir Bachir António Necas",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"21621",title:"Ndugu mwerevu",date:"1504616637",summary:"Wivu ukichanganyika na ujinga huishia kuwa mchanganyiko wa sumu kali!",author:"Susan Kavaya",people:" Merga Debelo, Elizabeth Laird Susan Kavaya Tadesse Teshome",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"12687",title:"Nelima atajirika",date:"1439497457",summary:"Wasichana wawili wadogo wanakwenda safari ya kutafuta chakula. Wote wanamkuta mwanamke mkongwe njiani, lakini ni mmoja tu anayekubali kumsaidia.",author:" Brigid Simiyu",people:" Salaama Wanale Brigid Simiyu Mango Tree",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"15712",title:"Ng\'ombe aliye na pembe moja",date:"1459856237",summary:"Umewahi kumwona ng\'ombe mwenye pembe moja na bila mkia?",author:" Ursula Nafula",people:" Sebongile Daniel, Mpho Ntlhanngoe, Khothatso Ranoosi Ursula Nafula Marion Drew",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"24042",title:"Ng\'ombe ni rafiki Yangu",date:"1531752917",summary:"Kitabu hiki kinazungumzia umuhimu wa ng\'ombe kwa mwanadamu.",author:"Emma Nuella",people:" Frista and Fatima Emma Nuella Felicity Bell, Marleen Visser",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"24767",title:"Ng\'ombe ni Rariki Yangu",date:"1541755879",summary:"Hichi kitabu chazungumzia umuhimu wa ng\'ombe kwa mwanadamu.",author:"Keziah Badi",people:" Frista and Fatima Keziah Badi Felicity Bell, Marleen Visser",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"3003",title:"Ng\'ombe wa Sokoni",date:"1398946914",summary:"Ng\'ombe wanatanga tanga na kuingia sokoni huku wakivuruga shughuli za pale. Mwanamke mmoja anachukuwa jukumu la kulalamika na kupiga kelele. Kwa kujibu, ng\'ombe wana malalamishi yao vilevile.",author:" Ursula Nafula",people:" Ursula Nafula Ursula Nafula Catherine Groenewald",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"8056",title:"Ng\'ombe wetu Pendo",date:"1412769776",summary:"A story about a much loved family cow.",author:" Ruth Odondi",people:" Ruth Odondi Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22531",title:"Ngoma",date:"1522066464",summary:"Hadithi kuhusu matumizi ya ngoma katika jamii baadhi ya jamii za Afrika Mashariki. Inataja ujuzi wa kucheza, inaeleza ukubwa, na sauti tofauti.",author:"Ursula Nafula",people:"Athieno Gertrude Ursula Nafula Salim Kasamba",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"21141",title:"Ngurumo na mwanawe Radi",date:"1499617667",summary:"Ngurumo na mwanawe waliishi duniani. Kwa ajili ya uharibifu wa mwanawe, mfalme aliwatuma kuishi angani mbali na watu.",author:"Brigid Simiyu",people:" Ogot Owino Brigid Simiyu Jesse Breytenbach",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"19092",title:"Ngurumo na Radi",date:"1480670948",summary:"Ngurumo na mwanawe, radi, waliishi miongoni mwa watu. Lakini, kwa ajili ya uharibifu wa mwanawe, mfalme aliwafukuza waishi angani, mbali na watu.",author:" Ursula Nafula",people:" Ogot Owino Ursula Nafula Jesse Breytenbach",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"12653",title:"Nguruwe Hawaruhusiwi",date:"1439324080",summary:"Hadithi hii inaelezea kwa nini nguruwe wana pua pana lililo sawasawa. Inatufunza nini tena?",author:" Brigid Simiyu",people:" Basilio Gimo Brigid Simiyu Little Zebra Books, Laura Libertore",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"20433",title:"Ni kazi gani iliyo muhimu zaidi?",date:"1494416468",summary:"Je, baadhi ya kazi ni muhimu zaidi kuliko zingine?",author:"Brigid Simiyu",people:" Beatrice Inzikuru Brigid Simiyu Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21842",title:"Ni nani atakuwa mfalme?",date:"1507202954",summary:"Ni nani atakuwa mfalme wa wanyama baada ya Mfalme Chui kufa?",author:"Ursula Nafula",people:"Athieno Gertrude, Owino Ogot Ursula Nafula Salim Kasamba",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"9529",title:"Ni ngapi?",date:"1422873397",summary:"Hesabu sehemu tofauti za wanyama walioko.",author:" Joseph Opilo",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Joseph Opilo Sandra McDougall",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"2823",title:"Nieleze, Furaha na Huzuni",date:"1398254862",summary:"Mitungo inayochunguza hisia na kinachowafanya watu kukasirika, kufurahi au kuhuzunika.",author:" Mutugi Kamundi",people:" Madhav Chavan Mutugi Kamundi Rijuta Ghate",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21836",title:"Nilipata Funzo",date:"1507117823",summary:"Msichana mdogo anadadisi anavyomtazama bibi akitayarisha kuzifukia ndizi ili ziwe mbivu.",author:"African Storybook",people:" Ursula Nafula African Storybook, Ursula Nafula Catherine Groenewald",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21814",title:"Nilivyopotea sokoni",date:"1507032884",summary:"Mvulana ameahidiwa zawadi nzuri akihitimu umri wa miaka sita. Soma uone kinachotokea.",author:"African Storybook",people:" Timothy Kabare, Ursula Nafula African Storybook, Dorcas Wepukhulu Catherine Groenewald",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"2106",title:"Ninafurahi / I Enjoy",date:"1396441706",summary:"Hadithi katika lugha mbili inayoelezea vitu vyote ambavyo msichana mdogo anafurahia kutenda.",author:" Ursula Nafula",people:" Ursula Nafula Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"31301",title:"Ninafurahi kufanya hivi",date:"1537334126",summary:"Sentensi fupi kuhusu vitendo ambavyo mtoto anafurahi kufanya.",author:"African Storybook",people:"Ursula Nafula African Storybook Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"8476",title:"Ninapenda Kusoma",date:"1415077585",summary:"Mtoto anajitahidi sana kumpata mtu wa kumsomea.",author:" Pete Mhunzi",people:" Letta Machoga Pete Mhunzi Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"19357",title:"Ninapenda Kusoma",date:"1483015275",summary:"Mtoto anajitahidi sana kumpata mtu wa kumsomea.",author:" Pete Mhunzi",people:" Letta Machoga Pete Mhunzi Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"2878",title:"Ninaweza kufanya hivi",date:"1398433466",summary:"Ni kitabu cha picha kuonyesha vitendo tofauti.",author:" Ursula Nafula",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Ursula Nafula Cathy Feek",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"1932",title:"Nitajie majina ya rangi",date:"1396010889",summary:"Tunawauliza mama na baba sababu ya vitu kuwa na rangi tofauti.",author:" Mutugi Kamundi",people:" Madhav Chavan Mutugi Kamundi Rijuta Ghate",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"10985",title:"Nitumie nini kusafiri?",date:"1433843741",summary:"Mtoto anawaza juu ya kusafiri na anajiuliza ni chombo kipi mwafaka na salama cha kusafiria.",author:" Ursula Nafula",people:" Ursula Nafula Sue Kramer, Catherine Groenewald, Marion Drew, Louwrisa Blaauw, Rob Owen, Vusi Malindi, Jesse Breytenbach, Natalie Propa, Wiehan de Jager, Mango Tree",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"23157",title:"Nkanu aambukizwa kipindupindu",date:"1529291552",summary:"Nkanu anaambukizwa kipindupindu kutokana na uchafu wake.",author:"gabriel dibwe",people:"gabriel dibwe gabriel dibwe",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"2634",title:"Nonkungu na Imbulu",date:"1397649266",summary:"Wakati Nonkungu anatumwa kwa mjombake tajiri, mamake anampa sketi nzuri ya shanga avae, kisha kwa furaha anaondoka na kwenda zake. Njiani, anakutana na msichana anayemsihi kumpa ile sketi ili naye aijaribu. Wanapobadilishana nguo, Nonkungu anauona mkia wa msichana yule na kugundua kwamba yule msichana hasa ni jitu na ndipo masaibu ya Nonkungu yanaanza.",author:" Mutugi Kamundi",people:" Alan Kenyon, Viv Kenyon Mutugi Kamundi Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"3159",title:"Nozibele na Nywele Tatu",date:"1399533552",summary:"Wasichana watatu wanakusanya kuni siku moja iliyo na joto. Wanapokuwa njiani kurudi nymbani, mmoja anagundua kwamba amesahau shanga zake na kuamua kurudi peke yake. Safari yake inabadilika pakubwa kuanzia pale.",author:" Ursula Nafula",people:" Tessa Welch Ursula Nafula Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"21994",title:"Nyani aliyekuwa chifu",date:"1509519720",summary:"Wafuasi wa chifu huyu wangeyahoji masharti yake ya upuzi, maisha yake yangeokolewa!",author:"Ursula Nafula",people:" Bonsamo Miesso, Elizabeth Laird Ursula Nafula Isaac Okwir",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"2987",title:"Nyani walioenda huku na huko",date:"1398933095",summary:"Watu katika kijiji cha Udongo wanahamia milimani kuepuka wanyama wa mwituni. Wanajifunza kula matunda na mizizi na kuanza kuwa na tabia kama za nyani. Kisha hizi familia za nyani zinagundua kwamba hazitaki tena kuishi pamoja.",author:" Brigid Simiyu",people:" Southern African Folktale Brigid Simiyu Benjamin Mitchley",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"12692",title:"Nyumba ya Kobe",date:"1439554953",summary:"Kobe anaitafuta nyumba yake. Ataipata wapi?",author:" Brigid Simiyu",people:" Maya Fowler Brigid Simiyu Katrien Coetzer",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"21073",title:"Nyumbu",date:"1499269935",summary:"Hadithi inayoeleza kwa nini nyumbu hawazai watoto.",author:"Brigid Simiyu",people:" Mesfin Habte-Mariam, Elizabeth Laird Brigid Simiyu Marleen Visser",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"2856",title:"Nzito na nyepesi",date:"1398419905",summary:"Baini vitu vizito na vyepesi. Amua kipi kizito zaidi na kipi chepesi zaidi.",author:" Brigid Simiyu",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Brigid Simiyu Kathy Arbuckle",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"30270",title:"Obúso",date:"1536917619",summary:"Learn the parts of the face, with the help of a whimsically illustrated group of friends.",author:"Kutafsiri Biblia Mara",people:"Little Zebra Books Kutafsiri Biblia Mara Sue Beattie",lang:"16576, 1079",level:"1",dual:true,app:false,approved:"0",other:"first words Echiziinza"}); +parent.bookItems.push({id:"23775",title:"Omuwala owekyejo",date:"1531079820",summary:"Olugero olukwata kumuwala atawuliriza bigambo bya nyina nayiga essomo.",author:"Namutebi Nelly",people:" Bathokwa book club Namutebi Nelly, Uganda Christian University Catherine Groenewald, Vusi Malindi, Rob Owen, Natalie Propa, Ingrid Schechter, Melany Pietersen",lang:"1104",level:"3",dual:false,app:false,approved:"0",other:"first paragraphs Luganda"}); +parent.bookItems.push({id:"22530",title:"Pa Nase buibui, na wanawake",date:"1522060951",summary:"Ujanja wa Pa Nase, buibui, na matokeo yake! (Hadithi hii iliandikwa wakati wa waksha ya kuandika hadithi jijini Abuja 2018, kupitia juhudi za pamoja kati ya African Storybook na British Council, Nigeria).",author:"Ursula Nafula",people:"Abdul Koroma Ursula Nafula Kenneth Boyowa Okitikpi",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"23022",title:"paka mjanja",date:"1528877603",summary:"Hadithi ni juu ya paka ambaye bwana ali ingiliwa na wauaji wakati wa usiku na akauawa nao.",author:"Mugay Gideon",people:"Mugay Gideon Catherine Groenewald, Magriet Brink, Adonay Gebru, Abraham Muzee, Benjamin Mitchley",lang:"1079",level:"4",dual:false,app:false,approved:"0",other:"longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"8877",title:"Paka mwerevu",date:"1417157523",summary:"Bwana Kio ana paka mwerevu anayeitwa Safi.",author:" Ursula Nafula",people:" Ursula Nafula Catherine Groenewald",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22065",title:"Paka mwerevu na Mbwa mjinga",date:"1510783262",summary:"Je, paka ni mwerevu kuliko mbwa? (Hadithi hii iliandikwa wakati wa waksha ya walimu huko Adwa, Ethiopia, 2017, kwa ushirikiano na shirika la Imagine1Day).",author:"Brigid Simiyu",people:"Solomon Abreha, Teki'a Gebrehiwot Brigid Simiyu Salim Kasamba",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"19402",title:"Paka na Panya",date:"1491910283",summary:"Panya mzee mwenye busara anatufundisha kwamba maadui wetu wanapojifanya kuwa marafiki, ni lazima tuwe tayari kutoroka.",author:" Susan Kavaya",people:" Merga Debelo, Elizabeth Laird Susan Kavaya ",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"15558",title:"Paka wa Selemeng",date:"1458313264",summary:"Selemeng ana paka wengi. Je, Selemeng ana paka wangapi?",author:" Brigid Simiyu",people:" Khothatso Ranoosi, Marion Drew Brigid Simiyu Jesse Breytenbach",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22083",title:"Panya",date:"1510865704",summary:"Panya wa kichakani anamtembelea panya wa nyumbani kisha anaona maisha bora anayoishi mle ndani. Lakini ulafi wa panya wa nyumbani unamzidi. Panya wa kichakani anajifunza kuthamini nyumbani kwake.",author:"Brigid Simiyu",people:" Nambi Sseppuuya Community Resource Centre Brigid Simiyu Zablon Alex Nguku",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"8439",title:"Panya",date:"1414656485",summary:"Panya wa nyika anamtembelea panya wa nyumbani kuona maisha yake mazuri akiwa nayo nyumbani. Lakini uchoyo wa panya wa nyumbani unamshinda naye panya wa nyika anaona thamani iliyopo nyumbani mwake kwenyewe.",author:" Pete Mhunzi",people:" Nambi Sseppuuya Community Resource Centre Pete Mhunzi Zablon Alex Nguku",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"21127",title:"Panya na Paka",date:"1499596151",summary:"Panya mwenye hekima anatufunza kwamba adui zako wakijifanya kuwa marafiki zako, ni lazima utorokee.",author:"Brigid Simiyu",people:" Merga Debelo, Elizabeth Laird Brigid Simiyu Jacob Kono",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"31418",title:"Petro na mbwa wake",date:"1537876764",summary:"Hadithi inayonyesha urafiki wa dhati kati ya mvulana mdogo na mbwa wake.",author:"Ursula Nafula",people:"Bethelihem Waltenegus Ursula Nafula Brian Wambi",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"21809",title:"Petros ampata rafiki",date:"1507014135",summary:"Hadithi tamu inayohusu urafiki mpya kati ya mvulana na mbwa.",author:"Ursula Nafula",people:"Bethelihem Waltenegus Ursula Nafula Brian Wambi",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"29688",title:"Punda",date:"1536744776",summary:"Michoro na majina ya wanyama mbalimbali wa kawaida.",author:"Kutafsiri Biblia Mara",people:"Little Zebra Books Kutafsiri Biblia Mara Marleen Visser",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"18399",title:"Punda na Fahali",date:"1476271615",summary:"Fahali anafanya kazi ngumu lakini Punda hamuamini.",author:" Ursula Nafula",people:" Melese Getahun Wolde, Elizabeth Laird Ursula Nafula Salim Kasamba",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"24422",title:"rafiki bora zaidi",date:"1532088277",summary:"Marafiki watatu bora sana walifanya kila kitu pamoja hadi wakati mmoja ambapo msitu umelaza mmoja wao.",author:"Angela Mbalu",people:"Catherine Amia Angela Mbalu Wiehan de Jager, Idowu Abayomi Oluwasegun, Andrews Opoku Antwi, Michelangelo Quaye Anang, Rob Owen",lang:"1079",level:"3",dual:false,app:false,approved:"0",other:"first paragraphs Kiswahili"}); +parent.bookItems.push({id:"9527",title:"Rafiki ninayemkosa",date:"1422865944",summary:"Hadithi hii ni kuhusu rafiki yangu Muthoni. Tulisoma pamoja na kufanya kila kitu pamoja lakini mwishowe alipotea.",author:" Ursula Nafula",people:" Ursula Nafula Ursula Nafula Catherine Groenewald, Rijuta Ghate, Benjamin Mitchley",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"31547",title:"Rafiki ya Atieno",date:"1538643094",summary:"Msichana mmoja ampata rafiki wa ajabu na anafurahia maisha kwa njia ya kipekee.",author:"Ursula Nafula",people:"Aisha Nelson Ursula Nafula Idowu Abayomi Oluwasegun",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"6718",title:"Rafiki yangu Koko",date:"1405592295",summary:"Coco ni mbwa wangu. Nduguye pia anakuja kuishi nasi na tunafurahi pamoja. Lakini, mbwa hao wanakuwa wakubwa zaidi nami naweza tu kumlea Coco peke yake. Anahuzunika mno wakati nduguye anarudi nyumbani. Nitafanyaje ili Coco afurahi tena?",author:" Ursula Nafula",people:" Ursula Nafula Ursula Nafula Ursula Nafula",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"22078",title:"Rafiki yangu, Adui yangu",date:"1510861751",summary:"Bobo anafanya urafiki na mvulana asiyeheshimika. Je, mambo yataweza kubadilika kuwa mazuri?",author:"Brigid Simiyu",people:"Smangaliso Molebale Brigid Simiyu Thulani Mhlanga",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"20432",title:"Rangi 7 Za Upinde",date:"1494414980",summary:"Hadithi inatambulisha nambari na rangi. (Pia inapatikana ya kiwango cha 2.).",author:"Brigid Simiyu",people:" Caren Echesa Brigid Simiyu Jesse Breytenbach",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"10202",title:"Rangi ya chungwa",date:"1430225568",summary:"Mtoto anavutiwa na rangi ya chungwa.",author:" Ursula Nafula",people:" Ursula Nafula Catherine Groenewald",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"10442",title:"Rangi za Upinde",date:"1431449517",summary:"Hadithi hii inaorodhesha rangi za upinde na kumkumbusha msomaji juu ya vitu vya kawaida maishani vilivyo na rangi kama hizi.",author:" Caren Echesa",people:" Caren Echesa Jesse Breytenbach",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"2574",title:"Refi awaosha kuku wake",date:"1397563829",summary:"Dadake Refi anaolewa. Kuku wa Refi ni wachafu, hivyo anaamua kuwaosha. Kuku hawapendi kuoshwa. Refi hawapati kuku wake.",author:"Brigid Simiyu",people:" Marion Drew Brigid Simiyu Wiehan de Jager",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"22747",title:"Robo za Bwana Hadaa",date:"1526628808",summary:"Hadithi inahusu robo za mkate na chakula cha mchana. (Kitabu hiki kiliwezeshwa na ufadhili kutoka kwa Openheimer Memorial Trust).",author:"Ursula Nafula",people:"Lorato Trok Ursula Nafula Marleen Visser",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"8712",title:"Sababu ya chura kuwa na sura mbaya",date:"1416429831",summary:"Chura angekuwa na sura nzuri kama Mjusi kama angesikiliza!",author:" Brigid Simiyu",people:" Mozambican folktale Brigid Simiyu Hélder de Paz Alexandre",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"2197",title:"Samaki Mkarimu",date:"1396502559",summary:"Mme anamdhulumu mkewe na kumfukuza. Bintiye anabaki na kuendelea kudhulumiwa na babake hadi mamake anapata njia ya kumliwaza.",author:"Brigid Simiyu",people:" Kholeka Mabeta Brigid Simiyu Jemma Kahn, Wiehan de Jager",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"2974",title:"Sare za shule",date:"1398917206",summary:"Ninarudi shuleni na hivyo nalazimika kuzijaribu sare zangu za shule kuhakikisha zinanitosha.",author:" Gladys Njoki",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Gladys Njoki, Racheal Njoki Mlungisi Dlamini",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"2397",title:"Sayari Jua ya Saba",date:"1396946890",summary:"Palikuwa na wakati ambapo kulikuwa na jua saba angani. Kwa sababu ya joto jingi, watu wanaamua kuziondoa jua zote. Wanaenda mbali zaidi na hatimaye, ni jogoo ndiye anayeiokoa siku.",author:" Kamundi Mutugi",people:" Indian Folktale Kamundi Mutugi Pratham Books",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"23109",title:"Sherehe ya kuzaliwa kwa Lina asiyoitarajia",date:"1528907328",summary:"Lina amefanya kazi nyingi kutayarisha sherehe ya kuzaliwa kwake, lakini keki iliyoteketea itaharibu kila kitu?",author:"Ursula Nafula",people:"Leo Daly Ursula Nafula Marleen Visser",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"8707",title:"Siafu amwokoa Njiwa",date:"1416384822",summary:"Nchi ni kavu mno na Siafu Mdogo anahisi kiu. Anapoenda mtoni kutafuta maji, anapelekwa na mawimbi. Njiwa anaokoa maisha ya Siafu Mdogo. Ni vipi Siafu Mdogo anatoa shukurani zake kwa Njiwa?",author:" Ursula Nafula",people:" Kholeka Mabeta, Judith Baker Ursula Nafula Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"15615",title:"Siku ambayo Jua lilipotea",date:"1458991980",summary:"Siku moja jua linaenda zake. Wakati likiwa limeenda, vitu vilianza kubadilika.",author:" Brigid Simiyu",people:" Khothatso Ranoosi, Marion Drew Brigid Simiyu Jesse Breytenbach",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"15032",title:"Siku niliyokwenda Jijini",date:"1454493755",summary:"Mvulana anaondoka nyumbani kwenda kwa mjombake katika jiji kubwa. Hajui ikiwa atawahi kurudi kijijini kwao tena.",author:" Ursula Nafula",people:" Lesley Koyi, Ursula Nafula Ursula Nafula Brian Wambi",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"8433",title:"Siku niliyopotea sokoni",date:"1414653594",summary:"Siku Etabo alipopata umri wa miaka sita mama yake pamoja na mama mdogo walimpeleka hadi mji mbali sana kwenda sokoni kwa mara ya kwanza. Huko sokoni lilitokea tukio la ajabu ambalo mwishowe lilimpatia zawadi nzuri sana.",author:" Pete Mhunzi",people:" Timothy Kabare, Ursula Nafula Pete Mhunzi Catherine Groenewald",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"11139",title:"Siku tuliyouona upinde",date:"1434026613",summary:"Mvulana anauona upinde kwa mara ya kwanza. Bila kujua ni nini, anatamani ikiwa wangeuweka kijijini mwao.",author:" Ursula Nafula",people:" Ursula Nafula Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"23105",title:"Siku ya Betina",date:"1528890638",summary:"Hii ni hadithi kuhusu hisabati, maumbo na vipimo inayoelezwa kupitia maisha ya msichana wa umri wa miaka kumi.",author:"Ursula Nafula",people:" Ursula Nafula Ursula Nafula Catherine Groenewald",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"21059",title:"Simba Jike na Mbuni",date:"1499187069",summary:"Simba Jike anapanga kuwachukuwa watoto wa Mbuini.",author:"Brigid Simiyu",people:" Daniel Nanok Brigid Simiyu Brian Wambi",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"12699",title:"Simba na Ngiri",date:"1439576738",summary:"Ngiri anamnasua Simba kutoka kwenye mtego wa mwindaji. Je, Simba anafanya nini baada ya hayo?",author:"Brigid Simiyu",people:" South African Folktale Brigid Simiyu Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"22002",title:"Simbi ampata mama mpya",date:"1509563883",summary:"Baada ya mamake Simbi kufa, yeye na babake waliweza kuishi pamoja kwa furaha hadi babake alipooa mke mwingine.",author:"Ursula Nafula",people:" Rukia Nantale Ursula Nafula Benjamin Mitchley",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"20374",title:"Sokwe na Mamba",date:"1493806885",summary:"Kuhusu namna Sokwe aliepuka kuliwa na Mamba.",author:"Brigid Simiyu",people:" Mulualem Daba Brigid Simiyu ",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"18342",title:"Sungura amdanganya Tembo",date:"1476182400",summary:"Hadithi hii inatuonyesha sababu sungura anakimbia kwa kasi na jinsi alivyomdanganya rafikiye tembo.",author:" Ursula Nafula",people:" Agnes Gichaba Ursula Nafula Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"8438",title:"Sungura chini ya mti",date:"1414656194",summary:"Wakati sungura anapolala chini ya mtofaa, tofaa lilianguka chini. Wakati huo Sungura alisikia sauti ikisema, \'Kimbia, Sungura, kimbia!\' Ndipo ghasiaghasia zilipoanza!",author:" Pete Mhunzi",people:" Phumy Zikode Pete Mhunzi Wiehan de Jager",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"17533",title:"Sungura Mjanja",date:"1472804536",summary:"Sungura anafanya ujanja wake tena!",author:" Olenkotila Primary School Teachers Kajiado",people:" Dan Kaasha Olenkotila Primary School Teachers Kajiado Abraham Muzee",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"18418",title:"Sungura Na Fisi",date:"1476344852",summary:"Hata kama Sungura ni mchanja, hatafaulu kumdanganya Fisi wakati wote!",author:" Ursula Nafula",people:" Mutugi Kamundi Ursula Nafula Rob Owen",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"15610",title:"Sungura na Fisi",date:"1458984126",summary:"Hata kama Sungura ni mchanja, hatafaulu kumdanganya Fisi milele!",author:" Brigid Simiyu",people:" Mutugi Kamundi Brigid Simiyu Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21134",title:"Sungura na Fisi wanapanda mimea",date:"1499598075",summary:"Ingawa walikuwa marafiki, Sungura anafaidika na ujinga wa Fisi. Hata hivyo, Sungura hataendelea kumdanganya Fisi milele.",author:"Brigid Simiyu",people:"Mutugi Kamundi Brigid Simiyu Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"3083",title:"Sungura na Kobe (Tena!)",date:"1399028302",summary:"Unakumbuka jinsi kobe mwenda pole alivyomshinda sungura mwenye kiburi katika ile mbio kuu hapo zamani? Sasa hao wawili wamerudi, na wana kazi wanayotakiwa kukamilisha. Je, hawa wapinzani wawili wanaweza fanya kazi pamoja?",author:" Brigid Simiyu",people:" Venkatramana Gowda, Divaspathy Hegde Brigid Simiyu Padmanabha",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"13092",title:"Sungura na Tembo (Tena!)",date:"1441972632",summary:"Katika hadithi hii tunajifunza kwa nini sungura anakimbia kwa kasi na jinsi alivyomdanganya rafiki yake tembo.",author:" Agnes Gichaba",people:" Agnes Gichaba Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"16197",title:"Taja Rangi",date:"1462973900",summary:"Tunawauliza mama na baba sababu ya vitu kuwa na rangi tofauti.",author:" Mutugi Kamundi",people:" Madhav Chavan Mutugi Kamundi Rijuta Ghate",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21631",title:"Tamara aanza kwenda shule",date:"1504686650",summary:"Kuanza kwenda shule ni hatua kubwa katika maisha ya mtoto yeyote.",author:"Ursula Nafula",people:"Soila Murianka Ursula Nafula Jacob Kono",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22003",title:"Tarik na rafiki yake",date:"1509564998",summary:"Mchungaji anaokolewa na rafiki yake wa karibu kutoka hatarini. Some uone ilivyokuwa.",author:"Ursula Nafula",people:"Biniam Asfaw Ursula Nafula Isaac Okwir",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"8713",title:"Teksi ya Nanu",date:"1416431900",summary:"Nanu na mamake wanasubiri teksi iwapeleke nyumbani. Nanu anaona aina nyingi ya watu wanaovutia na vitu wakati wanasubiri. Lakini, teksi yao itawahi kufika?",author:" Brigid Simiyu",people:" Marion Drew Brigid Simiyu Marion Drew",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"23110",title:"Tembo Mdogo",date:"1528920842",summary:"Tembo Mdogo aachwa porini nakupotea njia. Anapata msaada kupitia rafiki mpya.",author:"Ben Terarc",people:"Ben Terarc Ben Terarc",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"24748",title:"Tembo na Kiboko",date:"1533549350",summary:"Kwa nini wanyama hawa wawili wana uhusiano wa karibu lakini wanaishi mbali. Ni vizuri kuwasaidia wengine.",author:"Ursula Nafula",people:"Terkule Aorabee Ursula Nafula Awwalu Sakiwa, Idowu Abayomi Oluwasegun",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"11079",title:"The Bleeding Apple",date:"1433927803",summary:"This is a story about a boy who doesn\'t take care of his teeth. One day he thought his apple was bleeding and rushed over to tell his Mom. He was instead surprised by his Mom\'s findings.",author:" Motlhago Sara Mohale",people:" Motlhago Sara Mohale Motlhago Sara Mohale Wiehan de Jager, Catherine Groenewald",lang:"1133",level:"3",dual:false,app:false,approved:"0",other:"first paragraphs English"}); +parent.bookItems.push({id:"23143",title:"Theuri amwokoa Kobani!",date:"1529048476",summary:"Theuri anawauliza wanakijiji kumsaidia Kobani, Muungwana, kwa kutengeneza vitu vilivyo na vimo vinavyomfaa.",author:"Ursula Nafula",people:"Cornelius Gulere Ursula Nafula Catherine Groenewald",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"3914",title:"Uamsho wa furaha",date:"1401120198",summary:"Mto Temu ulinawiri na kuwa chanzo cha uhai kwa watu na wanyama hadi Matata alipouharibu. Kwa bahati nzuri, kabla ya kuchelewa sana, eneo hilo lilifufuliwa na kiongozi mpya.",author:" Brigid Simiyu",people:" Rebecca Njuguna Brigid Simiyu Catherine Groenewald",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"13303",title:"Uamuzi",date:"1444122810",summary:"Watu wa mtaa mmoja wanaamua kubadilisha maisha yao.",author:" Ursula Nafula",people:" Ursula Nafula Vusi Malindi",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"30267",title:"Ubhusyö",date:"1536908688",summary:"Learn the parts of the face, with the help of a whimsically illustrated group of friends.",author:"Kutafsiri Biblia Mara",people:"Little Zebra Books Kutafsiri Biblia Mara Sue Beattie",lang:"16573, 1079",level:"1",dual:true,app:false,approved:"0",other:"first words Ikisimbëtë"}); +parent.bookItems.push({id:"23156",title:"Ugali na Samaki",date:"1529244100",summary:"Hadithi kuhusu urafiki baina ya ugali na samaki.",author:"Melanie Bulouza",people:"Melanie Bulouza , Ben Terarc",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"21154",title:"Ujanja wa Sungura",date:"1499696004",summary:"Sungura na ujanja wake. Anadanganya tena!",author:"Brigid Simiyu",people:" Dan Kaasha Brigid Simiyu Abraham Muzee",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"16210",title:"Ujasiri wa Nangila",date:"1492002303",summary:"Je, Nangila atafaulu waliposhindwa wanaume wenye nguvu?",author:" Ursula Nafula",people:" Violet Otieno Ursula Nafula ",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"15614",title:"Uji",date:"1458991239",summary:"Mama hayuko nyumbani na Baba anatayarisha uji wa asubuhi.",author:" Brigid Simiyu",people:" Zimbili Dlamini, Hlengiwe Zondi Brigid Simiyu Catherine Groenewald",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21138",title:"Ujinga wa Majitu",date:"1499616456",summary:"Kunapokuwa na kiangazi, Mulongo na familia yake wanatafuta chakula. Wanapata shamba la migomba. Je, nini kinatokea?",author:"Brigid Simiyu",people:" Fabian Wakholi Brigid Simiyu Natalie Propa",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"23033",title:"Ulemavu si utepetevu",date:"1528822776",summary:"Hii ni hadithi fupi inayosherehekea uwezo wa walemavu.",author:"Ursula Nafula",people:" Agnes Mabururu Ursula Nafula Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22001",title:"Ulimwengu wetu",date:"1509563319",summary:"Hadithi kuhusu kuumbwa kwa dunia na watu.",author:"Ursula Nafula",people:" Herminder Ohri Ursula Nafula Herminder Ohri",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"18344",title:"Umoja",date:"1476185722",summary:"Wanakijiji wanaungana kubadilisha maisha yao.",author:" Ursula Nafula",people:" Ursula Nafula Ursula Nafula Vusi Malindi",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"15864",title:"Umuhimu wa Mtende",date:"1461142233",summary:"Msimulizi wa hadithi kutoka Turkana anatufundisha kuhusu umuhimu na matumizi ya mtende.",author:" Translators without Borders",people:" Simon Ipoo Translators without Borders, Kiondo Wilkins Rob Owen",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"15711",title:"Unafanya Nini?",date:"1459855742",summary:"Vitendo vya kawaida.",author:" Ursula Nafula",people:" Nina Orange Ursula Nafula Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"14118",title:"Upepo",date:"1447758228",summary:"Hadithi inaonyesha nguvu za upepo.",author:" Ursula Nafula",people:" Ursula Nafula Marion Drew",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"18345",title:"Upepo mkali",date:"1476188292",summary:"Hadithi inaonyesha nguvu za upepo.",author:" Ursula Nafula",people:" Ursula Nafula Ursula Nafula Marion Drew",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"22572",title:"Upinde wa Mto wenye miujiza",date:"1522999321",summary:"Mama anawaelezea wanawe hadithi kuhusu jinsi mto wa upinde ulivyokuja kuwa angani. (Hadithi hii iliandikwa wakati wa Waksha huko Abuja, 2018 iliyoandaliwa kwa ushirikiano kati ya African Storybook na British Council Nigeria).",author:"Ursula Nafula",people:"Mimi Werna Ursula Nafula Edwin Irabor",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"23751",title:"Urafiki aina gani?",date:"1530990457",summary:"Kupitia hadithi hii tunajifunza kuwa si marafiki wote ni wa kweli.",author:"HANNINGTON OWERE",people:" John Emongot HANNINGTON OWERE , Rob Owen",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"17937",title:"Urithi kutoka kwa baba",date:"1473919897",summary:"Hii ni hadithi inayoeleza hekima ya baba na jinsi mwanawe anavyogundua urithi walioachiwa kutokana na ukulima.",author:" Ursula Nafula",people:" Lemu Wachile, Elizabeth Laird Ursula Nafula Jacob Kono",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"21816",title:"Ushauri mbaya",date:"1507048315",summary:"Wanaume wawili wanashauriwa vibaya na hakimu. Baadaye, wanafaulu kuishi kwa furaha kwa kuelekezwa na wazee wa hekima.",author:"African Storybook",people:" Magabi Eynew Gessesse, Elizabeth Laird African Storybook, Dorcas Wepukhulu Brian Wambi",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"8690",title:"Usiku unatambuliwa katika kijiji cha Opio",date:"1415888735",summary:"Hadithi inayoonyesha matokea ya kwanza katika kijiji kimoja.",author:" Mutugi Kamundi",people:" Robert Ekuka Mutugi Kamundi Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"29975",title:"Uso",date:"1536775707",summary:"Jifunza sehemu za uso kwa matumizi ya michoro mbalimbali.",author:"Kutafsiri Biblia Mara",people:"Little Zebra Books Kutafsiri Biblia Mara Sue Beattie",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"22067",title:"Utata baina ya kazi tofauti",date:"1510816309",summary:"Je, baadhi ya kazi ni muhimu kuliko zingine?",author:"Brigid Simiyu",people:" Beatrice Inzikuru Brigid Simiyu Wiehan de Jager",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"2611",title:"Vayu, upepo",date:"1397638628",summary:"Hadithi hii inaelezea jinsi ambavyo upepo unavyotenda na athari zake kwetu.",author:"Brigid Simiyu",people:" Madhuri Pai, Rohini Nilekani Brigid Simiyu Rijuta Ghate",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"10440",title:"Viatu vyangu vya kwanza",date:"1431445142",summary:"Je, unakumbuka viatu vya kwanza ulivyawahi kuchagua? Msichana huyu mdogo ana hamu kubwa sana ya kuvivaa viatu vyake vipya!",author:" Ursula Nafula",people:" Ursula Nafula Rob Owen",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"31407",title:"Vifungo",date:"1537866644",summary:"Hadithi hii inahusu vifungo tofauti na wasifu wavyo.",author:"Ursula Nafula",people:" Nahyuha Sarah, Kukiriza Deborah, Wamigambe Brenda Ursula Nafula African Storybook, Natalie Propa, Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"31409",title:"Vifungo tofauti",date:"1537868501",summary:"Hadithi hii inahusu vifungo tofauti vyenye rangi tofauti.",author:"Ursula Nafula",people:" Nahyuha Sarah, Kukiriza Deborah, Wamigambe Brenda Ursula Nafula African Storybook, Natalie Propa, Wiehan de Jager",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"3135",title:"Vitu nivijuavyo",date:"1399435127",summary:"Vitu tofauti ambavyo watoto wanajua nyumbani na shuleni.",author:" Ursula Nafula",people:" Ursula Nafula Ursula Nafula Michael Nakuwa",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"5314",title:"Vituko vya Ng\'ombe Shujaa",date:"1401532192",summary:"Hadithi inayowafaa watoto kuhusu ng\'ombe ambaye anajulikana mchana kama kifaa cha kuchezea, lakini usiku ni \'ng\'ombe wa vituko\' anayepiga vita uhalifu na kuwaokoa watu.",author:" Mutugi Kamundi",people:" Danielle Bruckert Mutugi Kamundi Danielle Bruckert",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"23155",title:"Wa Mpanga",date:"1529157530",summary:"Kuhusu mtu anaongea sana na asiyeona mbali.",author:"Wendy Ezekiel",people:"Wendy Ezekiel Wendy Ezekiel",lang:"1079",level:"3",dual:false,app:false,approved:"0",other:"first paragraphs Kiswahili"}); +parent.bookItems.push({id:"22637",title:"Wakati basi kubwa la bluu lilipochelewa",date:"1525082854",summary:"Bobo na mamake wanalisubiri basi kubwa la bluu kuwapeleka mjini.",author:"Ursula Nafula",people:"Mecelin Kakoro Ursula Nafula Mango Tree",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"22533",title:"Wanamuziki stadi",date:"1522076164",summary:"Hadithi kuhusu ala za muziki za jamii ya Kidopadola iliyoko mashariki mwa Uganda.",author:"Ursula Nafula",people:"Athieno Gertrude, Owino Ogot Ursula Nafula Salim Kasamba",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); +parent.bookItems.push({id:"18329",title:"Wangari Maathai",date:"1476097794",summary:"Hi ni hadithi ya kuvutia kumhusu Wangari Maathai.",author:" Ursula Nafula",people:" Nicola Rijsdijk Ursula Nafula Maya Marshak",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"19354",title:"Wangari Maathai",date:"1491458105",summary:"Hii ni hadithi ya kuvutia kumhusu Wangari Maathai.",author:" Ursula Nafula",people:" Nicola Rijsdijk Ursula Nafula, Monica Shank Maya Marshak",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"19384",title:"Wanyama hushukuru",date:"1484049005",summary:"Hii ni hadithi kuhusu tabia nzuri za wanyama na tabia mbaya za binadamu.",author:" Susan Kavaya",people:" Mariam Mohammed, Elizabeth Laird Susan Kavaya Rob Owen",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"9681",title:"Wanyama wa kufugwa",date:"1424851861",summary:"Kutambua majina ya wanyama wanaopatikana katika shamba la mkulima.",author:" Ursula Nafula",people:" Jenny Katz Ursula Nafula Sandy Campbell",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"21074",title:"Wanyama Wanatoroka kwao",date:"1499271094",summary:"Wanyama wanne wazee wanajiunga pamoja kujiokoa kutoka kwa wenyeji wao wasiowaheshimu.",author:"Brigid Simiyu",people:" Cissy Kiwanuka Luyiga Brigid Simiyu Magriet Brink",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"21130",title:"Wanyama wapata miguu",date:"1499597460",summary:"Maguru aliamua kuwapatia wanyama miguu ili watembee kwa furaha kama watu.",author:"Brigid Simiyu",people:"Mutugi Kamundi Brigid Simiyu Wiehan de Jager",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"23407",title:"Wanyama watoroka",date:"1530028336",summary:"Wanyama wa nne wenyee umri mikubwa wa ungana pamoja kuweza kujipa uhuru kutoka kwa wakurugenzi wao wasio wafrahisha, na ku tafuta pahali pema paku ishi maisha yao ya uzee kwa amani.",author:"Saidi Aziz Wamula",people:" Cissy Kiwanuka Luyiga Saidi Aziz Wamula Magriet Brink",lang:"1079",level:"1",dual:false,app:false,approved:"0",other:"first words Kiswahili"}); +parent.bookItems.push({id:"21443",title:"Wao ni nani?",date:"1502467412",summary:"Tunauliza ni nani na hufanya nini?",author:"Derek Smith",people:"Derek Smith Wiehan de Jager, Cathy Feek",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"2758",title:"Wapi kigoe changu?",date:"1398063368",summary:"Mvulana anatafuta kila mahali kigoe chake cha kuchezea tenisi. Je, atakipata?",author:" Mutugi Kamundi",people:" Meera Tendolkar, Madhav Chavan Mutugi Kamundi Rijuta Ghate",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"1970",title:"Wapi paka wangu?",date:"1396273042",summary:"Paka wangu ametokomea. Unaweza kumwona paka wangu popote?",author:" Ursula Nafula",people:" Clare Verbeek, Thembani Dladla, Zanele Buthelezi Ursula Nafula Bronwen Heath",lang:"1079",level:"1",dual:false,app:true,approved:"1",other:"approved first words Kiswahili"}); +parent.bookItems.push({id:"9479",title:"Watazame Wanyama",date:"1421840279",summary:"Explore the sounds made by different farmyard animals. What noise does the farmer make?",author:" Caren Echesa",people:" Jenny Katz Caren Echesa Sandy Campbell",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"2505",title:"Watoto walioumbwa kwa nta",date:"1397221166",summary:"Palikuwa na familia moja ya watoto watatu watiifu. Ilikuwa shida kwani walikuwa watoto wa nta kwa hivyo walifanya shughuli zote usiku kwa kuhofia kuyeyushwa na jua kali. Lakini mvulana mmoja anatamani sana kuiona dunia mchana na hivyo anatoka na kutembea nje. Bila shaka, anayeyushwa na joto jingi la jua. Nduguze wanavunjika mioyo lakini wanapanga jinsi ya kumsaidia ndugu yao.",author:" Mutugi Kamundi",people:" Southern African Folktale Mutugi Kamundi Wiehan de Jager",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"24746",title:"Watu waliosahau",date:"1533542189",summary:"Kijiji fulani kiko katika hatari hadi kiongozi mpya anajitokeza. (Hadithi hii iliandikwa huko Abuja 2018 kwa ushirikiano kati ya African Storybook na Shirika la British Council, Nigeria).",author:"Ursula Nafula",people:"Edwin Irabor Ursula Nafula Edwin Irabor",lang:"1079",level:"4",dual:false,app:true,approved:"1",other:"approved longer paragraphs Kiswahili"}); +parent.bookItems.push({id:"14814",title:"What is wrong? / Kuna shida gani?",date:"1492687731",summary:"Je, mama atajuaje sababu ya mtoto wake kulia?",author:" Ursula Nafula",people:"Ursula Nafula Ursula Nafula ",lang:"1079, 1133",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"13243",title:"Wimbo wa Sakima",date:"1443517063",summary:"Mvulana asiyeona anaimba vyema sana na kumliwaza tajiri. Soma uone jinsi alivyozawadiwa.",author:" Ursula Nafula",people:" Ursula Nafula Peris Wachuka",lang:"1079",level:"3",dual:false,app:true,approved:"1",other:"approved first paragraphs Kiswahili"}); +parent.bookItems.push({id:"22113",title:"Zawadi ya Sally",date:"1511960028",summary:"Sally anapatiana zawadi kwa rafiki yake mpya. (Hadithi hii ilichangiwa na Bi Gcina Mhlophe na picha zikachangiwa na Jiggs Snaddon-Wood. Kilichapishwa na shirika la Nal\'ibali).",author:"Ursula Nafula",people:" Gcina Mhlophe Ursula Nafula ",lang:"1079",level:"2",dual:false,app:true,approved:"1",other:"approved first sentences Kiswahili"}); +parent.bookItems.push({id:"22111",title:"Zawadi ya Sisanda",date:"1511621825",summary:"Sisanda ana zawadi maalum ya rafiki yake mpya. (Hadithi hii ilichangiwa na Bi Gcina Mhlophe na picha zikachangiwa na Jiggs Snaddon-Wood. Kilichapishwa na shirika la Nal\'ibali).",author:"Ursula Nafula",people:" Gcina Mhlophe Ursula Nafula ",lang:"1079",level:"5",dual:false,app:true,approved:"1",other:"approved read aloud Kiswahili"}); diff --git a/scripts/asset1.json b/scripts/asset1.json new file mode 100644 index 0000000..ae36cd6 --- /dev/null +++ b/scripts/asset1.json @@ -0,0 +1 @@ +{"id":"dot","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[243,95,3,3,96,244,392,483,483,390],"y":[0,48,174,331,457,505,457,331,173,47],"c":[0,0,0,0,0,0,0,0,0,0]}}]} \ No newline at end of file diff --git a/scripts/common.sql b/scripts/common.sql new file mode 100644 index 0000000..e7de8c3 --- /dev/null +++ b/scripts/common.sql @@ -0,0 +1,7 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('main', 2, 'Main', NULL, NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('dummy', 2, 'Kuteka', NULL, NULL, NULL); + +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 1, 'Wanyama'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 2, 'Kazi'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 3, 'Magari'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 4, 'Chakula'); diff --git a/scripts/dot.dart b/scripts/dot.dart new file mode 100644 index 0000000..17cc108 --- /dev/null +++ b/scripts/dot.dart @@ -0,0 +1,225 @@ +final dotMap = { +"dot_Alphabet_a": '{"id":"dot_Alphabet_a","template":"assets/dot/Alphabet/a_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[230,266,302,313,328,343,357,374,388,406,420,435,449,463,398,385,371,357,347,300,240,181,170,159,145,132,69,85,101,114,132,151,169,185,203,218],"y":[25,25,25,60,103,144,188,232,277,329,369,413,455,494,494,458,413,372,346,346,346,346,379,413,454,494,494,447,403,363,310,254,205,152,101,59],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_b": '{"id":"dot_Alphabet_b","template":"assets/dot/Alphabet/b_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[106,146,182,214,241,266,291,315,337,355,371,380,384,382,373,360,344,322,305,322,342,362,377,390,398,402,400,397,391,381,366,349,332,316,296,274,250,225,202,174,139,107,107,107,107,107,107,107,107,107,107,107],"y":[31,25,23,21,22,25,30,38,49,65,84,108,132,157,184,203,219,233,242,248,258,272,289,309,331,353,374,394,413,430,449,464,474,481,487,492,495,497,498,497,496,492,449,406,363,320,277,234,191,148,105,62],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_c": '{"id":"dot_Alphabet_c","template":"assets/dot/Alphabet/c_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[434,396,358,318,286,260,231,203,177,154,133,117,102,92,85,80,78,78,82,86,94,104,116,133,151,172,196,218,245,273,301,325,349,374,397,418,434,422,401,381,359,338,318,298,275,253,230,213,198,185,173,161,153,147,143,143,143,147,153,163,176,193,215,236,262,289,316,342,364,390,418],"y":[38,25,19,18,20,24,32,44,60,78,99,121,148,174,198,224,250,281,311,336,363,385,407,430,448,464,478,488,496,501,502,503,501,498,492,487,479,431,438,443,448,450,450,448,444,438,428,418,407,393,377,356,335,311,283,262,237,211,185,162,139,119,100,88,78,72,69,69,72,78,87],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_d": '{"id":"dot_Alphabet_d","template":"assets/dot/Alphabet/d_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[68,90,113,135,157,178,199,220,241,263,285,306,325,345,363,380,395,409,421,431,439,445,449,451,452,452,451,450,446,442,437,430,421,411,400,387,372,356,339,319,300,279,257,236,212,186,158,130,100,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67],"y":[32,28,26,24,22,22,22,23,24,27,31,36,42,51,62,75,89,105,123,142,161,182,201,219,236,254,272,288,309,329,346,364,381,398,414,428,442,453,464,473,480,486,491,495,496,498,498,497,495,493,462,431,400,369,338,307,276,245,214,183,152,121,90,59],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_e": '{"id":"dot_Alphabet_e","template":"assets/dot/Alphabet/e_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[128,189,254,316,381,381,316,255,189,189,189,189,255,316,369,369,316,255,189,189,189,189,254,320,391,391,321,255,190,128,128,128,128,128,128,128,128],"y":[26,26,26,26,26,75,75,75,75,115,166,223,223,223,223,274,274,274,274,319,375,443,443,443,443,494,494,494,494,494,443,382,319,256,193,130,67],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_f": '{"id":"dot_Alphabet_f","template":"assets/dot/Alphabet/f_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[128,186,252,312,380,380,314,250,189,189,189,189,250,309,366,366,309,252,189,189,189,189,189,128,128,128,128,128,128,128,128,128],"y":[26,26,26,26,26,76,76,76,76,119,175,231,231,231,231,281,281,281,281,333,386,438,492,492,438,384,330,276,222,168,114,60],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_g": '{"id":"dot_Alphabet_g","template":"assets/dot/Alphabet/g_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[424,395,363,337,311,288,259,230,202,150,110,80,63,54,53,60,77,104,138,172,209,252,299,348,392,437,437,437,437,437,437,437,384,331,283,283,331,379,379,379,379,341,293,251,212,179,153,133,121,117,120,133,157,191,232,272,315,356,394,409],"y":[43,32,25,21,20,21,23,29,37,64,100,143,191,233,284,329,380,421,454,474,488,497,498,494,486,472,433,394,355,316,277,248,248,248,248,296,296,296,341,386,435,445,448,444,431,411,384,348,307,261,215,172,132,101,82,73,72,76,85,90],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_h": '{"id":"dot_Alphabet_h","template":"assets/dot/Alphabet/h_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[153,153,153,153,219,295,375,375,375,375,434,434,434,434,434,434,434,434,375,375,375,375,295,219,153,153,153,153,95,95,95,95,95,95,95,95],"y":[39,101,165,228,228,228,228,165,98,39,39,97,167,233,292,354,423,493,493,423,350,281,281,281,281,350,423,493,493,423,353,283,228,168,104,39],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_i": '{"id":"dot_Alphabet_i","template":"assets/dot/Alphabet/i_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[283,283,283,283,283,283,225,225,225,225,225,225],"y":[40,123,212,299,402,493,493,402,300,212,123,40],"c":[0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_j": '{"id":"dot_Alphabet_j","template":"assets/dot/Alphabet/j_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[377,377,377,377,377,377,377,376,374,369,363,354,340,322,301,279,255,232,209,190,176,185,202,218,234,254,269,284,296,305,311,315,317,317,318,318,318,318,318,318,318],"y":[39,87,135,183,231,279,327,361,386,408,428,448,466,480,491,498,502,502,499,495,491,443,448,451,451,451,446,439,428,415,399,381,364,339,321,279,231,185,136,88,39],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_k": '{"id":"dot_Alphabet_k","template":"assets/dot/Alphabet/k_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[192,192,192,192,192,192,231,275,319,389,319,265,299,347,407,337,295,255,221,192,192,192,134,134,134,134,134,134,134,134,134],"y":[15,72,132,192,257,318,269,217,167,167,244,302,349,414,494,494,441,383,337,370,438,494,494,434,374,314,254,194,134,74,14],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_l": '{"id":"dot_Alphabet_l","template":"assets/dot/Alphabet/l_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[198,198,198,198,198,198,286,392,392,286,198,139,139,139,139,139,139,139],"y":[39,116,196,280,367,443,443,443,494,494,494,494,446,369,284,198,119,39],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_m": '{"id":"dot_Alphabet_m","template":"assets/dot/Alphabet/m_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[25,31,39,50,57,131,172,217,256,300,346,387,461,469,476,486,490,434,427,421,414,414,396,353,303,274,229,202,162,118,101,101,94,85,81],"y":[494,403,280,154,39,39,151,277,410,277,150,39,39,148,277,407,494,494,410,279,151,96,151,279,411,491,491,413,283,154,99,155,281,404,494],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_n": '{"id":"dot_Alphabet_n","template":"assets/dot/Alphabet/n_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[429,429,429,429,429,371,329,234,159,139,143,143,143,143,86,86,86,86,86,156,216,296,378,374,374,374],"y":[39,141,273,415,492,492,426,276,144,110,148,276,423,492,492,423,276,147,39,39,141,270,412,272,137,39],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_o": '{"id":"dot_Alphabet_o","template":"assets/dot/Alphabet/o_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[235,292,339,381,420,446,465,475,475,469,453,429,398,360,313,265,215,167,133,97,75,63,58,64,79,107,147,188],"y":[36,32,42,62,95,133,179,235,287,335,381,423,455,481,497,502,496,478,454,412,367,318,265,211,157,108,69,46],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_p": '{"id":"dot_Alphabet_p","template":"assets/dot/Alphabet/p_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[138,170,200,229,253,280,307,334,357,378,396,409,416,418,416,411,399,382,363,340,319,292,260,232,197,197,197,197,137,137,137,137,137,137,137],"y":[44,40,36,35,35,37,40,47,58,73,93,116,142,166,190,218,244,265,281,294,302,309,313,313,311,368,429,494,494,429,368,305,239,174,109],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_q": '{"id":"dot_Alphabet_q","template":"assets/dot/Alphabet/q_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[250,215,185,157,129,109,93,82,71,66,65,65,69,78,92,112,136,170,210,252,293,336,373,403,423,436,440,443,440,434,425,414,397,374,348,324,371,414,445,431,400,359,320,276],"y":[443,439,431,417,397,376,353,329,301,272,244,214,179,146,111,81,57,34,20,15,18,31,55,88,125,166,198,235,264,293,320,346,371,395,414,424,436,446,452,497,488,476,465,450],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_r": '{"id":"dot_Alphabet_r","template":"assets/dot/Alphabet/r_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[114,152,187,219,252,283,313,336,355,369,380,390,395,397,396,390,383,372,362,343,324,310,336,355,366,373,380,385,391,396,403,413,351,344,339,335,331,326,321,317,313,306,296,283,270,255,233,174,174,174,174,113,113,113,113,114,115],"y":[41,35,31,31,32,35,41,51,63,77,92,112,133,152,171,196,213,229,243,256,267,274,290,310,330,350,375,398,421,444,465,492,492,474,458,442,426,409,386,368,355,338,323,310,303,297,293,293,365,437,493,493,427,349,273,200,127],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_s": '{"id":"dot_Alphabet_s","template":"assets/dot/Alphabet/s_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[390,364,336,310,283,250,216,193,173,160,150,145,141,141,146,155,168,182,198,215,233,253,270,290,304,320,333,341,345,345,341,334,325,310,296,280,263,248,229,212,187,163,147,131,150,168,186,204,222,239,255,273,290,306,322,338,352,366,380,391,400,407,411,412,411,407,398,386,374,357,343,327,307,288,271,252,235,223,213,207,204,204,208,215,224,232,243,254,273,296,312,336,356,371],"y":[48,37,30,27,26,30,41,53,69,85,102,119,140,162,185,207,225,239,251,261,271,279,286,295,303,315,329,344,361,378,396,411,423,434,440,444,446,446,445,443,436,425,417,469,480,487,492,496,498,499,500,499,497,494,489,483,476,466,453,439,423,405,387,367,348,328,306,288,275,262,253,244,235,227,220,211,201,191,179,166,151,136,121,109,99,92,87,83,79,79,80,85,92,98],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_t": '{"id":"dot_Alphabet_t","template":"assets/dot/Alphabet/t_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[102,188,274,360,442,442,303,303,303,303,303,303,240,240,240,240,240,240,102],"y":[34,34,34,34,34,83,83,157,249,325,409,492,492,409,327,249,157,83,83],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_u": '{"id":"dot_Alphabet_u","template":"assets/dot/Alphabet/u_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[103,103,103,103,103,109,117,128,142,154,171,190,212,238,264,290,312,338,363,385,405,418,427,436,441,441,441,441,441,382,382,382,382,382,381,377,370,363,354,340,324,305,288,271,254,237,220,206,193,183,174,167,163,163,163,163,163,163],"y":[34,101,168,235,302,369,400,423,444,460,473,483,492,499,499,499,495,488,478,460,440,416,393,362,305,235,165,95,34,34,92,167,235,305,338,359,380,397,413,427,438,447,451,451,450,447,440,430,418,403,386,364,342,302,233,164,95,35],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_v": '{"id":"dot_Alphabet_v","template":"assets/dot/Alphabet/v_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[55,72,92,112,133,158,186,204,269,289,315,341,366,391,416,434,369,354,331,308,285,262,240,218,196,170,146,118],"y":[34,84,145,206,273,348,433,491,491,436,366,296,226,156,86,34,34,81,149,217,285,353,430,353,273,193,113,33],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_w": '{"id":"dot_Alphabet_w","template":"assets/dot/Alphabet/w_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[11,29,51,69,96,113,165,183,210,233,253,273,292,318,331,385,401,427,455,480,497,444,430,404,381,359,341,318,296,283,227,213,190,165,142,120,101,82,65],"y":[67,138,221,296,405,465,465,405,307,221,128,221,306,407,465,465,408,316,221,128,67,67,123,214,316,404,306,217,124,67,67,125,221,304,404,306,220,134,67],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_x": '{"id":"dot_Alphabet_x","template":"assets/dot/Alphabet/x_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[81,120,175,214,179,120,75,143,179,225,248,273,323,361,429,384,326,286,330,385,427,355,322,276,251,225,182,149],"y":[33,99,190,259,323,416,490,490,423,343,299,343,430,490,490,418,323,255,186,99,33,33,92,172,220,168,92,33],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_y": '{"id":"dot_Alphabet_y","template":"assets/dot/Alphabet/y_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[84,124,174,227,227,227,286,286,286,335,392,439,371,338,289,259,231,181,147],"y":[34,110,201,295,397,490,490,400,298,214,113,34,34,103,194,252,197,99,34],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Alphabet_z": '{"id":"dot_Alphabet_z","template":"assets/dot/Alphabet/z_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[116,234,347,423,423,376,329,279,229,174,279,359,427,427,359,279,170,94,94,166,226,286,347,234,116],"y":[34,34,34,34,68,139,210,281,357,439,439,439,439,490,490,490,490,490,456,350,263,175,85,85,85],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_bulb": '{"id":"dot_Electronic stuff_bulb","template":"assets/dot/Electronic stuff/bulb_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[260,218,182,149,127,111,106,111,127,153,171,181,169,179,189,189,202,215,247,278,308,308,329,341,330,338,366,396,404,396,379,352,311],"y":[12,17,33,58,88,122,156,193,231,262,301,349,365,380,380,452,454,473,485,481,457,380,380,365,349,301,255,208,163,115,81,48,20],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_computer": '{"id":"dot_Electronic stuff_computer","template":"assets/dot/Electronic stuff/computer_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[330,330,330,330,274,225,176,127,78,34,34,34,34,36,85,134,183,232,281,330],"y":[190,239,288,330,330,330,330,330,330,330,276,227,178,130,130,130,130,130,130,130],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_headphones": '{"id":"dot_Electronic stuff_headphones","template":"assets/dot/Electronic stuff/headphones_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[325,291,361,393,421,443,459,468,464,457,457,471,481,456,438,410,372,347,347,347,347,347,382,419,426,416,411,398,376,347,313,274,232,193,158,128,106,91,85,74,78,113,152,153,153,153,153,133,94,66,44,20,26,44,44,41,33,41,56,78,104,136,171,209,251],"y":[39,30,56,79,107,140,176,216,254,287,327,357,393,419,447,470,479,460,420,380,340,300,292,306,284,250,209,171,139,112,93,83,82,91,109,134,166,203,243,278,309,292,296,335,376,416,456,479,472,446,423,397,360,331,291,254,220,180,143,110,82,58,41,30,26],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_mobile": '{"id":"dot_Electronic stuff_mobile","template":"assets/dot/Electronic stuff/mobile_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[123,123,123,123,123,123,123,123,201,302,382,382,382,382,382,382,382,382,291,200],"y":[35,78,139,210,272,342,413,482,481,481,481,415,344,274,212,141,80,35,35,35],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_radio": '{"id":"dot_Electronic stuff_radio","template":"assets/dot/Electronic stuff/radio_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[135,254,374,476,476,476,476,374,254,135,28,28,28,28],"y":[121,121,121,121,261,361,405,405,405,405,405,320,220,121],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_remote": '{"id":"dot_Electronic stuff_remote","template":"assets/dot/Electronic stuff/remote_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[259,310,347,345,342,339,336,333,330,327,324,305,255,204,179,178,176,174,172,170,168,166,164,194],"y":[18,19,44,95,146,196,247,297,348,398,449,492,494,493,455,404,354,303,253,202,152,101,50,17],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_switch_board": '{"id":"dot_Electronic stuff_switch_board","template":"assets/dot/Electronic stuff/switch_board_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[171,273,375,477,478,478,478,472,370,268,166,64,56,56,56,56],"y":[63,63,63,63,164,265,367,463,463,463,463,463,369,267,165,63],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_switch": '{"id":"dot_Electronic stuff_switch","template":"assets/dot/Electronic stuff/switch_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[145,145,145,145,145,163,256,357,366,366,366,366,356,256],"y":[21,118,215,312,409,488,488,488,399,302,205,108,21,21],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_tablet": '{"id":"dot_Electronic stuff_tablet","template":"assets/dot/Electronic stuff/tablet_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[240,176,112,90,76,73,73,73,73,73,73,73,73,73,77,88,108,152,196,240,284,328,372,412,428,437,437,437,437,437,437,437,437,437,437,438,433,421,405,367,303],"y":[15,15,15,18,31,47,98,149,200,251,302,353,404,455,475,490,498,498,498,498,498,498,498,496,486,468,425,382,339,296,253,210,167,124,81,48,31,19,14,14,14],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_television": '{"id":"dot_Electronic stuff_television","template":"assets/dot/Electronic stuff/television_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[490,341,172,23,23,23,23,177,340,491,491,491],"y":[92,92,92,92,197,302,401,401,401,401,305,198],"c":[0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Electronic stuff_tubelight": '{"id":"dot_Electronic stuff_tubelight","template":"assets/dot/Electronic stuff/tubelight_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[503,460,417,374,332,289,246,203,160,118,75,42,23,55,98,141,183,226,269,312,354,397,440,483],"y":[39,82,125,168,211,254,297,340,383,426,469,501,482,449,406,363,320,277,234,191,148,105,62,19],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_almond": '{"id":"dot_food exported_almond","template":"assets/dot/food exported/almond_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[136,99,64,39,20,73,119,180,236,297,345,391,439,468,476,474,451,407,362,316,266,222,188,165],"y":[155,202,251,298,338,355,368,374,371,364,355,338,294,240,190,151,112,76,55,51,57,76,102,124],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_bar_icecream": '{"id":"dot_food exported_bar_icecream","template":"assets/dot/food exported/bar_icecream_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[198,166,156,155,156,156,156,199,254,307,357,357,357,357,357,357,336,302,254],"y":[42,76,125,189,252,316,375,379,379,379,379,332,271,209,147,106,64,31,21],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_beer_mug": '{"id":"dot_food exported_beer_mug","template":"assets/dot/food exported/beer_mug_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[96,96,97,97,93,107,132,156,207,271,314,342,366,378,375,374,373,377],"y":[197,256,315,361,414,451,471,478,479,478,480,469,451,424,349,298,247,190],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_bread": '{"id":"dot_food exported_bread","template":"assets/dot/food exported/bread_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[85,47,31,31,53,96,99,99,96,96,99,164,228,291,349,404,404,404,404,404,437,463,475,466,445,405,363,313,260,203,145],"y":[79,110,137,174,193,194,233,276,330,398,455,455,455,459,458,455,388,330,263,193,188,178,148,115,88,67,62,53,52,53,62],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_burger": '{"id":"dot_food exported_burger","template":"assets/dot/food exported/burger_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[93,62,47,38,90,142,195,255,311,361,418,471,467,455,429,397,353,293,237,185,134],"y":[124,168,215,269,269,267,267,267,267,267,270,266,225,190,145,105,75,53,53,65,86],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cake": '{"id":"dot_food exported_cake","template":"assets/dot/food exported/cake_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[35,37,37,37,99,162,224,287,349,412,474,474,474,474],"y":[206,285,350,403,403,403,403,403,403,403,403,353,284,206],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_candy": '{"id":"dot_food exported_candy","template":"assets/dot/food exported/candy_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[143,147,167,191,204,226,254,282,302,313,315,304,282,261,244,222,203,182,163,145,145,167,198,224,247,264,284,304,327,347,365,381,383,377,365,340,316,289,250,200,161],"y":[87,115,128,128,109,88,80,87,104,128,154,183,226,260,294,332,367,401,439,464,484,498,494,458,418,385,347,315,276,240,209,168,137,102,76,50,33,23,20,32,65],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cashewnut": '{"id":"dot_food exported_cashewnut","template":"assets/dot/food exported/cashewnut_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[25,31,59,95,123,142,168,197,234,284,316,338,347,347,358,391,433,462,482,493,492,485,469,433,391,343,289,239,200,158,126,98,71,41,27,19],"y":[290,330,352,352,330,297,266,243,229,233,256,294,335,375,403,419,414,382,346,302,252,212,167,134,104,84,70,68,76,89,106,126,155,193,226,260],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_champaign": '{"id":"dot_food exported_champaign","template":"assets/dot/food exported/champaign_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[235,239,234,226,214,205,195,190,190,190,190,190,190,190,224,260,295,331,331,331,331,331,331,331,330,321,307,297,291,285,285,287],"y":[79,119,164,200,223,250,276,290,324,358,392,426,460,494,494,494,494,494,460,426,392,358,324,290,276,257,226,204,176,146,116,76],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cheese": '{"id":"dot_food exported_cheese","template":"assets/dot/food exported/cheese_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[27,27,54,65,61,48,27,27,74,121,167,213,260,306,352,398,445,488,488,488,488,488,456,430,393,354,315,280,234,207,180,156,124,139,135,113,81,58,35],"y":[282,313,317,339,365,378,388,436,425,414,402,391,380,369,358,346,335,324,282,236,193,155,131,104,85,69,56,53,53,57,86,121,159,169,190,206,208,233,256],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_chicken_drumstick": '{"id":"dot_food exported_chicken_drumstick","template":"assets/dot/food exported/chicken_drumstick_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[80,62,56,60,73,103,133,172,209,240,270,296,328,362,378,376,367,353,338,328,316,303,286,256,217,174,138,105],"y":[84,117,156,192,221,247,266,284,307,327,347,366,380,369,338,307,278,247,214,167,128,91,54,35,23,23,32,54],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_chips": '{"id":"dot_food exported_chips","template":"assets/dot/food exported/chips_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[241,206,192,192,201,220,266,303,342,385,427,452,472,472,455,422,394,381,360,337,315,299,279],"y":[177,189,226,260,290,320,336,336,331,324,305,279,254,226,204,200,222,247,271,254,229,201,189],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_chocolate": '{"id":"dot_food exported_chocolate","template":"assets/dot/food exported/chocolate_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[124,124,124,124,124,124,167,211,297,340,383,383,383,383,383,383],"y":[246,204,163,121,80,38,38,38,38,38,38,79,120,160,201,242],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cocktail": '{"id":"dot_food exported_cocktail","template":"assets/dot/food exported/cocktail_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[273,273,273,273,273,273,255,227,200,172,145,117,168,218,269,319,370,420,471,445,418,392,366,339,313,299,299,299,299,299,299],"y":[478,437,396,354,313,272,245,216,186,157,127,98,98,98,98,98,98,98,98,125,152,179,205,232,259,278,318,359,399,440,480],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cocoa_bean": '{"id":"dot_food exported_cocoa_bean","template":"assets/dot/food exported/cocoa_bean_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[171,148,137,130,128,137,157,174,207,256,304,345,376,410,425,429,428,427,422,405,384,353,316,277,232,195],"y":[102,145,190,239,295,348,393,436,460,478,478,465,439,396,348,304,255,206,164,128,89,62,44,30,37,64],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_coffee": '{"id":"dot_food exported_coffee","template":"assets/dot/food exported/coffee_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[22,22,24,35,51,76,103,151,198,246,293,341,374,399,412,422,426,421,371,321,271,222,172,122,72],"y":[198,245,282,320,357,389,404,404,404,404,404,404,375,342,303,271,226,198,198,198,198,198,198,198,198],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cone_icecream": '{"id":"dot_food exported_cone_icecream","template":"assets/dot/food exported/cone_icecream_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[157,133,121,125,138,167,201,247,288,330,363,384,391,391,380,353,320,287,253,220,187],"y":[231,208,171,131,91,58,34,23,25,39,69,102,140,178,208,239,239,239,239,239,239],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_cookie": '{"id":"dot_food exported_cookie","template":"assets/dot/food exported/cookie_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[67,44,28,23,23,32,47,71,96,121,152,181,216,256,298,332,373,402,432,454,474,486,492,493,488,480,464,441,413,379,348,315,277,233,188,152,118,89],"y":[117,156,207,246,289,332,369,402,429,455,469,479,489,493,487,477,464,440,417,387,352,322,285,248,211,175,141,113,83,57,42,29,24,25,31,45,66,91],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_dates": '{"id":"dot_food exported_dates","template":"assets/dot/food exported/dates_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[132,92,64,37,23,32,46,77,120,167,218,278,329,379,421,456,476,480,488,477,446,416,391,375,317,273,226,177],"y":[133,172,206,251,295,347,388,421,437,437,431,417,398,371,335,292,243,191,137,108,106,89,60,35,36,46,63,97],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_donut": '{"id":"dot_food exported_donut","template":"assets/dot/food exported/donut_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[203,142,100,60,36,20,20,36,61,92,137,185,244,293,348,393,427,456,477,488,485,475,456,427,396,355,313,259],"y":[28,45,76,114,168,218,277,334,381,426,457,473,486,481,468,439,403,370,321,269,221,173,133,98,66,42,25,19],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_dry_coconut": '{"id":"dot_food exported_dry_coconut","template":"assets/dot/food exported/dry_coconut_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[188,142,95,62,39,22,33,50,89,146,198,240,271,293,302,266,240,216,204],"y":[333,333,312,275,233,187,136,92,55,36,40,60,94,130,172,193,223,256,294],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_dumpling": '{"id":"dot_food exported_dumpling","template":"assets/dot/food exported/dumpling_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[260,239,217,192,167,149,153,174,203,250,295,335,364,376,369,351,319,295,276],"y":[256,286,303,326,354,394,435,469,482,488,484,469,447,408,370,340,318,298,281],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_egg": '{"id":"dot_food exported_egg","template":"assets/dot/food exported/egg_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[102,69,54,54,60,81,106,153,204,277,336,393,426,445,448,427,397,358,309,261,214,158],"y":[39,94,157,216,275,333,393,443,479,489,472,433,389,332,270,211,160,126,90,57,39,28],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_hazel_nut": '{"id":"dot_food exported_hazel_nut","template":"assets/dot/food exported/hazel_nut_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[274,220,174,126,82,47,22,20,24,43,70,105,150,201,247,305,352,397,435,459,474,478,471,453,425,393,350,320,299],"y":[27,59,87,112,143,187,234,279,326,373,414,446,471,485,488,485,471,446,414,378,340,284,239,202,161,130,104,77,49],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_honey": '{"id":"dot_food exported_honey","template":"assets/dot/food exported/honey_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[143,118,105,104,108,120,135,158,183,202,246,291,331,361,395,422,443,458,468,468,458,443,426,379,332,285,237,190],"y":[98,143,196,240,285,330,364,405,437,453,455,457,457,456,425,391,350,306,262,212,166,134,98,98,98,98,98,98],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_hotdog": '{"id":"dot_food exported_hotdog","template":"assets/dot/food exported/hotdog_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[76,52,49,70,115,166,230,293,351,399,441,458,455,428,393,351,296,246,192,157,118],"y":[228,245,276,303,314,319,324,322,320,310,299,273,241,222,230,239,245,246,241,239,231],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_juice": '{"id":"dot_food exported_juice","template":"assets/dot/food exported/juice_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[145,149,154,158,163,167,172,176,238,300,362,368,375,381,387,393,400,406,354,302,249,197],"y":[97,152,206,261,315,370,424,479,479,479,479,424,370,315,261,206,152,97,97,97,97,97],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_lollypop": '{"id":"dot_food exported_lollypop","template":"assets/dot/food exported/lollypop_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[153,125,108,114,129,162,200,245,283,311,329,321,302,280,245,200],"y":[51,82,114,161,205,233,245,243,225,196,161,117,69,47,33,34],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_meat_can": '{"id":"dot_food exported_meat_can","template":"assets/dot/food exported/meat_can_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[52,52,52,52,52,52,52,80,133,200,263,326,388,432,432,432,432,432,432,432,384,319,240,162,104],"y":[133,180,227,274,321,368,415,445,463,478,479,474,460,422,372,332,283,233,184,135,150,156,158,152,144],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_meat": '{"id":"dot_food exported_meat","template":"assets/dot/food exported/meat_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[90,57,35,22,12,28,53,108,146,187,233,276,307,336,339,326,307,284,259,236,198,169,129],"y":[77,113,150,188,241,281,307,324,332,340,342,338,332,302,257,223,188,156,130,103,72,59,61],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_milk": '{"id":"dot_food exported_milk","template":"assets/dot/food exported/milk_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[199,199,189,174,166,166,166,166,166,166,166,205,245,284,323,323,323,323,323,323,323,314,297,288,286,255,225],"y":[93,125,161,191,224,268,312,356,400,444,488,488,488,488,488,444,400,356,312,268,224,196,157,125,90,90,90],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_mocktail": '{"id":"dot_food exported_mocktail","template":"assets/dot/food exported/mocktail_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[87,98,116,142,175,180,199,229,277,305,329,340,340,372,404,424,424,376,323,280,231,183,135],"y":[95,132,158,180,195,223,247,263,267,259,242,220,194,185,162,130,95,95,95,95,95,95,95],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_noodles": '{"id":"dot_food exported_noodles","template":"assets/dot/food exported/noodles_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[45,71,106,147,167,195,234,255,272,296,336,371,396,405],"y":[314,289,280,288,276,267,268,280,305,285,276,280,295,317],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_omlet": '{"id":"dot_food exported_omlet","template":"assets/dot/food exported/omlet_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[202,195,213,194,165,142,135,147,180,217,251,287,325,358,393,425,441,441,428,406,379,350,346,322,291,255,224],"y":[149,193,225,250,278,309,349,387,408,415,412,390,391,382,363,324,283,246,210,188,172,169,131,114,104,108,122],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_peanuts": '{"id":"dot_food exported_peanuts","template":"assets/dot/food exported/peanuts_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[270,242,216,205,205,171,142,110,89,84,84,95,135,185,226,267,295,322,342,350,345,346,371,404,422,431,427,414,385,345,307],"y":[55,82,117,154,195,210,239,281,329,377,421,466,494,494,482,456,424,390,356,320,294,268,245,215,181,134,87,43,21,17,28],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_piece_of_cake": '{"id":"dot_food exported_piece_of_cake","template":"assets/dot/food exported/piece_of_cake_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[56,56,56,56,56,56,104,152,200,248,297,345,393,441,489,489,489,489,489,489,435,381,327,273,218,164,110],"y":[180,226,272,317,363,411,411,411,411,411,411,411,411,411,411,364,318,272,226,180,180,180,180,180,180,180,180],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_pizza": '{"id":"dot_food exported_pizza","template":"assets/dot/food exported/pizza_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[210,190,170,150,130,110,90,70,50,30,72,114,156,198,240,282,324,366,408,450,436,406,375,341,307,272,236],"y":[90,135,179,224,268,313,357,402,446,491,475,458,442,426,410,393,377,361,344,328,288,250,216,184,156,127,105],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_popcorn": '{"id":"dot_food exported_popcorn","template":"assets/dot/food exported/popcorn_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[81,81,112,119,126,133,139,146,153,160,213,265,318,370,376,382,388,394,400,406,412,445,452,411,370,328,287,246,205,163,122],"y":[127,151,165,211,258,304,350,396,443,489,489,489,489,489,442,394,347,300,253,205,158,157,127,127,127,127,127,127,127,127,127],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_raisin": '{"id":"dot_food exported_raisin","template":"assets/dot/food exported/raisin_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[81,72,41,24,21,26,32,52,72,86,113,154,199,239,275,325,368,402,425,439,446,453,450,446,421,396,371,335,300,267,220,177,139,105,84],"y":[71,108,141,183,228,278,314,349,382,421,454,469,480,497,496,496,490,464,425,393,352,305,263,216,183,156,126,92,63,41,30,22,18,19,38],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_salad": '{"id":"dot_food exported_salad","template":"assets/dot/food exported/salad_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[38,44,62,88,117,147,176,176,211,246,280,315,350,346,380,412,440,465,481,491,450,409,368,326,285,244,203,162,120,79],"y":[229,264,298,322,343,362,369,389,389,389,389,389,389,369,356,340,321,295,263,229,229,229,229,229,229,229,229,229,229,229],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_sandwich": '{"id":"dot_food exported_sandwich","template":"assets/dot/food exported/sandwich_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[82,109,148,202,271,331,381,422,454,476,488,479,441,417,416,415,415,414,413,413,395,355,315,276,236,196,157,117,107,109,111,113,115,117,122,93,58,40,56],"y":[89,77,69,61,56,56,64,76,93,113,135,170,179,191,230,270,310,349,389,429,451,451,451,451,451,451,451,451,423,383,343,304,264,225,176,177,176,139,110],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_scrat_nut": '{"id":"dot_food exported_scrat_nut","template":"assets/dot/food exported/scrat_nut_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[133,173,213,253,293,334,374,416,414,410,397,372,331,286,273,258,225,183,153,133,120,114,106],"y":[236,236,236,236,236,236,236,236,276,325,374,419,463,473,494,474,470,448,412,367,321,279,236],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_soup": '{"id":"dot_food exported_soup","template":"assets/dot/food exported/soup_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[61,107,148,194,232,271,319,364,403,437,469,431,389,347,312,275,243,212,169,132,91],"y":[252,238,231,228,226,225,227,230,237,242,254,265,272,279,283,283,283,283,283,279,269],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_sushi": '{"id":"dot_food exported_sushi","template":"assets/dot/food exported/sushi_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[123,166,209,245,274,311,348,385,423,423,423,423,423,423,423,387,351,316,280,252,217,172,126,81,81,81,81,81,81,81],"y":[179,209,239,250,241,220,198,177,156,196,235,275,315,355,395,416,437,458,479,490,481,454,427,400,358,316,274,232,190,148],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_tea": '{"id":"dot_food exported_tea","template":"assets/dot/food exported/tea_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[35,33,37,48,64,88,110,135,108,106,140,182,236,284,322,356,356,331,360,382,405,422,427,427,427,368,306,243,175,113,72],"y":[185,221,261,295,333,359,377,390,391,417,415,415,415,415,415,415,393,396,373,352,325,286,257,213,183,183,183,183,181,182,183],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_toffee": '{"id":"dot_food exported_toffee","template":"assets/dot/food exported/toffee_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[284,321,357,394,371,344,316,289,262,238,202,166,131,95,126,156,187,217,247],"y":[107,128,149,171,211,252,294,335,376,411,387,363,339,315,269,223,177,131,85],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_veg_roll": '{"id":"dot_food exported_veg_roll","template":"assets/dot/food exported/veg_roll_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[233,270,298,315,335,360,390,419,449,474,464,437,390,346,316,286,256,226,196],"y":[290,269,238,194,218,241,276,311,346,376,416,451,474,471,436,402,368,333,299],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_food exported_vine": '{"id":"dot_food exported_vine","template":"assets/dot/food exported/vine_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[265,265,268,272,300,317,317,317,317,317,317,317,272,227,183,183,183,183,183,183,183,194,227,236,236,236],"y":[18,62,111,150,182,215,255,302,349,395,442,491,491,491,491,448,403,359,314,270,225,186,153,111,65,18],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_apple": '{"id":"dot_fruits exported_apple","template":"assets/dot/fruits exported/apple_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[278,298,334,378,423,462,487,492,478,457,430,401,373,350,326,288,250,212,173,150,122,93,66,42,27,23,35,61,98,150,207,244,258],"y":[119,101,88,88,102,128,168,222,280,333,379,418,449,471,485,469,450,475,478,460,429,388,342,293,243,193,154,122,99,81,94,124,141],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_avocado": '{"id":"dot_fruits exported_avocado","template":"assets/dot/fruits exported/avocado_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[280,315,338,361,382,398,413,406,387,355,309,250,200,163,137,119,111,116,130,149,169,187,212,247],"y":[93,113,148,196,249,300,341,389,425,462,487,490,477,453,421,387,353,312,264,215,171,137,110,93],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_banana": '{"id":"dot_fruits exported_banana","template":"assets/dot/fruits exported/banana_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[400,388,371,344,307,259,205,141,83,64,117,172,223,271,337,379,420,445,462,467,471,462,432],"y":[130,168,211,256,294,323,338,345,342,376,404,424,433,437,422,401,368,326,273,223,171,134,134],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_black_berry": '{"id":"dot_fruits exported_black_berry","template":"assets/dot/fruits exported/black_berry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[291,312,350,391,403,404,437,468,476,461,434,401,407,406,385,353,331,308,275,233,211,207,206,173,150,126,130,135,114,90,68,54,61,87,118,134,129,134,154,193,233,270],"y":[113,93,91,119,152,188,192,218,247,288,309,319,349,394,429,442,443,470,488,483,454,433,413,408,398,372,342,316,313,305,285,247,205,185,179,180,160,133,110,99,107,131],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_black_currant": '{"id":"dot_fruits exported_black_currant","template":"assets/dot/fruits exported/black_currant_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[153,172,183,178,159,131,101,79,70,77,97,127],"y":[348,366,395,425,447,457,451,431,403,373,352,344],"c":[0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_cherry": '{"id":"dot_fruits exported_cherry","template":"assets/dot/fruits exported/cherry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[149,173,186,184,169,143,112,85,68,63,74,96,125],"y":[293,311,338,369,394,409,411,398,374,344,315,296,288],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_chikoo": '{"id":"dot_fruits exported_chikoo","template":"assets/dot/fruits exported/chikoo_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[272,315,354,388,416,434,442,438,424,400,368,328,283,238,195,157,125,101,87,85,94,113,141,177,220],"y":[51,64,89,124,168,219,275,328,377,419,452,474,482,477,459,429,389,341,286,231,180,134,96,68,52],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_fig": '{"id":"dot_fruits exported_fig","template":"assets/dot/fruits exported/fig_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[337,355,366,390,428,460,476,477,464,432,392,331,274,228,207,203,208,238,270,303,321],"y":[121,157,185,209,234,270,313,364,407,455,478,487,471,433,387,343,291,248,217,193,157],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_grapefruit": '{"id":"dot_fruits exported_grapefruit","template":"assets/dot/fruits exported/grapefruit_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[303,348,386,415,433,440,432,413,383,345,300,250,200,156,118,89,70,64,70,89,119,157,202,252],"y":[121,140,170,208,254,304,354,398,436,465,483,490,482,463,434,396,351,301,251,206,168,139,120,114],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_grapes": '{"id":"dot_fruits exported_grapes","template":"assets/dot/fruits exported/grapes_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[205,183,155,126,104,103,112,86,67,67,81,112,146,139,150,183,216,242,233,239,271,316,356,362,357,340,378,396,392,381,365,399,418,426,418,396,365,330,335,319,289,255,231],"y":[113,95,95,108,135,170,197,207,235,267,297,317,320,354,390,413,416,410,445,476,495,495,476,438,404,376,366,333,302,280,263,255,232,202,170,145,140,142,108,78,68,69,84],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_guava": '{"id":"dot_fruits exported_guava","template":"assets/dot/fruits exported/guava_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[300,331,337,354,383,401,401,385,354,311,261,210,167,134,115,113,129,157,176,182,209,256],"y":[96,135,185,233,274,320,372,420,458,484,494,486,462,425,379,327,279,239,192,142,100,83],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_honeydew_melon": '{"id":"dot_fruits exported_honeydew_melon","template":"assets/dot/fruits exported/honeydew_melon_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[301,344,380,410,431,442,442,431,410,380,343,301,207,164,127,97,76,64,64,75,97,126,163,206,253],"y":[40,60,90,130,177,230,286,340,388,428,459,478,479,459,429,389,341,288,231,177,130,90,59,39,33],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_jackfruit": '{"id":"dot_fruits exported_jackfruit","template":"assets/dot/fruits exported/jackfruit_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[131,174,223,275,324,368,402,424,442,455,458,448,420,371,318,267,222,182,148,121,100,86,75,68,69,96,115],"y":[74,60,67,88,117,148,174,194,227,272,324,377,426,467,489,493,483,466,444,415,374,324,271,219,150,103,90],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_kiwifruit": '{"id":"dot_fruits exported_kiwifruit","template":"assets/dot/fruits exported/kiwifruit_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[291,328,363,384,397,402,404,408,405,389,353,290,232,186,150,123,110,105,102,104,111,130,179,229,252],"y":[66,78,111,150,190,234,278,325,375,425,465,484,488,477,462,437,397,352,295,234,174,112,73,61,62],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_lemon": '{"id":"dot_fruits exported_lemon","template":"assets/dot/fruits exported/lemon_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[314,361,400,432,453,464,462,447,423,389,347,300,248,197,150,110,78,56,44,45,58,81,114,155,202,254],"y":[61,82,112,150,195,246,298,347,390,426,453,470,474,467,448,418,381,337,287,234,185,142,105,77,59,53],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_lime": '{"id":"dot_fruits exported_lime","template":"assets/dot/fruits exported/lime_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[314,361,400,432,453,464,462,447,423,389,347,300,248,197,150,110,78,56,44,45,58,81,114,155,202,254],"y":[61,82,112,150,195,246,298,347,390,426,453,470,474,467,448,418,381,337,287,234,185,142,105,77,59,53],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_lychee": '{"id":"dot_fruits exported_lychee","template":"assets/dot/fruits exported/lychee_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[323,364,398,414,422,409,388,353,310,265,221,184,152,123,101,93,98,114,152,210,256,288],"y":[138,162,200,247,305,348,396,439,477,498,495,470,433,393,348,301,252,204,158,136,128,129],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_mango": '{"id":"dot_fruits exported_mango","template":"assets/dot/fruits exported/mango_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[267,314,356,388,412,432,440,436,423,401,370,328,263,209,171,155,156,154,133,117,110,111,142,188,219],"y":[74,80,98,120,158,209,258,304,348,388,424,459,489,494,483,465,425,371,325,284,236,177,124,91,77],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_olive": '{"id":"dot_fruits exported_olive","template":"assets/dot/fruits exported/olive_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[344,359,367,359,341,309,270,224,188,165,143,136,140,169,221,271,312],"y":[237,274,324,380,420,461,485,490,468,434,383,335,281,234,203,199,207],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_papaya": '{"id":"dot_fruits exported_papaya","template":"assets/dot/fruits exported/papaya_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[296,314,320,347,370,391,405,404,395,369,339,302,264,226,191,159,134,117,107,105,113,130,156,173,177,194,228,271],"y":[61,91,126,158,194,238,297,339,385,424,454,479,488,483,469,446,418,382,339,290,242,197,164,133,95,65,48,47],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_pineapple": '{"id":"dot_fruits exported_pineapple","template":"assets/dot/fruits exported/pineapple_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[203,172,148,137,136,141,150,163,177,193,218,250,281,309,329,344,354,359,359,355,349,338,324,307,325,351,377,392,358,321,291,279,268,256,245,232,229,225,221,217,213,187,144,113,137,159,183],"y":[232,250,286,327,360,393,424,451,473,489,500,502,497,484,463,435,406,377,349,323,294,266,245,228,205,171,137,115,131,153,169,153,127,103,74,44,67,97,126,156,180,172,158,149,172,198,216],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_pineberry": '{"id":"dot_fruits exported_pineberry","template":"assets/dot/fruits exported/pineberry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[163,200,250,305,349,381,404,418,424,424,419,409,396,374,349,321,291,260,230,202,177,153,130,109,91,76,65,59,68,92,130],"y":[51,40,32,38,55,79,108,142,179,218,259,299,338,385,426,459,482,494,495,483,463,435,401,363,322,281,239,194,134,95,67],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_pomegranate": '{"id":"dot_fruits exported_pomegranate","template":"assets/dot/fruits exported/pomegranate_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[196,148,109,81,67,63,73,94,127,162,200,236,234,250,270,267,303,347,383,410,437,446,442,429,403,373,332,303,307,311,292,272,267,259,250,241,228,204,209,219],"y":[107,127,165,206,252,309,351,398,431,453,470,474,496,486,496,473,466,448,428,398,354,305,255,213,175,139,110,101,75,54,60,65,41,10,36,65,55,45,70,100],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_quince": '{"id":"dot_fruits exported_quince","template":"assets/dot/fruits exported/quince_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[295,331,353,368,386,400,419,421,400,365,338,313,306,267,229,212,186,155,123,107,104,112,130,151,165,186,226,263],"y":[129,129,166,194,224,252,295,342,384,422,447,465,492,483,495,469,450,426,389,351,315,284,239,194,163,134,136,139],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_raspberry": '{"id":"dot_fruits exported_raspberry","template":"assets/dot/fruits exported/raspberry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[288,309,347,388,400,401,434,465,473,458,431,398,404,403,382,350,328,305,272,230,208,204,203,170,147,123,127,132,111,87,65,51,58,84,115,131,126,131,151,190,230,267],"y":[124,104,102,130,163,199,203,229,258,299,320,330,360,405,440,453,454,481,499,494,465,444,424,419,409,383,353,327,324,316,296,258,216,196,190,191,171,144,121,110,118,142],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_strawberry": '{"id":"dot_fruits exported_strawberry","template":"assets/dot/fruits exported/strawberry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[163,200,250,305,349,381,404,418,424,424,419,409,396,374,349,321,291,260,230,202,177,153,130,109,91,76,65,59,68,92,130],"y":[51,40,32,38,55,79,108,142,179,218,259,299,338,385,426,459,482,494,495,483,463,435,401,363,322,281,239,194,134,95,67],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_tamarillo": '{"id":"dot_fruits exported_tamarillo","template":"assets/dot/fruits exported/tamarillo_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[339,360,381,399,411,417,412,396,373,345,313,280,247,215,187,162,140,123,111,105,104,109,131,168,209,242,288],"y":[114,133,158,191,229,273,323,375,419,452,474,486,487,476,454,425,394,361,325,286,245,202,148,115,101,99,99],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_fruits exported_white_currant": '{"id":"dot_fruits exported_white_currant","template":"assets/dot/fruits exported/white_currant_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[153,172,183,178,159,131,101,79,70,77,97,127],"y":[348,366,395,425,447,457,451,431,403,373,352,344],"c":[0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Furniture exported_bean_bag": '{"id":"dot_Furniture exported_bean_bag","template":"assets/dot/Furniture exported/bean_bag_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[310,339,365,389,412,433,451,465,475,480,477,464,441,409,371,326,277,232,192,156,114,78,56,50,52,59,71,88,109,132,158,184,212,239,277],"y":[32,58,85,118,154,193,233,273,312,349,381,410,436,458,476,487,492,491,485,474,463,440,409,374,333,292,249,206,165,126,91,61,38,23,18],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Furniture exported_bed": '{"id":"dot_Furniture exported_bed","template":"assets/dot/Furniture exported/bed_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[57,97,137,176,216,256,296,335,375,415,455,494,494,494,494,466,433,433,433,389,344,300,255,211,166,122,77,77,47,18,18,18,18,18],"y":[216,216,216,216,216,216,216,216,216,216,216,216,266,315,365,365,365,340,314,314,314,314,314,314,314,314,314,365,365,365,327,290,253,216],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Furniture exported_bench": '{"id":"dot_Furniture exported_bench","template":"assets/dot/Furniture exported/bench_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[79,118,158,198,237,277,316,356,396,435,476,476,476,476,476,439,399,359,320,280,240,201,161,121,82,31,31,31,31,31],"y":[92,92,92,92,92,92,92,92,92,92,92,128,164,200,237,237,237,237,237,237,237,237,237,237,237,237,200,164,128,92],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Furniture exported_book_case": '{"id":"dot_Furniture exported_book_case","template":"assets/dot/Furniture exported/book_case_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[56,95,135,174,214,293,332,372,412,451,489,489,489,489,489,489,489,489,489,489,461,461,425,425,376,328,279,230,182,133,85,85,42,42,22,22,22,22,22,22,22,22,22,22],"y":[56,56,56,56,56,56,56,56,56,56,58,97,137,176,216,255,295,335,374,418,418,448,448,418,418,418,418,418,418,418,418,448,448,418,418,372,332,293,253,214,174,135,95,56],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_batteries": '{"id":"dot_Home utility_batteries","template":"assets/dot/Home utility/batteries_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[265,368,368,368,368,364,260,162,162,162,162,162],"y":[65,65,172,275,379,480,480,480,379,275,172,65],"c":[0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_broom": '{"id":"dot_Home utility_broom","template":"assets/dot/Home utility/broom_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[263,263,261,262,259,259,259,257,247,250,230,205,199,239,276,311,303,288,276,287,274,274,274,275,276,276,276,277],"y":[12,56,100,144,188,232,276,337,341,377,407,460,492,499,499,493,451,407,375,344,337,276,232,188,144,99,57,12],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_brush": '{"id":"dot_Home utility_brush","template":"assets/dot/Home utility/brush_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[259,240,232,230,236,239,237,218,193,195,193,189,259,332,325,321,323,294,279,279,283,284,283,277],"y":[14,38,73,116,160,204,238,268,288,348,415,495,495,497,418,351,283,268,241,206,160,116,76,38],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_bucket": '{"id":"dot_Home utility_bucket","template":"assets/dot/Home utility/bucket_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[279,335,392,419,408,397,384,333,265,199,145,138,127,116,147,229],"y":[112,116,132,192,290,388,447,478,490,475,449,382,285,187,130,112],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_candle": '{"id":"dot_Home utility_candle","template":"assets/dot/Home utility/candle_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[320,321,321,321,321,318,249,186,186,186,186,186,187,253],"y":[156,224,293,361,430,495,495,490,421,353,284,216,148,145],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_clock": '{"id":"dot_Home utility_clock","template":"assets/dot/Home utility/clock_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[254,326,380,425,460,481,488,478,454,417,370,315,254,193,138,91,54,30,21,27,49,83,128,182],"y":[20,31,56,94,142,198,259,320,374,420,456,478,487,478,456,420,374,320,259,198,142,94,56,31],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_clothespin": '{"id":"dot_Home utility_clothespin","template":"assets/dot/Home utility/clothespin_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[266,248,231,212,192,167,176,187,196,206,218,236,242,232,220,229,240,253,268,281,293,303,312,301,290,300,316,326,338,348,358,366,341,323,300,284],"y":[251,197,141,78,15,22,85,145,209,281,353,353,362,372,373,425,493,498,487,497,493,428,375,373,364,354,354,284,209,138,71,20,10,68,141,197],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_cup": '{"id":"dot_Home utility_cup","template":"assets/dot/Home utility/cup_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[198,302,360,365,365,365,365,357,301,299,197,91,93,38,30,30,30,30,35,94],"y":[44,47,54,103,175,246,318,388,428,468,468,468,428,387,317,245,174,102,54,47],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_curtains": '{"id":"dot_Home utility_curtains","template":"assets/dot/Home utility/curtains_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[254,194,134,74,38,40,39,39,38,37,36,35,78,124,124,124,124,129,155,191,243,264,317,353,379,384,384,384,389,433,473,473,472,472,471,470,470,472,436,376,316],"y":[10,10,10,10,10,80,132,207,291,374,443,491,491,491,461,409,327,285,236,166,63,63,165,235,285,318,378,438,491,491,491,407,320,264,206,128,75,10,10,10,10],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_detergent": '{"id":"dot_Home utility_detergent","template":"assets/dot/Home utility/detergent_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[237,237,220,220,185,142,142,142,142,142,219,296,358,358,358,358,358,332,313,312,293,293],"y":[29,66,66,87,135,203,275,347,419,475,475,475,475,419,350,275,203,138,87,66,66,28],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_dustpan": '{"id":"dot_Home utility_dustpan","template":"assets/dot/Home utility/dustpan_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[451,418,392,371,352,314,273,241,204,167,131,101,74,53,94,138,185,238,277,321,358,392,423,433,437,437,441,436,415,392,383,399,428,456,464],"y":[65,67,88,120,147,148,151,158,175,198,223,251,282,294,313,332,353,376,392,410,386,360,326,305,290,255,227,201,175,161,147,130,116,103,84],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_first_aid_kit": '{"id":"dot_Home utility_first_aid_kit","template":"assets/dot/Home utility/first_aid_kit_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[491,400,291,200,83,17,14,14,14,83,200,291,400,491,491,491],"y":[107,107,107,107,107,107,187,286,384,384,384,384,384,384,286,187],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_flashlight": '{"id":"dot_Home utility_flashlight","template":"assets/dot/Home utility/flashlight_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[230,280,340,341,341,341,341,322,322,322,322,322,322,256,192,190,190,190,190,190,176,171,171,171,171],"y":[31,31,31,82,118,168,218,254,314,364,414,464,498,499,499,465,415,365,315,265,227,179,129,79,31],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_fork": '{"id":"dot_Home utility_fork","template":"assets/dot/Home utility/fork_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[228,219,219,219,243,245,247,249,239,230,236,249,269,279,283,272,265,267,269,293,294,283,280,279,235,231],"y":[15,55,123,151,190,252,308,368,409,448,486,499,498,479,451,411,308,252,190,120,61,13,61,131,131,57],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_gas_stove": '{"id":"dot_Home utility_gas_stove","template":"assets/dot/Home utility/gas_stove_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[63,36,14,16,101,200,299,397,495,497,481,453,360,262,163],"y":[183,221,260,330,330,330,330,330,330,260,221,183,183,183,183],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_hanger": '{"id":"dot_Home utility_hanger","template":"assets/dot/Home utility/hanger_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[232,243,265,263,246,246,221,192,147,97,51,25,18,36,67,114,162,216,253,290,334,394,456,478,490,481,466,418,365,326,304,285,263,262,282,287,278,253,228],"y":[135,116,116,139,160,182,184,207,248,279,303,317,337,343,329,306,277,237,219,239,274,308,336,343,336,316,308,285,254,222,199,184,182,160,147,125,102,95,109],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_jar": '{"id":"dot_Home utility_jar","template":"assets/dot/Home utility/jar_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[338,398,401,379,380,394,415,415,415,415,415,415,415,375,326,276,226,177,143,143,143,143,143,143,143,169,178,181,154,155,215,274],"y":[22,26,65,65,99,126,185,235,284,334,384,433,483,502,502,502,502,502,477,427,377,328,278,228,179,122,93,62,62,25,22,21],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_knife": '{"id":"dot_Home utility_knife","template":"assets/dot/Home utility/knife_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[274,282,292,297,283,265,272,276,236,236,236,236,236,236,236,249],"y":[80,129,206,289,289,344,416,486,486,418,349,288,231,135,71,15],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_ladle": '{"id":"dot_Home utility_ladle","template":"assets/dot/Home utility/ladle_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[436,436,421,402,380,356,330,304,278,255,236,225,210,175,137,104,82,106,146,189,208,232,239,257,282,312,343,371,393,405,422],"y":[47,65,89,118,150,186,224,262,299,334,368,408,441,457,451,432,393,365,360,366,356,317,305,277,236,189,139,94,59,39,37],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_match_stick": '{"id":"dot_Home utility_match_stick","template":"assets/dot/Home utility/match_stick_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[256,232,228,238,238,238,238,238,238,238,238,273,273,273,273,273,273,273,273,283,280],"y":[18,39,79,109,159,210,260,310,371,431,494,494,431,371,311,260,210,160,109,79,42],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_mirror": '{"id":"dot_Home utility_mirror","template":"assets/dot/Home utility/mirror_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[247,195,152,122,108,115,139,177,227,282,331,371,396,403,390,361,319,268],"y":[106,123,161,216,282,352,412,457,482,483,459,415,356,286,219,164,125,107],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_oven": '{"id":"dot_Home utility_oven","template":"assets/dot/Home utility/oven_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[490,419,348,276,190,99,14,14,14,14,99,190,276,348,419,490,490,491],"y":[97,97,97,97,97,97,98,187,287,374,376,376,376,376,376,373,287,187],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_pan": '{"id":"dot_Home utility_pan","template":"assets/dot/Home utility/pan_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[50,28,18,18,28,47,76,105,144,183,225,256,295,315,325,347,368,386,404,431,450,472,488,483,459,437,410,383,375,362,347,375,387,385,365,336,293,252,203,162,116,79],"y":[103,130,159,194,226,252,277,291,316,325,328,324,310,327,345,350,358,377,400,427,442,449,439,417,386,363,343,323,306,298,271,239,197,157,120,96,74,60,53,57,66,81],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_photo_frame": '{"id":"dot_Home utility_photo_frame","template":"assets/dot/Home utility/photo_frame_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[466,414,354,294,235,165,105,41,38,38,38,38,105,165,235,294,354,414,466,466,466,466],"y":[147,147,147,147,147,147,147,147,208,288,348,407,407,407,407,407,407,407,407,348,288,208],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_pipe": '{"id":"dot_Home utility_pipe","template":"assets/dot/Home utility/pipe_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[204,204,218,218,218,218,218,218,218,218,218,205,205,254,307,307,293,293,293,293,293,293,293,293,293,307,307,253],"y":[7,57,57,109,161,213,265,317,369,421,454,454,504,504,504,454,454,423,369,315,261,207,153,99,57,57,7,7],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_plate": '{"id":"dot_Home utility_plate","template":"assets/dot/Home utility/plate_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[342,414,467,495,494,464,410,337,252,167,95,41,11,11,39,92,164,249],"y":[208,219,236,257,281,301,318,329,333,329,318,301,280,257,236,219,207,203],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_pocket_knife": '{"id":"dot_Home utility_pocket_knife","template":"assets/dot/Home utility/pocket_knife_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[392,349,307,264,221,180,138,110,85,47,91,153,210,267,307,365,389,445,494,448],"y":[12,54,95,137,178,221,264,297,356,415,416,372,318,257,214,194,154,110,97,38],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_refrigerator": '{"id":"dot_Home utility_refrigerator","template":"assets/dot/Home utility/refrigerator_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[333,392,392,392,392,392,392,392,392,392,392,353,303,253,202,165,165,165,165,165,165,165,165,165,165,226,276],"y":[20,20,69,119,169,220,270,320,370,421,469,469,469,469,469,469,419,368,318,268,218,167,117,67,20,20,20],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_sink": '{"id":"dot_Home utility_sink","template":"assets/dot/Home utility/sink_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[201,241,317,393,447,485,468,438,399,341,269,197,125,52,12,49,96,155],"y":[165,174,189,204,220,234,281,352,430,419,391,362,334,306,288,248,204,161],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_spatula": '{"id":"dot_Home utility_spatula","template":"assets/dot/Home utility/spatula_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[263,273,273,273,268,268,268,289,319,321,321,319,256,189,190,190,192,222,243,243,243,238,238,238,248],"y":[12,55,104,153,200,249,298,328,366,415,464,501,501,501,464,415,366,328,299,250,201,153,104,55,12],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_spoon": '{"id":"dot_Home utility_spoon","template":"assets/dot/Home utility/spoon_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[76,104,140,173,177,183,206,238,273,304,324,353,391,431,464,482,470,433,393,361,341,324,297,265,228,190,154,99,68,55,46,40,50],"y":[23,42,82,138,176,200,218,245,277,307,329,354,384,415,443,463,490,482,451,416,389,365,331,293,256,225,208,181,147,123,99,56,25],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_steamer": '{"id":"dot_Home utility_steamer","template":"assets/dot/Home utility/steamer_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[455,455,455,455,455,456,397,346,295,245,194,143,93,56,56,56,56,56,59,84,130,185,240,293,350,402,440,455],"y":[177,217,265,319,379,435,435,435,435,435,435,435,435,435,379,319,265,217,159,126,104,92,88,89,96,112,138,177],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_sunglasses": '{"id":"dot_Home utility_sunglasses","template":"assets/dot/Home utility/sunglasses_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[21,26,39,74,106,134,146,157,174,206,245,282,297,312,305,246,193,164,145,107,74,37],"y":[171,210,255,299,303,280,255,255,299,336,351,343,309,269,240,227,221,222,221,198,183,167],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_toilet_paper": '{"id":"dot_Home utility_toilet_paper","template":"assets/dot/Home utility/toilet_paper_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[291,350,395,422,426,427,427,426,404,353,301,260,260,260,205,158,131,125,125,125,131,158,205,264],"y":[20,32,57,91,121,174,247,320,364,404,438,481,442,401,386,362,328,245,172,120,89,55,31,20],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_umbrella": '{"id":"dot_Home utility_umbrella","template":"assets/dot/Home utility/umbrella_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[84,118,161,216,273,335,401,456,487,450,402,365,345,317,264,215,175,144,126,103,50,11,11,11,15,28,43],"y":[159,117,78,41,16,10,12,18,23,47,92,138,170,191,234,280,325,363,386,397,433,479,433,365,309,257,218],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_water_purifier": '{"id":"dot_Home utility_water_purifier","template":"assets/dot/Home utility/water_purifier_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[281,313,313,313,313,313,305,285,328,328,328,328,328,328,328,328,328,275,235,183,183,183,183,183,183,183,183,183,226,206,198,198,198,198,198,230],"y":[13,13,37,75,115,155,190,202,202,227,267,307,347,387,427,467,499,499,499,499,467,427,387,347,306,266,226,202,202,190,155,115,75,37,13,13],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_whistle": '{"id":"dot_Home utility_whistle","template":"assets/dot/Home utility/whistle_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[243,190,137,83,30,28,64,106,159,211,257,300,357,418,461,475,454,411,368,312],"y":[131,159,187,215,242,301,347,383,353,324,341,379,390,370,324,269,216,174,133,113],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Home utility_wok": '{"id":"dot_Home utility_wok","template":"assets/dot/Home utility/wok_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[333,398,448,482,494,494,485,457,398,308,258,207,158,112,70,36,14,26,59,109,173,247],"y":[166,175,189,207,227,241,269,306,342,367,372,369,358,340,314,276,229,208,190,176,166,162],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Music instruments_drum": '{"id":"dot_Music instruments_drum","template":"assets/dot/Music instruments/drum_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[450,435,396,337,264,190,128,84,65,65,65,65,65,80,120,171,230,290,348,397,434,450,450,450,450,450],"y":[202,188,177,169,166,168,175,186,199,243,292,341,395,425,443,456,464,465,460,448,430,395,351,301,252,203],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Music instruments_flute": '{"id":"dot_Music instruments_flute","template":"assets/dot/Music instruments/flute_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[469,449,403,346,275,201,131,74,31,42,63,106,163,233,308,378,436,481],"y":[38,30,75,133,204,279,350,407,449,472,482,439,382,311,236,165,107,62],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Music instruments_guitar": '{"id":"dot_Music instruments_guitar","template":"assets/dot/Music instruments/guitar_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[268,287,284,281,281,282,283,285,327,339,328,344,360,361,343,309,266,223,189,171,172,187,204,193,204,245,249,250,250,251,248,244],"y":[19,19,50,97,137,176,216,254,267,298,336,373,410,447,479,497,502,497,479,448,410,374,337,299,268,255,217,177,137,97,51,19],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Music instruments_harp": '{"id":"dot_Music instruments_harp","template":"assets/dot/Music instruments/harp_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[91,108,124,127,127,132,142,159,186,205,197,252,295,271,292,315,339,362,383,399,408,406,359,326,272,231,180,128],"y":[33,67,122,179,231,277,322,369,417,466,490,480,484,459,407,348,288,230,180,140,116,92,56,75,73,49,22,10],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Music instruments_mandolin": '{"id":"dot_Music instruments_mandolin","template":"assets/dot/Music instruments/mandolin_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[467,437,396,368,333,299,264,222,173,124,82,52,40,49,84,129,174,216,250,275,292,301,306,339,371,403,477],"y":[44,39,89,129,163,198,223,232,248,272,304,344,388,433,474,496,492,469,431,383,332,284,246,209,171,134,72],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_eight": '{"id":"dot_Number_eight","template":"assets/dot/Number/eight_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[256,282,313,339,363,379,390,391,384,373,357,340,320,339,357,375,391,403,408,408,402,393,379,359,338,316,293,267,240,211,185,162,140,123,113,111,117,128,144,162,180,198,181,163,144,132,127,128,135,148,167,188,211,233],"y":[25,26,32,44,62,84,116,146,173,193,212,226,237,248,259,273,292,315,340,367,391,412,432,451,463,473,479,482,481,477,468,455,437,413,385,353,320,298,278,263,252,243,233,220,198,174,148,122,98,75,56,42,33,28],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_five": '{"id":"dot_Number_five","template":"assets/dot/Number/five_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[167,215,271,321,379,379,324,271,211,202,193,232,271,305,332,354,370,381,387,388,384,375,359,338,313,282,249,222,195,166,140,114,128,153,181,206,234,263,289,310,323,327,323,310,290,267,235,208,184,157,139,143,147,151,155,159,162],"y":[32,32,32,32,32,83,83,83,83,138,196,192,198,208,221,240,261,285,310,335,365,394,418,442,459,473,480,481,480,475,468,455,409,420,429,433,433,427,412,392,367,337,306,281,262,252,242,240,240,242,246,215,184,153,125,97,64],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_four": '{"id":"dot_Number_four","template":"assets/dot/Number/four_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[294,324,354,354,354,354,354,354,354,354,384,414,414,384,354,354,354,354,302,302,302,302,250,198,146,94,94,120,146,171,197,229,265],"y":[34,34,34,74,114,154,194,234,274,307,307,307,351,351,351,393,435,477,477,435,393,353,353,353,353,353,317,279,244,207,168,122,73],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_nine": '{"id":"dot_Number_nine","template":"assets/dot/Number/nine_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[349,329,300,263,228,195,167,143,126,117,113,113,120,132,149,172,200,229,259,291,322,348,370,388,399,406,410,410,408,403,396,386,372,352,332,308,278,238,195,151,151,195,235,273,300,320,336,343],"y":[269,288,306,316,317,309,295,272,245,220,190,162,131,101,76,54,37,28,24,26,36,52,74,101,131,163,194,223,253,282,313,338,366,397,419,438,456,471,478,480,433,431,422,404,380,352,322,295],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_one": '{"id":"dot_Number_one","template":"assets/dot/Number/one_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[156,202,253,303,303,303,303,303,303,303,303,303,246,246,246,247,246,246,246,246,205,166],"y":[85,59,33,33,90,147,204,261,318,375,432,489,489,434,375,318,263,206,149,90,110,130],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_seven": '{"id":"dot_Number_seven","template":"assets/dot/Number/seven_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[124,207,290,373,402,402,376,349,314,287,257,231,210,147,171,195,225,254,287,318,339,287,207,124],"y":[33,33,33,33,33,72,126,185,256,313,377,429,475,475,429,377,316,259,192,129,82,82,82,82],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_six": '{"id":"dot_Number_six","template":"assets/dot/Number/six_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[368,323,294,265,236,208,181,157,137,123,114,109,108,110,116,124,138,157,181,206,236,269,299,328,377,396,407,411,407,396,369,336,301,277,249,226,204,187,169,174,183,194,210,226,244,265,289,314,338,366,368],"y":[26,29,35,43,55,73,97,126,159,192,227,262,299,329,359,387,414,438,457,471,480,482,478,467,429,397,362,326,289,253,218,195,185,184,186,193,204,217,235,207,186,163,140,124,109,97,86,80,75,75,50],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_three": '{"id":"dot_Number_three","template":"assets/dot/Number/three_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[132,166,206,248,289,327,354,371,371,361,341,318,292,319,347,372,386,389,384,372,351,327,296,265,232,198,157,115,130,163,198,230,259,284,304,320,327,327,320,308,288,264,236,181,181,228,260,291,309,311,305,288,262,238,209,177,146],"y":[60,41,29,25,30,46,72,110,150,179,206,222,235,246,262,290,322,354,386,413,440,458,472,480,482,480,472,453,407,423,432,434,431,423,408,386,360,336,313,295,278,267,262,261,215,215,206,188,158,136,113,91,78,75,78,87,103],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_two": '{"id":"dot_Number_two","template":"assets/dot/Number/two_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[127,158,191,227,267,306,341,370,384,387,379,363,342,314,285,257,224,200,238,276,315,354,397,397,354,303,258,215,167,116,116,144,173,200,229,255,278,300,319,326,324,314,296,270,244,208,180,145],"y":[71,49,35,27,27,35,53,85,122,164,204,243,276,310,342,370,401,424,424,424,424,424,424,475,475,475,475,475,475,475,438,410,380,355,325,298,270,238,204,164,136,110,90,78,76,78,90,112],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_Number_zero": '{"id":"dot_Number_zero","template":"assets/dot/Number/zero_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[264,294,321,345,365,381,393,401,407,410,408,401,388,368,336,294,248,204,168,140,122,113,110,111,118,133,157,191,234],"y":[25,29,38,54,75,101,131,162,193,246,294,343,387,425,458,478,482,471,444,404,359,315,269,219,169,122,80,47,28],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_beetroot": '{"id":"dot_vegetables_beetroot","template":"assets/dot/vegetables/beetroot_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[267,240,210,190,174,155,141,131,131,137,154,166,173,163,146,129,113,105,97,84,69,80,97,109,118,129,148,170,186,194,206,219,233,247,272,298,316,328,335,339,336,328,316,293],"y":[242,228,222,223,231,251,273,298,323,353,381,394,408,418,423,430,444,460,474,483,487,493,486,473,456,444,438,431,419,406,405,412,418,417,409,393,375,358,337,317,297,280,263,252],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_cabbage": '{"id":"dot_vegetables_cabbage","template":"assets/dot/vegetables/cabbage_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[244,208,173,131,94,68,47,31,23,22,25,35,51,68,88,112,139,171,203,238,272,301,330,361,389,415,438,457,471,480,482,486,486,485,481,475,470,459,449,438,427,413,396,371,357,357,343,325,314,295,272],"y":[16,20,31,51,78,108,142,181,215,256,292,327,362,389,412,434,452,467,476,481,481,477,469,454,437,415,389,360,330,300,284,269,240,223,200,175,151,132,111,97,84,70,56,42,34,23,18,20,22,17,14],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_capsicum": '{"id":"dot_vegetables_capsicum","template":"assets/dot/vegetables/capsicum_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[238,226,212,197,171,134,112,96,69,42,25,19,17,20,24,36,53,70,96,120,142,163,185,202,213,239,261,280,297,317,340,368,393,417,435,455,469,478,488,488,482,468,449,429,396,370,338,299,285,263,281,303,325,317,294,261,245],"y":[106,110,111,118,112,109,111,127,135,153,181,213,256,293,333,373,413,441,471,487,494,494,490,480,488,493,493,488,481,491,492,490,475,454,426,381,337,301,255,214,185,160,143,130,115,111,111,119,110,107,81,56,32,11,22,44,67],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_carrot": '{"id":"dot_vegetables_carrot","template":"assets/dot/vegetables/carrot_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[256,225,206,193,169,150,122,101,94,77,66,15,90,116,140,163,194,216,232,248,269,288,303,307,288],"y":[204,216,236,261,282,319,341,365,382,401,423,499,458,445,423,410,386,357,351,337,304,294,275,252,220],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_cauliflower": '{"id":"dot_vegetables_cauliflower","template":"assets/dot/vegetables/cauliflower_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[259,253,257,219,187,165,150,132,121,108,95,95,77,78,89,86,73,58,47,35,19,38,54,69,83,92,111,129,144,167,197,230,261,293,328,357,384,412,433,451,464,471,468,466,471,479,464,441,439,432,412,400,394,373,355,345,329,309,287,288,275],"y":[131,112,89,82,94,99,109,135,155,170,182,212,234,247,261,272,272,262,279,287,296,302,322,340,347,362,381,397,415,425,429,424,419,426,426,413,403,389,368,343,316,284,258,245,232,221,216,232,212,199,185,171,146,131,122,123,128,121,128,158,144],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_celeriac": '{"id":"dot_vegetables_celeriac","template":"assets/dot/vegetables/celeriac_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[242,247,254,265,279,302,317,313,321,339,361,386,412,441,458,467,467,467,456,432,432,428,414,397,376,350,315,294,276,254],"y":[228,261,291,318,335,345,350,367,389,411,426,436,433,421,406,384,359,339,318,298,279,260,235,212,199,190,188,194,198,202],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_cucumber": '{"id":"dot_vegetables_cucumber","template":"assets/dot/vegetables/cucumber_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[455,426,393,362,335,305,270,228,181,133,79,41,20,16,29,57,92,138,185,226,269,313,351,391,424,453,479,496,504,498,482],"y":[42,51,79,120,161,198,243,278,308,331,353,372,398,424,447,460,465,460,451,435,417,390,360,323,287,248,205,163,112,82,58],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_drumstick": '{"id":"dot_vegetables_drumstick","template":"assets/dot/vegetables/drumstick_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[432,412,394,377,359,341,322,303,283,261,235,211,184,157,131,105,93,97,107,125,149,173,204,234,265,293,317,342,364,384,401,418,427,435],"y":[30,51,78,110,139,170,200,226,252,277,304,328,356,385,417,452,479,492,475,448,422,396,370,341,312,280,252,222,193,163,135,104,81,54],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_eggplant": '{"id":"dot_vegetables_eggplant","template":"assets/dot/vegetables/eggplant_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[205,181,157,134,112,92,77,66,67,77,94,119,150,179,215,241,263,285,301,319,332,344,351,340,332,320,306,282,264,255,259,261,268,244],"y":[129,157,191,225,265,301,339,378,406,433,456,470,480,482,464,440,409,371,335,297,265,232,204,187,164,148,164,188,204,191,165,142,123,126],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_fennel": '{"id":"dot_vegetables_fennel","template":"assets/dot/vegetables/fennel_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[84,101,114,126,134,134,129,122,117,113,119,130,146,163,190,225,256,282,312,334,350,363,370,370,366,357,355,357,370,386,402,428,415,388,373,357,333,344,352,352,333,312,305,295,271,267,268,264,245,218,218,218,218,205,196,171,156,163,171,152,138,124,103],"y":[72,109,141,183,225,259,295,329,351,384,410,434,452,467,480,486,483,483,476,463,448,429,403,367,336,295,259,228,191,154,117,71,53,51,81,117,161,122,79,49,39,41,76,114,169,113,67,25,18,24,64,107,145,97,60,58,75,121,183,134,92,58,57],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_garlic": '{"id":"dot_vegetables_garlic","template":"assets/dot/vegetables/garlic_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[176,208,215,173,132,95,69,55,53,57,77,114,152,190,240,287,334,374,414,436,445,439,425,398,368,340,317,295,297,317,283,268,251,212,213],"y":[30,69,105,141,182,228,276,315,346,379,417,450,473,488,494,494,484,472,443,407,373,328,286,234,191,155,126,107,67,23,52,9,56,11,47],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_ginger": '{"id":"dot_vegetables_ginger","template":"assets/dot/vegetables/ginger_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[21,52,74,70,51,44,55,86,127,155,171,164,153,139,164,237,280,326,358,396,426,454,474,479,475,462,441,410,385,345,304,266,239,228,256,293,327,365,393,415,422,414,396,373,345,304,268,236,203,165,123,76,47],"y":[239,254,283,319,361,396,426,448,448,436,420,388,362,328,324,359,386,420,427,425,418,398,373,344,320,297,286,278,274,270,269,266,258,245,235,232,229,215,197,168,140,113,90,79,72,87,114,139,159,169,168,162,155],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_kohlrabi": '{"id":"dot_vegetables_kohlrabi","template":"assets/dot/vegetables/kohlrabi_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[222,230,237,241,226,244,262,286,310,334,357,378,403,424,442,458,464,461,451,436,432,419,399,371,341,328,341,327,295,270,260,267,283,278,263,248,233],"y":[314,340,372,409,410,435,455,473,484,489,486,480,466,448,428,401,372,347,318,295,310,298,284,272,254,258,277,285,273,256,266,282,302,317,328,327,305],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_ladyfinger": '{"id":"dot_vegetables_ladyfinger","template":"assets/dot/vegetables/ladyfinger_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[243,228,193,177,163,148,135,123,105,87,75,18,59,32,54,72,95,138,94,111,135,162,207,244,280,313,352,396,455,462,484,484,474,439,396,344,372,396,386,392,387,370,349,312,288,269,244,219,197,153,179,201,225,251,269,283,269,271,259],"y":[38,66,85,123,156,187,219,252,290,323,348,364,375,418,410,396,377,376,425,423,414,399,370,362,352,343,330,314,290,256,235,220,204,215,207,230,197,163,134,107,96,88,115,126,161,190,225,267,300,320,286,255,215,171,135,107,81,53,41],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_lettuce": '{"id":"dot_vegetables_lettuce","template":"assets/dot/vegetables/lettuce_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[201,165,154,133,118,108,101,95,88,79,75,65,58,53,49,48,53,70,91,128,164,203,236,266,289,313,339,369,407,445,461,465,454,431,412,403,387,372,372,354,339,316,326,325,330,325,330,322,302,283,259,233,219,204,201,211,208],"y":[25,33,49,78,102,135,168,201,220,238,262,299,331,363,398,441,459,466,461,442,425,404,382,351,320,290,261,236,212,189,172,162,155,159,151,165,158,172,187,178,187,212,198,181,162,143,126,105,89,74,75,89,102,100,80,60,42],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_mushroom": '{"id":"dot_vegetables_mushroom","template":"assets/dot/vegetables/mushroom_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[42,55,85,127,168,183,190,185,175,173,179,213,239,276,296,309,324,336,373,407,442,468,472,463,442,423,395,376,358,366,363,351,325,294,261,230,190,153,118,83,57],"y":[158,192,218,231,240,278,318,339,361,390,414,438,454,454,429,404,370,353,365,373,370,353,323,295,266,237,214,201,200,173,143,111,83,63,49,41,42,49,63,88,115],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_onion": '{"id":"dot_vegetables_onion","template":"assets/dot/vegetables/onion_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[192,206,161,119,71,41,38,48,70,102,140,180,197,193,253,312,353,339,392,432,456,462,452,428,396,359,319,261,273,231],"y":[44,88,116,147,201,252,304,348,380,412,432,446,450,466,466,463,461,444,424,386,340,286,236,186,156,131,108,88,44,68],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_peas": '{"id":"dot_vegetables_peas","template":"assets/dot/vegetables/peas_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[468,411,333,276,219,179,137,103,67,33,93,160,219,283,340,385,423,451],"y":[22,43,87,132,185,233,286,341,405,474,453,421,384,329,268,207,143,78],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_pepper": '{"id":"dot_vegetables_pepper","template":"assets/dot/vegetables/pepper_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[359,341,325,307,293,271,240,204,166,122,88,67,60,79,120,170,218,262,312,353,390,418,432,422,407,403,408,401,377,359,348,359,379,386,379],"y":[156,154,171,212,256,300,343,378,407,431,441,441,457,471,474,469,457,437,403,361,316,270,221,186,175,144,104,75,34,19,34,53,68,95,132],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_potato": '{"id":"dot_vegetables_potato","template":"assets/dot/vegetables/potato_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[54,35,31,39,52,80,117,165,209,234,248,276,304,346,391,428,458,475,477,466,434,434,419,397,370,341,308,265,211,168,117,80],"y":[202,242,280,311,335,358,374,378,367,354,383,406,417,421,417,395,362,329,287,256,229,190,156,130,116,108,108,113,125,139,156,175],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_pumpkin": '{"id":"dot_vegetables_pumpkin","template":"assets/dot/vegetables/pumpkin_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[275,255,247,194,141,90,53,35,29,35,53,92,148,205,258,313,376,431,463,486,490,478,458,429,394,361,306,285,283,310],"y":[74,99,150,141,145,173,214,261,303,351,395,435,459,463,455,469,463,435,398,347,287,245,209,178,159,150,150,150,115,86],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_radish": '{"id":"dot_vegetables_radish","template":"assets/dot/vegetables/radish_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[260,229,210,197,173,154,126,105,98,81,70,19,94,120,144,167,198,220,236,252,273,292,307,311,292],"y":[204,216,236,261,282,319,341,365,382,401,423,499,458,445,423,410,386,357,351,337,304,294,275,252,220],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_rhubarb": '{"id":"dot_vegetables_rhubarb","template":"assets/dot/vegetables/rhubarb_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[427,411,396,365,345,327,302,285,278,264,272,249,221,194,164,140,112,79,102,129,163,196,219,247,274,305,347,369,397,417,424,438,450,445,440],"y":[100,93,86,80,86,100,113,136,168,195,230,257,286,318,349,378,409,445,464,436,398,364,338,309,280,259,257,239,226,218,199,178,164,147,118],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vegetables_spinach": '{"id":"dot_vegetables_spinach","template":"assets/dot/vegetables/spinach_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[318,288,260,243,214,190,167,147,118,90,73,55,42,34,34,43,53,67,86,102,129,159,181,200,225,258,290,324,356,392,417,440,460,477,481,477,460,433,408,378,377,370,360,355,338],"y":[32,32,41,55,70,87,112,97,87,102,127,151,179,211,249,286,316,351,381,397,394,390,421,432,438,438,434,431,423,407,388,364,330,302,281,265,244,231,226,215,177,144,114,83,51],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_ambulance": '{"id":"dot_vehicles exported_ambulance","template":"assets/dot/vehicles exported/ambulance_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[27,27,27,27,27,27,27,48,48,58,91,128,151,154,203,256,317,361,366,389,426,459,475,475,495,497,495,483,465,441,424,404,363,322,320,281,250,211,163,116,70],"y":[125,155,190,232,271,314,362,362,337,313,301,306,332,364,364,364,364,364,329,306,301,315,340,362,362,325,293,275,262,257,214,179,183,183,125,125,125,125,125,125,125],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_autorickshaw": '{"id":"dot_vehicles exported_autorickshaw","template":"assets/dot/vehicles exported/autorickshaw_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[57,31,17,15,15,14,14,13,11,29,36,73,120,144,157,158,202,245,292,335,376,389,422,457,496,488,474,457,466,476,476,467,455,445,432,418,403,386,357,321,290,216,176,138,108,83],"y":[55,77,102,140,183,239,298,342,393,392,349,325,327,347,373,393,394,394,394,394,394,361,340,332,340,323,312,305,274,249,216,197,170,147,124,92,70,54,49,49,49,50,47,49,49,49],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_bicycle": '{"id":"dot_vehicles exported_bicycle","template":"assets/dot/vehicles exported/bicycle_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[144,182,221,249,265,281,301,321,341,301,261,221,184,154,131,105],"y":[297,304,312,278,254,233,207,181,155,163,172,181,195,230,258,289],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_bike": '{"id":"dot_vehicles exported_bike","template":"assets/dot/vehicles exported/bike_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[128,106,88,76,74,85,104,123,139,151,158,162,162,187,225,260,295,328,325,299,280,268,276,295,317,346,380,408,437,463,483,481,477,488,488,463,437,406,380,364,335,305,297,279,226,202,184,168,144,114,100,104,122,139],"y":[118,133,155,180,208,225,235,247,261,275,298,323,342,341,341,340,338,338,327,321,310,294,274,261,253,243,231,221,212,222,231,210,192,178,161,159,161,165,169,187,191,188,172,159,151,159,168,180,184,187,179,161,143,137],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_boat": '{"id":"dot_vehicles exported_boat","template":"assets/dot/vehicles exported/boat_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[23,30,48,74,112,177,248,305,363,430,449,463,481,450,412,368,328,283,240,192,143,101,59],"y":[371,406,437,467,490,492,492,492,490,490,458,419,370,382,395,403,403,395,383,373,361,360,361],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_bulldozer": '{"id":"dot_vehicles exported_bulldozer","template":"assets/dot/vehicles exported/bulldozer_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[300,294,289,285,257,223,197,171,169,169,169,140,117,104,96,104,121,145,176,212,246,277,301,331,357,385,410,441,462,479,490,492,486,476,451,449,449,449,432,430,429,429,427,398,368,334],"y":[77,110,136,159,159,159,159,159,198,227,259,262,273,289,311,346,363,374,374,374,374,372,374,374,374,374,374,374,369,356,334,312,294,275,264,243,218,187,187,160,131,103,77,77,77,77],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_bus": '{"id":"dot_vehicles exported_bus","template":"assets/dot/vehicles exported/bus_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[36,22,14,10,6,7,7,6,7,34,66,93,124,128,138,154,178,203,221,229,230,256,288,315,343,347,361,396,430,456,456,480,501,501,501,501,501,499,501,499,465,426,381,346,309,259,211,162,117,76],"y":[133,166,192,216,246,273,296,318,343,345,347,347,347,328,306,292,286,290,309,328,347,346,347,347,347,321,296,282,292,314,346,346,346,317,284,256,228,200,165,133,133,133,133,133,133,133,133,133,133,133],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_carriage": '{"id":"dot_vehicles exported_carriage","template":"assets/dot/vehicles exported/carriage_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[47,50,56,59,54,54,54,52,65,71,85,104,124,145,158,165,195,220,229,250,279,306,317,321,333,332,332,332,313,289,274,274,274,274,274,299,320,315,294,272,233,215,200,186,163,144,131,116,97,73,63],"y":[145,175,208,242,261,279,299,321,321,300,287,279,279,287,300,320,320,320,300,287,282,291,304,320,320,296,275,263,263,261,261,240,222,200,180,169,158,142,139,127,140,139,127,139,142,140,127,139,140,137,127],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_car": '{"id":"dot_vehicles exported_car","template":"assets/dot/vehicles exported/car_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[251,221,195,173,149,125,98,72,49,30,30,30,52,73,73,79,95,118,141,161,173,173,206,240,270,295,327,365,368,380,401,432,453,466,466,485,497,498,489,489,473,451,428,404,387,348,312,283],"y":[227,236,246,258,276,278,279,285,298,318,344,369,369,369,350,332,317,310,311,324,343,369,369,369,369,369,369,369,349,327,313,311,324,342,366,359,350,331,320,289,275,258,244,231,227,227,227,227],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_chariot": '{"id":"dot_vehicles exported_chariot","template":"assets/dot/vehicles exported/chariot_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[45,45,59,59,59,59,89,120,127,136,150,180,217,267,310,341,364,376,376,415,454,454,454,454,454,454,454,454,472,472,444,404,360,325,293,264,231,192,147,108,73],"y":[199,237,237,257,297,352,352,352,324,297,274,254,237,230,245,268,300,329,354,354,352,297,254,218,175,134,93,72,72,38,38,41,51,68,90,116,145,171,182,182,185],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_double_dekker_bus": '{"id":"dot_vehicles exported_double_dekker_bus","template":"assets/dot/vehicles exported/double_dekker_bus_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[99,142,184,227,270,313,356,399,442,485,485,485,485,485,485,473,458,429,404,391,344,290,237,183,171,144,118,107,58,18,18,18,18,18,26,56],"y":[154,154,154,154,154,154,154,154,154,154,194,234,275,315,356,356,332,319,330,356,356,356,356,356,333,322,332,356,356,356,319,283,246,210,167,154],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_fire_engine": '{"id":"dot_vehicles exported_fire_engine","template":"assets/dot/vehicles exported/fire_engine_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[65,48,34,27,27,27,10,10,27,60,69,85,109,133,149,158,183,217,258,292,331,339,356,386,412,429,433,462,497,497,483,483,483,483,483,462,433,389,345,307,247,247,226,226,184,150,115,90],"y":[166,196,216,241,273,305,306,330,330,330,309,292,285,294,307,330,330,330,328,328,330,312,294,285,294,312,328,330,330,309,309,278,245,208,166,166,166,166,166,166,166,196,196,166,166,166,166,166],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_gritter": '{"id":"dot_vehicles exported_gritter","template":"assets/dot/vehicles exported/gritter_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[10,10,10,9,9,10,38,45,67,97,122,136,141,172,207,241,272,304,337,347,371,401,422,436,440,451,451,450,436,418,404,390,352,314,275,259,241,211,175,134,102,61,34],"y":[143,173,200,232,256,278,278,252,232,225,232,249,275,275,275,275,275,275,275,250,229,225,236,250,272,269,248,210,187,163,138,118,118,119,118,131,142,142,143,143,142,143,142],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_jeep": '{"id":"dot_vehicles exported_jeep","template":"assets/dot/vehicles exported/jeep_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[56,56,56,38,18,18,18,44,69,78,100,126,153,173,184,187,215,255,289,324,333,354,387,415,433,443,443,468,487,487,468,457,457,458,435,433,390,362,331,334,306,299,289,257,227,193,176,142,93],"y":[238,262,289,289,289,308,327,327,327,299,279,275,279,292,311,327,328,328,328,328,302,278,268,278,293,309,329,329,328,306,306,306,274,238,238,198,198,197,197,234,234,253,272,272,272,271,238,238,238],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_lorry": '{"id":"dot_vehicles exported_lorry","template":"assets/dot/vehicles exported/lorry_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[49,37,30,26,26,25,25,24,53,76,82,95,115,136,151,158,186,223,259,295,328,331,344,366,387,403,407,425,454,454,454,454,476,497,483,470,454,412,373,331,287,248,209,175,148,132,85,83,66],"y":[127,146,169,197,217,238,266,295,296,296,277,259,254,257,270,294,296,296,296,296,296,277,263,256,261,276,293,293,293,265,240,226,215,202,176,154,134,134,132,130,130,131,131,131,131,113,111,124,124],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_mini_bus": '{"id":"dot_vehicles exported_mini_bus","template":"assets/dot/vehicles exported/mini_bus_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[69,117,165,214,262,310,359,390,421,450,478,481,482,461,448,421,386,362,349,308,267,226,184,177,145,110,87,80,51,21,21,21,21,21],"y":[140,140,140,140,140,140,140,174,208,225,242,276,309,309,273,257,258,278,309,309,309,309,309,270,253,255,275,309,309,309,260,221,181,140],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_police_car": '{"id":"dot_vehicles exported_police_car","template":"assets/dot/vehicles exported/police_car_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[216,195,169,145,104,66,37,26,13,66,77,97,122,139,142,145,179,222,259,299,335,339,359,386,407,421,425,452,483,498,495,483,483,458,435,407,379,347,313,287,290,256,256,236],"y":[129,139,155,175,178,186,194,224,224,235,215,208,208,221,239,252,252,252,252,252,253,232,215,208,215,232,253,252,245,235,218,211,170,170,170,155,139,129,129,129,112,112,128,128],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_rickshaw": '{"id":"dot_vehicles exported_rickshaw","template":"assets/dot/vehicles exported/rickshaw_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[154,208,244,276,309,336,348,369,396,430,453,454,422,393,363,339,318,348,388,428,457,486,488,487,474,457,435,422,394,353,313,273,233,193,163,134,104],"y":[272,268,288,314,327,327,292,260,244,239,179,132,98,95,94,79,59,58,58,58,86,114,153,194,231,267,311,347,358,358,357,357,356,354,327,299,272],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_roadroller": '{"id":"dot_vehicles exported_roadroller","template":"assets/dot/vehicles exported/roadroller_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[99,138,177,217,256,295,300,305,310,358,405,452,452,452,452,425,393,357,320,295,274,271,276,249,220,183,165,144,109,60,60,60],"y":[204,202,200,198,195,193,153,113,73,77,80,83,135,186,238,217,206,207,222,247,283,320,356,356,355,356,323,289,289,286,247,207],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_road_train": '{"id":"dot_vehicles exported_road_train","template":"assets/dot/vehicles exported/road_train_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[90,134,178,222,266,311,355,399,443,487,487,487,444,402,359,317,274,231,189,146,104,61,19,19,46,46,46],"y":[228,228,228,228,228,228,228,228,228,228,267,304,304,304,304,304,304,304,304,304,304,304,304,275,263,246,228],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_rocket": '{"id":"dot_vehicles exported_rocket","template":"assets/dot/vehicles exported/rocket_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[259,238,220,202,187,175,167,163,160,163,167,170,170,174,175,175,199,227,228,211,244,276,313,300,300,320,339,339,342,346,346,353,353,353,349,346,334,320,304,287,276],"y":[17,24,47,76,112,139,171,202,233,271,296,330,362,388,425,444,448,448,463,484,484,484,484,463,448,448,448,425,388,358,326,287,256,224,190,156,122,83,54,34,21],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_scooter": '{"id":"dot_vehicles exported_scooter","template":"assets/dot/vehicles exported/scooter_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[161,148,134,121,99,72,54,36,70,91,117,134,158,177,174,189,214,242,270,302,327,343,343,369,396,420,449,482,476,466,456,438,424,410,424,425,425,396,360,327,292,263,251,251,263,270,282,288,285,273,229,207,188,177,170,167,177,185,197],"y":[180,207,228,252,250,257,269,288,288,292,302,315,327,332,315,324,336,343,346,343,340,336,318,318,317,318,322,324,303,284,267,249,236,224,222,202,183,183,183,183,186,186,186,213,213,232,250,270,290,308,318,308,295,275,254,231,209,186,167],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_ship": '{"id":"dot_vehicles exported_ship","template":"assets/dot/vehicles exported/ship_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[154,154,129,98,69,31,45,61,76,115,168,227,284,350,396,437,451,466,481,437,396,396,396,396,357,337,315,291,269,269,231,185],"y":[256,270,270,270,270,270,299,333,362,362,362,362,362,362,362,362,337,305,270,270,270,247,221,186,182,209,227,227,227,256,256,256],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_tanker": '{"id":"dot_vehicles exported_tanker","template":"assets/dot/vehicles exported/tanker_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[65,99,103,145,187,229,271,313,355,397,439,481,480,472,447,393,339,285,231,177,123,72,69,60,42,26],"y":[263,263,282,282,282,282,282,282,282,282,282,282,310,335,351,351,351,351,351,351,351,351,324,300,281,263],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_tank": '{"id":"dot_vehicles exported_tank","template":"assets/dot/vehicles exported/tank_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[163,153,146,107,54,54,54,43,43,58,80,103,128,159,193,225,261,291,319,344,373,392,406,410,399,399,377,361,335,304,304,319,335,335,312,291,268,240,210,186],"y":[172,196,222,222,222,256,273,288,303,317,324,333,342,342,346,342,342,342,342,337,324,317,307,290,277,257,256,235,233,232,217,215,205,186,179,172,172,172,172,171],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_tractor": '{"id":"dot_vehicles exported_tractor","template":"assets/dot/vehicles exported/tractor_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[248,244,241,236,207,176,151,125,89,64,48,44,41,25,25,25,41,41,57,64,77,99,125,151,166,173,176,204,241,264,290,286,286,303,322,346,380,408,438,463,475,483,497,494,482,463,438,415,411,404,401,397,397,362,331,296,256,222,199,199,222],"y":[103,132,157,185,185,185,185,189,195,206,228,246,275,275,299,329,329,341,341,321,303,288,285,296,314,331,344,344,344,344,341,314,285,256,238,224,216,216,228,246,264,285,285,264,241,222,208,198,180,150,125,99,72,72,72,72,72,72,72,86,93],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_train": '{"id":"dot_vehicles exported_train","template":"assets/dot/vehicles exported/train_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[87,66,54,52,57,66,66,48,39,29,19,48,76,101,101,101,103,144,184,220,256,295,339,387,425,459,474,474,459,458,458,458,458,459,474,474,441,406,366,330,295,291,305,309,306,305,291,264,230,196,161,133,106],"y":[182,202,235,267,294,311,329,329,357,382,407,409,409,409,384,350,322,322,322,322,322,322,322,322,322,322,322,298,298,252,209,170,127,95,95,68,68,68,68,68,68,95,95,127,156,182,182,182,182,182,182,182,182],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_tricycle": '{"id":"dot_vehicles exported_tricycle","template":"assets/dot/vehicles exported/tricycle_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[404,436,458,466,457,436,404,365,326,294,272,265,273,294,326,365],"y":[208,230,262,302,341,372,394,402,394,372,340,301,262,230,208,201],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +"dot_vehicles exported_van": '{"id":"dot_vehicles exported_van","template":"assets/dot/vehicles exported/van_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":[43,33,30,26,25,29,13,13,16,43,67,67,72,92,115,137,155,164,171,205,239,277,310,339,365,365,378,402,428,446,454,456,475,499,499,495,480,480,491,487,479,472,459,445,413,377,335,299,265,232,198,160,128,94,70],"y":[151,180,206,236,264,281,285,306,327,326,324,310,287,271,264,268,281,299,320,323,320,319,319,319,319,294,274,267,269,281,299,320,320,319,307,286,286,267,249,226,206,184,162,144,137,133,133,133,133,133,130,130,133,133,137],"c":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}}]}', +}; \ No newline at end of file diff --git a/scripts/dot/Alphabet/a_dot.svg b/scripts/dot/Alphabet/a_dot.svg new file mode 100644 index 0000000..266852c --- /dev/null +++ b/scripts/dot/Alphabet/a_dot.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/a_line.svg b/scripts/dot/Alphabet/a_line.svg new file mode 100644 index 0000000..c07192e --- /dev/null +++ b/scripts/dot/Alphabet/a_line.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/b_dot.svg b/scripts/dot/Alphabet/b_dot.svg new file mode 100644 index 0000000..b9cf67e --- /dev/null +++ b/scripts/dot/Alphabet/b_dot.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/b_line.svg b/scripts/dot/Alphabet/b_line.svg new file mode 100644 index 0000000..d32c019 --- /dev/null +++ b/scripts/dot/Alphabet/b_line.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/c_dot.svg b/scripts/dot/Alphabet/c_dot.svg new file mode 100644 index 0000000..522969c --- /dev/null +++ b/scripts/dot/Alphabet/c_dot.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/d_dot.svg b/scripts/dot/Alphabet/d_dot.svg new file mode 100644 index 0000000..292649e --- /dev/null +++ b/scripts/dot/Alphabet/d_dot.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/d_line.svg b/scripts/dot/Alphabet/d_line.svg new file mode 100644 index 0000000..43abe93 --- /dev/null +++ b/scripts/dot/Alphabet/d_line.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/e_dot.svg b/scripts/dot/Alphabet/e_dot.svg new file mode 100644 index 0000000..b8ecea3 --- /dev/null +++ b/scripts/dot/Alphabet/e_dot.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/f_dot.svg b/scripts/dot/Alphabet/f_dot.svg new file mode 100644 index 0000000..a1d1630 --- /dev/null +++ b/scripts/dot/Alphabet/f_dot.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/g_dot.svg b/scripts/dot/Alphabet/g_dot.svg new file mode 100644 index 0000000..21f019c --- /dev/null +++ b/scripts/dot/Alphabet/g_dot.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/h_dot.svg b/scripts/dot/Alphabet/h_dot.svg new file mode 100644 index 0000000..68d4146 --- /dev/null +++ b/scripts/dot/Alphabet/h_dot.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/i_dot.svg b/scripts/dot/Alphabet/i_dot.svg new file mode 100644 index 0000000..fad9028 --- /dev/null +++ b/scripts/dot/Alphabet/i_dot.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/j_dot.svg b/scripts/dot/Alphabet/j_dot.svg new file mode 100644 index 0000000..45d45de --- /dev/null +++ b/scripts/dot/Alphabet/j_dot.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/k_dot.svg b/scripts/dot/Alphabet/k_dot.svg new file mode 100644 index 0000000..804c622 --- /dev/null +++ b/scripts/dot/Alphabet/k_dot.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/l_dot.svg b/scripts/dot/Alphabet/l_dot.svg new file mode 100644 index 0000000..3a8a970 --- /dev/null +++ b/scripts/dot/Alphabet/l_dot.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/m_dot.svg b/scripts/dot/Alphabet/m_dot.svg new file mode 100644 index 0000000..c4ee6b6 --- /dev/null +++ b/scripts/dot/Alphabet/m_dot.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/n_dot.svg b/scripts/dot/Alphabet/n_dot.svg new file mode 100644 index 0000000..f7e7e0a --- /dev/null +++ b/scripts/dot/Alphabet/n_dot.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/o_dot.svg b/scripts/dot/Alphabet/o_dot.svg new file mode 100644 index 0000000..2f37efc --- /dev/null +++ b/scripts/dot/Alphabet/o_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/o_line.svg b/scripts/dot/Alphabet/o_line.svg new file mode 100644 index 0000000..4412af8 --- /dev/null +++ b/scripts/dot/Alphabet/o_line.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/p_dot.svg b/scripts/dot/Alphabet/p_dot.svg new file mode 100644 index 0000000..6dc58c5 --- /dev/null +++ b/scripts/dot/Alphabet/p_dot.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/p_line.svg b/scripts/dot/Alphabet/p_line.svg new file mode 100644 index 0000000..d2108a9 --- /dev/null +++ b/scripts/dot/Alphabet/p_line.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/q_dot.svg b/scripts/dot/Alphabet/q_dot.svg new file mode 100644 index 0000000..6dbe2f5 --- /dev/null +++ b/scripts/dot/Alphabet/q_dot.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/q_line.svg b/scripts/dot/Alphabet/q_line.svg new file mode 100644 index 0000000..9d25c25 --- /dev/null +++ b/scripts/dot/Alphabet/q_line.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/r_dot.svg b/scripts/dot/Alphabet/r_dot.svg new file mode 100644 index 0000000..dd4d5e8 --- /dev/null +++ b/scripts/dot/Alphabet/r_dot.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/r_line.svg b/scripts/dot/Alphabet/r_line.svg new file mode 100644 index 0000000..a35b030 --- /dev/null +++ b/scripts/dot/Alphabet/r_line.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/s_dot.svg b/scripts/dot/Alphabet/s_dot.svg new file mode 100644 index 0000000..19d18a6 --- /dev/null +++ b/scripts/dot/Alphabet/s_dot.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/t_dot.svg b/scripts/dot/Alphabet/t_dot.svg new file mode 100644 index 0000000..bb522d8 --- /dev/null +++ b/scripts/dot/Alphabet/t_dot.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/u_dot.svg b/scripts/dot/Alphabet/u_dot.svg new file mode 100644 index 0000000..8b12cda --- /dev/null +++ b/scripts/dot/Alphabet/u_dot.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/v_dot.svg b/scripts/dot/Alphabet/v_dot.svg new file mode 100644 index 0000000..79e578b --- /dev/null +++ b/scripts/dot/Alphabet/v_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/w_dot.svg b/scripts/dot/Alphabet/w_dot.svg new file mode 100644 index 0000000..8f00537 --- /dev/null +++ b/scripts/dot/Alphabet/w_dot.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/x_dot.svg b/scripts/dot/Alphabet/x_dot.svg new file mode 100644 index 0000000..72117de --- /dev/null +++ b/scripts/dot/Alphabet/x_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/y_dot.svg b/scripts/dot/Alphabet/y_dot.svg new file mode 100644 index 0000000..4d5259c --- /dev/null +++ b/scripts/dot/Alphabet/y_dot.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Alphabet/z_dot.svg b/scripts/dot/Alphabet/z_dot.svg new file mode 100644 index 0000000..efe3b14 --- /dev/null +++ b/scripts/dot/Alphabet/z_dot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/bulb_dot.svg b/scripts/dot/Electronic stuff/bulb_dot.svg new file mode 100644 index 0000000..63e5a19 --- /dev/null +++ b/scripts/dot/Electronic stuff/bulb_dot.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/bulb_line.svg b/scripts/dot/Electronic stuff/bulb_line.svg new file mode 100644 index 0000000..5a2f3ff --- /dev/null +++ b/scripts/dot/Electronic stuff/bulb_line.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/computer_dot.svg b/scripts/dot/Electronic stuff/computer_dot.svg new file mode 100644 index 0000000..5556d3f --- /dev/null +++ b/scripts/dot/Electronic stuff/computer_dot.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/computer_line.svg b/scripts/dot/Electronic stuff/computer_line.svg new file mode 100644 index 0000000..52e506a --- /dev/null +++ b/scripts/dot/Electronic stuff/computer_line.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/headphones_dot.svg b/scripts/dot/Electronic stuff/headphones_dot.svg new file mode 100644 index 0000000..e6cef14 --- /dev/null +++ b/scripts/dot/Electronic stuff/headphones_dot.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/headphones_line.svg b/scripts/dot/Electronic stuff/headphones_line.svg new file mode 100644 index 0000000..264771b --- /dev/null +++ b/scripts/dot/Electronic stuff/headphones_line.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/lamp_got.svg b/scripts/dot/Electronic stuff/lamp_got.svg new file mode 100644 index 0000000..65ec1ab --- /dev/null +++ b/scripts/dot/Electronic stuff/lamp_got.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/lamp_line.svg b/scripts/dot/Electronic stuff/lamp_line.svg new file mode 100644 index 0000000..48866f8 --- /dev/null +++ b/scripts/dot/Electronic stuff/lamp_line.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/mobile_dot.svg b/scripts/dot/Electronic stuff/mobile_dot.svg new file mode 100644 index 0000000..1136420 --- /dev/null +++ b/scripts/dot/Electronic stuff/mobile_dot.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/mobile_line.svg b/scripts/dot/Electronic stuff/mobile_line.svg new file mode 100644 index 0000000..2a66b42 --- /dev/null +++ b/scripts/dot/Electronic stuff/mobile_line.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/radio_dot.svg b/scripts/dot/Electronic stuff/radio_dot.svg new file mode 100644 index 0000000..adf7e59 --- /dev/null +++ b/scripts/dot/Electronic stuff/radio_dot.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/radio_line.svg b/scripts/dot/Electronic stuff/radio_line.svg new file mode 100644 index 0000000..c75c5db --- /dev/null +++ b/scripts/dot/Electronic stuff/radio_line.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/remote_dot.svg b/scripts/dot/Electronic stuff/remote_dot.svg new file mode 100644 index 0000000..01aba26 --- /dev/null +++ b/scripts/dot/Electronic stuff/remote_dot.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/remote_line.svg b/scripts/dot/Electronic stuff/remote_line.svg new file mode 100644 index 0000000..ea1110b --- /dev/null +++ b/scripts/dot/Electronic stuff/remote_line.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/switch_board_dot.svg b/scripts/dot/Electronic stuff/switch_board_dot.svg new file mode 100644 index 0000000..49fadac --- /dev/null +++ b/scripts/dot/Electronic stuff/switch_board_dot.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/switch_board_line.svg b/scripts/dot/Electronic stuff/switch_board_line.svg new file mode 100644 index 0000000..f28d579 --- /dev/null +++ b/scripts/dot/Electronic stuff/switch_board_line.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/switch_dot.svg b/scripts/dot/Electronic stuff/switch_dot.svg new file mode 100644 index 0000000..4f49065 --- /dev/null +++ b/scripts/dot/Electronic stuff/switch_dot.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/switch_line.svg b/scripts/dot/Electronic stuff/switch_line.svg new file mode 100644 index 0000000..502c169 --- /dev/null +++ b/scripts/dot/Electronic stuff/switch_line.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/tablet_dot.svg b/scripts/dot/Electronic stuff/tablet_dot.svg new file mode 100644 index 0000000..ed8ed4e --- /dev/null +++ b/scripts/dot/Electronic stuff/tablet_dot.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/tablet_line.svg b/scripts/dot/Electronic stuff/tablet_line.svg new file mode 100644 index 0000000..5a26e5b --- /dev/null +++ b/scripts/dot/Electronic stuff/tablet_line.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/television_dot.svg b/scripts/dot/Electronic stuff/television_dot.svg new file mode 100644 index 0000000..4bced1c --- /dev/null +++ b/scripts/dot/Electronic stuff/television_dot.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/television_line.svg b/scripts/dot/Electronic stuff/television_line.svg new file mode 100644 index 0000000..c24e407 --- /dev/null +++ b/scripts/dot/Electronic stuff/television_line.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/tubelight_dot.svg b/scripts/dot/Electronic stuff/tubelight_dot.svg new file mode 100644 index 0000000..bf3f180 --- /dev/null +++ b/scripts/dot/Electronic stuff/tubelight_dot.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Electronic stuff/tubelight_line.svg b/scripts/dot/Electronic stuff/tubelight_line.svg new file mode 100644 index 0000000..82ae581 --- /dev/null +++ b/scripts/dot/Electronic stuff/tubelight_line.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Furniture exported/bean_bag_dot.svg b/scripts/dot/Furniture exported/bean_bag_dot.svg new file mode 100644 index 0000000..3f2a2e7 --- /dev/null +++ b/scripts/dot/Furniture exported/bean_bag_dot.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Furniture exported/bean_bag_line.svg b/scripts/dot/Furniture exported/bean_bag_line.svg new file mode 100644 index 0000000..9f2a8a5 --- /dev/null +++ b/scripts/dot/Furniture exported/bean_bag_line.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Furniture exported/bed_dot.svg b/scripts/dot/Furniture exported/bed_dot.svg new file mode 100644 index 0000000..da6e456 --- /dev/null +++ b/scripts/dot/Furniture exported/bed_dot.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Furniture exported/bed_line.svg b/scripts/dot/Furniture exported/bed_line.svg new file mode 100644 index 0000000..32e8864 --- /dev/null +++ b/scripts/dot/Furniture exported/bed_line.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Furniture exported/bench_dot.svg b/scripts/dot/Furniture exported/bench_dot.svg new file mode 100644 index 0000000..1047e6d --- /dev/null +++ b/scripts/dot/Furniture exported/bench_dot.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Furniture exported/bench_line.svg b/scripts/dot/Furniture exported/bench_line.svg new file mode 100644 index 0000000..fc09cb9 --- /dev/null +++ b/scripts/dot/Furniture exported/bench_line.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Furniture exported/book_case_dot.svg b/scripts/dot/Furniture exported/book_case_dot.svg new file mode 100644 index 0000000..c2e5832 --- /dev/null +++ b/scripts/dot/Furniture exported/book_case_dot.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Furniture exported/book_case_line.svg b/scripts/dot/Furniture exported/book_case_line.svg new file mode 100644 index 0000000..86c0396 --- /dev/null +++ b/scripts/dot/Furniture exported/book_case_line.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/batteries_dot.svg b/scripts/dot/Home utility/batteries_dot.svg new file mode 100644 index 0000000..7d1380e --- /dev/null +++ b/scripts/dot/Home utility/batteries_dot.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/batteries_line.svg b/scripts/dot/Home utility/batteries_line.svg new file mode 100644 index 0000000..f65ec32 --- /dev/null +++ b/scripts/dot/Home utility/batteries_line.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/broom_dot.svg b/scripts/dot/Home utility/broom_dot.svg new file mode 100644 index 0000000..73162d9 --- /dev/null +++ b/scripts/dot/Home utility/broom_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/brush_dot.svg b/scripts/dot/Home utility/brush_dot.svg new file mode 100644 index 0000000..373a360 --- /dev/null +++ b/scripts/dot/Home utility/brush_dot.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/bucket_dot.svg b/scripts/dot/Home utility/bucket_dot.svg new file mode 100644 index 0000000..2e0c998 --- /dev/null +++ b/scripts/dot/Home utility/bucket_dot.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/bucket_line.svg b/scripts/dot/Home utility/bucket_line.svg new file mode 100644 index 0000000..924bda1 --- /dev/null +++ b/scripts/dot/Home utility/bucket_line.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/candle_dot.svg b/scripts/dot/Home utility/candle_dot.svg new file mode 100644 index 0000000..f885ad7 --- /dev/null +++ b/scripts/dot/Home utility/candle_dot.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/candle_line.svg b/scripts/dot/Home utility/candle_line.svg new file mode 100644 index 0000000..8420b70 --- /dev/null +++ b/scripts/dot/Home utility/candle_line.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/clock_dot.svg b/scripts/dot/Home utility/clock_dot.svg new file mode 100644 index 0000000..367b180 --- /dev/null +++ b/scripts/dot/Home utility/clock_dot.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/clock_line.svg b/scripts/dot/Home utility/clock_line.svg new file mode 100644 index 0000000..21a8dc1 --- /dev/null +++ b/scripts/dot/Home utility/clock_line.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/clothespin_dot.svg b/scripts/dot/Home utility/clothespin_dot.svg new file mode 100644 index 0000000..5e508f8 --- /dev/null +++ b/scripts/dot/Home utility/clothespin_dot.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/clothespin_line.svg b/scripts/dot/Home utility/clothespin_line.svg new file mode 100644 index 0000000..4cba42f --- /dev/null +++ b/scripts/dot/Home utility/clothespin_line.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/cup_dot.svg b/scripts/dot/Home utility/cup_dot.svg new file mode 100644 index 0000000..9900e0d --- /dev/null +++ b/scripts/dot/Home utility/cup_dot.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/cup_line.svg b/scripts/dot/Home utility/cup_line.svg new file mode 100644 index 0000000..9559ce3 --- /dev/null +++ b/scripts/dot/Home utility/cup_line.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/curtains_dot.svg b/scripts/dot/Home utility/curtains_dot.svg new file mode 100644 index 0000000..f500628 --- /dev/null +++ b/scripts/dot/Home utility/curtains_dot.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/curtains_line.svg b/scripts/dot/Home utility/curtains_line.svg new file mode 100644 index 0000000..aabc172 --- /dev/null +++ b/scripts/dot/Home utility/curtains_line.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/detergent_dot.svg b/scripts/dot/Home utility/detergent_dot.svg new file mode 100644 index 0000000..389bf48 --- /dev/null +++ b/scripts/dot/Home utility/detergent_dot.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/detergent_line.svg b/scripts/dot/Home utility/detergent_line.svg new file mode 100644 index 0000000..eb72275 --- /dev/null +++ b/scripts/dot/Home utility/detergent_line.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/dustpan_dot.svg b/scripts/dot/Home utility/dustpan_dot.svg new file mode 100644 index 0000000..855d2cd --- /dev/null +++ b/scripts/dot/Home utility/dustpan_dot.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/dustpan_line.svg b/scripts/dot/Home utility/dustpan_line.svg new file mode 100644 index 0000000..244a15d --- /dev/null +++ b/scripts/dot/Home utility/dustpan_line.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/first_aid_kit_dot.svg b/scripts/dot/Home utility/first_aid_kit_dot.svg new file mode 100644 index 0000000..54be774 --- /dev/null +++ b/scripts/dot/Home utility/first_aid_kit_dot.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/first_aid_kit_line.svg b/scripts/dot/Home utility/first_aid_kit_line.svg new file mode 100644 index 0000000..3f72cbd --- /dev/null +++ b/scripts/dot/Home utility/first_aid_kit_line.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/flashlight_dot.svg b/scripts/dot/Home utility/flashlight_dot.svg new file mode 100644 index 0000000..bffc743 --- /dev/null +++ b/scripts/dot/Home utility/flashlight_dot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/flashlight_line.svg b/scripts/dot/Home utility/flashlight_line.svg new file mode 100644 index 0000000..37c6bee --- /dev/null +++ b/scripts/dot/Home utility/flashlight_line.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/fork_dot.svg b/scripts/dot/Home utility/fork_dot.svg new file mode 100644 index 0000000..9ee383a --- /dev/null +++ b/scripts/dot/Home utility/fork_dot.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/fork_line.svg b/scripts/dot/Home utility/fork_line.svg new file mode 100644 index 0000000..99953d1 --- /dev/null +++ b/scripts/dot/Home utility/fork_line.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/gas_stove_dot.svg b/scripts/dot/Home utility/gas_stove_dot.svg new file mode 100644 index 0000000..5ed18fb --- /dev/null +++ b/scripts/dot/Home utility/gas_stove_dot.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/gas_stove_line.svg b/scripts/dot/Home utility/gas_stove_line.svg new file mode 100644 index 0000000..d59b150 --- /dev/null +++ b/scripts/dot/Home utility/gas_stove_line.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/hanger_dot.svg b/scripts/dot/Home utility/hanger_dot.svg new file mode 100644 index 0000000..760cca3 --- /dev/null +++ b/scripts/dot/Home utility/hanger_dot.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/jar_dot.svg b/scripts/dot/Home utility/jar_dot.svg new file mode 100644 index 0000000..9565420 --- /dev/null +++ b/scripts/dot/Home utility/jar_dot.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/jar_line.svg b/scripts/dot/Home utility/jar_line.svg new file mode 100644 index 0000000..84c663a --- /dev/null +++ b/scripts/dot/Home utility/jar_line.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/knife_dot.svg b/scripts/dot/Home utility/knife_dot.svg new file mode 100644 index 0000000..ce741e9 --- /dev/null +++ b/scripts/dot/Home utility/knife_dot.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/ladle_dot.svg b/scripts/dot/Home utility/ladle_dot.svg new file mode 100644 index 0000000..9fb0b69 --- /dev/null +++ b/scripts/dot/Home utility/ladle_dot.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/ladle_line.svg b/scripts/dot/Home utility/ladle_line.svg new file mode 100644 index 0000000..8540a0d --- /dev/null +++ b/scripts/dot/Home utility/ladle_line.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/match_stick_dot.svg b/scripts/dot/Home utility/match_stick_dot.svg new file mode 100644 index 0000000..537b89a --- /dev/null +++ b/scripts/dot/Home utility/match_stick_dot.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/match_stick_line.svg b/scripts/dot/Home utility/match_stick_line.svg new file mode 100644 index 0000000..d49654d --- /dev/null +++ b/scripts/dot/Home utility/match_stick_line.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/mirror_dot.svg b/scripts/dot/Home utility/mirror_dot.svg new file mode 100644 index 0000000..1dfbae1 --- /dev/null +++ b/scripts/dot/Home utility/mirror_dot.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/mirror_line.svg b/scripts/dot/Home utility/mirror_line.svg new file mode 100644 index 0000000..f48f867 --- /dev/null +++ b/scripts/dot/Home utility/mirror_line.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/oven_dot.svg b/scripts/dot/Home utility/oven_dot.svg new file mode 100644 index 0000000..50d407f --- /dev/null +++ b/scripts/dot/Home utility/oven_dot.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/oven_line.svg b/scripts/dot/Home utility/oven_line.svg new file mode 100644 index 0000000..611d682 --- /dev/null +++ b/scripts/dot/Home utility/oven_line.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/pan_dot.svg b/scripts/dot/Home utility/pan_dot.svg new file mode 100644 index 0000000..e9ef63a --- /dev/null +++ b/scripts/dot/Home utility/pan_dot.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/pan_line.svg b/scripts/dot/Home utility/pan_line.svg new file mode 100644 index 0000000..d0ed7f3 --- /dev/null +++ b/scripts/dot/Home utility/pan_line.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/photo_frame_dot.svg b/scripts/dot/Home utility/photo_frame_dot.svg new file mode 100644 index 0000000..d09c29f --- /dev/null +++ b/scripts/dot/Home utility/photo_frame_dot.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/photo_frame_line.svg b/scripts/dot/Home utility/photo_frame_line.svg new file mode 100644 index 0000000..d394bed --- /dev/null +++ b/scripts/dot/Home utility/photo_frame_line.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/pipe_dot.svg b/scripts/dot/Home utility/pipe_dot.svg new file mode 100644 index 0000000..fd6b2e7 --- /dev/null +++ b/scripts/dot/Home utility/pipe_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/plate_dot.svg b/scripts/dot/Home utility/plate_dot.svg new file mode 100644 index 0000000..21da517 --- /dev/null +++ b/scripts/dot/Home utility/plate_dot.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/plate_line.svg b/scripts/dot/Home utility/plate_line.svg new file mode 100644 index 0000000..5c8f4d1 --- /dev/null +++ b/scripts/dot/Home utility/plate_line.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/pocket_knife_dot.svg b/scripts/dot/Home utility/pocket_knife_dot.svg new file mode 100644 index 0000000..a60b63e --- /dev/null +++ b/scripts/dot/Home utility/pocket_knife_dot.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/pocket_knife_line.svg b/scripts/dot/Home utility/pocket_knife_line.svg new file mode 100644 index 0000000..89f69ae --- /dev/null +++ b/scripts/dot/Home utility/pocket_knife_line.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/refrigerator_dot.svg b/scripts/dot/Home utility/refrigerator_dot.svg new file mode 100644 index 0000000..f971a29 --- /dev/null +++ b/scripts/dot/Home utility/refrigerator_dot.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/refrigerator_line.svg b/scripts/dot/Home utility/refrigerator_line.svg new file mode 100644 index 0000000..6dd023f --- /dev/null +++ b/scripts/dot/Home utility/refrigerator_line.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/sink_dot.svg b/scripts/dot/Home utility/sink_dot.svg new file mode 100644 index 0000000..9ab5106 --- /dev/null +++ b/scripts/dot/Home utility/sink_dot.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/sink_line.svg b/scripts/dot/Home utility/sink_line.svg new file mode 100644 index 0000000..71b85cd --- /dev/null +++ b/scripts/dot/Home utility/sink_line.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/spatula_dot.svg b/scripts/dot/Home utility/spatula_dot.svg new file mode 100644 index 0000000..25e559b --- /dev/null +++ b/scripts/dot/Home utility/spatula_dot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/spatula_line.svg b/scripts/dot/Home utility/spatula_line.svg new file mode 100644 index 0000000..b4564ba --- /dev/null +++ b/scripts/dot/Home utility/spatula_line.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/spoon_dot.svg b/scripts/dot/Home utility/spoon_dot.svg new file mode 100644 index 0000000..1b8a6a1 --- /dev/null +++ b/scripts/dot/Home utility/spoon_dot.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/steamer_dot.svg b/scripts/dot/Home utility/steamer_dot.svg new file mode 100644 index 0000000..c0a4d6a --- /dev/null +++ b/scripts/dot/Home utility/steamer_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/steamer_line.svg b/scripts/dot/Home utility/steamer_line.svg new file mode 100644 index 0000000..e98e114 --- /dev/null +++ b/scripts/dot/Home utility/steamer_line.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/sunglasses_dot.svg b/scripts/dot/Home utility/sunglasses_dot.svg new file mode 100644 index 0000000..afdeca1 --- /dev/null +++ b/scripts/dot/Home utility/sunglasses_dot.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/sunglasses_line.svg b/scripts/dot/Home utility/sunglasses_line.svg new file mode 100644 index 0000000..84af178 --- /dev/null +++ b/scripts/dot/Home utility/sunglasses_line.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/toilet_paper_dot.svg b/scripts/dot/Home utility/toilet_paper_dot.svg new file mode 100644 index 0000000..33c3972 --- /dev/null +++ b/scripts/dot/Home utility/toilet_paper_dot.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/toilet_paper_line.svg b/scripts/dot/Home utility/toilet_paper_line.svg new file mode 100644 index 0000000..7796dba --- /dev/null +++ b/scripts/dot/Home utility/toilet_paper_line.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/umbrella_dot.svg b/scripts/dot/Home utility/umbrella_dot.svg new file mode 100644 index 0000000..97eb8b5 --- /dev/null +++ b/scripts/dot/Home utility/umbrella_dot.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/umbrella_line.svg b/scripts/dot/Home utility/umbrella_line.svg new file mode 100644 index 0000000..79dd707 --- /dev/null +++ b/scripts/dot/Home utility/umbrella_line.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/water_purifier_dot.svg b/scripts/dot/Home utility/water_purifier_dot.svg new file mode 100644 index 0000000..f2bf7f7 --- /dev/null +++ b/scripts/dot/Home utility/water_purifier_dot.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/water_purifier_line.svg b/scripts/dot/Home utility/water_purifier_line.svg new file mode 100644 index 0000000..ad581da --- /dev/null +++ b/scripts/dot/Home utility/water_purifier_line.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/whistle_dot.svg b/scripts/dot/Home utility/whistle_dot.svg new file mode 100644 index 0000000..22ca848 --- /dev/null +++ b/scripts/dot/Home utility/whistle_dot.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/whistle_line.svg b/scripts/dot/Home utility/whistle_line.svg new file mode 100644 index 0000000..7a4ef2d --- /dev/null +++ b/scripts/dot/Home utility/whistle_line.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/wok_dot.svg b/scripts/dot/Home utility/wok_dot.svg new file mode 100644 index 0000000..cb95394 --- /dev/null +++ b/scripts/dot/Home utility/wok_dot.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Home utility/wok_line.svg b/scripts/dot/Home utility/wok_line.svg new file mode 100644 index 0000000..68b089a --- /dev/null +++ b/scripts/dot/Home utility/wok_line.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Music instruments/drum_dot.svg b/scripts/dot/Music instruments/drum_dot.svg new file mode 100644 index 0000000..ab148be --- /dev/null +++ b/scripts/dot/Music instruments/drum_dot.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Music instruments/drum_line.svg b/scripts/dot/Music instruments/drum_line.svg new file mode 100644 index 0000000..aab0fca --- /dev/null +++ b/scripts/dot/Music instruments/drum_line.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Music instruments/flute_dot.svg b/scripts/dot/Music instruments/flute_dot.svg new file mode 100644 index 0000000..c3cb084 --- /dev/null +++ b/scripts/dot/Music instruments/flute_dot.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Music instruments/flute_line.svg b/scripts/dot/Music instruments/flute_line.svg new file mode 100644 index 0000000..8c1c8fc --- /dev/null +++ b/scripts/dot/Music instruments/flute_line.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Music instruments/guitar_dot.svg b/scripts/dot/Music instruments/guitar_dot.svg new file mode 100644 index 0000000..f9f0ba9 --- /dev/null +++ b/scripts/dot/Music instruments/guitar_dot.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Music instruments/guitar_line.svg b/scripts/dot/Music instruments/guitar_line.svg new file mode 100644 index 0000000..5dd3650 --- /dev/null +++ b/scripts/dot/Music instruments/guitar_line.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Music instruments/harp_dot.svg b/scripts/dot/Music instruments/harp_dot.svg new file mode 100644 index 0000000..81b2ead --- /dev/null +++ b/scripts/dot/Music instruments/harp_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Music instruments/harp_line.svg b/scripts/dot/Music instruments/harp_line.svg new file mode 100644 index 0000000..3c7d9b0 --- /dev/null +++ b/scripts/dot/Music instruments/harp_line.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Music instruments/mandolin_dot.svg b/scripts/dot/Music instruments/mandolin_dot.svg new file mode 100644 index 0000000..7b12112 --- /dev/null +++ b/scripts/dot/Music instruments/mandolin_dot.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Music instruments/mandolin_line.svg b/scripts/dot/Music instruments/mandolin_line.svg new file mode 100644 index 0000000..7e35a84 --- /dev/null +++ b/scripts/dot/Music instruments/mandolin_line.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/eight_dot.svg b/scripts/dot/Number/eight_dot.svg new file mode 100644 index 0000000..d7228eb --- /dev/null +++ b/scripts/dot/Number/eight_dot.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/eight_line.svg b/scripts/dot/Number/eight_line.svg new file mode 100644 index 0000000..8711dac --- /dev/null +++ b/scripts/dot/Number/eight_line.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/five_dot.svg b/scripts/dot/Number/five_dot.svg new file mode 100644 index 0000000..4d68724 --- /dev/null +++ b/scripts/dot/Number/five_dot.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/four_dot.svg b/scripts/dot/Number/four_dot.svg new file mode 100644 index 0000000..ec347ae --- /dev/null +++ b/scripts/dot/Number/four_dot.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/four_line.svg b/scripts/dot/Number/four_line.svg new file mode 100644 index 0000000..7cf3b93 --- /dev/null +++ b/scripts/dot/Number/four_line.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/nine_dot.svg b/scripts/dot/Number/nine_dot.svg new file mode 100644 index 0000000..f672cc5 --- /dev/null +++ b/scripts/dot/Number/nine_dot.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/nine_line.svg b/scripts/dot/Number/nine_line.svg new file mode 100644 index 0000000..2b05233 --- /dev/null +++ b/scripts/dot/Number/nine_line.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/one_dot.svg b/scripts/dot/Number/one_dot.svg new file mode 100644 index 0000000..45acf0e --- /dev/null +++ b/scripts/dot/Number/one_dot.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/seven_dot.svg b/scripts/dot/Number/seven_dot.svg new file mode 100644 index 0000000..0bb17e0 --- /dev/null +++ b/scripts/dot/Number/seven_dot.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/six_dot.svg b/scripts/dot/Number/six_dot.svg new file mode 100644 index 0000000..cbe8c7d --- /dev/null +++ b/scripts/dot/Number/six_dot.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/six_line.svg b/scripts/dot/Number/six_line.svg new file mode 100644 index 0000000..d0a870e --- /dev/null +++ b/scripts/dot/Number/six_line.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/three_dot.svg b/scripts/dot/Number/three_dot.svg new file mode 100644 index 0000000..8e65aa9 --- /dev/null +++ b/scripts/dot/Number/three_dot.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/two_dot.svg b/scripts/dot/Number/two_dot.svg new file mode 100644 index 0000000..32d60b7 --- /dev/null +++ b/scripts/dot/Number/two_dot.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/zero_dot.svg b/scripts/dot/Number/zero_dot.svg new file mode 100644 index 0000000..7d4941b --- /dev/null +++ b/scripts/dot/Number/zero_dot.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/Number/zero_line.svg b/scripts/dot/Number/zero_line.svg new file mode 100644 index 0000000..c255fca --- /dev/null +++ b/scripts/dot/Number/zero_line.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/almond_dot.svg b/scripts/dot/food exported/almond_dot.svg new file mode 100644 index 0000000..4e6d28c --- /dev/null +++ b/scripts/dot/food exported/almond_dot.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/almond_line.svg b/scripts/dot/food exported/almond_line.svg new file mode 100644 index 0000000..29d1316 --- /dev/null +++ b/scripts/dot/food exported/almond_line.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/bar_icecream_dot.svg b/scripts/dot/food exported/bar_icecream_dot.svg new file mode 100644 index 0000000..d0bc2b1 --- /dev/null +++ b/scripts/dot/food exported/bar_icecream_dot.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/bar_icecream_line.svg b/scripts/dot/food exported/bar_icecream_line.svg new file mode 100644 index 0000000..5abc2f3 --- /dev/null +++ b/scripts/dot/food exported/bar_icecream_line.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/beer_mug_dot.svg b/scripts/dot/food exported/beer_mug_dot.svg new file mode 100644 index 0000000..172fce2 --- /dev/null +++ b/scripts/dot/food exported/beer_mug_dot.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/beer_mug_line.svg b/scripts/dot/food exported/beer_mug_line.svg new file mode 100644 index 0000000..377065d --- /dev/null +++ b/scripts/dot/food exported/beer_mug_line.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/bread_dot.svg b/scripts/dot/food exported/bread_dot.svg new file mode 100644 index 0000000..5da8d18 --- /dev/null +++ b/scripts/dot/food exported/bread_dot.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/bread_line.svg b/scripts/dot/food exported/bread_line.svg new file mode 100644 index 0000000..089ac98 --- /dev/null +++ b/scripts/dot/food exported/bread_line.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/burger_dot.svg b/scripts/dot/food exported/burger_dot.svg new file mode 100644 index 0000000..bda813f --- /dev/null +++ b/scripts/dot/food exported/burger_dot.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/burger_line.svg b/scripts/dot/food exported/burger_line.svg new file mode 100644 index 0000000..7ac7370 --- /dev/null +++ b/scripts/dot/food exported/burger_line.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cake_dot.svg b/scripts/dot/food exported/cake_dot.svg new file mode 100644 index 0000000..dd01bec --- /dev/null +++ b/scripts/dot/food exported/cake_dot.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cake_line.svg b/scripts/dot/food exported/cake_line.svg new file mode 100644 index 0000000..3898242 --- /dev/null +++ b/scripts/dot/food exported/cake_line.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/candy_dot.svg b/scripts/dot/food exported/candy_dot.svg new file mode 100644 index 0000000..d109109 --- /dev/null +++ b/scripts/dot/food exported/candy_dot.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/candy_line.svg b/scripts/dot/food exported/candy_line.svg new file mode 100644 index 0000000..1bec330 --- /dev/null +++ b/scripts/dot/food exported/candy_line.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cashewnut_dot.svg b/scripts/dot/food exported/cashewnut_dot.svg new file mode 100644 index 0000000..579c6a7 --- /dev/null +++ b/scripts/dot/food exported/cashewnut_dot.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cashewnut_line.svg b/scripts/dot/food exported/cashewnut_line.svg new file mode 100644 index 0000000..eda669f --- /dev/null +++ b/scripts/dot/food exported/cashewnut_line.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/scripts/dot/food exported/champaign_dot.svg b/scripts/dot/food exported/champaign_dot.svg new file mode 100644 index 0000000..9dfdff6 --- /dev/null +++ b/scripts/dot/food exported/champaign_dot.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/champaign_line.svg b/scripts/dot/food exported/champaign_line.svg new file mode 100644 index 0000000..72622f4 --- /dev/null +++ b/scripts/dot/food exported/champaign_line.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cheese_dot.svg b/scripts/dot/food exported/cheese_dot.svg new file mode 100644 index 0000000..bbe086d --- /dev/null +++ b/scripts/dot/food exported/cheese_dot.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cheese_line.svg b/scripts/dot/food exported/cheese_line.svg new file mode 100644 index 0000000..e03c698 --- /dev/null +++ b/scripts/dot/food exported/cheese_line.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/chicken_drumstick_dot.svg b/scripts/dot/food exported/chicken_drumstick_dot.svg new file mode 100644 index 0000000..7601884 --- /dev/null +++ b/scripts/dot/food exported/chicken_drumstick_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/chicken_drumstick_line.svg b/scripts/dot/food exported/chicken_drumstick_line.svg new file mode 100644 index 0000000..864cf29 --- /dev/null +++ b/scripts/dot/food exported/chicken_drumstick_line.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/scripts/dot/food exported/chips_dot.svg b/scripts/dot/food exported/chips_dot.svg new file mode 100644 index 0000000..4227cc8 --- /dev/null +++ b/scripts/dot/food exported/chips_dot.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/chips_line.svg b/scripts/dot/food exported/chips_line.svg new file mode 100644 index 0000000..db64f77 --- /dev/null +++ b/scripts/dot/food exported/chips_line.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/chocolate_dot.svg b/scripts/dot/food exported/chocolate_dot.svg new file mode 100644 index 0000000..5123974 --- /dev/null +++ b/scripts/dot/food exported/chocolate_dot.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/chocolate_line.svg b/scripts/dot/food exported/chocolate_line.svg new file mode 100644 index 0000000..2308159 --- /dev/null +++ b/scripts/dot/food exported/chocolate_line.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cocktail_dot.svg b/scripts/dot/food exported/cocktail_dot.svg new file mode 100644 index 0000000..d28f550 --- /dev/null +++ b/scripts/dot/food exported/cocktail_dot.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cocktail_line.svg b/scripts/dot/food exported/cocktail_line.svg new file mode 100644 index 0000000..4c61b6f --- /dev/null +++ b/scripts/dot/food exported/cocktail_line.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cocoa_bean_dot.svg b/scripts/dot/food exported/cocoa_bean_dot.svg new file mode 100644 index 0000000..17aa184 --- /dev/null +++ b/scripts/dot/food exported/cocoa_bean_dot.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cocoa_bean_line.svg b/scripts/dot/food exported/cocoa_bean_line.svg new file mode 100644 index 0000000..30c2aec --- /dev/null +++ b/scripts/dot/food exported/cocoa_bean_line.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/scripts/dot/food exported/coffee_dot.svg b/scripts/dot/food exported/coffee_dot.svg new file mode 100644 index 0000000..2c0cd94 --- /dev/null +++ b/scripts/dot/food exported/coffee_dot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/coffee_line.svg b/scripts/dot/food exported/coffee_line.svg new file mode 100644 index 0000000..1cca5a2 --- /dev/null +++ b/scripts/dot/food exported/coffee_line.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cone_icecream_dot.svg b/scripts/dot/food exported/cone_icecream_dot.svg new file mode 100644 index 0000000..697e7ce --- /dev/null +++ b/scripts/dot/food exported/cone_icecream_dot.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cone_icecream_line.svg b/scripts/dot/food exported/cone_icecream_line.svg new file mode 100644 index 0000000..02ad799 --- /dev/null +++ b/scripts/dot/food exported/cone_icecream_line.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cookie_dot.svg b/scripts/dot/food exported/cookie_dot.svg new file mode 100644 index 0000000..eb0d7a8 --- /dev/null +++ b/scripts/dot/food exported/cookie_dot.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/cookie_line.svg b/scripts/dot/food exported/cookie_line.svg new file mode 100644 index 0000000..59f1b7b --- /dev/null +++ b/scripts/dot/food exported/cookie_line.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/dates_dot.svg b/scripts/dot/food exported/dates_dot.svg new file mode 100644 index 0000000..ce0c700 --- /dev/null +++ b/scripts/dot/food exported/dates_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/dates_line.svg b/scripts/dot/food exported/dates_line.svg new file mode 100644 index 0000000..0921448 --- /dev/null +++ b/scripts/dot/food exported/dates_line.svg @@ -0,0 +1,14 @@ + + + + + + + diff --git a/scripts/dot/food exported/donut_dot.svg b/scripts/dot/food exported/donut_dot.svg new file mode 100644 index 0000000..8c05a65 --- /dev/null +++ b/scripts/dot/food exported/donut_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/donut_line.svg b/scripts/dot/food exported/donut_line.svg new file mode 100644 index 0000000..a2d2498 --- /dev/null +++ b/scripts/dot/food exported/donut_line.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/dry_coconut_dot.svg b/scripts/dot/food exported/dry_coconut_dot.svg new file mode 100644 index 0000000..0057ddf --- /dev/null +++ b/scripts/dot/food exported/dry_coconut_dot.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/dry_coconut_line.svg b/scripts/dot/food exported/dry_coconut_line.svg new file mode 100644 index 0000000..67170ee --- /dev/null +++ b/scripts/dot/food exported/dry_coconut_line.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/dumpling_dot.svg b/scripts/dot/food exported/dumpling_dot.svg new file mode 100644 index 0000000..51463e6 --- /dev/null +++ b/scripts/dot/food exported/dumpling_dot.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/dumpling_line.svg b/scripts/dot/food exported/dumpling_line.svg new file mode 100644 index 0000000..d7acb51 --- /dev/null +++ b/scripts/dot/food exported/dumpling_line.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/egg_dot.svg b/scripts/dot/food exported/egg_dot.svg new file mode 100644 index 0000000..12742eb --- /dev/null +++ b/scripts/dot/food exported/egg_dot.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/egg_line.svg b/scripts/dot/food exported/egg_line.svg new file mode 100644 index 0000000..d33ca1c --- /dev/null +++ b/scripts/dot/food exported/egg_line.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/scripts/dot/food exported/hazel_nut_dot.svg b/scripts/dot/food exported/hazel_nut_dot.svg new file mode 100644 index 0000000..75159bc --- /dev/null +++ b/scripts/dot/food exported/hazel_nut_dot.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/hazel_nut_line.svg b/scripts/dot/food exported/hazel_nut_line.svg new file mode 100644 index 0000000..301600d --- /dev/null +++ b/scripts/dot/food exported/hazel_nut_line.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/honey_dot.svg b/scripts/dot/food exported/honey_dot.svg new file mode 100644 index 0000000..2731232 --- /dev/null +++ b/scripts/dot/food exported/honey_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/honey_line.svg b/scripts/dot/food exported/honey_line.svg new file mode 100644 index 0000000..98d1cab --- /dev/null +++ b/scripts/dot/food exported/honey_line.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/hotdog_dot.svg b/scripts/dot/food exported/hotdog_dot.svg new file mode 100644 index 0000000..d916e74 --- /dev/null +++ b/scripts/dot/food exported/hotdog_dot.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/hotdog_line.svg b/scripts/dot/food exported/hotdog_line.svg new file mode 100644 index 0000000..bd28265 --- /dev/null +++ b/scripts/dot/food exported/hotdog_line.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/juice_dot.svg b/scripts/dot/food exported/juice_dot.svg new file mode 100644 index 0000000..ef8fc65 --- /dev/null +++ b/scripts/dot/food exported/juice_dot.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/juice_line.svg b/scripts/dot/food exported/juice_line.svg new file mode 100644 index 0000000..46e48bc --- /dev/null +++ b/scripts/dot/food exported/juice_line.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/lollypop_dot.svg b/scripts/dot/food exported/lollypop_dot.svg new file mode 100644 index 0000000..ba29c3b --- /dev/null +++ b/scripts/dot/food exported/lollypop_dot.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/lollypop_line.svg b/scripts/dot/food exported/lollypop_line.svg new file mode 100644 index 0000000..923806f --- /dev/null +++ b/scripts/dot/food exported/lollypop_line.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/meat_can_dot.svg b/scripts/dot/food exported/meat_can_dot.svg new file mode 100644 index 0000000..5939ae1 --- /dev/null +++ b/scripts/dot/food exported/meat_can_dot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/meat_can_line.svg b/scripts/dot/food exported/meat_can_line.svg new file mode 100644 index 0000000..1b02a43 --- /dev/null +++ b/scripts/dot/food exported/meat_can_line.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/meat_dot.svg b/scripts/dot/food exported/meat_dot.svg new file mode 100644 index 0000000..6dc376c --- /dev/null +++ b/scripts/dot/food exported/meat_dot.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/meat_line.svg b/scripts/dot/food exported/meat_line.svg new file mode 100644 index 0000000..f2d7f53 --- /dev/null +++ b/scripts/dot/food exported/meat_line.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/milk_dot.svg b/scripts/dot/food exported/milk_dot.svg new file mode 100644 index 0000000..c1e0fd5 --- /dev/null +++ b/scripts/dot/food exported/milk_dot.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/milk_line.svg b/scripts/dot/food exported/milk_line.svg new file mode 100644 index 0000000..b478b28 --- /dev/null +++ b/scripts/dot/food exported/milk_line.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/mocktail_dot.svg b/scripts/dot/food exported/mocktail_dot.svg new file mode 100644 index 0000000..5f47a32 --- /dev/null +++ b/scripts/dot/food exported/mocktail_dot.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/mocktail_line.svg b/scripts/dot/food exported/mocktail_line.svg new file mode 100644 index 0000000..27bf1a5 --- /dev/null +++ b/scripts/dot/food exported/mocktail_line.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/noodles_dot.svg b/scripts/dot/food exported/noodles_dot.svg new file mode 100644 index 0000000..75e81b8 --- /dev/null +++ b/scripts/dot/food exported/noodles_dot.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/noodles_line.svg b/scripts/dot/food exported/noodles_line.svg new file mode 100644 index 0000000..06f40f3 --- /dev/null +++ b/scripts/dot/food exported/noodles_line.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/omlet_dot.svg b/scripts/dot/food exported/omlet_dot.svg new file mode 100644 index 0000000..9a9b65b --- /dev/null +++ b/scripts/dot/food exported/omlet_dot.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/omlet_line.svg b/scripts/dot/food exported/omlet_line.svg new file mode 100644 index 0000000..c582e9d --- /dev/null +++ b/scripts/dot/food exported/omlet_line.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + diff --git a/scripts/dot/food exported/peanuts_dot.svg b/scripts/dot/food exported/peanuts_dot.svg new file mode 100644 index 0000000..f91e017 --- /dev/null +++ b/scripts/dot/food exported/peanuts_dot.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/peanuts_line.svg b/scripts/dot/food exported/peanuts_line.svg new file mode 100644 index 0000000..0435d7d --- /dev/null +++ b/scripts/dot/food exported/peanuts_line.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/piece_of_cake_dot.svg b/scripts/dot/food exported/piece_of_cake_dot.svg new file mode 100644 index 0000000..8269b0e --- /dev/null +++ b/scripts/dot/food exported/piece_of_cake_dot.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/piece_of_cake_line.svg b/scripts/dot/food exported/piece_of_cake_line.svg new file mode 100644 index 0000000..d2513f2 --- /dev/null +++ b/scripts/dot/food exported/piece_of_cake_line.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/pizza_dot.svg b/scripts/dot/food exported/pizza_dot.svg new file mode 100644 index 0000000..6a1f475 --- /dev/null +++ b/scripts/dot/food exported/pizza_dot.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/pizza_line.svg b/scripts/dot/food exported/pizza_line.svg new file mode 100644 index 0000000..71b3692 --- /dev/null +++ b/scripts/dot/food exported/pizza_line.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/popcorn_dot.svg b/scripts/dot/food exported/popcorn_dot.svg new file mode 100644 index 0000000..1b40fb6 --- /dev/null +++ b/scripts/dot/food exported/popcorn_dot.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/popcorn_line.svg b/scripts/dot/food exported/popcorn_line.svg new file mode 100644 index 0000000..c06311b --- /dev/null +++ b/scripts/dot/food exported/popcorn_line.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/raisin_dot.svg b/scripts/dot/food exported/raisin_dot.svg new file mode 100644 index 0000000..c48794d --- /dev/null +++ b/scripts/dot/food exported/raisin_dot.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/raisin_line.svg b/scripts/dot/food exported/raisin_line.svg new file mode 100644 index 0000000..51a14c1 --- /dev/null +++ b/scripts/dot/food exported/raisin_line.svg @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/salad_dot.svg b/scripts/dot/food exported/salad_dot.svg new file mode 100644 index 0000000..cc30e5a --- /dev/null +++ b/scripts/dot/food exported/salad_dot.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/salad_line.svg b/scripts/dot/food exported/salad_line.svg new file mode 100644 index 0000000..e8a1dd1 --- /dev/null +++ b/scripts/dot/food exported/salad_line.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/sandwich_dot.svg b/scripts/dot/food exported/sandwich_dot.svg new file mode 100644 index 0000000..ead7c5a --- /dev/null +++ b/scripts/dot/food exported/sandwich_dot.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/sandwich_line.svg b/scripts/dot/food exported/sandwich_line.svg new file mode 100644 index 0000000..90c93a8 --- /dev/null +++ b/scripts/dot/food exported/sandwich_line.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/scrat_nut_dot.svg b/scripts/dot/food exported/scrat_nut_dot.svg new file mode 100644 index 0000000..91a2ef5 --- /dev/null +++ b/scripts/dot/food exported/scrat_nut_dot.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/scrat_nut_line.svg b/scripts/dot/food exported/scrat_nut_line.svg new file mode 100644 index 0000000..c71fef9 --- /dev/null +++ b/scripts/dot/food exported/scrat_nut_line.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + diff --git a/scripts/dot/food exported/soup_dot.svg b/scripts/dot/food exported/soup_dot.svg new file mode 100644 index 0000000..7e26894 --- /dev/null +++ b/scripts/dot/food exported/soup_dot.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/soup_line.svg b/scripts/dot/food exported/soup_line.svg new file mode 100644 index 0000000..c9efdbd --- /dev/null +++ b/scripts/dot/food exported/soup_line.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/sushi_dot.svg b/scripts/dot/food exported/sushi_dot.svg new file mode 100644 index 0000000..b2c581e --- /dev/null +++ b/scripts/dot/food exported/sushi_dot.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/sushi_line.svg b/scripts/dot/food exported/sushi_line.svg new file mode 100644 index 0000000..ec0d4b5 --- /dev/null +++ b/scripts/dot/food exported/sushi_line.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + diff --git a/scripts/dot/food exported/tea_dot.svg b/scripts/dot/food exported/tea_dot.svg new file mode 100644 index 0000000..4390537 --- /dev/null +++ b/scripts/dot/food exported/tea_dot.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/tea_line.svg b/scripts/dot/food exported/tea_line.svg new file mode 100644 index 0000000..6514c3f --- /dev/null +++ b/scripts/dot/food exported/tea_line.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/toffee_dot.svg b/scripts/dot/food exported/toffee_dot.svg new file mode 100644 index 0000000..cbb7d0a --- /dev/null +++ b/scripts/dot/food exported/toffee_dot.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/toffee_line.svg b/scripts/dot/food exported/toffee_line.svg new file mode 100644 index 0000000..21bc6be --- /dev/null +++ b/scripts/dot/food exported/toffee_line.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/veg_roll_dot.svg b/scripts/dot/food exported/veg_roll_dot.svg new file mode 100644 index 0000000..3b9fc55 --- /dev/null +++ b/scripts/dot/food exported/veg_roll_dot.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/veg_roll_line.svg b/scripts/dot/food exported/veg_roll_line.svg new file mode 100644 index 0000000..894dc66 --- /dev/null +++ b/scripts/dot/food exported/veg_roll_line.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/vine_dot.svg b/scripts/dot/food exported/vine_dot.svg new file mode 100644 index 0000000..34dc008 --- /dev/null +++ b/scripts/dot/food exported/vine_dot.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/food exported/vine_line.svg b/scripts/dot/food exported/vine_line.svg new file mode 100644 index 0000000..6ec0c23 --- /dev/null +++ b/scripts/dot/food exported/vine_line.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/apple_dot.svg b/scripts/dot/fruits exported/apple_dot.svg new file mode 100644 index 0000000..6707311 --- /dev/null +++ b/scripts/dot/fruits exported/apple_dot.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/apple_line.svg b/scripts/dot/fruits exported/apple_line.svg new file mode 100644 index 0000000..f7302d1 --- /dev/null +++ b/scripts/dot/fruits exported/apple_line.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/avocado_dot.svg b/scripts/dot/fruits exported/avocado_dot.svg new file mode 100644 index 0000000..a210391 --- /dev/null +++ b/scripts/dot/fruits exported/avocado_dot.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/avocado_line.svg b/scripts/dot/fruits exported/avocado_line.svg new file mode 100644 index 0000000..6335850 --- /dev/null +++ b/scripts/dot/fruits exported/avocado_line.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/banana_dot.svg b/scripts/dot/fruits exported/banana_dot.svg new file mode 100644 index 0000000..e4dde1c --- /dev/null +++ b/scripts/dot/fruits exported/banana_dot.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/banana_line.svg b/scripts/dot/fruits exported/banana_line.svg new file mode 100644 index 0000000..883b0aa --- /dev/null +++ b/scripts/dot/fruits exported/banana_line.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/black_berry_dot.svg b/scripts/dot/fruits exported/black_berry_dot.svg new file mode 100644 index 0000000..42f3213 --- /dev/null +++ b/scripts/dot/fruits exported/black_berry_dot.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/black_berry_line.svg b/scripts/dot/fruits exported/black_berry_line.svg new file mode 100644 index 0000000..5dc7fef --- /dev/null +++ b/scripts/dot/fruits exported/black_berry_line.svg @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/scripts/dot/fruits exported/black_currant_dot.svg b/scripts/dot/fruits exported/black_currant_dot.svg new file mode 100644 index 0000000..36f7062 --- /dev/null +++ b/scripts/dot/fruits exported/black_currant_dot.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/black_currant_line.svg b/scripts/dot/fruits exported/black_currant_line.svg new file mode 100644 index 0000000..b68094a --- /dev/null +++ b/scripts/dot/fruits exported/black_currant_line.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/cherry_dot.svg b/scripts/dot/fruits exported/cherry_dot.svg new file mode 100644 index 0000000..b4293f4 --- /dev/null +++ b/scripts/dot/fruits exported/cherry_dot.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/cherry_line.svg b/scripts/dot/fruits exported/cherry_line.svg new file mode 100644 index 0000000..8d21165 --- /dev/null +++ b/scripts/dot/fruits exported/cherry_line.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/chikoo_dot.svg b/scripts/dot/fruits exported/chikoo_dot.svg new file mode 100644 index 0000000..561a805 --- /dev/null +++ b/scripts/dot/fruits exported/chikoo_dot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/chikoo_line.svg b/scripts/dot/fruits exported/chikoo_line.svg new file mode 100644 index 0000000..d17959a --- /dev/null +++ b/scripts/dot/fruits exported/chikoo_line.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/fig_dot.svg b/scripts/dot/fruits exported/fig_dot.svg new file mode 100644 index 0000000..98ef040 --- /dev/null +++ b/scripts/dot/fruits exported/fig_dot.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/fig_line.svg b/scripts/dot/fruits exported/fig_line.svg new file mode 100644 index 0000000..91ed1c5 --- /dev/null +++ b/scripts/dot/fruits exported/fig_line.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/grapefruit_dot.svg b/scripts/dot/fruits exported/grapefruit_dot.svg new file mode 100644 index 0000000..8d8aa71 --- /dev/null +++ b/scripts/dot/fruits exported/grapefruit_dot.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/grapefruit_line.svg b/scripts/dot/fruits exported/grapefruit_line.svg new file mode 100644 index 0000000..6809482 --- /dev/null +++ b/scripts/dot/fruits exported/grapefruit_line.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/grapes_dot.svg b/scripts/dot/fruits exported/grapes_dot.svg new file mode 100644 index 0000000..46d24c1 --- /dev/null +++ b/scripts/dot/fruits exported/grapes_dot.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/grapes_line.svg b/scripts/dot/fruits exported/grapes_line.svg new file mode 100644 index 0000000..d4710f0 --- /dev/null +++ b/scripts/dot/fruits exported/grapes_line.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/guava_dot.svg b/scripts/dot/fruits exported/guava_dot.svg new file mode 100644 index 0000000..3cc6d57 --- /dev/null +++ b/scripts/dot/fruits exported/guava_dot.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/guava_line.svg b/scripts/dot/fruits exported/guava_line.svg new file mode 100644 index 0000000..3f94d2f --- /dev/null +++ b/scripts/dot/fruits exported/guava_line.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/honeydew_melon_dot.svg b/scripts/dot/fruits exported/honeydew_melon_dot.svg new file mode 100644 index 0000000..29efd74 --- /dev/null +++ b/scripts/dot/fruits exported/honeydew_melon_dot.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/honeydew_melon_line.svg b/scripts/dot/fruits exported/honeydew_melon_line.svg new file mode 100644 index 0000000..f2bccd5 --- /dev/null +++ b/scripts/dot/fruits exported/honeydew_melon_line.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/scripts/dot/fruits exported/jackfruit_dot.svg b/scripts/dot/fruits exported/jackfruit_dot.svg new file mode 100644 index 0000000..cc59212 --- /dev/null +++ b/scripts/dot/fruits exported/jackfruit_dot.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/jackfruit_line.svg b/scripts/dot/fruits exported/jackfruit_line.svg new file mode 100644 index 0000000..f1bdd7b --- /dev/null +++ b/scripts/dot/fruits exported/jackfruit_line.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/scripts/dot/fruits exported/kiwifruit_dot.svg b/scripts/dot/fruits exported/kiwifruit_dot.svg new file mode 100644 index 0000000..f9385d5 --- /dev/null +++ b/scripts/dot/fruits exported/kiwifruit_dot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/kiwifruit_line.svg b/scripts/dot/fruits exported/kiwifruit_line.svg new file mode 100644 index 0000000..5af9491 --- /dev/null +++ b/scripts/dot/fruits exported/kiwifruit_line.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/scripts/dot/fruits exported/lemon_dot.svg b/scripts/dot/fruits exported/lemon_dot.svg new file mode 100644 index 0000000..1602911 --- /dev/null +++ b/scripts/dot/fruits exported/lemon_dot.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/lemon_line.svg b/scripts/dot/fruits exported/lemon_line.svg new file mode 100644 index 0000000..a681405 --- /dev/null +++ b/scripts/dot/fruits exported/lemon_line.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/lime_dot.svg b/scripts/dot/fruits exported/lime_dot.svg new file mode 100644 index 0000000..1602911 --- /dev/null +++ b/scripts/dot/fruits exported/lime_dot.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/lime_line.svg b/scripts/dot/fruits exported/lime_line.svg new file mode 100644 index 0000000..a681405 --- /dev/null +++ b/scripts/dot/fruits exported/lime_line.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/lychee_dot.svg b/scripts/dot/fruits exported/lychee_dot.svg new file mode 100644 index 0000000..6eaf9f2 --- /dev/null +++ b/scripts/dot/fruits exported/lychee_dot.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/lychee_line.svg b/scripts/dot/fruits exported/lychee_line.svg new file mode 100644 index 0000000..bacbe19 --- /dev/null +++ b/scripts/dot/fruits exported/lychee_line.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/scripts/dot/fruits exported/mango_dot.svg b/scripts/dot/fruits exported/mango_dot.svg new file mode 100644 index 0000000..3fc5fc6 --- /dev/null +++ b/scripts/dot/fruits exported/mango_dot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/mango_line.svg b/scripts/dot/fruits exported/mango_line.svg new file mode 100644 index 0000000..b5c5a84 --- /dev/null +++ b/scripts/dot/fruits exported/mango_line.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/olive_dot.svg b/scripts/dot/fruits exported/olive_dot.svg new file mode 100644 index 0000000..0123199 --- /dev/null +++ b/scripts/dot/fruits exported/olive_dot.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/olive_line.svg b/scripts/dot/fruits exported/olive_line.svg new file mode 100644 index 0000000..df3b347 --- /dev/null +++ b/scripts/dot/fruits exported/olive_line.svg @@ -0,0 +1,15 @@ + + + + + + + diff --git a/scripts/dot/fruits exported/papaya_dot.svg b/scripts/dot/fruits exported/papaya_dot.svg new file mode 100644 index 0000000..1a04b92 --- /dev/null +++ b/scripts/dot/fruits exported/papaya_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/papaya_line.svg b/scripts/dot/fruits exported/papaya_line.svg new file mode 100644 index 0000000..b7571ff --- /dev/null +++ b/scripts/dot/fruits exported/papaya_line.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/pineapple_dot.svg b/scripts/dot/fruits exported/pineapple_dot.svg new file mode 100644 index 0000000..1f3b339 --- /dev/null +++ b/scripts/dot/fruits exported/pineapple_dot.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/pineapple_line.svg b/scripts/dot/fruits exported/pineapple_line.svg new file mode 100644 index 0000000..65f2fa4 --- /dev/null +++ b/scripts/dot/fruits exported/pineapple_line.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/pineberry_dot.svg b/scripts/dot/fruits exported/pineberry_dot.svg new file mode 100644 index 0000000..15aa3d0 --- /dev/null +++ b/scripts/dot/fruits exported/pineberry_dot.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/pineberry_line.svg b/scripts/dot/fruits exported/pineberry_line.svg new file mode 100644 index 0000000..99c0b3b --- /dev/null +++ b/scripts/dot/fruits exported/pineberry_line.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/pomegranate_dot.svg b/scripts/dot/fruits exported/pomegranate_dot.svg new file mode 100644 index 0000000..3e4435e --- /dev/null +++ b/scripts/dot/fruits exported/pomegranate_dot.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/pomegranate_line.svg b/scripts/dot/fruits exported/pomegranate_line.svg new file mode 100644 index 0000000..678e364 --- /dev/null +++ b/scripts/dot/fruits exported/pomegranate_line.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/scripts/dot/fruits exported/quince_dot.svg b/scripts/dot/fruits exported/quince_dot.svg new file mode 100644 index 0000000..85750bd --- /dev/null +++ b/scripts/dot/fruits exported/quince_dot.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/quince_line.svg b/scripts/dot/fruits exported/quince_line.svg new file mode 100644 index 0000000..154c336 --- /dev/null +++ b/scripts/dot/fruits exported/quince_line.svg @@ -0,0 +1,14 @@ + + + + + + + diff --git a/scripts/dot/fruits exported/raspberry_dot.svg b/scripts/dot/fruits exported/raspberry_dot.svg new file mode 100644 index 0000000..a6578bb --- /dev/null +++ b/scripts/dot/fruits exported/raspberry_dot.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/raspberry_line.svg b/scripts/dot/fruits exported/raspberry_line.svg new file mode 100644 index 0000000..98e838c --- /dev/null +++ b/scripts/dot/fruits exported/raspberry_line.svg @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/scripts/dot/fruits exported/strawberry_dot.svg b/scripts/dot/fruits exported/strawberry_dot.svg new file mode 100644 index 0000000..15aa3d0 --- /dev/null +++ b/scripts/dot/fruits exported/strawberry_dot.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/strawberry_line.svg b/scripts/dot/fruits exported/strawberry_line.svg new file mode 100644 index 0000000..73cc0f7 --- /dev/null +++ b/scripts/dot/fruits exported/strawberry_line.svg @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/scripts/dot/fruits exported/tamarillo_dot.svg b/scripts/dot/fruits exported/tamarillo_dot.svg new file mode 100644 index 0000000..70554c0 --- /dev/null +++ b/scripts/dot/fruits exported/tamarillo_dot.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/tamarillo_line.svg b/scripts/dot/fruits exported/tamarillo_line.svg new file mode 100644 index 0000000..97a48c3 --- /dev/null +++ b/scripts/dot/fruits exported/tamarillo_line.svg @@ -0,0 +1,16 @@ + + + + + + + + + diff --git a/scripts/dot/fruits exported/white_currant_dot.svg b/scripts/dot/fruits exported/white_currant_dot.svg new file mode 100644 index 0000000..46f2f80 --- /dev/null +++ b/scripts/dot/fruits exported/white_currant_dot.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/fruits exported/white_currant_line.svg b/scripts/dot/fruits exported/white_currant_line.svg new file mode 100644 index 0000000..9c34dfc --- /dev/null +++ b/scripts/dot/fruits exported/white_currant_line.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/beetroot_dot.svg b/scripts/dot/vegetables/beetroot_dot.svg new file mode 100644 index 0000000..1231351 --- /dev/null +++ b/scripts/dot/vegetables/beetroot_dot.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/beetroot_line.svg b/scripts/dot/vegetables/beetroot_line.svg new file mode 100644 index 0000000..fea33eb --- /dev/null +++ b/scripts/dot/vegetables/beetroot_line.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/cabbage_dot.svg b/scripts/dot/vegetables/cabbage_dot.svg new file mode 100644 index 0000000..c3a4a98 --- /dev/null +++ b/scripts/dot/vegetables/cabbage_dot.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/cabbage_line.svg b/scripts/dot/vegetables/cabbage_line.svg new file mode 100644 index 0000000..0ec5a83 --- /dev/null +++ b/scripts/dot/vegetables/cabbage_line.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/capsicum_dot.svg b/scripts/dot/vegetables/capsicum_dot.svg new file mode 100644 index 0000000..2d094a6 --- /dev/null +++ b/scripts/dot/vegetables/capsicum_dot.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/capsicum_line.svg b/scripts/dot/vegetables/capsicum_line.svg new file mode 100644 index 0000000..4d4bd13 --- /dev/null +++ b/scripts/dot/vegetables/capsicum_line.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/carrot_dot.svg b/scripts/dot/vegetables/carrot_dot.svg new file mode 100644 index 0000000..459e42a --- /dev/null +++ b/scripts/dot/vegetables/carrot_dot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/carrot_line.svg b/scripts/dot/vegetables/carrot_line.svg new file mode 100644 index 0000000..79dd895 --- /dev/null +++ b/scripts/dot/vegetables/carrot_line.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/cauliflower_dot.svg b/scripts/dot/vegetables/cauliflower_dot.svg new file mode 100644 index 0000000..419519c --- /dev/null +++ b/scripts/dot/vegetables/cauliflower_dot.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/cauliflower_line.svg b/scripts/dot/vegetables/cauliflower_line.svg new file mode 100644 index 0000000..c748650 --- /dev/null +++ b/scripts/dot/vegetables/cauliflower_line.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/celeriac_dot.svg b/scripts/dot/vegetables/celeriac_dot.svg new file mode 100644 index 0000000..b34d3b8 --- /dev/null +++ b/scripts/dot/vegetables/celeriac_dot.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/celeriac_line.svg b/scripts/dot/vegetables/celeriac_line.svg new file mode 100644 index 0000000..262e408 --- /dev/null +++ b/scripts/dot/vegetables/celeriac_line.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/cucumber_dot.svg b/scripts/dot/vegetables/cucumber_dot.svg new file mode 100644 index 0000000..dc78984 --- /dev/null +++ b/scripts/dot/vegetables/cucumber_dot.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/cucumber_line.svg b/scripts/dot/vegetables/cucumber_line.svg new file mode 100644 index 0000000..0e366fb --- /dev/null +++ b/scripts/dot/vegetables/cucumber_line.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/drumstick_dot.svg b/scripts/dot/vegetables/drumstick_dot.svg new file mode 100644 index 0000000..49d38f9 --- /dev/null +++ b/scripts/dot/vegetables/drumstick_dot.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/drumstick_line.svg b/scripts/dot/vegetables/drumstick_line.svg new file mode 100644 index 0000000..3a106b6 --- /dev/null +++ b/scripts/dot/vegetables/drumstick_line.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/eggplant_dot.svg b/scripts/dot/vegetables/eggplant_dot.svg new file mode 100644 index 0000000..21a4bf2 --- /dev/null +++ b/scripts/dot/vegetables/eggplant_dot.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/eggplant_line.svg b/scripts/dot/vegetables/eggplant_line.svg new file mode 100644 index 0000000..78e2c5a --- /dev/null +++ b/scripts/dot/vegetables/eggplant_line.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/fennel_dot.svg b/scripts/dot/vegetables/fennel_dot.svg new file mode 100644 index 0000000..98f3a8d --- /dev/null +++ b/scripts/dot/vegetables/fennel_dot.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/fennel_line.svg b/scripts/dot/vegetables/fennel_line.svg new file mode 100644 index 0000000..18c1050 --- /dev/null +++ b/scripts/dot/vegetables/fennel_line.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/garlic_dot.svg b/scripts/dot/vegetables/garlic_dot.svg new file mode 100644 index 0000000..c660a7f --- /dev/null +++ b/scripts/dot/vegetables/garlic_dot.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/garlic_line.svg b/scripts/dot/vegetables/garlic_line.svg new file mode 100644 index 0000000..49bb663 --- /dev/null +++ b/scripts/dot/vegetables/garlic_line.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/ginger_dot.svg b/scripts/dot/vegetables/ginger_dot.svg new file mode 100644 index 0000000..8dcdad8 --- /dev/null +++ b/scripts/dot/vegetables/ginger_dot.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/ginger_line.svg b/scripts/dot/vegetables/ginger_line.svg new file mode 100644 index 0000000..e85c20b --- /dev/null +++ b/scripts/dot/vegetables/ginger_line.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/kohlrabi_dot.svg b/scripts/dot/vegetables/kohlrabi_dot.svg new file mode 100644 index 0000000..eb8a6cd --- /dev/null +++ b/scripts/dot/vegetables/kohlrabi_dot.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/kohlrabi_line.svg b/scripts/dot/vegetables/kohlrabi_line.svg new file mode 100644 index 0000000..6c3a20f --- /dev/null +++ b/scripts/dot/vegetables/kohlrabi_line.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/ladyfinger_dot.svg b/scripts/dot/vegetables/ladyfinger_dot.svg new file mode 100644 index 0000000..3c0218a --- /dev/null +++ b/scripts/dot/vegetables/ladyfinger_dot.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/ladyfinger_line.svg b/scripts/dot/vegetables/ladyfinger_line.svg new file mode 100644 index 0000000..a1c91df --- /dev/null +++ b/scripts/dot/vegetables/ladyfinger_line.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/lettuce_dot.svg b/scripts/dot/vegetables/lettuce_dot.svg new file mode 100644 index 0000000..b0de5e2 --- /dev/null +++ b/scripts/dot/vegetables/lettuce_dot.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/lettuce_line.svg b/scripts/dot/vegetables/lettuce_line.svg new file mode 100644 index 0000000..5a095b4 --- /dev/null +++ b/scripts/dot/vegetables/lettuce_line.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/mushroom_dot.svg b/scripts/dot/vegetables/mushroom_dot.svg new file mode 100644 index 0000000..008f6e2 --- /dev/null +++ b/scripts/dot/vegetables/mushroom_dot.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/mushroom_line.svg b/scripts/dot/vegetables/mushroom_line.svg new file mode 100644 index 0000000..93ffcbc --- /dev/null +++ b/scripts/dot/vegetables/mushroom_line.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/onion_dot.svg b/scripts/dot/vegetables/onion_dot.svg new file mode 100644 index 0000000..2aedffc --- /dev/null +++ b/scripts/dot/vegetables/onion_dot.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/onion_line.svg b/scripts/dot/vegetables/onion_line.svg new file mode 100644 index 0000000..580ef44 --- /dev/null +++ b/scripts/dot/vegetables/onion_line.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/peas_dot.svg b/scripts/dot/vegetables/peas_dot.svg new file mode 100644 index 0000000..fdc24ca --- /dev/null +++ b/scripts/dot/vegetables/peas_dot.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/peas_line.svg b/scripts/dot/vegetables/peas_line.svg new file mode 100644 index 0000000..39f05a9 --- /dev/null +++ b/scripts/dot/vegetables/peas_line.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/pepper_dot.svg b/scripts/dot/vegetables/pepper_dot.svg new file mode 100644 index 0000000..6a42704 --- /dev/null +++ b/scripts/dot/vegetables/pepper_dot.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/potato_dot.svg b/scripts/dot/vegetables/potato_dot.svg new file mode 100644 index 0000000..c94a90b --- /dev/null +++ b/scripts/dot/vegetables/potato_dot.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/potato_line.svg b/scripts/dot/vegetables/potato_line.svg new file mode 100644 index 0000000..fc60c7d --- /dev/null +++ b/scripts/dot/vegetables/potato_line.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/pumpkin_dot.svg b/scripts/dot/vegetables/pumpkin_dot.svg new file mode 100644 index 0000000..e0ceda7 --- /dev/null +++ b/scripts/dot/vegetables/pumpkin_dot.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/pumpkin_line.svg b/scripts/dot/vegetables/pumpkin_line.svg new file mode 100644 index 0000000..1411f0a --- /dev/null +++ b/scripts/dot/vegetables/pumpkin_line.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/radish_dot.svg b/scripts/dot/vegetables/radish_dot.svg new file mode 100644 index 0000000..e495b27 --- /dev/null +++ b/scripts/dot/vegetables/radish_dot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/radish_line.svg b/scripts/dot/vegetables/radish_line.svg new file mode 100644 index 0000000..d7dc23b --- /dev/null +++ b/scripts/dot/vegetables/radish_line.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/rhubarb_dot.svg b/scripts/dot/vegetables/rhubarb_dot.svg new file mode 100644 index 0000000..c7efefc --- /dev/null +++ b/scripts/dot/vegetables/rhubarb_dot.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/rhubarb_line.svg b/scripts/dot/vegetables/rhubarb_line.svg new file mode 100644 index 0000000..9f618d2 --- /dev/null +++ b/scripts/dot/vegetables/rhubarb_line.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/spinach_dot.svg b/scripts/dot/vegetables/spinach_dot.svg new file mode 100644 index 0000000..d758ebe --- /dev/null +++ b/scripts/dot/vegetables/spinach_dot.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vegetables/spinach_line.svg b/scripts/dot/vegetables/spinach_line.svg new file mode 100644 index 0000000..1da9ac1 --- /dev/null +++ b/scripts/dot/vegetables/spinach_line.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/ambulance_dot.svg b/scripts/dot/vehicles exported/ambulance_dot.svg new file mode 100644 index 0000000..c19882d --- /dev/null +++ b/scripts/dot/vehicles exported/ambulance_dot.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/ambulance_line.svg b/scripts/dot/vehicles exported/ambulance_line.svg new file mode 100644 index 0000000..48aeeb0 --- /dev/null +++ b/scripts/dot/vehicles exported/ambulance_line.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/autorickshaw_dot.svg b/scripts/dot/vehicles exported/autorickshaw_dot.svg new file mode 100644 index 0000000..d5302cc --- /dev/null +++ b/scripts/dot/vehicles exported/autorickshaw_dot.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/autorickshaw_line.svg b/scripts/dot/vehicles exported/autorickshaw_line.svg new file mode 100644 index 0000000..cec4e53 --- /dev/null +++ b/scripts/dot/vehicles exported/autorickshaw_line.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/bicycle_dot.svg b/scripts/dot/vehicles exported/bicycle_dot.svg new file mode 100644 index 0000000..d5cc1b0 --- /dev/null +++ b/scripts/dot/vehicles exported/bicycle_dot.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/bicycle_line.svg b/scripts/dot/vehicles exported/bicycle_line.svg new file mode 100644 index 0000000..4128c21 --- /dev/null +++ b/scripts/dot/vehicles exported/bicycle_line.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/bike_dot.svg b/scripts/dot/vehicles exported/bike_dot.svg new file mode 100644 index 0000000..8413a3c --- /dev/null +++ b/scripts/dot/vehicles exported/bike_dot.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/bike_line.svg b/scripts/dot/vehicles exported/bike_line.svg new file mode 100644 index 0000000..648d0be --- /dev/null +++ b/scripts/dot/vehicles exported/bike_line.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/boat_dot.svg b/scripts/dot/vehicles exported/boat_dot.svg new file mode 100644 index 0000000..7bb613e --- /dev/null +++ b/scripts/dot/vehicles exported/boat_dot.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/boat_line.svg b/scripts/dot/vehicles exported/boat_line.svg new file mode 100644 index 0000000..38a4fb3 --- /dev/null +++ b/scripts/dot/vehicles exported/boat_line.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/bulldozer_dot.svg b/scripts/dot/vehicles exported/bulldozer_dot.svg new file mode 100644 index 0000000..8a90d91 --- /dev/null +++ b/scripts/dot/vehicles exported/bulldozer_dot.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/bulldozer_line.svg b/scripts/dot/vehicles exported/bulldozer_line.svg new file mode 100644 index 0000000..a63a696 --- /dev/null +++ b/scripts/dot/vehicles exported/bulldozer_line.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/bus_dot.svg b/scripts/dot/vehicles exported/bus_dot.svg new file mode 100644 index 0000000..0923edf --- /dev/null +++ b/scripts/dot/vehicles exported/bus_dot.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/bus_line.svg b/scripts/dot/vehicles exported/bus_line.svg new file mode 100644 index 0000000..6df7b7a --- /dev/null +++ b/scripts/dot/vehicles exported/bus_line.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/car_dot.svg b/scripts/dot/vehicles exported/car_dot.svg new file mode 100644 index 0000000..1bac5d2 --- /dev/null +++ b/scripts/dot/vehicles exported/car_dot.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/car_line.svg b/scripts/dot/vehicles exported/car_line.svg new file mode 100644 index 0000000..8a8b4b6 --- /dev/null +++ b/scripts/dot/vehicles exported/car_line.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/carriage_dot.svg b/scripts/dot/vehicles exported/carriage_dot.svg new file mode 100644 index 0000000..1f86119 --- /dev/null +++ b/scripts/dot/vehicles exported/carriage_dot.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/carriage_line.svg b/scripts/dot/vehicles exported/carriage_line.svg new file mode 100644 index 0000000..bede3a8 --- /dev/null +++ b/scripts/dot/vehicles exported/carriage_line.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/chariot_dot.svg b/scripts/dot/vehicles exported/chariot_dot.svg new file mode 100644 index 0000000..f404337 --- /dev/null +++ b/scripts/dot/vehicles exported/chariot_dot.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/chariot_line.svg b/scripts/dot/vehicles exported/chariot_line.svg new file mode 100644 index 0000000..363a0b7 --- /dev/null +++ b/scripts/dot/vehicles exported/chariot_line.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/double_dekker_bus_dot.svg b/scripts/dot/vehicles exported/double_dekker_bus_dot.svg new file mode 100644 index 0000000..6c5f775 --- /dev/null +++ b/scripts/dot/vehicles exported/double_dekker_bus_dot.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/double_dekker_bus_line.svg b/scripts/dot/vehicles exported/double_dekker_bus_line.svg new file mode 100644 index 0000000..f15581b --- /dev/null +++ b/scripts/dot/vehicles exported/double_dekker_bus_line.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/fire_engine_dot.svg b/scripts/dot/vehicles exported/fire_engine_dot.svg new file mode 100644 index 0000000..7734be3 --- /dev/null +++ b/scripts/dot/vehicles exported/fire_engine_dot.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/fire_engine_line.svg b/scripts/dot/vehicles exported/fire_engine_line.svg new file mode 100644 index 0000000..b9cc7e3 --- /dev/null +++ b/scripts/dot/vehicles exported/fire_engine_line.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/gritter_dot.svg b/scripts/dot/vehicles exported/gritter_dot.svg new file mode 100644 index 0000000..fa1442c --- /dev/null +++ b/scripts/dot/vehicles exported/gritter_dot.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/gritter_line.svg b/scripts/dot/vehicles exported/gritter_line.svg new file mode 100644 index 0000000..65bb098 --- /dev/null +++ b/scripts/dot/vehicles exported/gritter_line.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/jeep_dot.svg b/scripts/dot/vehicles exported/jeep_dot.svg new file mode 100644 index 0000000..98cf8bd --- /dev/null +++ b/scripts/dot/vehicles exported/jeep_dot.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/jeep_line.svg b/scripts/dot/vehicles exported/jeep_line.svg new file mode 100644 index 0000000..3fe3085 --- /dev/null +++ b/scripts/dot/vehicles exported/jeep_line.svg @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/lorry_dot.svg b/scripts/dot/vehicles exported/lorry_dot.svg new file mode 100644 index 0000000..5efafe6 --- /dev/null +++ b/scripts/dot/vehicles exported/lorry_dot.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/lorry_line.svg b/scripts/dot/vehicles exported/lorry_line.svg new file mode 100644 index 0000000..7bdda43 --- /dev/null +++ b/scripts/dot/vehicles exported/lorry_line.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/mini_bus_dot.svg b/scripts/dot/vehicles exported/mini_bus_dot.svg new file mode 100644 index 0000000..c90c2d6 --- /dev/null +++ b/scripts/dot/vehicles exported/mini_bus_dot.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/mini_bus_line.svg b/scripts/dot/vehicles exported/mini_bus_line.svg new file mode 100644 index 0000000..727eea1 --- /dev/null +++ b/scripts/dot/vehicles exported/mini_bus_line.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/police_car_dot.svg b/scripts/dot/vehicles exported/police_car_dot.svg new file mode 100644 index 0000000..1d7b551 --- /dev/null +++ b/scripts/dot/vehicles exported/police_car_dot.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/police_car_line.svg b/scripts/dot/vehicles exported/police_car_line.svg new file mode 100644 index 0000000..02d0f51 --- /dev/null +++ b/scripts/dot/vehicles exported/police_car_line.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/rickshaw_dot.svg b/scripts/dot/vehicles exported/rickshaw_dot.svg new file mode 100644 index 0000000..b2a12de --- /dev/null +++ b/scripts/dot/vehicles exported/rickshaw_dot.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/rickshaw_line.svg b/scripts/dot/vehicles exported/rickshaw_line.svg new file mode 100644 index 0000000..d3ac575 --- /dev/null +++ b/scripts/dot/vehicles exported/rickshaw_line.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/road_train_dot.svg b/scripts/dot/vehicles exported/road_train_dot.svg new file mode 100644 index 0000000..e8d02ff --- /dev/null +++ b/scripts/dot/vehicles exported/road_train_dot.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/road_train_line.svg b/scripts/dot/vehicles exported/road_train_line.svg new file mode 100644 index 0000000..4dc872c --- /dev/null +++ b/scripts/dot/vehicles exported/road_train_line.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/roadroller_dot.svg b/scripts/dot/vehicles exported/roadroller_dot.svg new file mode 100644 index 0000000..d698f75 --- /dev/null +++ b/scripts/dot/vehicles exported/roadroller_dot.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/roadroller_line.svg b/scripts/dot/vehicles exported/roadroller_line.svg new file mode 100644 index 0000000..b09b304 --- /dev/null +++ b/scripts/dot/vehicles exported/roadroller_line.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/rocket_dot.svg b/scripts/dot/vehicles exported/rocket_dot.svg new file mode 100644 index 0000000..952245a --- /dev/null +++ b/scripts/dot/vehicles exported/rocket_dot.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/rocket_line.svg b/scripts/dot/vehicles exported/rocket_line.svg new file mode 100644 index 0000000..cdca094 --- /dev/null +++ b/scripts/dot/vehicles exported/rocket_line.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/scooter_dot.svg b/scripts/dot/vehicles exported/scooter_dot.svg new file mode 100644 index 0000000..a906a36 --- /dev/null +++ b/scripts/dot/vehicles exported/scooter_dot.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/scooter_line.svg b/scripts/dot/vehicles exported/scooter_line.svg new file mode 100644 index 0000000..053357c --- /dev/null +++ b/scripts/dot/vehicles exported/scooter_line.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/ship_dot.svg b/scripts/dot/vehicles exported/ship_dot.svg new file mode 100644 index 0000000..305e19c --- /dev/null +++ b/scripts/dot/vehicles exported/ship_dot.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/ship_line.svg b/scripts/dot/vehicles exported/ship_line.svg new file mode 100644 index 0000000..f268955 --- /dev/null +++ b/scripts/dot/vehicles exported/ship_line.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/tank_dot.svg b/scripts/dot/vehicles exported/tank_dot.svg new file mode 100644 index 0000000..2fbce00 --- /dev/null +++ b/scripts/dot/vehicles exported/tank_dot.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/tank_line.svg b/scripts/dot/vehicles exported/tank_line.svg new file mode 100644 index 0000000..9a6ea3b --- /dev/null +++ b/scripts/dot/vehicles exported/tank_line.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/tanker_dot.svg b/scripts/dot/vehicles exported/tanker_dot.svg new file mode 100644 index 0000000..1374926 --- /dev/null +++ b/scripts/dot/vehicles exported/tanker_dot.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/tanker_line.svg b/scripts/dot/vehicles exported/tanker_line.svg new file mode 100644 index 0000000..6509841 --- /dev/null +++ b/scripts/dot/vehicles exported/tanker_line.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/tractor_dot.svg b/scripts/dot/vehicles exported/tractor_dot.svg new file mode 100644 index 0000000..281f2f8 --- /dev/null +++ b/scripts/dot/vehicles exported/tractor_dot.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/tractor_line.svg b/scripts/dot/vehicles exported/tractor_line.svg new file mode 100644 index 0000000..4e0ea20 --- /dev/null +++ b/scripts/dot/vehicles exported/tractor_line.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/train_dot.svg b/scripts/dot/vehicles exported/train_dot.svg new file mode 100644 index 0000000..829effc --- /dev/null +++ b/scripts/dot/vehicles exported/train_dot.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/train_line.svg b/scripts/dot/vehicles exported/train_line.svg new file mode 100644 index 0000000..52fb67a --- /dev/null +++ b/scripts/dot/vehicles exported/train_line.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/tricycle_dot.svg b/scripts/dot/vehicles exported/tricycle_dot.svg new file mode 100644 index 0000000..e517a6d --- /dev/null +++ b/scripts/dot/vehicles exported/tricycle_dot.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/tricycle_line.svg b/scripts/dot/vehicles exported/tricycle_line.svg new file mode 100644 index 0000000..6c67ee9 --- /dev/null +++ b/scripts/dot/vehicles exported/tricycle_line.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/van_dot.svg b/scripts/dot/vehicles exported/van_dot.svg new file mode 100644 index 0000000..83af25a --- /dev/null +++ b/scripts/dot/vehicles exported/van_dot.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/dot/vehicles exported/van_line.svg b/scripts/dot/vehicles exported/van_line.svg new file mode 100644 index 0000000..2a346d1 --- /dev/null +++ b/scripts/dot/vehicles exported/van_line.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/en/Animals.sql b/scripts/en/Animals.sql new file mode 100644 index 0000000..8251f9a --- /dev/null +++ b/scripts/en/Animals.sql @@ -0,0 +1,691 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra', 2, 'Zebra', 'assets/topic/zebra.svg', 'With their signature black and white stripes who cannot recognize a zebra! Zebras are single-hoofed animals that are native of Africa. Zebras belong to horse family and are very closely realted to horses and donkeys. Zebras are now in the endangered animals list with only 2500 - 2700 population in the world.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_3', 1, 'I can draw a Zebra', 'assets/topic/zebraStripless_3.svg', 'Draw stripes using the black color on the animal to create a zebra.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_3', 2, 1, 'assets/topic/zebraStripless_3.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_5', 1, 'Creating a Zebra', 'assets/topic/zebrahandprint_6.svg', 'Create a zebra on the given hand print.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_5', 2, 1, 'assets/topic/zebrahandprint_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_7', 1, 'My creative park of Zebras', 'assets/topic/zebra_8.svg', 'Using the pictures, create your park of Zebras.', 'zebra'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_7', 2, 1, 'assets/topic/zebra_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_9', 1, 'Zebra Crossing on the Road', 'assets/topic/zebracrossing_10.svg', 'Draw zebra crossing to help the people cross the road.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_9', 2, 1, 'assets/topic/zebracrossing_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_11', 3, 'Looking between the lines of their family', 'assets/topic/zebra_5.jpg', 'Zebras are native to the African Continent. Often times we think zebras are just horses with stripes. No, you are wrong. Zebras belong to horse family but they are very much unique. But horses and donkeys are their close relatives. There are three different types of zebras. The plains zebra, the mountain zebra and the grevvy''s zebra. The plains zebra are found in the treeless grasslands and woodlands of eastern and southern Africa. The mountain zebras are native to mountainous regions of southwestern Africa. The Grevvy''s zebra are found in small areas of Kenya and Ethopia. The Gravvy''s zebra weighs around 350 - 450 kilograms. The mountain zebra weighs around 240 to 372 kilograms and the Plains zebra weighs around 350 kilograms. Wow! that''s truly a heavy weight.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_12', 3, 'Unique habits of the striped friend', 'assets/topic/zebraArticle_9.jpg', 'Zebras live in family groups led by a male zebra with several female zebras and offsprings. The male zebra is known as a stallion. The female zebra is known as a mare. The baby zebra is known as a foal. +Zebras mostly eat grass and will travel upto 1800 miles in search of food. Being herbivorous they sometimes eat barks, twigs and also leaves. Female zebras carry their youngones in womb for a period of 12 to 14 months. The baby zebras will weigh from 25 to 40 kgs at their birth. Soon after the birth the baby zebras are able to walk and run. Zebras will become fully independant at 3 to 6 years old. Zebras will have a life span of 30 to 40 years. Aren''t these habits unique!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_13', 3, 'Social bonding of Zebras', 'assets/topic/zebra_5.jpg', 'Zebras are often found among other animal groups, especially the wild beasts for safety in numbers. A large herd of animals are usually confusing to the predators. Zebras have several ways to communicate with one another. Facial expressions, such as wide-open eyes or barred teeth, all mean something. They also bark, bray, snort or huff to get their point across. Even the position of their ears signal their feelings. They can rotate their ears to almost any direction. Zebras sleep standing up and its really cool. Do you think you will be able to fall asleep standing up? and, they sleep only when they are in the safety of their group. Aren''t their social bonding amazing!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_14', 3, 'Important facts that Zebra carry', 'assets/topic/zebra_5.jpg', 'The swahili name of a zebra is "Punda Milia" +This is super cool! No two zebras, ever have the same 2 stripes. They are just like our fingerprints. Wow! there must be loads of different patterns! +Zebra crossings are named after the black and white stripes of zebras. Zebra crossings are also known as pedestrian crossings. Now isn''t that an inspiration! +Zebras are super speedy animals. In fact, they can run upto 65 miles per hour. Now that is seriously fast! +Zebras look cute and friendly, but they can be aggressive animals too! The piercing bites and powerful kicks are strong enough to cause serious damage and sometimes even kill! That''s a caution! Keep yourself away from the striped animal.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_15', 0, 'Does zebra belong to a horse family?', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_15', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_15', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_18', 0, 'A zebra is a super cute animal, but can be _______________.', 'assets/topic/zebraArticle_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_18', 1, 1, 'very aggressive'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_18', 0, 1, 'very friendly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_18', 0, 2, 'very mild'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_22', 0, 'No two _____________________ are identical.', 'assets/topic/zebraArticle_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_22', 1, 1, 'stripes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_22', 0, 1, 'tails'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_22', 0, 2, 'patterns'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_26', 0, 'Is zebra a herbivore?', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_26', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_26', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_29', 0, 'Match the parts to complete the picture', 'assets/topic/zebra_5.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_29', 1, 1, 'assets/topic/zebraEars_35.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_29', 1, 2, 'Ear'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_29', 1, 3, 'assets/topic/zebraLegs_36.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_29', 1, 4, 'Leg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_29', 1, 5, 'assets/topic/zebraTail_37.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_29', 1, 6, 'Tail'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_36', 0, 'Choose the correct word', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_36', 1, 1, 'herbivorous'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_36', 0, 1, 'bivorherous'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_36', 0, 2, 'vorousherbi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_40', 0, 'Choose the correct word', 'assets/topic/zebraAfrica_39.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_40', 1, 1, 'africa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_40', 0, 1, 'ricafa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_40', 0, 2, 'carifa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra_44', 0, 'Choose the correct word', 'assets/topic/zebra_5.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_44', 1, 1, 'zebra'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_44', 0, 1, 'braez'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra_44', 0, 2, 'rabez'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird', 2, 'Fischer''s Lovebird', 'assets/topic/lovebird.svg', 'This cute looking bird has a cute name just like its look and its called as "Fischer''s Lovebird". It looks like a tiny parrot. This amazing bird was initially discovered by a German explorer, Gustav Fischer in 19th century. That''s why the name Fischer''s Lovebird.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_3', 1, 'My cute little ''Fischer''', 'assets/topic/lovebirdtemp_4.svg', 'Choose the images and create the picture of a Fischer''s Lovebird.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_3', 2, 1, 'assets/topic/lovebirdtemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_5', 1, 'I can make my own Fischer''s lovebird', 'assets/topic/lovebirdtemp_6.svg', 'Using the drawing tools draw, color and create your own Fischer''s lovebird', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_5', 2, 1, 'assets/topic/lovebirdtemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_7', 1, 'My Bird Sanctuary', 'assets/topic/lovebirdtemp_8.svg', 'Using the images and the drawing tools create a bird sanctuary for your Fischer''s lovebirds.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_7', 2, 1, 'assets/topic/lovebirdtemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_9', 1, 'Colourless to colourful', 'assets/topic/lovebirdtemp_10.svg', 'Colour the fischer''s lovebirds using different colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_9', 2, 1, 'assets/topic/lovebirdtemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_11', 3, 'A little knowledge about the little bird', 'assets/topic/lovebirdArticle_6.jpg', 'Fischer''s lovebirds are native to central Africa. Fischer''s lovebirds stay in isolated group of trees with grass plains between them. It generally stays at a height of 1,100 to 2000 metres above sea level and more often near water. These tiny birds make their home in holes of trees, rocks or shrubs in the wild. They usually nest in groups or pair off creating their own home. The Fischer''s lovebirds can live from 15 to 25 years.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_12', 3, 'Impressive personality it owns', 'assets/topic/fischerslovebird_7.jpg', 'Fischer''s lovebirds are very tiny in size compared to that of a parrot. With 5.5 inches length and 43 to 58 grams weight they almost look like a toy parrot. In spite of their small size they are bold, curious and always on the go. Fischer lovebird is also known by its eye ring. It has a white circle around its eye. Fischer''s lovebirds are very colourful. Orange, red, yellow, green, blue, grey, white and pink colours are beautifully and wonderfully shaded all over their tiny bodies.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_13', 3, 'Get to know the behaviour', 'assets/topic/lovebirdArticle_6.jpg', 'Fischer''s lovebirds display lot of social bonding. They are always seen in pairs. If the lovebirds are seperated from their flock they go into depression. Fischer''s lovebird has a fast flight. It''s so fast that the sound of their wings is heard as they fly. These tiny little creatures are chatty bunch. They keep singing and whistling all day long. They are especially vocal during the dawn and the dusk. Their chirping sound is pleasant to ears. They are flocking birds and they love talking to each other. Isn''t that an interesting behaviour!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_14', 3, 'All about the chicks', 'assets/topic/lovebirdEgg_10.jpg', 'Fischer''s lovebirds lay eggs in season from january to july. The eggs are laid in the holes of the trees. The eggs are white in colour and they are usually 4 to 8 in numbers. The female lovebird sits on the eggs for 21 to 23 days until its all hatched. The small babies fledge from the nest about 38-42 days after hatching. The baby lovebirds are called as chicks. The female lovebird will feed the chicks while they are in the nest. The male lovebird will teach the chicks to eat regular food. That makes a happy family.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_15', 3, 'Important facts that can''t be missed', 'assets/topic/lovebirdArticle_6.jpg', 'Fischer''s Love birds are kept as a pet in almost all over the world. Hope you have seen it! +These Love birds often feed each other. One bird transfers the food to an other bird. So, now we know how they carry their name. +There are 9 different types of love birds in all. Hanging parrot found in Asia is their closest relative. +Fischer''s love birds have a healthy diet. They eat seeds, berries, fruit and ocassionaly insect larva in the wild. They sometimes enjoy eating millets and maize. Hence they carry the name as "Crafty Crop Pests". +Love birds are agressive in nature. They are quiet jealous or disturbed when other birds enter their group. So, watch out the little friend gets angry too.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_16', 0, 'Which is the native of Fischer''s lovebird?', 'assets/topic/zebraAfrica_39.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_16', 1, 1, 'Central Africa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_16', 0, 1, 'America'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_16', 0, 2, 'India'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_20', 0, 'Fischer''s lovebird was first discovered by a ___________ explorer, Gustav Fischer.', 'assets/topic/fischerslovebird_7.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_20', 1, 1, 'german'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_20', 0, 1, 'chinese'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_20', 0, 2, 'african'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_24', 0, 'Identify the body parts and match it with their names', 'assets/topic/fischerslovebird_7.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_24', 1, 1, 'tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_24', 1, 2, 'assets/topic/birdtail_31.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_24', 1, 3, 'body'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_24', 1, 4, 'assets/topic/birdbody_33.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_24', 1, 5, 'beak'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_24', 1, 6, 'assets/topic/birdbeak_35.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_24', 1, 7, 'feather'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_24', 1, 8, 'assets/topic/birdfeather_37.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_24', 1, 9, 'foot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_24', 1, 10, 'assets/topic/birdfeet_39.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_35', 0, 'Fischer''s lovebirds make their homes inside the water', 'assets/topic/lovebirdArticle_6.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_35', 1, 1, 'False'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_35', 0, 1, 'True'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_38', 0, 'baby _______', 'assets/topic/lovebirdchick_34.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_38', 1, 1, 'chicks'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_38', 0, 1, 'calf'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_41', 0, 'Gustav _________', 'assets/topic/fischerslovebird_7.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_41', 1, 1, 'Fischer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_41', 0, 1, 'Marvel'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fischer''s lovebird_44', 0, 'Ring ___________', 'assets/topic/lovebirdEye_40.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_44', 1, 1, 'eyes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fischer''s lovebird_44', 0, 1, 'tail'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant', 2, 'African Safari Ant', 'assets/topic/ant.svg', 'Don''t go by the size. Size is not a matter for these safari ants. They are commonly known as driver ants and found in Africa. Although it''s not common, safari ants can kill humans. Yes, you read it right. Tiny ants can take a man''s life! and that is truly scary.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_3', 1, 'Colour the Safari Ant', 'assets/topic/anttemp_4.svg', 'Colour the safari ants using the colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_3', 2, 1, 'assets/topic/anttemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_5', 1, 'I can draw a Safari Ant', 'assets/topic/anttemp_6.svg', 'Use the drawing tools to draw the picture of a safari ant.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_5', 2, 1, 'assets/topic/anttemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_7', 1, 'Column of Safari Ants', 'assets/topic/anttemp_8.svg', 'Use the images and create a column of safari ants', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_7', 2, 1, 'assets/topic/anttemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_11', 3, 'Let''s know about the terrific insect', 'assets/topic/Safari_ant_8.jpg', 'The safari ant also known as the driver ant and saifu. These are found in central and east Africa. It is also found in Asia. The word saifu is a swahili word. These insects have nomadic existance. They keep moving from one place to another. These ferocious colonies of ants keep changing the place everyday. Their search for prey involves climbing into trees and shrubs. Quiet active, arent they?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_12', 3, 'Lifecycle of the mighty ants', 'assets/topic/safariAnt_9.jpg', 'Safari ants are known to be carnivore. These ants are known to be the strongest hunter. They use their numerous number to kill the prey. Its when the food supply become short, they leave the hill and form marching columns of 50,000,000 ants. This is a true problem for the people. Specially when these columns go through homes, they are more problematic. It''s risk for the one who is unable to move from their way. Using their powerful cutting jaws, these ants attack everything in their path. It may be snakes, birds, mammals and even human beings. They are truly ferocious.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_13', 3, 'Important facts to know', 'assets/topic/Safari_ant_8.jpg', 'A safari ant can travel about 20 metres in an hour. Not bad... +Safari ant is considered to be the most deadly insect in the world. They can skelentonize a human body in 4 hours. +Having a nomadic character these insects move to a new spot each day. +These tiny insects have extremely strong jaws. One can pull it into two without it releasing its hold. And, this is called as a strong hold. +A male safari ants are sometimes known as sausage flies. It is called by the name because it has a bloated stomach.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_14', 0, 'African Safari ant is also known as _______', 'assets/topic/safariAnt_3.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_14', 1, 1, 'driver ant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_14', 0, 1, 'dragon ant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_14', 0, 2, 'monitor ant'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_18', 0, 'A column of safari ants can travel ________ metres in an hour.', 'assets/topic/safariAnt_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_18', 1, 1, '20'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_18', 0, 1, '100'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_18', 0, 2, '10'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_22', 0, 'What is a male safari ant called as?', 'assets/topic/Safari_ant_8.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_22', 1, 1, 'sausage flies'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_22', 0, 1, 'stomach flies'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_22', 0, 2, 'burger flies'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_26', 0, 'The safari ant can skelentonize a human body in about 1 hour.', 'assets/topic/safariAnt_3.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_26', 1, 1, 'False'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_26', 0, 1, 'True'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_29', 0, 'cutting _______', 'assets/topic/safariAntJaw_26.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_29', 1, 1, 'jaws'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_29', 0, 1, 'eyes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_29', 0, 2, 'antennae'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_33', 0, '___________ flies', 'assets/topic/safariAnt_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_33', 1, 1, 'sausage'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_33', 0, 1, 'house'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_33', 0, 2, 'deadly'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('African Safari Ant_37', 0, '_________ character', 'assets/topic/safariAnt_3.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_37', 1, 1, 'nomadic'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_37', 0, 1, 'lazy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('African Safari Ant_37', 0, 2, 'harsh'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile', 2, 'Crocodile', 'assets/topic/crocodile.svg', 'Who don''t recognise this water animal? Crocodiles......... aren''t they frightening. Crocodiles are water reptiles, and among the most feared carnivorous animal on earth. There are over 23 different types of crocodiles on the planet. These scary animals are one of the ancient living beings on earth. They have been here since 240 million years. The oldest ancestor ever.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_3', 1, 'The scariest reptile', 'assets/topic/crocodiletemp_4.svg', 'Draw scales on the given picture of the crocodile. Make it a scary crocodile.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_3', 2, 1, 'assets/topic/crocodiletemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_5', 1, 'Look what I have drawn', 'assets/topic/croctemp_6.svg', 'Using the drawing tools draw, color and create the picture of a crocodile', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_5', 2, 1, 'assets/topic/croctemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_7', 1, 'Caution - Float of crocodiles', 'assets/topic/croctemp_8.svg', 'Using the images and the drawing tools create a group of crocodiles in the water with a danger zone board.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_7', 2, 1, 'assets/topic/croctemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_9', 1, 'A Colourful and Trendy Crocodile', 'assets/topic/croctemp_10.svg', 'Colour the picture of the crocodile using your choice of colours. Add on dress, cap/hat or any accessories and make it a trendy looking crocodile.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_9', 2, 1, 'assets/topic/croctemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_11', 3, 'Getting to know the wild predator', 'assets/topic/crocodile_7.jpg', 'The large scariest water monster is a carnivor. Being a meat eater it enjoys eating birds, fish and mammals. sometimes they attack man too. Small crocodiles are also the easiest prey to this wild predator. It sounds strange but true. It will not spare it''s young ones too. Despite of being grouped under reptiles, crocodile is more closely related to dinosaur. It is believed to have been living alongside dinosaur and birds. we don''t see the dinosaur anymore but crocodiles still survive. This is truly amazing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_12', 3, 'Amazing features of the giant', 'assets/topic/crocodile_8.jpg', 'These giant neighbours vary in size and weight. The largest crocodile can grow from 13 to 18 feet and weigh upto 2200 pounds. The smallest being the dwarf in the crocodile family can reach 5 feet and will weigh around 40 to 70 pounds. Now, being a pure meat eater this water beast has twenty four sharp teeth. The skin on their back contains bony structures which make them bullet proof. The skin on the belly is gentle. So, finally something is gentle. They have a long snout which varies in shape and proportion. The nostrils, eye and ear opening are the highest part of the head. The body of the crocodile is streamlined with thier webbed feet tucking out. That''s the amazing body features of the giant water monster.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_13', 3, 'Fascinating eating habits of the crocodile', 'assets/topic/crocodile_9.jpg', 'Crocodiles are carnivorous. This means they eat only and only meat. Eating is so fun and specially when we eat our favourite food. We just chew and chew and keep chewing. Now, stop there, crocodiles eat their favorite food too. But, eating is just swalloing for these wild water animals. They use their strong and sharp teeth to tear their prey into big pieces after clamping them down in their jaws. They swallow stones just as their prey for digestion. These stones help in grinding the food inside their stomach. Isn''t that someting fascinating! Now, beware! don''t you do the same.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_14', 3, 'A little more into the crocodile world', 'assets/topic/crocodile_7.jpg', 'Crocodiles are cold blooded animals. They change their body temperature accoring to the environment they are in. That means it''s just like an air conditioner. If they need body warmth then they bathe in the sun. If they need to cool down, then they move into the water. These strong animals have strong sense organs too. Their acute senses makes them perfect predators. Can we see in the night? of course yes, but we need light to guide us. It''s not the same with our crocodile friend. Their night vision is very good. So are their senses of smell and hearing. With all these strong features, crocodiles live from 50 to 60 years and sometimes to 80 years. Great life of a great animal.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_15', 3, 'Amazing facts of the Crocodile', 'assets/topic/crocSnout_38.jpg', 'Crocodile tears - Have you heard this somewhere? Crocodiles produce tears when they eat. No, its not for the dead prey, but its because they swallow too much air which gets in touch with the tear glands and hence the tears roll out. +Crocodiles have one of the strongest bites in the whole of animal world. Hence, the water monster. +Did you know that, crocodiles are very strong swimmers. They can swim at a speed of 25 miles per hour. And this ability is because of its strong tail. Wow, what a strong tail indeed! +Crocodiles are often seen with their jaws wide open. Any guess! The fact is they open their jaws to cool themselves because they don''t have sweat glands. +A female crocodile lays 20 to 80 eggs and takes care of them for 3 months. and this is truly amazing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_16', 0, 'Crocodiles are carnivorous animals.', 'assets/topic/crocodile_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_16', 1, 1, 'Yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_16', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_19', 0, 'Crocodile is a _____________ blooded animal.', 'assets/topic/crocodile_8.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_19', 1, 1, 'cold'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_19', 0, 1, 'warm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_19', 0, 2, 'hot'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_23', 0, 'Identify the body parts and match it with their names', 'assets/topic/crocodile_7.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_23', 1, 1, 'webbed feet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_23', 1, 2, 'assets/topic/crocfeet_30.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_23', 1, 3, 'teeth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_23', 1, 4, 'assets/topic/crocTeeth_32.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_23', 1, 5, 'tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_23', 1, 6, 'assets/topic/crocTail_34.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_23', 1, 7, 'eyes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_23', 1, 8, 'assets/topic/crocEye_36.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_23', 1, 9, 'snout'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_23', 1, 10, 'assets/topic/crocSnout_38.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_34', 0, 'Crocodiles''s can live upto 1000 years.', 'assets/topic/crocodile_30.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_34', 1, 1, 'False'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_34', 0, 1, 'True'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_37', 0, 'crocodile _______', 'assets/topic/crocEye_36.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_37', 1, 1, 'tears'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_37', 0, 1, 'cakes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_37', 0, 2, 'mistakes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_41', 0, 'Bullet ___________', 'assets/topic/bullet_37.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_41', 1, 1, 'proof'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_41', 0, 1, 'jacket'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_41', 0, 2, 'machine'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Crocodile_45', 0, 'Sharp ___________', 'assets/topic/crocTeeth_32.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_45', 1, 1, 'teeth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_45', 0, 1, 'tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Crocodile_45', 0, 2, 'eyes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion', 2, 'Lion', 'assets/topic/lion.svg', 'The king of the forest. The big cat. The king of the beasts. The lion is known throughout the history for its courage and strength. This majestic animal is considered to be the second biggest cat in the world. Its truly a facinating creature.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_3', 1, 'The Majestic animal', 'assets/topic/africa-1300562.svg', 'Use different colours of your choice to make the lion colourful.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_3', 2, 1, 'assets/topic/africa-1300562.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_5', 1, 'Look what I have drawn', 'assets/topic/Lion_clipart.svg', 'Using the drawing tools draw, color and create the picture of a lion', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_5', 2, 1, 'assets/topic/Lion_clipart.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_7', 1, 'Pride of lions', 'assets/topic/tree-576848.svg', 'Using the images and the drawing tools create a group of lions', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_7', 2, 1, 'assets/topic/tree-576848.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_9', 1, 'Magic in no time', 'assets/topic/lioness.svg', 'Add mane using the drawing tools to the face of the lioness and make it a lion.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_9', 2, 1, 'assets/topic/lioness.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_11', 3, 'History of the lion', 'assets/topic/pexels-photo-627667.jpeg', 'The majestic king of the forest once roamed most of Africa and parts of Asia and Europe. Today they are found in sub - saharan Africa. Very small population of Asian lions survive in India. The lions evolved between 1 million and 800,000 years ago in Africa. Lions are constantly being reduced but they are still not endangered. Hope our king of the forest will always stay and grow in numbers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_12', 3, 'Lets understand the body craft', 'assets/topic/pride-48373__340.png', 'The amazing king is a muscular, deep chested cat. It has a short rounded head, a reduced neck and round ears. There''s a hairy tuff at the end of the tail. The king is larger than a queen. The king weighs from 150 to 250 kgs. When it comes to the length, the lion is larger than the lioness. The queen weighs from 120 to 182 kgs. A male lion has a mane. The majestic creature has a short life span. They live approximately 15 years. But, the lions in captive will go on to live for 30 years too.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_13', 3, 'Lions and their Hunting', 'pexels-photo-627667', 'The male lions take care of their area. The whole of their area includes 100 square miles of grasslands or open woodlands. These animals mark the area with urine. They roar to scare the other animals who try to walk into their area. They even chase the other animals from their place. Female lions are called as lioness. The lioness hunts for the group of lions. The group of lions is called as a pride. The female lions work together to hunt their prey. The pride enjoys their prey equally. They share with their young ones. The youngones are called as cubs. The cubs do not help to hunt untill they are a 1 year old. The lions are known for their team work. They are the only cats that stay in pride.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_14', 3, 'Lions and the Cats', 'assets/topic/lions-1132745_960_720.jpg', 'Lions are called to be big cats. These big cats have most of their behaviour similar to the pet cats at home. Lions are very good climbers. They are often seen up in trees checking the area for prey. Lions are awake only for 3 to 4 hours a day. Can you imagine? they spend their whole day in sleeping. Wow! that''s strange, but it''s true. They sleep in lots of unusual positions. They sleep on their back with their paws in air. Isn''t these habits similar to that of a pet cat?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_15', 3, 'Interesting facts about the Lion king', 'assets/topic/Unknown.jpg', 'Each individual lion has a unique pattern of whiskers on its muzzle. Imagine the number of patterns! +A lion''s roar can be heard upto 3 miles away. Isn''t that too loud! Scary scream +The heaviest lion on record weighed around 375 kgs. That is too heavy. +A female lion eats 5 kgs of meat everyday. A male lion eats 7 kgs of meat everyday. Now that is called a heavy diet. +Lioness are caring mothers. They even take care of the neglected cubs. +Lions will kill anything from mice, lizards to wild beasts. It''s truly a survivor. +After carrying the youngones in womb for 105 days, a lioness gives birth to 2 to 3 cubs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_16', 0, 'Select the lion''s food', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_16', 1, 1, 'assets/topic/deer-2264354__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_16', 1, 2, 'assets/topic/animals-1782431__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_16', 1, 3, 'assets/topic/rabit-2808713_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_16', 1, 4, 'assets/topic/zebra-1141302_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_16', 0, 1, 'assets/topic/still-life-562357_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_16', 0, 2, 'assets/topic/basket-605148__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_16', 0, 3, 'assets/topic/popcorn-1554145__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_16', 0, 4, 'assets/topic/cake-1227842__340.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_25', 0, 'The female lions hunts the ________.', 'assets/topic/lion-693059__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_25', 1, 1, 'prey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_25', 0, 1, 'games'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_25', 0, 2, 'water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_29', 0, 'Identify the body parts and match it with their names', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_29', 1, 1, 'lion''s mane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_29', 1, 2, 'assets/topic/lion-1281302_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_29', 1, 3, 'claws'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_29', 1, 4, 'assets/topic/stock-photo--lion-s-paw-with-claws-450899818.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_29', 1, 5, 'tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_29', 1, 6, 'assets/topic/lion-tail-857949__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_29', 1, 7, 'roar'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_29', 1, 8, 'assets/topic/lion-2635913__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_29', 1, 9, 'cub'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_29', 1, 10, 'assets/topic/lion-2990717__340.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_40', 0, 'A lion hunts for the pride.', 'assets/topic/lion-3221778__340.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 1, 1, 'assets/topic/lion-565820_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_40', 0, 1, 'True'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_43', 0, 'Lion''s _______', 'assets/topic/africa-17344_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_43', 1, 1, 'mane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_43', 0, 1, 'assets/topic/lions-1660044_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_43', 0, 2, 'shirt'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_47', 0, 'Roaring ___________', 'assets/topic/lion-3012515__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_47', 1, 1, 'lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_47', 0, 1, 'assets/topic/raven-2162966__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_47', 0, 2, 'assets/topic/ant-564617_960_720.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Lion_51', 0, 'caring ___________', 'assets/topic/lion-608251__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_51', 1, 1, 'assets/topic/lion-762698__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_51', 0, 1, 'assets/topic/lion-s-paw-claw-hand.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Lion_51', 0, 2, 'assets/topic/animals-2609490_960_720.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis', 2, 'Africanis', 'assets/topic/dog.svg', 'With an origin that goes back approximately 7000 years back, Africanis is one of the ancient African dog breed. Africanis is considered the dog of Africa.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_3', 1, 'My Africanis, the best dog', 'assets/topic/dogtemp_4.svg', 'Using the images, build a kennel for your dog. Write a name on the name board and display at the kennel. Treat your pet with the bone. Add decorations using the drawing tools.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_3', 2, 1, 'assets/topic/dogtemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_9', 1, 'Colour me Please', 'assets/topic/dogtemp_10.svg', 'Using the colours ofg your choice, colour the picture of the dog.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_9', 2, 1, 'assets/topic/dogtemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_11', 1, 'Modified Africanis', 'assets/topic/dogtemp_12.svg', 'Using the images modify the picture of the dog as desired.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_11', 2, 1, 'assets/topic/dogtemp_12.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_20', 1, 'Happy Family time', 'assets/topic/dogtemp_21.svg', 'Using the images create a fun family time picture.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_20', 2, 1, 'assets/topic/dogtemp_21.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_26', 3, 'Admired personality of Africanis', 'assets/topic/africanisdog_9.jpg', 'Dog is always considered to be man''s best friend. This is very true when it comes to Africanis breed. Being friendly and playful in nature this dog is a perfect pet for homes. It''s playful nature makes it a good companion for kids. Apart from being playful, it is watchful and alert. Who doesn''t love to be independant. Yes, exactly like us, Africanis too loves to be independant. But, at the same time it stays obidient to its owner. However, it grows grumpy and moody as it grows old. After all, everyone have their mood swings.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_27', 3, 'The Bodycraft of an Africanis', 'assets/topic/africans_23.jpg', 'Africanis have a thin built body. This helps them to be more flexible and natural in their movements. It has a well muscled body. The ribs are visible when it is healthy. Not being too tall, the Africanis have a normal height of 20 to 24 inches in height and will weigh around 25 to 45 kgs. Their coat comes in variety of colours such as black, dark brown, chocolate brown, honey, white, cream and golden merle. The cute sleek friend has a cone shaped face. Don''t you think it makes a royal look?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_28', 3, 'Lovely Characteristics of Africanis', 'assets/topic/africans_24.jpg', 'Africanis is very friendly with kids. Don''t you love to have one? +The dog is highly trainable as it is very obidient to it''s master. +The dog is quiet territorial about it''s surroundings. It doesn''t like any one entering it''s boundaries. It won''t go well when it is in group. +Having well built muscles, it has a great stamina to walk and trot for a long distance. +The dog is quiet healthy all through his life but, sometimes has a risk of contracting rabies. +Africanis is loyal and courageous in nature. There are believed to give their life for their owners. Wow! what a loyalty.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_29', 3, 'The must to be known facts about Africanis', 'assets/topic/africanisdog_3.jpg', 'Africanis is a hound. and hence it''s sleek body. +The average life span varies from 10 to 12 years. Very short life! +Bantu dog, hottentot hunting dog, zulu dog, khoikhoi dog are the other names of an Africanis. +Africanis is an intelligent dog with a friendly nature. +Africanis is a medium sized breed of dog. +Africanis is considered to be one of the best hunting dog. +Africanis have a short hair and does not need any grooming.Isn''t that easy to keep a pet Africanis?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_30', 0, 'Africanis dog breed is the origin of south ___________.', 'assets/topic/zebraAfrica_39.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_30', 1, 1, 'Africa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_30', 0, 1, 'america'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_30', 0, 2, 'asia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_34', 0, 'Africanis is an _________________ dog.', 'assets/topic/africans_24.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_34', 1, 1, 'intelligent'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_34', 0, 1, 'lazy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_34', 0, 2, 'ferocious'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_38', 0, 'What is the life span of an Africanis breed dog?', 'assets/topic/africans_23.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_38', 1, 1, '10 to 12 years'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_38', 0, 1, '15 to 20 years'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_38', 0, 2, '5 to 10 years'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_42', 0, 'Identify the body parts and match it with their names', 'assets/topic/africans_24.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_42', 1, 1, 'tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_42', 1, 2, 'assets/topic/africanisdog_9.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_42', 1, 3, 'ear'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_42', 1, 4, 'assets/topic/africanisdog_3.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_42', 1, 5, 'face'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_42', 1, 6, 'assets/topic/africanisdog_3.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_42', 1, 7, 'legs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_42', 1, 8, 'assets/topic/africans_46.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_42', 1, 9, 'body'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_42', 1, 10, 'assets/topic/africans_23.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_53', 0, 'Africanis dog is also known as Bantu dog.', 'assets/topic/africanisdog_9.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_53', 1, 1, 'True'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_53', 0, 1, 'False'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_56', 0, 'Sleek _______', 'assets/topic/africans_23.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_56', 1, 1, 'body'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_56', 0, 1, 'nose'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_56', 0, 2, 'hair'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_60', 0, '___________ face', 'assets/topic/africanisdog_3.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_60', 1, 1, 'cone shaped'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_60', 0, 1, 'square'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_60', 0, 2, 'broad'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Africanis_64', 0, 'Muscled __________', 'assets/topic/africans_46.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_64', 1, 1, 'body'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_64', 0, 1, 'tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Africanis_64', 0, 2, 'eyes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant', 2, 'Elephant', 'assets/topic/elephant.svg', 'Have you ever stood beside an elephant? They are so big and beautiful with one long trunk, two tusks and 4 heavy legs. Wow! it''s such an amazing animal. Elephant is considered to be the world''s largest land mammal.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_3', 1, 'Elephant recreated', 'assets/topic/Meuble_héraldique_Elephant.svg', 'Choose the images and recreate your elephant.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_3', 2, 1, 'assets/topic/Meuble_héraldique_Elephant.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_14', 1, 'A stay for my Elephant', 'assets/topic/pines-576574.svg', 'Create a stay for your elephant by planting the trees of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_14', 2, 1, 'assets/topic/pines-576574.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_21', 1, 'A rainbow Elephant', 'assets/topic/elephant-2403410__340.png', 'Use different colors of your choice to color the elephant in the picture.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_21', 2, 1, 'assets/topic/elephant-311596.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_23', 1, 'Cuteness Overloaded', 'assets/topic/elephant-42339.svg', 'Using the drawing tools, add ornaments; chain, crown, dress, earrings, bangles, footware etc for the given picture of the elephant.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_23', 2, 1, 'assets/topic/elephant-42339.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_25', 3, 'Let''s know about the Elephant', 'assets/topic/elephant-family-amboseli-260nw-305729312.jpg', 'Being the world''s largest land mammal, elephants continue to be in the top list. Elephants weigh upto 6000 kgs and measures upto 14 ft in height. Give a minute to just imagine the elephant.... that''s really big! Elephants have a skillful trunk which does all its important work. It has two really big ears and two curved tusks. This huge animal friend has a small tail which is as long as 1.3 metres. The life span of an African elephant is 60 to 70 years. The life span of an Asian elephant is 48 years.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_26', 3, 'Let''s ride into their senses', 'assets/topic/elephant-111695_960_720.jpg', 'Elephants use their trunk for smelling, breathing, detecting vibrations, caressing their youngones, sucking up water and grasping objects. Isn''t that amazing! Similar to their trunk their ears also serve many purpose. Elephants use their ears to communicate visually. Flapping their ears can either show aggression or joy. One elephant can hear the call of another elephant to 4 kms away. These pretty creatures havea keen sense of smell. Elephants connect to each other more often with a sense of touch. They use all parts of their body to interact with one another. But when it comes to eyes, they have a moderate visionary.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_27', 3, 'Trying to know about their habitat', 'assets/topic/female-314976__340.jpg', 'The female elephants are called as cows. The male elephants are called as bulls. The female elephants live in family groups with their young ones. The male elephants tend to roam on their own. Elephants have longer pregnancy than any other animals. The young ones are in the womb for almost 22 months. At birth baby elephants weigh some 100 kgs and stand 3 feet tall. There are two types of elephants. The African elephant and the Asian elephant. The African elephants are larger in size compared to Asian elephants.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_28', 3, 'A little knowledge about the tusk', 'assets/topic/nature-1284285_960_720.jpg', 'A tusk in the elephant is it''s big teeth. One third of the tusk is actually hidden from view. It is covered deep inside it''s head. Elephant''s tusks never stop growing. Elephants use their tusk to dig, strip the barks of the tree and move the things out of their way. Most of the times they use them as weapons to scare their predators. Elephants tusk is known as Ivory. And it is very expensive in the market. Tusks have been the main reason behind elephant hunting. Now, this is not fair. If elephant killing continues, very soon elephant will become extinct.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_29', 3, 'Fascinating facts about the Elephant', 'assets/topic/elephant-839098_960_720.jpg', 'The oldest known elephant lived for 86 years. The average life span of an elephant is 50 to 70 years. +Did you know that elephants can''t jump, trot or gallop? It can either run or walk. +Elephants are similar to human when it comes to emotions. They display grief, compassion, self-awareness, play, art and music. Isn''t this an amazing fact! +Elephants follow a structured lifestyle. Female elephants live their entire life in groups made up of mothers, aunts, sisters, daughters and grandmothers. Male elephants prefer to live the life of a bachelor. Does this remind of a human lifestyle?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_30', 0, 'Elephant is the world''s ___________ animal.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_30', 1, 1, 'largest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_30', 0, 1, 'smallest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_30', 0, 2, 'tallest'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_34', 0, 'Elephants can __________ and __________.', 'assets/topic/elephant-family-amboseli-260nw-305729312.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_34', 1, 1, 'run, walk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_34', 0, 1, 'trot, gallop'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_34', 0, 2, 'jump, gallop'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_38', 0, 'How much does a baby elephant weigh at it''s birth?', 'assets/topic/baby_elephant.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_38', 1, 1, '100 kgs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_38', 0, 1, '200 kgs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_38', 0, 2, '500 kgs'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_42', 0, 'Identify the body parts and match it with their names', 'assets/topic/african-1551762__340.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_42', 1, 1, 'elephant''s trunk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_42', 1, 2, 'assets/topic/african-1551762__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_42', 1, 3, 'elephant''s ear'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_42', 1, 4, 'assets/topic/elephant-2668679__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_42', 1, 5, 'elephant''s tusk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_42', 1, 6, 'assets/topic/elephant-3292752__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_42', 1, 7, 'elephant''s tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_42', 1, 8, 'assets/topic/elephant-3679295__340.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_42', 1, 9, 'baby elephant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_42', 1, 10, 'assets/topic/baby-elephants-playing-260nw-75308080.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_53', 0, 'The tusk of an elephant is also known as Ivory', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_53', 1, 1, 'assets/topic/africa-animal-photography-barbaric-631317.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_53', 0, 1, 'False'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_56', 0, 'long _______', 'assets/topic/elephant-3679295__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_56', 1, 1, 'trunk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_56', 0, 1, 'eyes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_56', 0, 2, 'hair'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_60', 0, 'white ___________', 'assets/topic/african-1551762__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_60', 1, 1, 'tusk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_60', 0, 1, 'tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_60', 0, 2, 'ear'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Elephant_64', 0, 'large ___________', 'assets/topic/elephant-3679295__340.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_64', 1, 1, 'body'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_64', 0, 1, 'nails'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Elephant_64', 0, 2, 'eyes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat', 2, 'Goat', 'assets/topic/Goat.svg', 'Who does''nt recognise a stout bodied mammal with horns and cloven hooves? Yes, you are right! It’s the goat, our domestic friend. Did you even know that goats were among the first animals to be domesticated by man 11,000 years ago in the North east! Being goat''s milk one of the most popular drink world-wide, goats have always been man''s most useful animal next door.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_3', 1, 'Creating a Goat', 'assets/topic/goattemp_4.svg', 'Using the drawing tools, draw the missing body parts of the goat.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_3', 2, 1, 'assets/topic/goattemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_5', 1, 'I can draw a goat.', 'assets/topic/goattemp_8.svg', 'Using the drawing tools draw the picture of a goat .', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_5', 2, 1, 'assets/topic/goattemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_7', 1, 'My Healthy Goat', 'assets/topic/goattemp_8.svg', 'Add feed for the goat using the drawing tools.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_7', 2, 1, 'assets/topic/goattemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_9', 1, 'Three Billy Goats Gruff', 'assets/topic/goattemp_10.svg', 'Color the story cards "Three Billy Goats Gruff"', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_9', 2, 1, 'assets/topic/goattemp_10.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_11', 3, 'The origin of the Goat', 'assets/topic/goat_8.jpg', 'Goats and humans have a long and productive history together. The great goat domestication took place about 11,000 years ago in North-east. There are two types of goats and they are called as mountain goats and domestic goats. Mountain goats. Mountain goats are found in rocky mountains, typically in Alaska, Western Montana, Central Idaho, South Dakota, Colorado and Washington. Domestic goats are raised all over the world in almost all homes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_12', 3, 'Cool Habits of the grass eater', 'assets/topic/goat_7.jpg', 'Goats are very social creatures and live in small groups. The goups are called as herds. Mountain goats are more social during the winter and go solo during summer. Goats typically spend their days grazing on grasses within their home range. Mountain goats will dig 1 to 1 inch depressions in the ground to sleep, rest and to bathe in dust. Goats are herbivorous, which means they eat only vegetation. Mountain goats eat mosses and plants. Domestic goats eat thrash, house plants are just anything lying around.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_13', 3, 'Let''s know the goat family', 'assets/topic/goatfamily_9.jpg', 'A male goat is called a buck or a billy. The female goat is called a nanny or doe. The baby goat is called a kid. The female goat carries the baby in its womb for a period of 150 to 180 days before giving birth. The baby goats are very active and quick. Within minutes of being born, kids are up and walking. The kids are adults when they are 30 months old. There are around 200 breeds of domestic goats. The domestic goats weigh from 9 to 113 kgs depending upon their breed. The Mountain goats weigh from 57 to 82 kgs. Goats ahave a short life span. The mountain goats live from 9 to 12 years. The domestic goats live somewhere around 10 to 18 years. Isn''t the goat family as simple as a goat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_14', 3, 'Interesting facts to share about the bleating friend.', 'assets/topic/goatbleeting_10.jpg', 'A baby goat is called a kid. But the fact is goat giving birth is called to be "kidding". +Goats don''t have teeth in their upper jaw. Now, this is funny! can''t imagine having the same pattern in man. +Goats can climb trees and jump over 5 feet. Great strenth! +Goats bleat differ from region to region. That means the bleat of a goat in one country is different from the bleat of the goat in another country. Some identity like we humans. +Goats do not like to get wet. They run to the shelter when its raining. But, we like to get wet and play in rain. +A goat has 4 stomachs called as rumen. This helps in proper digestion of the food. Now, this is the secret of its continuous grazing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_15', 0, 'The bleats of a goat differ from region to region.', 'assets/topic/goatbleeting_10.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_15', 1, 1, 'true'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_15', 0, 1, 'false'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_18', 0, 'There are _______ types of goats.', 'assets/topic/goat_15.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_18', 1, 1, 'two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_18', 0, 1, 'five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_18', 0, 2, 'three'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_22', 0, 'Select the items that we get from a goat.', 'assets/topic/goat_7.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_22', 1, 1, 'assets/topic/goatmeat_27.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_22', 1, 2, 'assets/topic/goatwool_28.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_22', 1, 3, 'assets/topic/goatmilk_29.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_22', 0, 1, 'assets/topic/goat_eggs_30.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_22', 0, 2, 'assets/topic/Igoat_carrot_31.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_22', 0, 3, 'assets/topic/goat_beetroot_32.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_22', 0, 4, 'assets/topic/goat_potato_33.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_22', 0, 5, 'assets/topic/goat_onion_34.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_22', 0, 6, 'assets/topic/goat_cookies_35.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_32', 0, 'The goat has _________ stomachs.', 'assets/topic/goat_28.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_32', 1, 1, 'four'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_32', 0, 1, 'one'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_32', 0, 2, 'six'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_36', 0, 'Match the pictures to their names', 'assets/topic/goat_7.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_36', 1, 1, 'Horns'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_36', 1, 2, 'assets/topic/goathorns_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_36', 1, 3, 'ears'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_36', 1, 4, 'assets/topic/goathorns_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_36', 1, 5, 'kid'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_36', 1, 6, 'assets/topic/goatkid_48.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_36', 1, 7, 'Nostrils'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_36', 1, 8, 'assets/topic/goathorns_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_36', 1, 9, 'Tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_36', 1, 10, 'assets/topic/goattail_52.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_47', 0, 'Goat _______', 'assets/topic/goatbleeting_10.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_47', 1, 1, 'bleats'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_47', 0, 1, 'cries'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_50', 0, 'Mountain _________', 'assets/topic/goat_46.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_50', 1, 1, 'goats'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_50', 0, 1, 'rats'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Goat_53', 0, 'Four ___________', 'assets/topic/goat_8.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_53', 1, 1, 'stomachs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Goat_53', 0, 1, 'tails'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon', 2, 'Baboon', 'assets/topic/Baboon.svg', 'Who doesn''t recognize this playful creature. Yes, you guessed it right. This is the baboon a native of Africa and Arabia. Baboon is known to be the old world monkey. Baboon is omnivore in nature. With 5 different types of baboons they are considered to be the world''s largest monkeys.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_3', 1, 'My Playful Baboon', 'assets/topic/playing_baboon.svg', 'Using the play toys, create a picture of playful baboon. Add more pictures and fun using the drawing tools.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_3', 2, 1, 'assets/topic/playing_baboon.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_9', 1, 'Baboon the Rockstar', 'assets/topic/baboontemp_9.svg', 'Using the images and the drawing tools, create a rockstar baboon', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_9', 2, 1, 'assets/topic/baboontemp_9.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_15', 1, 'Baboon could be better', 'assets/topic/baboontemp_15.svg', 'Imagine a baboon with a giraffe neck or an elephants ear or maybe with a dogs tail etc. Create a better baboon as per your imagination using the drawing tools.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_15', 2, 1, 'assets/topic/baboontemp_15.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_17', 1, 'Fun with the colours', 'assets/topic/baboon_17.svg', 'Colour the picture of baboon', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_17', 2, 1, 'assets/topic/baboon_17.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_19', 3, 'Let''s peek into the baboons', 'assets/topic/baoon_16.jpg', 'Baboons are considered to be some of the biggest monkeys on earth. Baboons have a strong muscular body, powerful jaws and a razor sharp canine teeth. There are 5 different types of baboons. Chachma baboon, red baboon, hamadrayas baboon, olive baboon and yellow baboon. There is wide difference in size among the different types of baboons. The height varies from 20 inches to 47 inches and the weight varies from 13.6 kgs to 40.8 kgs. Baboons have a life span of 20 to 30 years in an average.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_20', 3, 'Eating Habits of the big monkeys', 'assets/topic/baboon_15.jpg', 'Baboons are omnivores. They eat both plants and animals. It proves that baboons can survive eating almost everything and anything. Grass is the important part of their diet. But baboons also eat pods, roots, blossoms, fruits, sap and bark of the trees. Baboons eat very small quantity of meat. antelope, fish, birds, rabbits and shelfish are their meat meal.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_21', 3, 'Let''s explore a little more about the baboons.', 'assets/topic/baboons_20.jpg', 'Baboons as other monkeys maintain a good social bond. They are always in troops. This troop range from 10 to 200 monkeys. the troop further has many small groups which has family made of mother, children and a male. Baboons communicate through their facial expression, sounds, posturing and gesturing. The sounds include grunts, lip-smacking, screams and alarm calls.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_22', 3, 'The amazing facts of Baboons', 'assets/topic/baboon_18.jpg', 'Whos doesn''t know that the big monkeys are extremely crafty and very intelligent. +Baboons are just like humans. They wake up in the morning hours, have a grooming session. Small baboons play together and together they all set off in columns in search of food. +Baboons can walk around 6 miles a day. Isn''t that crazy! +A female baboon carries the baby in her womb for 6 months. After giving birth, the mother carries the baby everywhere with her holding onto her stomach. Isn''t she an amazing mother! +Baboons resemble humans in most of the characteristics.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_23', 0, 'Baboons are considered to be some of the ____________ monkeys on earth.', 'assets/topic/baboon_19.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_23', 1, 1, 'biggest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_23', 0, 1, 'smallest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_23', 0, 2, 'tallest'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_27', 0, 'Baboons are ______________.', 'assets/topic/baboon_15.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_27', 1, 1, 'omnivores'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_27', 0, 1, 'carnivores'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_27', 0, 2, 'herbivores'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_31', 0, 'Baboons can walk around _____________ a day.', 'assets/topic/baboon_19.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_31', 1, 1, '6 miles'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_31', 0, 1, '10 miles'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_31', 0, 2, '50 miles'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_35', 0, 'Identify the body parts and match it with their names', 'assets/topic/baboon_34.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_35', 1, 1, 'tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_35', 1, 2, 'assets/topic/baboontail_41.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_35', 1, 3, 'ear'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_35', 1, 4, 'assets/topic/baboonear_43.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_35', 1, 5, 'snout'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_35', 1, 6, 'assets/topic/baboonsnout_45.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_35', 1, 7, 'legs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_35', 1, 8, 'assets/topic/baboonleg_47.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_35', 1, 9, 'eyes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_35', 1, 10, 'assets/topic/babooneyes_49.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_46', 0, 'Baboons live in troops.', 'assets/topic/baboon_42.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_46', 1, 1, 'True'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_46', 0, 1, 'False'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_49', 0, '_______ jaws', 'assets/topic/baboon_45.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_49', 1, 1, 'powerful'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_49', 0, 1, 'weak'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_49', 0, 2, 'loose'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_53', 0, 'canine ____________', 'assets/topic/baboon_45.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_53', 1, 1, 'teeth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_53', 0, 1, 'tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_53', 0, 2, 'legs'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Baboon_57', 0, 'lip-_______________', 'assets/topic/baboon_53.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_57', 1, 1, 'smacking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_57', 0, 1, 'folding'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Baboon_57', 0, 2, 'smacking'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba', 2, 'Black Mamba', 'assets/topic/black mamba.svg', 'Black mamba is an extremely poisonous snake. These reptiles are native of Africa. In fact black mamba is considered to be the longest poisonous snake in the whole of African continent.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_3', 1, 'Look, what I have drawn!', 'assets/topic/evergreen-2025158.svg', 'Using the drawing tools draw a black mamba.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_3', 2, 1, 'assets/topic/evergreen-2025158.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_5', 1, 'Colour me Please', 'assets/topic/snake-3363452.svg', 'Using the colours of your choice, colour the picture of mamba', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_5', 2, 1, 'assets/topic/snake-3363452.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_7', 1, 'My James Bond Mamba', 'assets/topic/snake-47053.svg', 'Using the drawing tools, draw legs and hands to mamba. Add other details to make a James bond Mamba.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_7', 2, 1, 'assets/topic/snake-47053.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_13', 3, 'All About Black Mamba', 'assets/topic/4152356336_7a86cd8d2c_z.jpeg', 'Black mambas are considered to be the worlds deadliest snake. These creatures are very fast, nervous, highly poisonous and very aggressive. They have a record of numerous human death. It is recorded that nearly 20,000 people die from black mambas bite in Africa. Black mambas are also known as black mouthed mamba, southern brown mamba or swart mamba. Black mambas are actually brownish in colour. They have their name because of the colour of inside of their mouth which is ink black.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_14', 3, 'Unusual Behaviour of the deadliest mamba', 'assets/topic/16326192408_607190ed65_z.jpg', 'Can you believe? Black mambas are shy in nature. They always seek to escape whenever they are face to face with other creatures. But when they are cornered they will open their mouth and hiss. sometimes with one third of their body off the ground they attack. The mambas will strike not once but repeatedly. In early days the black mamba bite was sure of death, but now their is a vaccine which can prevent the death.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_15', 3, 'The Family Line', 'assets/topic/black_mamba_1_by_8twilightangel8_d2ogovt-fullview.jpg', 'The female black mamba will lay eggs in late spring or early summer. The female will lay between 10 to 25 eggs. Quiet good number. Starnge but, they lay eggs in decaying vegetation. These vegetation warms the eggs and helps in speedy hatching of the eggs. Isn''t the black mamba brainy. The mama hatchlings are around 51 centimetres long. They are greyish green in colour when they are hatched. Now this is amazing! the hatchlings are independent immediately.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_16', 3, 'Few important facts to know', 'assets/topic/16327651789_b2a9ab0859_z.jpg', 'These wild snakes have a life span of 11 years. +Did you know that they run so fast that they can outrun humans. +Black mamba possess a cobra like neck which they spread open when they are threatened. And now its the man who is threatened. +Black mambas use their speed only when they are cornered. So never corner a mamba. +These deadliest animals love to feast on birds and mammals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_17', 0, 'Black mambas are also known as ____________ mamba', 'assets/topic/black-mamba.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_17', 1, 1, 'black mouthed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_17', 0, 1, 'white mouthed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_17', 0, 2, 'red mouthed'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_21', 0, 'Black mamba is the worlds ___________ snake.', 'assets/topic/snake-1555881_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_21', 1, 1, 'deadliest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_21', 0, 1, 'lazy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_21', 0, 2, 'ferocious'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_25', 0, 'What is the life span of a black mamba?', 'assets/topic/16327651789_b2a9ab0859_z.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_25', 1, 1, '11 years'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_25', 0, 1, '15 years'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_25', 0, 2, '20 years'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_29', 0, 'Black mambas are shy in nature.', 'assets/topic/snake-1555881_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_29', 1, 1, 'True'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_29', 0, 1, 'False'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_32', 0, 'black _______', 'assets/topic/black-mamba.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_32', 1, 1, 'mouthed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_32', 0, 1, 'nose'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_32', 0, 2, 'hair'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_36', 0, '__________ green', 'assets/topic/4152356336_7a86cd8d2c_z.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_36', 1, 1, 'greyish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_36', 0, 1, 'reddish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_36', 0, 2, 'pinkish'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Black Mamba_40', 0, 'decaying ____________', 'assets/topic/pexels-photo-744365.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_40', 1, 1, 'vegetation'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_40', 0, 1, 'sand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Black Mamba_40', 0, 2, 'stones'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Animals', 2, 'Animals', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 1, 'Zebra_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 2, 'Zebra_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 3, 'Zebra_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 4, 'Zebra_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 5, 'Zebra_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 6, 'Zebra_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 7, 'Zebra_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 8, 'Zebra_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 9, 'Zebra_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 10, 'Zebra_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 11, 'Zebra_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 12, 'Zebra_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 13, 'Zebra_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 14, 'Zebra_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 15, 'Zebra_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 16, 'Zebra_44'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 1, 'Fischer''s lovebird_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 2, 'Fischer''s lovebird_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 3, 'Fischer''s lovebird_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 4, 'Fischer''s lovebird_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 5, 'Fischer''s lovebird_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 6, 'Fischer''s lovebird_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 7, 'Fischer''s lovebird_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 8, 'Fischer''s lovebird_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 9, 'Fischer''s lovebird_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 10, 'Fischer''s lovebird_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 11, 'Fischer''s lovebird_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 12, 'Fischer''s lovebird_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 13, 'Fischer''s lovebird_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 14, 'Fischer''s lovebird_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 15, 'Fischer''s lovebird_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fischer''s lovebird', 16, 'Fischer''s lovebird_44'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 1, 'African Safari Ant_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 2, 'African Safari Ant_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 3, 'African Safari Ant_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 4, 'African Safari Ant_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 5, 'African Safari Ant_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 6, 'African Safari Ant_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 7, 'African Safari Ant_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 8, 'African Safari Ant_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 9, 'African Safari Ant_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 10, 'African Safari Ant_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 11, 'African Safari Ant_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 12, 'African Safari Ant_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('African Safari Ant', 13, 'African Safari Ant_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 1, 'Crocodile_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 2, 'Crocodile_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 3, 'Crocodile_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 4, 'Crocodile_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 5, 'Crocodile_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 6, 'Crocodile_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 7, 'Crocodile_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 8, 'Crocodile_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 9, 'Crocodile_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 10, 'Crocodile_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 11, 'Crocodile_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 12, 'Crocodile_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 13, 'Crocodile_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 14, 'Crocodile_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 15, 'Crocodile_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Crocodile', 16, 'Crocodile_45'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 1, 'Lion_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 2, 'Lion_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 3, 'Lion_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 4, 'Lion_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 5, 'Lion_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 6, 'Lion_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 7, 'Lion_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 8, 'Lion_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 9, 'Lion_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 10, 'Lion_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 11, 'Lion_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 12, 'Lion_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 13, 'Lion_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 14, 'Lion_43'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 15, 'Lion_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Lion', 16, 'Lion_51'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 1, 'Africanis_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 2, 'Africanis_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 3, 'Africanis_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 4, 'Africanis_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 5, 'Africanis_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 6, 'Africanis_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 7, 'Africanis_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 8, 'Africanis_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 9, 'Africanis_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 10, 'Africanis_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 11, 'Africanis_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 12, 'Africanis_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 13, 'Africanis_53'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 14, 'Africanis_56'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 15, 'Africanis_60'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Africanis', 16, 'Africanis_64'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 1, 'Elephant_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 2, 'Elephant_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 3, 'Elephant_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 4, 'Elephant_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 5, 'Elephant_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 6, 'Elephant_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 7, 'Elephant_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 8, 'Elephant_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 9, 'Elephant_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 10, 'Elephant_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 11, 'Elephant_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 12, 'Elephant_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 13, 'Elephant_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 14, 'Elephant_53'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 15, 'Elephant_56'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 16, 'Elephant_60'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Elephant', 17, 'Elephant_64'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 1, 'Goat_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 2, 'Goat_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 3, 'Goat_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 4, 'Goat_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 5, 'Goat_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 6, 'Goat_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 7, 'Goat_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 8, 'Goat_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 9, 'Goat_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 10, 'Goat_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 11, 'Goat_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 12, 'Goat_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 13, 'Goat_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 14, 'Goat_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 15, 'Goat_50'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Goat', 16, 'Goat_53'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 1, 'Baboon_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 2, 'Baboon_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 3, 'Baboon_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 4, 'Baboon_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 5, 'Baboon_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 6, 'Baboon_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 7, 'Baboon_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 8, 'Baboon_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 9, 'Baboon_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 10, 'Baboon_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 11, 'Baboon_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 12, 'Baboon_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 13, 'Baboon_46'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 14, 'Baboon_49'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 15, 'Baboon_53'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Baboon', 16, 'Baboon_57'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 1, 'Black Mamba_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 2, 'Black Mamba_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 3, 'Black Mamba_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 4, 'Black Mamba_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 5, 'Black Mamba_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 6, 'Black Mamba_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 7, 'Black Mamba_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 8, 'Black Mamba_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 9, 'Black Mamba_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 10, 'Black Mamba_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 11, 'Black Mamba_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 12, 'Black Mamba_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 13, 'Black Mamba_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Black Mamba', 14, 'Black Mamba_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 0, 'Zebra'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 1, 'Fischer''s lovebird'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 2, 'African Safari Ant'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 3, 'Crocodile'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 4, 'Lion'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 5, 'Africanis'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 6, 'Elephant'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 7, 'Goat'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 8, 'Baboon'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Animals', 9, 'Black Mamba'); diff --git a/scripts/en/Foods.sql b/scripts/en/Foods.sql new file mode 100644 index 0000000..2ceab59 --- /dev/null +++ b/scripts/en/Foods.sql @@ -0,0 +1,538 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes', 2, 'Tomatoes', 'assets/topic/Tomato.svg', 'Tomatoes have been eaten since ancient times. Tomatoes are the fruit of tomato plant. Being originated from central America, it was first used by Aztecs in southern Mexico.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_3', 1, 'I can draw a tomato', 'assets/topic/table-for-keeping-banana.svg', 'Using the drawing tools, draw a tomato and colour it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_5', 1, 'My garden of colourful tomatoes', 'assets/topic/garden.svg', 'Use different colours to colour the tomatoes in the garden.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_5', 2, 1, 'assets/topic/garden.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_7', 1, 'Healthy Tomato family', 'assets/topic/forest.svg', 'Using the drawing tools, create a family of tomato people. Draw arms, legs, eyes, nose, mouth, face and ears. Add more details to make it tomato father, mother, son, daughter, grandparents etc.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_7', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_9', 3, 'Believe it or not', 'assets/topic/tomatoes_variety_article.jpg', 'There are around 10,000 varieties of tomatoes world wide. Aren''t you surprised? How many varieties have you seen? Okay, now if you are thinking that tomato is always red you are wrong. Tomatoes grow in different colours. They can be yellow, pink, purple, black and white. While tomatoes are perfectly safe and healthy to eat, their leaves are actually poisonous.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_10', 3, 'Tomato Consumption', 'assets/topic/tomato_consumption.jpg', 'The tomato is eaten in many different ways. It is eaten raw as a fruit, salad, important ingredient in many dishes, sauces, soup, ketchup etc. Tomato juice is also made as a drink. Types of tomatoes include globe tomatoes, beefsteak tomatoes, oxheart tomatoes, plum tomatoes, cherry tomatoes and campari tomatoes. Did you ever know that there were so many varieties?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_11', 3, 'Health benefits of tomato', 'assets/topic/tomato_health.jpg', 'Tomatoes are the major dietry source. It has many health benifts. Eating tomatoes reduce the risk of heart disease and cancer. Tomatoes are good for eye health, skin, constipation and diabetes. Most importantly, tomatoes are tasty.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_12', 3, 'Some important facts', 'assets/topic/tomatoes_fact.jpg', 'Tomatoes can be kept longer if it''s stored with their stem down. +The world''s heaviest tomato weighed 3.51 kgs. +The biggest tomato tree managed to grow 32 thousand tomatoes. It''s unbelievable! But true. +Green tomatoes will ripe if you store them with apples. Did you know that? +Leaves of tomato plant are poisonous. +La tomatino is the tomato festival that is celebrated in spain. Having fun with lots and lots of tomatoes. Wow! that should be amazing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_13', 0, 'Is tomato a fruit?', 'assets/topic/tomato_fruit.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_13', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_13', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_16', 0, 'Leaves of the tomato are ___________.', 'assets/topic/leaves_tomatoes.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_16', 1, 1, 'Poisonous'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_16', 0, 1, 'tasty'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_16', 0, 2, 'healthy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_20', 0, 'There are around ___________ varieties of tomatoes.', 'assets/topic/tomato_varieties.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_20', 1, 1, '10000'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_20', 0, 1, '50000'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_20', 0, 2, '1000'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_24', 0, 'Can tomatoes be eaten in many ways?', 'assets/topic/tomatoes_eaten.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_24', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_24', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tomatoes_27', 0, 'Match the names with the pictures', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_27', 1, 1, 'seed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_27', 1, 2, 'assets/topic/tomato_seed.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_27', 1, 3, 'plant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_27', 1, 4, 'assets/topic/tomato_plant.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_27', 1, 5, 'leaf'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_27', 1, 6, 'assets/topic/tomato_leaf.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_27', 1, 7, 'tomato'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tomatoes_27', 1, 8, 'assets/topic/tomato.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage', 2, 'Cabbage', 'assets/topic/cabbage.svg', 'Doesn''t it look like a bunch of leaves wrapped together like a ball? You guessed it right! It is cabbage, one of the healthiest vegetable. This vegetable has been grown around the world for thousands of years and can be found in variety of dishes.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_3', 1, 'I can draw a cabbage', 'assets/topic/cabbage-37897_960_720.svg', 'Using the drawing tools, draw a cabbage and colour it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_3', 2, 1, 'assets/topic/cabbage-37897_960_720.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_5', 1, 'My garden of colourful cabbages', 'assets/topic/Unknown.svg', 'Use different colours to colour the cabbages in the garden.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_5', 2, 1, 'assets/topic/Unknown.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_7', 1, 'Cabbage faces', 'assets/topic/306950.svg', 'Using the drawing tools, create different faces for the cabbages. Add a smiling, crying, scared, laughing any kind of emotions for the cabbages.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_7', 2, 1, 'assets/topic/306950.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_9', 3, 'Let''s explore the vegetable', 'assets/topic/cabbage-salad.jpg', 'Cabbage is the most popular vegetables in the world. It can grow in wide range of climatic conditions and soil type. It is easy to grow and preserve a cabbage. Cabbage comes in different shapes and colours. Red, purple, white and green are the different colours. The cabbage leaves can either be crinkled or smooth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_10', 3, 'Cabbage Consumption', 'assets/topic/cabbage-boiled.jpg', 'Cabbage is aleafy vegetable. It can be eaten raw or cooked. Cabbage is used widely in variety of dishes across the world. Cabbage can be steamed, boiled, braised, microwaved, stuffed or stir fried. It''s alwats been one of the favorite vegetables. Hope you like it too!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_11', 3, 'Health benefits of cabbage', 'assets/topic/cabbage-health.jpg', 'Cabbage carries lots of health benifits. Did you know that cabbage is good for your bones? Yes, that''s true. Cabbage promotes healthy bones. There is a chance of less infections if cabbage is often used in meals. Eating cabbage is good for heart as it controls blood pressure. Cabbage also helps in curing the stomach and intestine diseases. It also protects the body from cancer.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_12', 3, 'Some important facts', 'assets/topic/red-cabbage.jpg', 'Did you know that cabbage can be applied externally on wounds? This is true. Cabbage application can heal the wounds. +Cabbage has been part of human diet for more than 1000 years. Cabbage has absolutely no fat so it is preferred to be the best diet food. +Red cabbage tastes like green cabbage. But, did you know that red cabbage bleeds its colour to other food when cooked. +The heaviest cabbage weighed 62. 71 kgs and its a record.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_13', 0, 'Is cabbage a diet food?', 'assets/topic/cabbage_diet.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_13', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_13', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_16', 0, 'Cabbage is a _______ vegetable.', 'assets/topic/cabbage_leafy.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_16', 1, 1, 'leafy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_16', 0, 1, 'root'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_16', 0, 2, 'unhealthy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_20', 0, 'Cabbage promotes healthy __________.', 'assets/topic/cabbage_healthy.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_20', 1, 1, 'bones'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_20', 0, 1, 'hands'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_20', 0, 2, 'skin'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_24', 0, 'Can cabbage be eaten in many ways?', 'assets/topic/cabbage_eaten.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_24', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_24', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cabbage_27', 0, 'Match the names with the pictures', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 1, 'cabbage core'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 2, 'assets/topic/cabbage_core.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 3, 'cabbage plant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 4, 'assets/topic/cabbage_plant.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 5, 'cabbage leaf'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 6, 'assets/topic/cabbage_leaf.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 7, 'cabbage'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cabbage_27', 1, 8, 'assets/topic/cabbage.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion', 2, 'Onion', 'assets/topic/Onion.svg', 'Onions are one of the ancient food known to human race. It''s the most used vegetable all over the world. It is a member of the bulb family. That is because the most important part of the onion the bulb, grows under the ground. There are 27 different varieties of onion and it''s one of the easiest vegetable to grow.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_3', 1, 'I can draw an onion plant', 'assets/topic/soil-575643.svg', 'Using the drawing tools, draw a plant showing the onions under ground.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_3', 2, 1, 'assets/topic/soil-575643.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_5', 1, 'Tri colour onion basket', 'assets/topic/basket-2075011.svg', 'Draw a basket full of onions. Colour the onions in purple, yellow and white colours.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_5', 2, 1, 'assets/topic/basket-2075011.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_7', 1, 'A farm of Onion Snails', 'assets/topic/snail-48177.svg', 'Look at the image of snail. Using drawing tools create a farm of onion snails. Colour the onions as desired. Make it colourful with snails all around.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_7', 2, 1, 'assets/topic/snail-48177.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_9', 3, 'Let''s explore the vegetable', 'assets/topic/market-onions.jpg', 'Onion was cultivated 7000 years back. It''s a fact that onion is widely used all over the world. Onions differ in size, shape, colour and taste. Apart from its taste it also adds health benifits. Onions develop roots, bulb and green leaves. Both bulb and leaves are used except the roots. Onions can be round, egg like or torpedo shaped. They grow in purple, white and yellow colour. pearl onions, bermuda onions, egyptian onions, green onions, vidalia onions, super-sweets, shallots and scallions are the different varieties of onions.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_10', 3, 'Health benefits of onion', 'assets/topic/perspective-onion-7.jpg', 'Onion can be eaten raw, cooked or pickled. Onions are praised for its amazing health benifits. Onion is good for eyes, good for heart, cleans kidney, reduces the body swelling, leps in digestion and reduces body pains. In all onion is a healthy food and we have to accept it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_11', 3, 'Some important facts', 'assets/topic/chopped_onion.jpeg', 'Cutting of onions will bring tears in your eyes. Is it because you are feeling sorry for the onion. No, not at all. onions have sulphuric acid in them which burns your eyes. Don''t worry it is not dangerous to eat. +Did you know that placing a layer of sliced and cooked onion on your chest and wrapping yourself in blanket will help you get rid of fever and cough? So now you have the instant home medicine. +Onions are 97% water. Now you know why it''s good for health! +Largest onion ever grown weighed 5 kgs. +Yellow onion is the most famous kind of onion. +Don''t ignore this. Onions can be deadly to dogs. They reduce the blood cells and slows down the circulation. This might kill the animal.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_12', 0, 'Match the names with the pictures', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 1, 'root'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 2, 'assets/topic/onions-roots.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 3, 'bulb'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 4, 'assets/topic/bulb-1238339_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 5, 'onion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_12', 1, 6, 'assets/topic/onion-1565604_960_720.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_19', 0, 'Onion grows ___________ the ground.', 'assets/topic/onion-3540502_960_720 .jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_19', 1, 1, 'under'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_19', 0, 1, 'above'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_19', 0, 2, 'beside'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_23', 0, 'O n i ___ n', 'assets/topic/onion-899086_1920.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 1, 1, 'o'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 0, 1, 'a'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 0, 2, 'u'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_23', 0, 3, 'e'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_28', 0, 'b __ l b', 'assets/topic/onion-bulb.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 1, 1, 'u'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 0, 1, 'a'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 0, 2, 'i'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_28', 0, 3, 'e'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_33', 0, 'w a ___ e r', 'assets/topic/drops-of-water-578897_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 1, 1, 't'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 0, 1, 'm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 0, 2, 's'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_33', 0, 3, 'd'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_38', 0, 'h e ___ l t h y', 'assets/topic/salad.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 1, 1, 'a'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 0, 1, 'i'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 0, 2, 'u'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_38', 0, 3, 'e'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_43', 0, 't e a ___ s', 'assets/topic/crying-baby.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 1, 1, 'r'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 0, 1, 'w'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 0, 2, 'd'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_43', 0, 3, 'j'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Onion_48', 0, 'Purple, ___________ and yellow are the colours of the onion.', 'assets/topic/onion-white.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 1, 1, 'white'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 0, 1, 'blue'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 0, 2, 'black'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Onion_48', 0, 3, 'orange'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana', 2, 'Banana', 'assets/topic/banana.svg', 'Who don''t crave for that curvy fleshy fruit called ''banana''. In fact banana is known to be fruit for all. Yes, there''s rarely any man on earth who doesn''t like to eat banana. Banana is healthy and tasty. Not only man but elephants and monkeys too love to eat banana.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_3', 1, 'Look! I can draw a banana', 'assets/topic/table-for-keeping-banana.svg', 'Using the drawing tools, draw a banana. Add colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_5', 1, 'Go banana', 'assets/topic/blue-sea.svg', 'Using the drawing tools, draw a banana boat. Create the picture of sea with lots of banana boats sailing across.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_5', 2, 1, 'assets/topic/blue-sea.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_7', 1, 'My house surrounded by banana plants', 'assets/topic/countryside-village.svg', 'Using drawing tools draw a picture of your house surrounded by banana plants.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_7', 2, 1, 'assets/topic/countryside-village.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_9', 3, 'A little general knowledge', 'assets/topic/banana-tree.jpg', 'Is a banana, plant or a tree? Confused! Bananas do not grow on trees. Bananas grow from a root structure, that has an above ground stem. It is in fact a high herb which can grow to 15 metres. Banana plants are usually tall and often stand strong. Hence, it is often mistaken to be a tree. A banana is an edible fruit. Bananas are also used for cooking. These bananas are called as plantains. There is not much difference between a banana and a plantain. A banana is soft and sweet. A plantain is hard and starchy like raw potatoes. The fruit varies in size colour and firmness. But banana retains its shape of being curve like a boat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_10', 3, 'All about bananas', 'assets/topic/bananas-3780761_960_720.jpg', 'Bananas have been part of our diet since thousands of years. Today they are one of the favorite fruit in the world. It is believed that banana was the first fruit on earth. The credit of naming the fruit goes to the Africans. Hey! that''s a great name. Did you even guess that there are around 1000 different varieties of bananas growing around the world. That is true and it''s amazing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_11', 3, 'Health benefits of banana', 'assets/topic/banana-3404383_960_720.jpg', 'As most of the fruits, bananas are also good for heart. It controls the blood-pressure. Banana is known for its sleep inducing properties. Eating banana will help in relaxing the body muscles and have a good sleep. Banana is a dietry food. It helps in reducing the body weight. Bananas help in controlling blood sugar. Banana has its little but a good share towards the vision. It is good for eye health. Bananas help in keeping the bones strong. Eating banans will prevent kidney cancer. It is proved to be a great health supplement.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_12', 3, 'Facts about the boat shaped fruit', 'assets/topic/Drop-Of-Water-Banana-Plant-Fruit-Green-718618.jpg', 'Did you know that bananas float in water? Yes, it''s true. bananas flaot in water because they are less dense. Give a try and test it out. +Banans are curved because they grow towards the sun. Observe the banana plant to confirm. +Bananas are actually berries. Banana plant is the world''s largest herb. +An individual banana is called a finger. A bunch of bananas is called a hand. Quiet interesting names! Africans claim the credit of naming the fruit as such. +Bananas grow throughout the year. There don''t have a season. Did we know this? +About 75% of the weigfht of the banana is water. +Banana peel is also edible if cooked. This is truly amazing!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_13', 0, 'Is banana available in different shapes?', 'assets/topic/bananas-3780761_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_13', 1, 1, 'No'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_13', 0, 1, 'yes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_16', 0, 'Banana plant is the world''s _________ herb.', 'Banana_Tree_from_Kerala.JPG', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_16', 1, 1, 'largest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_16', 0, 1, 'smallest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_16', 0, 2, 'shortest'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_20', 0, 'Banana was named by ____________.', 'assets/topic/bananas-food-fruit.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_20', 1, 1, 'Africans'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_20', 0, 1, 'Indians'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_20', 0, 2, 'Americans'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_24', 0, 'A bunch of bananas is called as a hand.', 'assets/topic/banana-1549158_960_720.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_24', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_24', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('banana_27', 0, 'Match the names with the pictures', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 1, 'banana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 2, 'assets/topic/bananas-3780761_960_720.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 3, 'plantain'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 4, 'assets/topic/Plantain-Banana.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 5, 'leaf'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 6, 'assets/topic/banana-leafs.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 7, 'stem'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('banana_27', 1, 8, 'assets/topic/banana-stem.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple', 2, 'Pineapple', 'assets/topic/Pineapple.svg', 'Everyone agree when a pineapple is called by the name spiky fruit. True, this is a weird fruit with a crown of spikes. It''s actually scary to buy a pineapple. The small spokes all around the fruit is sharp and painful when poked. But, let''s agree that it is a tasty fruit and we all love to eat one.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_3', 1, 'Hey! how''s my spiky fruit?', 'assets/topic/table-for-keeping-banana.svg', 'Using the drawing tools, draw a pineapple. Add colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_5', 1, 'Let''s practice some colouring', 'assets/topic/pineapple111.svg', 'Colour the picture of the pineapple using the colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_5', 2, 1, 'assets/topic/pineapple111.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_7', 1, 'Jack -o-lanterns', 'assets/topic/pineapple-304567.svg', 'Using the drawing tools create hallow eyes and mouth on the given pineapple. Fill in colours and add details to create a scary lantern.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_7', 2, 1, 'assets/topic/pineapple-304567.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_9', 3, 'An amazing introduction', 'assets/topic/pinapple.jpg', 'Now this is truly interesting. Pineapple is a multiple fruit, with multiple berries all arranged in a pattern. A pineapple can take upto 3 years for growing and becoming mature on a plant. Now you know, why it''s priced so high! Pineapples are delicious tropical fruit. There are more than a hundered varieties of pineapples that grow in different sizes. Not a big number compared to bananas, but still quiet a big number. Pineapple plants have beautiful flowers that vary from lavender to light purple to red. When the fruit is created it usually produces upto 200 flowers. That is a great number! These flowers join together to form one big fruit, which we call pineapple. Isn''t this an amazing creation!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_10', 3, 'Pineapple and a little more', 'assets/topic/pineapple-plantation.jpg', 'Have you ever seen a pineapple plantation? It''s an amazing sight. The pineapple plants look like giant, burried pineapples. Planting a pineapple is quiet simple and easy. Cut off the top of the pineapple and plant it in the soil. Baby pineapples are the most addorable fruit you ever see growing. It''s a treat for the eyes to see the little pineapples sprouting off the leaves of its mamma plant. Once harvested pineapples don''t ripe anymore. That means every single pineapple that we buy in the market is as ripe as it will ever be.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_11', 3, 'Health benefits of a pineapple', 'assets/topic/pineapple-juice.jpg', 'Pineapple being the tropical fruit is rich in nutrients. Eating pineapple improves the respiratory health, cures cough and cold, improves digestion, helps in losing weight, strengthen bones, improve oral health, improves eye health, reduce swelling, prevents cancer, improves heart health and fights off the infections. The flesh and juice of the fruit is vastly used around the world. Pineapple is prepared and sold as snack on roadside. Chunks of pineapple are used in fruit salad, desserts and in almost many dishes. Crushed pineapple is used in yogurt, jam and ice-creams. And who have not tasted pineapple juice? Yes, a scary fruit has all these health benifits and we never knew.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_12', 3, 'Spiky fruit facts', 'assets/topic/pineapple-spiky.jpg', 'One pineapple plant can produce only one pineapple at a time. +Did you know that, pineapple will ripen faster upside down. +Pineapples have exceptional juiciness and tropical taste. +The juice from unripe pineapples cause severe vomiting. Avoid eating unripe pineapples. +The skin, core and ends of the pineapple are not discarded. All of these are used in making vinegar, alcohol and animal food.Wow! the whole fruit is useful.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_13', 0, 'A pineapple can take upto 10 years for growing and becoming mature as a plant.', 'assets/topic/pineapple-plant.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_13', 1, 1, 'No'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_13', 0, 1, 'yes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_16', 0, 'The juice from unripe pineapple cause severe __________.', 'assets/topic/unripe-pineapple.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_16', 1, 1, 'vomiting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_16', 0, 1, 'headache'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_16', 0, 2, 'body pains'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_20', 0, 'Nearly _______ flowers join together to form one pineapple.', 'assets/topic/pineappleflower.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 1, 1, '200'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 0, 1, '500'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 0, 2, '10'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_20', 0, 3, '300'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_25', 0, 'Pineapple is prepared and sold as snack on the roadside.', 'assets/topic/pineapple-snack.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_25', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_25', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('pineapple_28', 0, 'Match the names with the pictures', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 1, 'pineapple'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 2, 'assets/topic/pineapple-pic.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 3, 'crown'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 4, 'assets/topic/pineapple-crown.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 5, 'skin'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 6, 'assets/topic/pineapples-skin.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 7, 'flesh'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('pineapple_28', 1, 8, 'assets/topic/pineapple-flesh.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange', 2, 'Orange', 'assets/topic/orange.svg', 'Who doesn''t crave for oranges? From small kids to old people everyone love oranges. The taste is a treat for the taste buds. Besides being everyones favorite this citrus fruit has many other health benifits. Let''s all agree that we love the taste of the citrus king.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_3', 1, 'King of Citrus', 'assets/topic/table-for-keeping-banana.svg', 'Using the drawing tools, draw an orange and colour it. Add a crown to the king of citrus.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_5', 1, 'Colouring Fun', 'assets/topic/orange11.svg', 'Colour the picture using the colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_5', 2, 1, 'assets/topic/orange11.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_7', 1, 'A family of Oranges', 'assets/topic/forest.svg', 'Using the drawing tools and the given template, create an orange family. Add arms, legs, and face for the oranges.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_7', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_9', 3, 'Important Introduction', 'assets/topic/orange-1.jpg', 'An orange is a citrus fruit. It is also called as sweet orange. This is to diffrentiate the orange from the bitter orange. Now, this is interesting... keep reading. Oranges don''t really exist in nature. Its the hybrid of two different fruit; pamelo and mandarin. When you closely look at an orange fruit along with the other two citrus fruit the concept is understood. Pamelo is a large green citrus fruit. It has a tough skin and a fibrous flesh. Mandarin is thin skinned, bright orange and very sweet. Hence the orange falls somewhere in between.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_10', 3, 'Let''s peel into an orange', 'assets/topic/green-orange.jpg', 'Oranges are sweet and this is the truth. But, green oranges are also sweet. And, this is the fact. You should never judge an orange by its skin colour. A skn of an orange doesn''t give any indication of flavour or ripeness. Cool nights can turn the fruit from green to orange, but a heat wave can turn it back to green. A firm fresh looking fruit is always sweet no matter it is green or orange.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_11', 3, 'Health benefits of an Orange', 'assets/topic/orange-juice.jpg', 'A morning without an orange juice is not a healthy morning. This saying is true. Oranges have a bunch of healthy facts. Oranges will reduce the risk of cancer. This fruit is good in prevention of cold and recurrent ear infections. Eating oranges protects the skin from aging and maintains the glow. Oranges helps in production of blood cells and prevents blood pressure. It controls the blood sugar. helps in digestion. wow! thats truly a lot of help. last but not the least, oranges are good for eye health.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_12', 3, 'Facts to be noted', 'assets/topic/branches-citrus.jpg', 'Orange trees are evergreen. It''s a real treat to the eyes to see a tree with green leaves, orange and green oranges. +An orange tree can grow to reach 30 feet and live for over a hundered years. +Can you believe that a single citrus tree can bear as many as 60,000 flowers but only one percent of these flowers will turn to be fruit. +Oranges are the largest citrus crop in the world. +Orange tree leaves are oval in shape. They have fine, rounded teeth on the edges. The leaves are alternately arranged on the branches. Never miss to observe an orange tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_13', 0, 'An orange tree can live for over 100 years.', 'assets/topic/oranges-tree.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_13', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_13', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_16', 0, 'An orange is a __________ fruit.', 'assets/topic/citrus-citrus-fruit.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_16', 1, 1, 'citrus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_16', 0, 1, 'root'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_16', 0, 2, 'stem'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_20', 0, 'Orange is the ___________ of two different citrus fruit.', 'assets/topic/appetizing-citrus.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_20', 1, 1, 'hybrid'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_20', 0, 1, 'small'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_20', 0, 2, 'large'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_24', 0, 'Orange trees are evergreen.', 'assets/topic/orange-tree-114.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_24', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_24', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Orange_27', 0, 'Match the names with their images.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 1, 'flower'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 2, 'assets/topic/orange-tree-flower.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 3, 'leaf'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 4, 'assets/topic/orange-leaf.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 5, 'fruit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 6, 'assets/topic/orange-fruit.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 7, 'seed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Orange_27', 1, 8, 'assets/topic/orange-seed.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize', 2, 'Maize', 'assets/topic/Maize.svg', 'It may sound corny but, how much do you really know about corn? Maize is a more formal and internationally recognized name for corn. Being the highest cultivated crop of Tanzania, maize is the name given by Indians. Maize means ''sacred mother'' or ''Giver of life''.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_3', 1, 'Maize Fun', 'assets/topic/table-for-keeping-banana.svg', 'Using the drawing tools, draw a maize and colour it yellow', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_5', 1, 'Colouring Fun', 'assets/topic/Maize12.svg', 'Colour the picture using the colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_5', 2, 1, 'assets/topic/Maize12.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_7', 1, 'The maize cultivation in my community.', 'assets/topic/forest.svg', 'Using the drawing tools, create a picture of the community with houses surrounded by maize cultivation.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_7', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_9', 3, 'The Maize Knowledge', 'assets/topic/maize-1.jpg', 'Maize also known as corn has a fascinating past as well has milion uses in the modern days. Maize is the member of a grass family. It is a cereal grain. Maize is the third most important crop in the world. Growing maize is considered to be the national cultivation of Africa. Maize is in fact the main food in most parts of the world. There are six major varieties of corn; flint corn, dent corn, pod corn, popcorn, flour corn and sweet corn.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_10', 3, 'A little more about the maize', 'assets/topic/maize-seeds.jpg', 'Maize commonly known by its english name as corn is everyones favorite. Corn is used as livestock feed, as human food, as biofuel and as raw material in industry. Don''t you think it''s a celebrity in food? Corn is a domesticated plant and does not grow in wild. Corn is technically a grain and not a vegetable. The seed is a type of grass like wheat. Hence it''s considered as a whole grain. Corn plants consists of a single stem or stalk with leaves and ears attached. On an average a corn plant measures from 3 metres to 10 metres.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_11', 3, 'Health benefits of a maize', 'assets/topic/vegetables-corn.jpg', 'Apart from being everyones favorite, maize has a list of health benifits hanging onto it. Corn controlls diabetes, prevents heart ailments, lowers hypertension, helps in digestion and promotes eye health. Corn is considered to be a healthy diet. Eating corn helps in weight loss. There''s nothing wrong in accepting that corn is a blessed food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_12', 3, 'Amazing facts of Maize', 'assets/topic/maize-color.jpg', 'Corn can be produced in different colours. The colours can be blackish, bluish grey, purple, green, red, white and the most common yellow. Imagine all colours in one single corn. +An ear or cob of a corn is actually part of the flower. An individual kernel is a seed. +On average an ear of corn has 800 kernels in 16 rows. Isn''t this amazing. Next time you eat a corn, remember to count the kernels. +There are over 3500 different uses for corn products. +The long threads on top of the ear of a corn are called silks. The touch is as soft as a silk. Don''t forget to feel the threads on the corn next time.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_13', 0, 'There are 3500 different uses for corn products.', 'assets/topic/corn-soup.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_13', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_13', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_16', 0, 'A maize is a __________ grain.', 'assets/topic/agriculture-bright-cereal.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_16', 1, 1, 'cereal'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_16', 0, 1, 'vegetable'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_16', 0, 2, 'fruit'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_20', 0, 'Maize growing is considered to be the _____________ cultivation of Africa.', 'assets/topic/africa-maize.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_20', 1, 1, 'national'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_20', 0, 1, 'domestic'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_20', 0, 2, 'international'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_24', 0, 'On an average the cob has 1000 kernels arranged in 16 rows.', 'assets/topic/corn-cob.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_24', 1, 1, 'no'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_24', 0, 1, 'yes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Maize_27', 0, 'Match the names with their images.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 1, 'silk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 2, 'assets/topic/silk.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 3, 'kernels'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 4, 'assets/topic/corn-kernels.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 5, 'cob'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 6, 'assets/topic/corn-on-the-cob.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 7, 'maize plant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Maize_27', 1, 8, 'assets/topic/cornfield-plant.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat', 2, 'Wheat', 'assets/topic/Wheat.svg', 'Let us agree that we all love that great slice of bread. Brown bread, milk bread, whole wheat bread, sweet bread and what not. But rarely do we think about where it comes from. Wheat belongs to the family of grasses. Having a strong foot in the history, wheat originates from Eupharates valley. It is part of human diet at least 9000 years.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_3', 1, 'Wheat food', 'assets/topic/plate-307177.svg', 'Using drawing tools, draw the pictures of the food that we get from wheat.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_3', 2, 1, 'assets/topic/plate-307177.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_5', 1, 'Colouring Fun', 'assets/topic/wheat-plant.svg', 'Colour the picture of the wheat plant using the colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_5', 2, 1, 'assets/topic/wheat-plant.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_7', 1, 'The wheat food faces', 'assets/topic/bread-32176.svg', 'Draw faces on the given food templates.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_7', 2, 1, 'assets/topic/bread-32176.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_9', 3, 'The wheat Story', 'assets/topic/wheat.jpg', 'Wheat originated more than 17,000 years ago. Early man gathered the seeds of the plant and ate them. After rubbing off the husks people simply chewed the kernels raw, parched or simmered. With advanced technology people started to grind wheat to produce flour. Wheat is a cereal grain that was domesticated from wild grass. There are many varieties of wheat. But, finally all the types can be divided into two major groups; spring and winter wheat. Wheat is the most important and essential food in today''s world.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_10', 3, 'Understanding the cereal', 'assets/topic/wheat-harvest.jpg', 'Wheat is the cereal which is cultivated all over the world. Wheat can grow almost anywhere in the world from sea level to 4,000 metres above sea level. Harvesting a wheat field consists of three parts; reaping, threshing and winnowing. Size of a wheat depends on the variety. Wheat usually reaches 2 to 4 feet in height. Wheat is an annual plant, which means it finish it''s life cycle in one year.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_11', 3, 'Wheat and Eat', 'assets/topic/baked-bakery-wheat.jpg', 'Apart from being one of the important food in the world, wheat has a good number of benificial health factors. Wheat is the third largest worldwide production after rice. Wheat can sustain life when other foods are unavailable. Wheat is the most nutricious grain. The health benefits of wheat depends entirely on the form in which it is eaten. Foods like bread, pasta, crackers, bagels, pancakes, pies, patries, cakes, cookies, muffins, chapathis and breakfast cereals are just a few common examples of wheat source.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_12', 3, 'The Wheat Facts', 'assets/topic/flour.jpg', 'Wheat is grouped into six types;hard red winter, hard red spring, soft red winter, durum, hard white and soft white. +A wheat kernel has three main parts; endosperm, bran and germ +This is amazing! one bushel of wheat contains approximately one million individual kernels. +One bushel of wheat weighs 60 pounds and this is a lot of weight. +Did you know that wheat is used for kitchen cabinets, also used in paper, hair conditioners, adhesive on posdtage stamps, medical swabs and charcoal? These are few to name there are many more products. +Kernels come in different colour which depend on their variety. It can be red, blue, purple, brown or white.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_13', 0, 'Wheat is grouped into 10 types.', 'assets/topic/agriculture-barley-cereal.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_13', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_13', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_16', 0, 'One bushel of wheat weighs __________ pounds', 'assets/topic/weight.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_16', 1, 1, '60'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_16', 0, 1, '40'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_16', 0, 2, '100'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_20', 0, 'Wheat can reach from 2 to ______ feet in height.', 'assets/topic/wheat-height.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_20', 1, 1, '4'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_20', 0, 1, '10'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_20', 0, 2, '5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_24', 0, 'Wheat is used to prepare hair conditioners.', 'assets/topic/wheat11.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_24', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_24', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Wheat_27', 0, 'Match the names with their images.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_27', 1, 1, 'barn'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_27', 1, 2, 'assets/topic/barn.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_27', 1, 3, 'kernels'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_27', 1, 4, 'assets/topic/wheat-kernel.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_27', 1, 5, 'bushel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_27', 1, 6, 'assets/topic/bushel.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_27', 1, 7, 'wheat plant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Wheat_27', 1, 8, 'assets/topic/wheat-plant.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice', 2, 'Rice', 'assets/topic/rice.svg', 'Rice is the second largest worldwide production. It is the most sought after food of man across the world. Having more than 40,000 varieties, rice grow across every continent except Antartica.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_3', 1, 'Women''s crop', 'assets/topic/rice-cult.svg', 'Using the drawing tools, create picture of women cultivating rice plantation', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_3', 2, 1, 'assets/topic/rice-cult.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_5', 1, 'Colouring Fun', 'assets/topic/forest.svg', 'Colour the picture of the rice cultivation using the colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_5', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_7', 1, 'A bowl of Rice', 'assets/topic/table-for-keeping-banana.svg', 'Draw a bowl of rice and add colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_7', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_9', 3, 'A Little Rice Talk', 'assets/topic/rice.jpg', 'The whole world claims to love rice. Rice is a grain or cereal just like wheat. As a cereal grain, it is most widely consumed food for the large part of the human population. African rice has been cultivated for 3500 years.There are also varieties of African rice. The exact number is unknown but there are nearly 40,000 varieties of rice.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_10', 3, 'Growing Rice', 'assets/topic/rice-grow.jpg', 'Rice is an annual plant that is harvested once in a year. The rice plant can grow from 1 to 1.8 metres tall. The growth completely depends on the variety and fertility of soil. The leaves are long and thin. The rice seed is edible. Rice comes in many shapes and colours. Rice can be grown practically anywhere even on a steep hill or mountain area. But, remember that rice cultivation requires more rainfall. Methods of rice growing differs in different localities. Plowing, fertilizing and smoothing is the process of cultivating. The crop matures after 105 to 150 days after crop establishment.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_11', 3, 'Rice and Health', 'assets/topic/rice-health.jpg', 'Rice is a good source of energy. It acts as a fuel to the body. Rice has high nutritional value. Consumption of rice controls blood pressure. It helps in prevention of cancer. It prevents constipation. Rice acts as a dietry food. It prevents obesity. Rice powder is used as medicine for skin related diseases in many parts of the world. Rice reduces the cholestrol level and helps in improving the heart health. Now, with all these health benifits rice is proved to be a nutritional food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_12', 3, 'The Rice facts', 'assets/topic/Rice_cultivation_Africa.jpg', 'Rice is everyones favorite food. But, did you know that growing rice takes lots of hard work? It''s usually hand planted and harvested. So next time when you waste rice just give a thought about the effort put in growing it. +Rice is low in fat and cholestrol free. It''s stomach filling and moreover very easy to cook. +Asia alone grows and consumes 90% of the world''s rice. +In Africa, rice cultivation is considered to be women''s crop. Women are involved in rice cultivation. +Rice stuffed pillows are considered to be excellent aid to relieve back and neck pain. Next time, you think of a craft, try making a rice pillow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_13', 0, 'Rice is a grain or a cereal just like potato.', 'assets/topic/rice-grain.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_13', 1, 1, 'no'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_13', 0, 1, 'yes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_16', 0, 'There are nearly __________ varieties of rice.', 'assets/topic/rice-variety.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_16', 1, 1, '40000'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_16', 0, 1, '400'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_16', 0, 2, '40'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_20', 0, 'Rice is __________ planted and harvested.', 'assets/topic/rice-hand.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_20', 1, 1, 'hand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_20', 0, 1, 'leg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_20', 0, 2, 'animal'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_24', 0, 'In Africa, rice is considered to be women''s crop.', 'assets/topic/rice-africa.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_24', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_24', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Rice_27', 0, 'Match the names with their images.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_27', 1, 1, 'Rice plantation'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_27', 1, 2, 'assets/topic/rice-plantations1.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_27', 1, 3, 'kernels'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_27', 1, 4, 'assets/topic/rice-kernel.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_27', 1, 5, 'rice bowl'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_27', 1, 6, 'assets/topic/rice-bowl.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_27', 1, 7, 'Rice harvesting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Rice_27', 1, 8, 'assets/topic/rice-harvest1124.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava', 2, 'Casava', 'assets/topic/cassava.svg', 'This important crop of Africa was introduced in the 16th century. Cassava is cultivated for it''s edible root. Cassava is also known by the name tapiaco, yucca or sweet potato.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_3', 1, 'Basket of Cassava', 'assets/topic/table-for-keeping-banana.svg', 'Using the drawing tools draw a basket of cassava. Colour the picture as desired.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_3', 2, 1, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_5', 1, 'Colouring Fun', 'assets/topic/forest.svg', 'Colour the oicture of cassava plant as desired.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_5', 2, 1, 'assets/topic/forest.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_7', 1, 'The Cassava Food delight', 'assets/topic/bread.svg', 'Colour the pictures of the food.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_7', 2, 1, 'assets/topic/bread.svg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_7', 2, 2, 'assets/topic/chips.svg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_7', 2, 3, 'assets/topic/table-for-keeping-banana.svg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_7', 2, 4, 'assets/topic/cassava-bowl.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_12', 3, 'Cassava Knowledge', 'assets/topic/cassava-flower.jpg', 'Cassava is a flowering plant. Cultivation of cassava started 4000 years ago. It was brought to Africa in 16th century and immediately gained importance. It''s considered to be one of the important food in Africa. People love eating cassava. It can be found in tropical regions around the world today. It grows on fertile, well drained moist soil that is frost free. Cassava is cultivated for its edible root. It''s the long brown, tapred root vegetable which is favorite for almost everyone. It has long green leaves that are edible. Cassava can spoil very quickly after harvesting. It can stay for just few days. A good cassava is white inside and a bad one turns black. Next time don''t forget to check the root vegetable at the grocery.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_13', 3, 'Eating a Cassava', 'assets/topic/cassava-food.jpg', 'Cassava is a good source of dietry food. But, overall it has a poor nutritional value. Still people love eating Cassava. Moreover it''s highly perishable in one day if not used. Some types of Cassava, both roots and leaves are poisonous. It should be thoroughly cooked before consumed. Cassava roots are prepared into an amazing variety of foods. It is prepared differently in different regions. Cassava is prepared as a bread, roasted meal, as a beer, a flour, dough, added in chapatis, dosa, porridge, gravies, pellets, sauce, pie fillers, chips, pudding and also in baby food. Though not an healthy meal, it still has it''s flavour spread across the world.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_14', 3, 'The important facts', 'assets/topic/cassava-hay.jpg', 'Did you know that cassava is used as animal fodder. Yes, that''s true. The cassava prepared hay is used as food for cows, buffalo, goats and sheep. +Cassava is used in the production of biofuel. +Cassava is an annual plant with a life span of 1 year. +The flowers of a cassava plant are orange - red coloured with a tinge of green colour. Yes, have to do some observation. +Cassava grows in the form of shrub that can reach 9 feet in height. +Tuberous root of cassava consists of 4 to 8 individual tubers that grow at the base of stem. +This is funny! The leaves of cassava are hand shaped composed of 3 to 7 narrow lobes. Leaves are dark green coloured on the upper side and bluish green on the underside.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_15', 0, 'Cultivation of cassava started 10,000 years ago.', 'assets/topic/cassava-cultivation.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_15', 1, 1, 'no'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_15', 0, 1, 'yes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_18', 0, 'Tuberous root of cassava consists of 4 to ___ individual tubers.', 'assets/topic/cassava-tubers.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_18', 1, 1, '8'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_18', 0, 1, '5'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_18', 0, 2, '10'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_22', 0, 'Cassava grows into a shrub that can reach upto _____ feet in height.', 'assets/topic/cassava-height.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_22', 1, 1, '9'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_22', 0, 1, '20'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_22', 0, 2, '3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_26', 0, 'Cassava prepared hay is used as baby food', 'assets/topic/cassava-hay-baby.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_26', 1, 1, 'no'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_26', 0, 1, 'yes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Cassava_29', 0, 'Match the names with their images.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_29', 1, 1, 'cassava'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_29', 1, 2, 'assets/topic/cassava-veg.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_29', 1, 3, 'leaves'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_29', 1, 4, 'assets/topic/cassava-leaves.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_29', 1, 5, 'cassava chips'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_29', 1, 6, 'assets/topic/cassava-chips.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_29', 1, 7, 'biofuel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Cassava_29', 1, 8, 'assets/topic/cassava-biofuel.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Foods', 2, 'Foods', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 1, 'Tomatoes_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 2, 'Tomatoes_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 3, 'Tomatoes_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 4, 'Tomatoes_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 5, 'Tomatoes_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 6, 'Tomatoes_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 7, 'Tomatoes_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 8, 'Tomatoes_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 9, 'Tomatoes_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 10, 'Tomatoes_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 11, 'Tomatoes_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tomatoes', 12, 'Tomatoes_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 1, 'Cabbage_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 2, 'Cabbage_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 3, 'Cabbage_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 4, 'Cabbage_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 5, 'Cabbage_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 6, 'Cabbage_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 7, 'Cabbage_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 8, 'Cabbage_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 9, 'Cabbage_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 10, 'Cabbage_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 11, 'Cabbage_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cabbage', 12, 'Cabbage_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 1, 'Onion_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 2, 'Onion_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 3, 'Onion_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 4, 'Onion_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 5, 'Onion_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 6, 'Onion_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 7, 'Onion_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 8, 'Onion_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 9, 'Onion_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 10, 'Onion_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 11, 'Onion_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 12, 'Onion_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 13, 'Onion_43'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Onion', 14, 'Onion_48'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 1, 'banana_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 2, 'banana_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 3, 'banana_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 4, 'banana_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 5, 'banana_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 6, 'banana_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 7, 'banana_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 8, 'banana_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 9, 'banana_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 10, 'banana_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 11, 'banana_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('banana', 12, 'banana_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 1, 'pineapple_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 2, 'pineapple_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 3, 'pineapple_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 4, 'pineapple_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 5, 'pineapple_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 6, 'pineapple_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 7, 'pineapple_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 8, 'pineapple_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 9, 'pineapple_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 10, 'pineapple_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 11, 'pineapple_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('pineapple', 12, 'pineapple_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 1, 'Orange_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 2, 'Orange_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 3, 'Orange_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 4, 'Orange_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 5, 'Orange_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 6, 'Orange_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 7, 'Orange_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 8, 'Orange_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 9, 'Orange_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 10, 'Orange_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 11, 'Orange_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Orange', 12, 'Orange_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 1, 'Maize_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 2, 'Maize_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 3, 'Maize_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 4, 'Maize_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 5, 'Maize_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 6, 'Maize_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 7, 'Maize_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 8, 'Maize_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 9, 'Maize_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 10, 'Maize_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 11, 'Maize_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Maize', 12, 'Maize_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 1, 'Wheat_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 2, 'Wheat_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 3, 'Wheat_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 4, 'Wheat_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 5, 'Wheat_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 6, 'Wheat_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 7, 'Wheat_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 8, 'Wheat_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 9, 'Wheat_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 10, 'Wheat_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 11, 'Wheat_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Wheat', 12, 'Wheat_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 1, 'Rice_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 2, 'Rice_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 3, 'Rice_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 4, 'Rice_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 5, 'Rice_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 6, 'Rice_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 7, 'Rice_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 8, 'Rice_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 9, 'Rice_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 10, 'Rice_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 11, 'Rice_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Rice', 12, 'Rice_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 1, 'Cassava_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 2, 'Cassava_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 3, 'Cassava_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 4, 'Cassava_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 5, 'Cassava_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 6, 'Cassava_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 7, 'Cassava_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 8, 'Cassava_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 9, 'Cassava_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 10, 'Cassava_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Cassava', 11, 'Cassava_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 0, 'Tomatoes'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 1, 'Cabbage'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 2, 'Onion'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 3, 'banana'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 4, 'pineapple'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 5, 'Orange'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 6, 'Maize'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 7, 'Wheat'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 8, 'Rice'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Foods', 9, 'Cassava'); diff --git a/scripts/en/Occupations.sql b/scripts/en/Occupations.sql new file mode 100644 index 0000000..5fed2fa --- /dev/null +++ b/scripts/en/Occupations.sql @@ -0,0 +1,722 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman', 2, 'Fisherman', 'assets/topic/fisherman.svg', 'A fisherman or fisher is someone who catch fish and other water animals for their living or for sport.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_3', 1, 'Draw a fisherman', 'assets/topic/fisherman_bg.svg', 'Draw a fisherman catching fish', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_3', 2, 1, 'assets/topic/fisherman_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_5', 1, 'Take a picture of fisherman', 'assets/topic/fisherman_background.svg', 'Take a picture of fisherman and decorate it', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_5', 2, 1, 'assets/topic/fisherman_background.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_7', 1, 'Draw a fishing stick', 'assets/topic/fishing_bg.svg', 'Draw a fishing stick and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_7', 2, 1, 'assets/topic/fishing_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_9', 3, 'Life of a fisherman', 'assets/topic/Fisherman_life.jpg', 'A fisherman is an individual whose work is to catch fish in the ponds, canals and even +in rivers and sell it in the local markets. His main profession is to earn his living by +selling fish.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_10', 3, 'Importance of a fisherman', 'assets/topic/Fisherman_02.jpg', 'A fisherman catches fish everyday. The fishermen promote economic growth and protect our +environment and natural resources.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_11', 0, 'A fisherman is an individual whose work is not to +catch fish.', 'assets/topic/fisherman_catch_fish.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_11', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_11', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_14', 3, 'Fishing tackle', 'assets/topic/Fisherman_03.jpg', 'Fishing tackle is a general term that refers to the equipment used by fishermen when +fishing. Almost any equipment used for fishing can be called a fishing tackle. +Some examples are hooks, lines, sinkers, spears, nets, traps, waders and tackle boxes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_15', 0, 'Group different types of fishing tackles.', 'assets/topic/fishing_hook.png', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 1, 'Hooks'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 2, 'Sinkers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 3, 'Spears'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 4, 'Nets'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 1, 5, 'Traps'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 0, 1, 'Ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 0, 2, 'Balloon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_15', 0, 3, 'Water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_24', 0, 'Net is used as one of the fishing tackle.', 'assets/topic/fishing_net2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_24', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_24', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_27', 3, 'Benifits of Fishing', 'assets/topic/fishing_for_health.jpg', 'Fishing increases vitamin D. Vitamin D helps regulate the amount of calcium in the +human body, keeping the bones and teeth healthy. It boosts the immune system.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_28', 0, 'Which vitamin is increased by the fishing activity?', 'assets/topic/vitamin_D.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 1, 1, 'Vitamin D'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 0, 1, 'Vitamin C'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 0, 2, 'Vitamin E'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_28', 0, 3, 'Vitamin K'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_33', 0, 'Vitamin D helps in keeping the bone and teeth +healthy.', 'assets/topic/teeth.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_33', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_33', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_36', 0, 'Where do fisherman catch fish?', 'assets/topic/fisherman_04.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 1, 1, 'Water bodies'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 0, 1, 'Land'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 0, 2, 'Air'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_36', 0, 3, 'Fire'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Fisherman_41', 0, 'Match image with their names.', 'assets/topic/fish_match.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 1, 'assets/topic/fishing_net.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 2, 'Fishing net'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 3, 'assets/topic/fishing_stick.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 4, 'Fishing stick'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 5, 'assets/topic/Fisherman.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Fisherman_41', 1, 6, 'Fisherman'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer', 2, 'Engineer', 'assets/topic/engineer.svg', 'Engineers are people who design or build things that we use every day. +Engineering is the use of science and math to design or make things. +People who do engineering are called engineers.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_3', 1, 'Take a picture of electrical engineer.', 'assets/topic/engineer_svg01.svg', 'Take a picture of electrical engineer and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_3', 2, 1, 'assets/topic/engineer_svg01.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_5', 1, 'Take a picture of mechanical engineer.', 'assets/topic/mech_engineer.svg', 'Take a picture of mechanical engineer and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_5', 2, 1, 'assets/topic/mech_engineer.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_7', 1, 'Take a picture of civil engineer.', 'assets/topic/civ_engineer.svg', 'Take a picture of civil engineer and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_7', 2, 1, 'assets/topic/civ_engineer.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_9', 3, 'About engineers', 'assets/topic/engineer_02.jpg', 'Engineers are individuals who design and build things that are used in everyday life. There are different types of engineers working in different fields such as electrical engineer, mechanical engineer, civil engineer etc', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_10', 0, 'People who do engineering are called as?', 'assets/topic/engineer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_10', 1, 1, 'Engineers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_10', 0, 1, 'Carpenter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_10', 0, 2, 'Plumber'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_10', 0, 3, 'Police'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_15', 3, 'Electrical engineer', 'assets/topic/electrical_engineer.jpg', 'Look around your house or outdoors. You find devices that are plugged in or use batteries +to get electricity to work All of these devices have been created and designed by electrical +engineers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_16', 0, 'Any device that are plugged in or use +batteries to get electricity to work is designed +by?', 'assets/topic/electrical_engineer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_16', 1, 1, 'Electrical engineer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_16', 0, 1, 'Carpenter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_16', 0, 2, 'Plumber'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_16', 0, 3, 'Police'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_21', 0, 'Electrical engineering is the name for the field +in which people invent and fix electronic +devices.', 'assets/topic/electronic_device.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_21', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_21', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_24', 3, 'Mechanical engineer', 'assets/topic/mechanical_engineer.jpg', 'Mechanical engineer builts a car and other vehicles and. It is one of the oldest and broadest +engineering disciplines.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_25', 0, 'Mechanical engineer builts a car and other +vehicles.', 'assets/topic/cars.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_25', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_25', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_28', 3, 'Civil engineer', 'assets/topic/civil_engineer.jpg', 'Civil engineering is the term for the work of designing and building structures. +It usually means large structures, like bridges, dams, buildings, and tunnels.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_29', 0, 'Who designs and builds structure?', 'assets/topic/civil_engineer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_29', 1, 1, 'Civil engineer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_29', 0, 1, 'Electrical engineer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_29', 0, 2, 'Driver'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_29', 0, 3, 'Swimmer'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_34', 0, 'Group structures built by civil engeineer.', 'assets/topic/bridges.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_34', 1, 1, 'Bridges'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_34', 1, 2, 'Dams'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_34', 1, 3, 'Buildings'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_34', 1, 4, 'Tunnels'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_34', 0, 1, 'Radio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_34', 0, 2, 'Fan'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_34', 0, 3, 'Table'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_42', 0, 'Civil engineers involve planning and +construction, maintenance and demolition +Structres.', 'assets/topic/demolition.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_42', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_42', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Engineer_45', 0, 'Match the engineers with their job tools.', 'assets/topic/engineer_45.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_45', 1, 1, 'assets/topic/electrical_engineer.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_45', 1, 2, 'Wires and circuit boards.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_45', 1, 3, 'assets/topic/mechanical_engineer.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_45', 1, 4, 'Car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_45', 1, 5, 'assets/topic/civil_engineer.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Engineer_45', 1, 6, 'Bridge'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer', 2, 'Farmer.', 'assets/topic/farmer.svg', 'A farmer is an individual who grows crops and raises animals for human use. Farmers work hard and for long hours. They work in all season and all weather conditions.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_3', 1, 'Draw a farmer.', 'assets/topic/crop_svg01.svg', 'Draw a farmer', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_3', 2, 1, 'assets/topic/crop_svg01.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_5', 1, 'Take a picture of a farmer.', 'assets/topic/agriculture-2027001.svg', 'Take a picture of a farmer and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_5', 2, 1, 'assets/topic/agriculture-2027001.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_7', 1, 'Take picture of different crops.', 'assets/topic/forest_svg02.svg', 'Take picture of five different crops and post it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_7', 2, 1, 'assets/topic/forest_svg02.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_9', 1, 'Take picture of domestic animals', 'assets/topic/bull-47873.svg', 'Take picture of three different domesticated animals for farming', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_9', 2, 1, 'assets/topic/bull-47873.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_11', 3, 'About farmer', 'assets/topic/farmer_02.jpg', 'The farmer grow crops in a larger scale. Farming has been practiced in mankind since ten thousand years. +The first farmer started taming animals and growing crops in smaller scale.Farming is practiced all around +the world. The one who does farming is called as a farmer. He is actually called as the country''s backbone. +The whole process of farming is called as agriculture.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_12', 0, 'Who is called as the backbone of the country?', 'assets/topic/farmer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 1, 1, 'Farmer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 0, 1, 'Doctor'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 0, 2, 'Carpenter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_12', 0, 3, 'Fisherman'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_17', 0, 'Farmer is a backbone of the country.', 'assets/topic/farmer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_17', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_17', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_20', 3, 'Types of farming', 'assets/topic/farming.jpg', 'There are many types of farming. The three basic types of farming are crop farming, animal farming and mixed crop farming.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_21', 3, 'Types of farming 1', 'assets/topic/farmer_sowing1.jpg', 'Basically in crop farming, the farmer sows same crop for a particular season for example if wheat is sown +in first season then rice is sown in the next season.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_22', 3, 'Types of farming 2', 'assets/topic/farmer_sowing2.jpg', 'In mixed croping, the farmer sow two or more different types of crops in the same field at same season +for example wheat, gram and mustard are grown in the same field.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_23', 3, 'Types of farming 3', 'assets/topic/farmer_sowing3.jpg', 'Animal farming is the practice of animal breeding. The breeding is done for animal products. Cows are +breed for dairy products. Poultry farming, where domesticated birds like hen, duck, turkey etc are raised +to get meat and egg.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_24', 0, 'What type of bird is domesticated in +poultry farming?', 'assets/topic/hen.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 1, 1, 'Hen'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 0, 1, 'Eagle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 0, 2, 'Crow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_24', 0, 3, 'Peacock'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_29', 0, 'Duck is used for poultry farming.', 'assets/topic/duck01.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_29', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_29', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_32', 3, 'Types of seeds farmer grows and natural +resources.', 'assets/topic/seeds.jpg', 'Maize, sorghum, millet, rice, wheat, Potatoes etc are the basic types of food crops a farmer grows. Fertile soil, continues water supply and sunlight are the three natural resources that help a farmer to have good crop production.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_33', 0, 'Group differnt types of seeds.', 'assets/topic/seeds.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 1, 'Maize'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 2, 'Millet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 3, 'Rice'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 4, 'Wheat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 1, 5, 'Potato'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 0, 1, 'Hen'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_33', 0, 2, 'Duck'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_41', 3, 'A little more about the farming and farmer.', 'assets/topic/farming_imp.jpg', 'Technology has produced different machine and vehicle like tractor which has made farming very easier. +Earthworms are known to be a farmer''s best friend. Earthworms helps in making the land fertile that is +good for growing crops.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_42', 0, 'Who is a farmer''s best friend?', 'assets/topic/earthworm.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 1, 1, 'Earthworm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 0, 1, 'Crow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 0, 2, 'Bat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_42', 0, 3, 'Tiger'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_47', 0, 'Tractor is not used for farming.', 'assets/topic/tractor.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_47', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_47', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Farmer_50', 0, 'Match the images', 'assets/topic/farming_47.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 1, 'assets/topic/farmer.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 2, 'assets/topic/earthworm.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 3, 'assets/topic/tractor.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 4, 'assets/topic/tractor_tilling.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 5, 'assets/topic/poultry.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 6, 'assets/topic/egg.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 7, 'assets/topic/cow.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Farmer_50', 1, 8, 'assets/topic/milk.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher', 2, 'Teacher', 'assets/topic/teacher.svg', 'A teacher is an individual who is trained to teach children. A teacher teaches from early stage of the children to their adult stage.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_3', 1, 'Draw a teacher', 'assets/topic/teacher_svg01.svg', 'Draw teacher with black board behind her.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_3', 2, 1, 'assets/topic/teacher_svg01.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_5', 1, 'Take a picture of teacher', 'assets/topic/ground_svg02.svg', 'Take a picture of teacher and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_5', 2, 1, 'assets/topic/ground_svg02.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_7', 1, 'Take a picture of school.', 'assets/topic/school-295210.svg', 'Take a picture of school. Paint and decorate the picture', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_7', 2, 1, 'assets/topic/school-295210.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_9', 3, 'About teacher.', 'assets/topic/teacher_02.jpg', 'A teacher is an individual who helps others to learn. A teacher often works in a +classroom.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_10', 0, 'Where does a teacher often work?', 'assets/topic/classroom.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 1, 1, 'Classroom'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 0, 1, 'Play ground'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 0, 2, 'Forest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_10', 0, 3, 'Beaches'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_15', 3, 'Teachers way of teaching.', 'assets/topic/teaching_way.jpg', 'There are different ways of teaching. Initially teachers used chalk to write on the black board but +today teachers are using marker pens to write on the white boards. Teachers often explain new +concept, and help students with their work.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_16', 0, 'Erasable marker pen is used to write on white +board.', 'assets/topic/marker.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_16', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_16', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_19', 0, 'What will teachers use to write on a black +board.', 'assets/topic/chockpiece.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 1, 1, 'Chalk piece'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 0, 1, 'Pen'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 0, 2, 'pencil'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_19', 0, 3, 'Rubber'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_24', 3, 'Teacher bond with student.', 'assets/topic/teacher_03.jpg', 'A school teacher is person who is trained to educate childrens. The teachers form strong +relationships with their students. The teachers teach them life lessons making them good human.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_25', 0, 'A school teacher is person who is trained to +educate childrens.', 'assets/topic/school_teacher.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_25', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_25', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_28', 0, 'What type of relationship do teachers form +with their students.', 'assets/topic/teacher_04.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 1, 1, 'Strong relationship'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 0, 1, 'Week relationship'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 0, 2, 'No relationship'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_28', 0, 3, 'Mad relationship'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_33', 3, 'Qualities of teachers.', 'assets/topic/teaching_12.jpg', 'The top five qualities of a teacher are: +Care +Patience +Good knowledge +Dedication +understanding', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_34', 0, 'Group the qualities of great teacher', 'assets/topic/caring.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 1, 'Care'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 2, 'Patience'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 3, 'Good knowledge'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 4, 'Dedication'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 1, 5, 'understanding'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 0, 1, 'Agressive'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_34', 0, 2, 'Foolish'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_42', 0, 'Great teachers have good patience.', 'assets/topic/teaching_way.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_42', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_42', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Teacher_45', 0, 'Match images with their relative images', 'assets/topic/teaching_45.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 1, 'assets/topic/student.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 2, 'assets/topic/teacher.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 3, 'assets/topic/blackboard.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 4, 'assets/topic/chockpiece.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 5, 'assets/topic/whiteboard.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Teacher_45', 1, 6, 'assets/topic/marker.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor', 2, 'Doctor', 'assets/topic/doctor.svg', 'A Doctor is a person who gives treatment to sick people. The doctor prescribes the medicine for the sick people. The doctor advices precautionary measures to lead a healthy life.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_3', 1, 'Draw a doctor with a patient.', 'assets/topic/doctorPat.svg', 'Draw a doctor with a patient.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_3', 2, 1, 'assets/topic/doctorPat.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_5', 1, 'Draw a stethoscope.', 'assets/topic/stethoscope-311855.svg', 'Draw a stethoscope.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_5', 2, 1, 'assets/topic/stethoscope-311855.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_7', 1, 'Take a picture of hospital.', 'assets/topic/hospitalbuilding.svg', 'Take a picture of the hospital and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_7', 2, 1, 'assets/topic/hospitalbuilding.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_9', 3, 'About doctor.', 'assets/topic/doctor_02.jpg', 'We all admit that whenever we have fever, cold or cough we always go to a doctor. Doctor is the person who has practiced medicine and is been trained to heal the sick.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_10', 0, 'Where do we go when we are sick?', 'assets/topic/doctor.jpg', '', 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 1, 1, 'Doctor'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 0, 1, 'Plumber'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 0, 2, 'Teacher'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_10', 0, 3, 'Tailor'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_15', 3, 'Hospital', 'assets/topic/hospital.jpg', 'A hospital is a place where the sick and the injured are healed. Doctors and nurses work at the hospital. Doctors make use of advanced medical technology to heal patients.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_16', 0, 'Doctors do not work in hospitals.', 'assets/topic/doctors_img.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_16', 1, 1, 'Fasle.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_16', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_19', 3, 'Stethoscope', 'assets/topic/stethoscope.jpg', 'A stethoscope is an instrument used by doctors and other medical people. It is used to measure the heartbeat and the breathing speed of an individual.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_20', 0, 'What is used to measure the heartbeat of a patient?', 'assets/topic/stethoscope.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 1, 1, 'Stethoscope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 0, 1, 'Bat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 0, 2, 'Ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_20', 0, 3, 'Hospital'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_25', 0, 'Stethoscope is used to measure heartbeat.', 'assets/topic/stethoscope02.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_25', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_25', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_28', 3, 'Ambulance', 'assets/topic/ambulance.png', 'Every hospital has an ambulance. The ambulance is a vehicle used to attend the sick person in case of medical emergency. It has a symbol of red cross.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_29', 0, 'Name the hospital vehicle which is used to carry +patients in times of emergency?', 'assets/topic/ambulance.png', NULL, 'oneAtATime'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_30', 0, 'Ambulance is used to carry sick people.', 'assets/topic/ambulance02.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_30', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_30', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_33', 0, 'Select things related to a doctor', 'assets/topic/doctor_03.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 1, 'Stethoscope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 2, 'Medicine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 3, 'Medical staff'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 1, 4, 'Hospital'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 0, 1, 'Zebra'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_33', 0, 2, 'Football'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Doctor_40', 0, 'Match images with their names.', 'assets/topic/doctor_03.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 1, 'assets/topic/stethoscope.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 2, 'Stethoscope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 3, 'assets/topic/hospital_44.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 4, 'doctor'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 5, 'assets/topic/ambulance.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 6, 'Ambulance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 7, 'assets/topic/patient.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Doctor_40', 1, 8, 'Patient'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber', 2, 'Barber', 'assets/topic/barber.svg', 'A barber is a person whose occupation is mainly to cut, dress, groom, style and shave men''s and boys'' hair.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_3', 1, 'Draw a barber', 'assets/topic/barber_svg1.svg', 'Draw a barber with scissors.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_3', 2, 1, 'assets/topic/barber_svg1.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_5', 1, 'Take a picture of barber', 'assets/topic/barber_svg2.svg', 'Take a picture of barber and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_5', 2, 1, 'assets/topic/barber_svg2.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_7', 1, 'A Barber shop', 'assets/topic/barber_svg3.svg', 'Make a barber shop with customers', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_7', 2, 1, 'assets/topic/barber_svg3.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_9', 3, 'About barber', 'assets/topic/barber_02.jpg', 'A barber is someone who cuts and dresses the hair and shaves beards of men and boys. +Barbering is an ancient and honorable profession. It has a very interesting history.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_10', 0, 'Who is the person that cuts hair and shaves beard?', 'assets/topic/barber.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 1, 1, 'Barber'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 0, 1, 'Carpenter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 0, 2, 'Pilot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_10', 0, 3, 'Tailor'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_15', 3, 'Job description', 'assets/topic/barber_03.jpg', 'The main job of a barber is to cut hair of his customer. Barbers also shape and trim beards +and mustaches. Instruments such as scissors and combs are kept sterile and in good condition.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_16', 0, 'What is the main instrument of a barber?', 'assets/topic/scissors.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 1, 1, 'Scissors'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 0, 1, 'Axe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 0, 2, 'Bat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_16', 0, 3, 'Sword'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_21', 0, 'Group things found in barber shop.', 'assets/topic/barber_things.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 1, 'Scissors'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 2, 'Combs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 3, 'Oil'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 4, 'Powder'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 1, 5, 'Mirror'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 0, 1, 'Sword'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_21', 0, 2, 'Bus'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_29', 0, 'The main job of a barber is to cut customer''s hair and shave beard.', 'assets/topic/hair_cutting.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_29', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_29', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_32', 0, 'Scissors are not used by barber.', 'assets/topic/scissors02.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_32', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_32', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_35', 3, 'History', 'assets/topic/barber_04.jpg', 'The barber''s trade has a long history. It''s recorded that razors have been found among relics of + the bronze age in Egypt. In ancient Egyptian culture, barbers were highly respected individuals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_36', 0, 'What have been found during the bronze age in Egypt?', 'assets/topic/razors.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 1, 1, 'Razors'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 0, 1, 'Train'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 0, 2, 'Cap'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_36', 0, 3, 'Bat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_41', 3, 'Hair dresser', 'assets/topic/female_hair_dresser.jpg', 'A hairdresser''s job is to cut in a certain style and also apply cosmetics to make people look +good. A hairdresser is usually female. A Hair dresser''s job is considered to be highly skilled and +creative.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_42', 0, 'Hair dresser is usually a female.', 'assets/topic/hairdresser.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_42', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_42', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Barber_45', 0, 'Match the images with their names', 'assets/topic/haircut_45.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 1, 'assets/topic/barber.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 2, 'Barber'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 3, 'assets/topic/scissors.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 4, 'scissors'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 5, 'assets/topic/comb.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Barber_45', 1, 6, 'Comb'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber', 2, 'Plumber', 'assets/topic/plumber.svg', 'A plumber is a person whose main job is to connect and repair things such as water and drainage pipes, baths and toilets.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_3', 1, 'Draw a plumber', 'assets/topic/plumbtemp_4.svg', 'Draw a plumber and paint it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_3', 2, 1, 'assets/topic/plumbtemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_5', 1, 'Take picture of plumber', 'assets/topic/plumbtemp_6.svg', 'Take a picture of plumber and decorate it', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_5', 2, 1, 'assets/topic/plumbtemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_7', 1, 'Draw a tap connected to a pipe.', 'assets/topic/plumbtemp_8.svg', 'Draw a tap connected to a pipe.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_7', 2, 1, 'assets/topic/plumbtemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_9', 3, 'About plumbing', 'assets/topic/plumbing.jpg', 'Plumbing was previously known as plumbum. The one who does plumbing is called +plumber.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_10', 0, 'What was plumbing previously known as?', 'assets/topic/plumbing_airforce.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_10', 1, 1, 'Plumbum'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_10', 0, 1, 'Plumdam'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_10', 0, 2, 'Plumbing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_10', 0, 3, 'Chewing gum'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_15', 0, 'The one who does plumbing is called as________.', 'assets/topic/plumber_2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_15', 1, 1, 'Plumber.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_15', 0, 1, 'Carpenter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_15', 0, 2, 'Driver'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_15', 0, 3, 'Police'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_20', 3, 'History1', 'assets/topic/basement_plumber.jpg', 'There were some plumbing pipes in the city of the Indus Valley Civilization some +thousand years ago.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_21', 0, 'There were some plumbing pipes in the city of the Indus Valley Civilization some thousand years ago.', 'assets/topic/pplumb_pipes.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_21', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_21', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_24', 3, 'Materials used for plumbing', 'assets/topic/tools_and_fittings.jpg', 'Water systems in ancient times used gravity to move water. They used pipes or +channels usually made of clay, lead, bamboo or stone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_25', 0, 'What was the system used to move water in ancient times?', 'assets/topic/sink_hd.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_25', 1, 1, 'Gravity system'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_25', 0, 1, 'No gravity system'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_25', 0, 2, 'Pumping system'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_25', 0, 3, 'No pumping system'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_30', 3, 'Plumbing fixture', 'assets/topic/kitchen_sink.jpg', 'Plumbing fixtures are designed for the people who use the water. Plumbers must have +great mechanical skills, be physically strong, and be comfortable working in small spaces.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_31', 0, 'Plumbing fixtures are designed for the people who use the water.', 'assets/topic/toilet-plumbing.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_31', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_31', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_34', 0, 'Plumber must have great mechanical skill.', 'assets/topic/basement_plumber.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_34', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_34', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Plumber_37', 0, 'Match images with their names.', 'assets/topic/plumbing_45.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_37', 1, 1, 'assets/topic/basin-sink-plumbing.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_37', 1, 2, 'Sink'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_37', 1, 3, 'assets/topic/pipe_plumbing.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_37', 1, 4, 'Pipe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_37', 1, 5, 'assets/topic/plumber_3.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Plumber_37', 1, 6, 'Plumber'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police', 2, 'Police officer', 'assets/topic/police.svg', 'A police officer is a person who is working in a police force in order to maintain peace among people.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_3', 1, 'Draw a police officer.', 'assets/topic/police_temp.svg', 'Draw a police officer and paint it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_3', 2, 1, 'assets/topic/police_temp.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_5', 1, 'Take a picture of a police car.', 'assets/topic/police_car.svg', 'Take a picture of a police car and record the sound of its siren.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_5', 2, 1, 'assets/topic/police_car.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_7', 1, 'Decorate the police station.', 'assets/topic/station_bg.svg', 'Decorate the police station with police dog, police car, and police.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_7', 2, 1, 'assets/topic/station_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_9', 3, 'About police officer.', 'assets/topic/police_officer_02.jpg', 'Police officers work in police station. Police officers are given vehicles such as bicycle, bikes, cars, jeeps +and vans. Police officers arrest criminals, prevent crime, protect and help people and maintain law and +order among people and in the society.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_10', 0, 'Where do police officers work from?', 'assets/topic/police_station02.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_10', 1, 1, 'Police station.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_10', 0, 1, 'Railway station'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_10', 0, 2, 'Radio station'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_10', 0, 3, 'Hospital'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_15', 0, 'Who is the person who protect people and maintain law and order?', 'assets/topic/police_officer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_15', 1, 1, 'Police officer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_15', 0, 1, 'Carpenter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_15', 0, 2, 'Driver'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_15', 0, 3, 'Tailor'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_20', 0, 'Select vehicles given to a police officer.', 'assets/topic/police_vehicles.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_20', 1, 1, 'Bicycle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_20', 1, 2, 'Bike'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_20', 1, 3, 'Car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_20', 1, 4, 'Jeep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_20', 1, 5, 'Van'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_20', 0, 1, 'Train'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_20', 0, 2, 'Airplane'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_28', 3, 'Powers and duties.', 'assets/topic/police_officer_03.jpg', 'As a part of their job, police officers have rights that a normal person does not have. This includes the power to arrest a person who they think have committed a crime. The power to search a person and etc and they work from police station.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_29', 0, 'Police officer works from railway station.', 'assets/topic/police_station.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_29', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_29', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_32', 3, 'Police duty can be dangerous.', 'assets/topic/police_officer_04.jpg', 'Being a police officer can be dangerous. Police officers are sometimes killed or hurt by criminals when +they are sent to crime incidents, The police have to carry the equipment needed to defend themselves +such as a gun or a baton in order to stop crime.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_33', 0, 'Being a police officer can be dangerous.', 'assets/topic/police_officer_04.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_33', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_33', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_36', 3, 'Police dogs', 'assets/topic/police_dog.jpg', 'Have you ever wondered who would be your partner in solving crime? Yes you are rite a dog would +partner with you and solve crimes and protecting people. And this dog will be given to the best police +officer.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_37', 0, 'Who is the partner given to best police officer?', 'assets/topic/police_dog.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_37', 1, 1, 'Police dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_37', 0, 1, 'Police cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_37', 0, 2, 'Police rat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_37', 0, 3, 'Police tiger'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_42', 3, 'Police dog facts.', 'assets/topic/police_dog02.jpg', 'A dog’s nose is about fifty times more sensitive than a human’s nose. And this is the fact. Police dogs are +trained to smell and identify drugs, bombs or weapons that humans can’t find.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_43', 0, 'A dog’s nose is about fifty times more sensitive than a human’s nose .', 'assets/topic/police_dog02.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_43', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_43', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Police_46', 0, 'Match images that best suits.', 'assets/topic/police_46.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_46', 1, 1, 'assets/topic/police_best.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_46', 1, 2, 'assets/topic/police_dog.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_46', 1, 3, 'assets/topic/police_car02.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_46', 1, 4, 'assets/topic/siren.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_46', 1, 5, 'assets/topic/police_station.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Police_46', 1, 6, 'assets/topic/criminal.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife', 2, 'House wife', 'assets/topic/housewife.svg', 'A house wife''s main role is to take care of her own family that includes her home, her children, and her husband mainly.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_3', 1, 'Draw a house wife.', 'assets/topic/living-room_temp_housewife.svg', 'Draw an house wife and paint it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_3', 2, 1, 'assets/topic/living-room_temp_housewife.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_5', 1, 'Take a picture of house wife.', 'assets/topic/kitchen-temp_housewife.svg', 'Take a picture of house wife and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_5', 2, 1, 'assets/topic/kitchen-temp_housewife.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_7', 1, 'Take a picture of house wife.', 'assets/topic/room-temp_housewife.svg', 'Take a picture of house wife with different activity such as, cooking, washing, playing with children, cleaning house etc.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_7', 2, 1, 'assets/topic/room-temp_housewife.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_9', 3, 'About house wife', 'assets/topic/housewife_1.jpg', 'House wife is also called as a homemaker. She is an important person in the family, who dedicates all her life in building up the family in good environment. Traditionally, the job of homemaker is done by women and the job +of provider is done by men. Both men and women can be providers and homemakers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_10', 0, 'Apart from women who else is called as a homemaker?', 'assets/topic/honmemaker.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_10', 1, 1, 'House wife'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_10', 0, 1, 'Husband'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_10', 0, 2, 'Children'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_10', 0, 3, 'Neighbour'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_15', 0, 'House wife is also called as homemaker.', 'assets/topic/housewife_3.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_15', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_15', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_18', 3, 'History of tradition', 'assets/topic/housewife_2.jpg', 'We have seen from past thousands of years and we know that men have been always prefered by society as +the main "breadwinners". The women have cared for children, prepared food for eating, cleaned the home, +and mend the clothes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_19', 0, 'Who was considered to be the bread winner of the family?', 'assets/topic/family_housewife.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_19', 1, 1, 'Male'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_19', 0, 1, 'Children'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_19', 0, 2, 'House wife'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_19', 0, 3, 'Neighbour'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_24', 3, 'Work of an house wife', 'assets/topic/housewife_3.jpg', 'Basic important things a house wife does in her day to day life and they are +Cooking food +Keeping house clean +Spending time with children', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_25', 0, 'Select the work done by a house wife.', 'assets/topic/housewife_2.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_25', 1, 1, 'Cooking food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_25', 1, 2, 'Keeping house clean'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_25', 1, 3, 'Spending time with children'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_25', 0, 1, 'Going for hunting animals'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_30', 3, 'How important is mother''s day for an +house wife playing the role of a mother.', 'assets/topic/housewife_4.jpg', 'A housewife is a loving mother too. She dedicates her whole life for her children without any selfishness. To +honour mpther Mother''s day is celebrated on every second sunday of may in many parts of the country. On +this day children treat their mothers with love and gifts.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_31', 0, 'Mother''s day is celebrated on every second sunday of may month in many countries.', 'assets/topic/Mother_housewife.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_31', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_31', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_34', 0, 'House wife does not dedicate her life in +building up the family', 'assets/topic/retro-housewife.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_34', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_34', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('House wife_37', 0, 'Match the images with their images that +suits best.', 'assets/topic/housewife_41.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_37', 1, 1, 'assets/topic/mother_match.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_37', 1, 2, 'assets/topic/baby_match.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_37', 1, 3, 'assets/topic/mother_match_housewife.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_37', 1, 4, 'assets/topic/gift-housewife.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_37', 1, 5, 'assets/topic/family_housewife.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('House wife_37', 1, 6, 'assets/topic/women_housewife.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter', 2, 'Carpenter', 'assets/topic/carpenter.svg', 'A carpenter is a person who works with wood and make wooden furnitures like cots, cabinets, build houses, or do other useful things.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_3', 1, 'Draw a carpenter', 'assets/topic/carpenTemp_4.svg', 'Draw a carpenter and paint it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_3', 2, 1, 'assets/topic/carpenTemp_4.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_5', 1, 'Take a picture of carpenter making chair.', 'assets/topic/carpenTemp_6.svg', 'Take a picture of carpenter making chair and decorate it..', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_5', 2, 1, 'assets/topic/carpenTemp_6.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_7', 1, 'Take a picture of carpenter tool.', 'assets/topic/carpenTemp_8.svg', 'Take a picture of carpenter tool and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_7', 2, 1, 'assets/topic/carpenTemp_8.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_9', 3, 'About carpenter.', 'assets/topic/carpenter_9.jpg', 'A carpenter is someone who builds and repairs things made from wood. He has been +building useful products out of wood from a very long time.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_10', 0, 'Who is a person that builds and repairs +things made from wood?', 'assets/topic/carpenter_13.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_10', 1, 1, 'Carpenter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_10', 0, 1, 'Driver'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_10', 0, 2, 'Cheff'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_10', 0, 3, 'Police officer'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_15', 3, 'Carpenter tools.', 'assets/topic/carpenter_10.jpg', 'Carpenters tools are Hammer, measuring tape, nail puller, wood chisel, circular saw, drilling +machine, nail gun etc are the main tools in todays world.These tools has made life of a +carpenter very easy as he can save time and money.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_16', 0, 'Select tools of carpenter.', 'assets/topic/carpenter_23.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_16', 1, 1, 'Hammer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_16', 1, 2, 'wood chisel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_16', 1, 3, 'Circular saw'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_16', 1, 4, 'Measuring tape'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_16', 1, 5, 'drilling machine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_16', 0, 1, 'Pot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_16', 0, 2, 'Match stick'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_24', 3, 'Carpenter and his skill', 'assets/topic/carpenter_11.jpg', 'Many carpenters will choose to focus their skills in one of two broad ranging categories. +Rough carpenters will focus on building things that need to be simple and structural. +Finish carpenters will focus on things that are detailed and artistic.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_25', 0, 'Finish carpenters will focus on things that are detailed and artistic like furnitures.', 'assets/topic/carpenter_34.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_25', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_25', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_28', 3, 'History', 'assets/topic/carpenter_12.jpg', 'Wood is one of the mankind''s oldest building materials. The ability to shape wood improved +with technological advances from the stone age to the bronze age and to the iron age. Some +of the oldest, surviving, wooden buildings in the world are the temples in China such as the +Nanchan Temple.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_29', 0, 'Some of the oldest, surviving, wooden buildings in the world are the temples in China.', 'assets/topic/carpenter_31.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_29', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_29', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_32', 0, 'What is the human''s one of the oldest building matrial.', 'assets/topic/carpenter_18.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_32', 1, 1, 'Wood'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_32', 0, 1, 'Steel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_32', 0, 2, 'Fire'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_32', 0, 3, 'Water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Carpenter_37', 0, 'Match images with their names.', 'assets/topic/carpenter_40.jpg', NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_37', 1, 1, 'assets/topic/carpenter_41.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_37', 1, 2, 'Hammer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_37', 1, 3, 'assets/topic/carpenter_43.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_37', 1, 4, 'wood chisel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_37', 1, 5, 'assets/topic/carpenter_45.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_37', 1, 6, 'Carpenter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_37', 1, 7, 'assets/topic/carpenter_47.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Carpenter_37', 1, 8, 'Measuring tape'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Occupations', 2, 'Occupations', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 1, 'Fisherman_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 2, 'Fisherman_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 3, 'Fisherman_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 4, 'Fisherman_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 5, 'Fisherman_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 6, 'Fisherman_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 7, 'Fisherman_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 8, 'Fisherman_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 9, 'Fisherman_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 10, 'Fisherman_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 11, 'Fisherman_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 12, 'Fisherman_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 13, 'Fisherman_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Fisherman', 14, 'Fisherman_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 1, 'Engineer_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 2, 'Engineer_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 3, 'Engineer_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 4, 'Engineer_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 5, 'Engineer_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 6, 'Engineer_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 7, 'Engineer_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 8, 'Engineer_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 9, 'Engineer_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 10, 'Engineer_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 11, 'Engineer_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 12, 'Engineer_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 13, 'Engineer_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 14, 'Engineer_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Engineer', 15, 'Engineer_45'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 1, 'Farmer_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 2, 'Farmer_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 3, 'Farmer_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 4, 'Farmer_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 5, 'Farmer_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 6, 'Farmer_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 7, 'Farmer_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 8, 'Farmer_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 9, 'Farmer_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 10, 'Farmer_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 11, 'Farmer_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 12, 'Farmer_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 13, 'Farmer_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 14, 'Farmer_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 15, 'Farmer_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 16, 'Farmer_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 17, 'Farmer_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 18, 'Farmer_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Farmer', 19, 'Farmer_50'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 1, 'Teacher_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 2, 'Teacher_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 3, 'Teacher_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 4, 'Teacher_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 5, 'Teacher_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 6, 'Teacher_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 7, 'Teacher_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 8, 'Teacher_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 9, 'Teacher_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 10, 'Teacher_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 11, 'Teacher_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 12, 'Teacher_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 13, 'Teacher_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 14, 'Teacher_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Teacher', 15, 'Teacher_45'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 1, 'Doctor_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 2, 'Doctor_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 3, 'Doctor_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 4, 'Doctor_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 5, 'Doctor_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 6, 'Doctor_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 7, 'Doctor_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 8, 'Doctor_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 9, 'Doctor_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 10, 'Doctor_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 11, 'Doctor_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 12, 'Doctor_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 13, 'Doctor_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 14, 'Doctor_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Doctor', 15, 'Doctor_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 1, 'Barber_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 2, 'Barber_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 3, 'Barber_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 4, 'Barber_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 5, 'Barber_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 6, 'Barber_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 7, 'Barber_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 8, 'Barber_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 9, 'Barber_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 10, 'Barber_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 11, 'Barber_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 12, 'Barber_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 13, 'Barber_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 14, 'Barber_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Barber', 15, 'Barber_45'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 1, 'Plumber_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 2, 'Plumber_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 3, 'Plumber_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 4, 'Plumber_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 5, 'Plumber_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 6, 'Plumber_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 7, 'Plumber_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 8, 'Plumber_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 9, 'Plumber_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 10, 'Plumber_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 11, 'Plumber_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 12, 'Plumber_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 13, 'Plumber_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Plumber', 14, 'Plumber_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 1, 'Police_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 2, 'Police_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 3, 'Police_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 4, 'Police_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 5, 'Police_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 6, 'Police_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 7, 'Police_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 8, 'Police_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 9, 'Police_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 10, 'Police_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 11, 'Police_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 12, 'Police_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 13, 'Police_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 14, 'Police_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 15, 'Police_43'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Police', 16, 'Police_46'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 1, 'House wife_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 2, 'House wife_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 3, 'House wife_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 4, 'House wife_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 5, 'House wife_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 6, 'House wife_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 7, 'House wife_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 8, 'House wife_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 9, 'House wife_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 10, 'House wife_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 11, 'House wife_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 12, 'House wife_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 13, 'House wife_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('House wife', 14, 'House wife_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 1, 'Carpenter_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 2, 'Carpenter_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 3, 'Carpenter_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 4, 'Carpenter_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 5, 'Carpenter_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 6, 'Carpenter_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 7, 'Carpenter_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 8, 'Carpenter_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 9, 'Carpenter_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 10, 'Carpenter_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 11, 'Carpenter_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 12, 'Carpenter_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Carpenter', 13, 'Carpenter_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 0, 'Fisherman'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 1, 'Engineer'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 2, 'Farmer'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 3, 'Teacher'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 4, 'Doctor'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 5, 'Barber'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 6, 'Plumber'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 7, 'Police'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 8, 'House wife'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Occupations', 9, 'Carpenter'); diff --git a/scripts/en/Vehicles.sql b/scripts/en/Vehicles.sql new file mode 100644 index 0000000..376a361 --- /dev/null +++ b/scripts/en/Vehicles.sql @@ -0,0 +1,572 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw', 2, NULL, 'assets/topic/Auto.svg', 'A riksha or rickshaw is a kind of vehicle that has two wheels. They were usually pulled by a man. +Now, these rickshaws can be pulled by a bicycle or motor.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_3', 1, 'Draw a rickshaw.', 'assets/topic/road_bg.svg', 'Draw a rickshaw and paint it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_3', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_5', 1, 'Take a picture of an auto rickshaw.', 'assets/topic/forest_bg.svg', 'Take a picture of an auto rickshaw and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_5', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_7', 1, 'Make an auto rickshaw horn sound', 'assets/topic/mountain_bg.svg', 'Make the sound of an auto rickshaw horn and record it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_7', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_9', 3, 'Rickshaw', 'assets/topic/pulled_rikshaw2.jpg', 'The most common commutor on the road is a rickshaw. A Rickshaw was originally denoted as a two or three-wheeled passenger cart. Now its known as a pulled rickshaw. The rickshaw was generally pulled by one man carrying one passenger. Over the time, cycle rickshaws, also known as pedicabs or trishaws, auto rickshaws, and electric rickshaws were invented. Can''t ignore that all these new changes have helped the tourism.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_10', 3, 'Pulled rickshaw', 'assets/topic/pulled_rikshaw.jpg', 'In the early days of invention, these pulled rickshaws created a popular form of transportation. It was also a source of employment for male laborers. But their popularity came down as cars, trains and other forms of transportation became widely available. True that it''s no more used in big cities. But the smaller towns still have the pulled rickshaws.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_11', 3, 'Auto rickshaw', 'assets/topic/auto.jpg', 'An auto rickshaw is a motorized development of the traditional pulled rickshaw or cycle rickshaw. Most of them have three wheels and do not tilt. "The auto rickshaw is a common form of urban transport. The vehicle is used for hire and also for private use. These auto rickshaws are widely in use in many countries around the world. India is the world''s largest auto rickshaw manufacturer. Auto rickshaws were driven using petrol and now these run on diesel. Latest invention is done where auto run by the power of elctricty known as electric rickshaws. Solarpowered rickshaws are also coming into existance. Great technology!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_12', 3, 'Auto rickshaw in tanzania', 'assets/topic/auto_tanzania.jpg', 'Rickshaws are locally known as "bajaji" and are a common mode of transportation in Dar es Salaam. Auto rickshaws are locally called "baby taxis" and they also run on "CNGs" meaning compressed natural gas. It is one of the most popular modes of transportion in tanzania. It is known for its size and speed that helps it to cover longer distance and move freely even in crowded places.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_13', 0, 'A cart having two wheels and pulled by +man carrying passenger is called as?', 'assets/topic/pulled_rikshaw3.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 1, 1, 'Pulled rickshaw'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 0, 1, 'Auto rickshaw'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 0, 2, 'Bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_13', 0, 3, 'Train'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_18', 0, 'What are rickshaws locally known as in +Tanzania?', 'assets/topic/auto_tanzania.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 1, 1, 'Bajaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 0, 1, 'Cab'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 0, 2, 'Cycle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_18', 0, 3, 'Bus'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_23', 0, 'Group different types of rickshaw?', 'assets/topic/different_rikshsaw.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 1, 'Pulled rickshaw'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 2, 'Auto rickshaw'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 3, 'Electric rickshaw'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 1, 4, 'CNG rickshaws'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 0, 1, 'Bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_23', 0, 2, 'Cab'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_30', 0, 'Auto rickshaw is also called as baby taxy.', 'assets/topic/rikshaw-2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_30', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_30', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_33', 0, 'In the early days of invention, these pulled rickshaws created a popular form of +transportation?', 'assets/topic/pulled_rikshaw.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_33', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_33', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_36', 0, 'The rickshaw was generally pulled by two +men carrying one passenger.', 'assets/topic/pulled_rikshaw2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_36', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_36', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Auto rickshaw_39', 0, 'Match the images with their name.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 1, 'assets/topic/old_rikshaw.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 2, 'Pulled rickshaw'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 3, 'assets/topic/new_rikshaw.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Auto rickshaw_39', 1, 4, 'Auto rickshaw'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor', 2, 'Tractor', 'assets/topic/tractor.svg', 'A tractor is a strong work vehicle used for farming. It usually has one seat for the driver. Tractors can be used to pull many different tools or trailers.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_3', 1, 'Draw a tractor', 'assets/topic/farm_bg.svg', 'Draw and paint a tractor.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_3', 2, 1, 'assets/topic/farm_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_5', 1, 'Take a picture', 'assets/topic/forest_bg.svg', 'Take picture of a tractor and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_5', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_7', 3, 'The farm vehicle', 'assets/topic/Tractor-on-farm.jpg', 'A tractor is a vehicle used in farming. The farm tractor is used for pulling or pushing agricultural +machinery or trailers. It is also used for plowing, tilling, disking, harrowing, planting, and doing +other similar tasks.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_8', 3, 'Why is tractor so important ?', 'assets/topic/Tractor_working_Farm.jpg', 'A tractor is basically a machine that provides machine power for performing agricultural tasks. Tractors can be used to pull a variety of farm equipments for plowing, planting, cultivating, fertilizing, and harvesting crops. It can also be used for pulling materials and personal transportation.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_9', 3, 'Tractors replaced human labor.', 'assets/topic/Farming-Agriculture-Tractor.jpg', 'Within the first few decades, tractor was rarely used. Later the farmers realized the benefits of +a tractor-driven farming. There was no need for human labor when a simple machine like a +tractor could do the job for you. This saved lot of time and money. Isn''t this a magical +vehicle?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_10', 3, 'Initially cost was very high.', 'assets/topic/tractor-pulling-farm.jpg', 'Initially the price of a tractor was very high. In just two years of its invention, the price dropped by nearly half. The tractor was an affordable tool of agricultural machinery for almost every farmer. This is because the production increased. The requirement and the sale was high. And hence it was sold at an affordable price. It can in fact be called as a farmer''s friend.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_11', 3, 'Tractor and its equipments', 'assets/topic/tractor-farm-equipment.jpg', 'Tractor, in agriculture is used to pull equipments such as plows, cultivators, and mowers. +It is helpful to power stationary devices such as saws and winches. Tractors are also used to +push snowplows and earth-moving implements. Early tractors were steam-driven and now they +are generally powered by gasoline or diesel engines. The two main types are wheeled tractors +and caterpillar tractors, that move on treads.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_12', 0, 'How many seats are there on a tractor?', 'assets/topic/tractor-seats.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 1, 1, 'one'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 0, 1, 'two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 0, 2, 'Three'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_12', 0, 3, 'Four'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_17', 0, 'With what were the early tractors driven by?', 'assets/topic/tractor-engine.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_17', 1, 1, 'Steam driven'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_17', 0, 1, 'Petrol driven'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_17', 0, 2, 'Diesel driven'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_17', 0, 3, 'Gasoline driven'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_22', 0, 'The farm tractor is used for ___________, __________, _____________, _____________, _____________.', 'assets/topic/Tractor-Fields.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 1, 'Plowing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 2, 'Tilling'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 3, 'Disking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 4, 'Harrowing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 1, 5, 'Planting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 0, 1, 'Digging'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_22', 0, 2, 'Bunking'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_30', 0, 'The most common use of the term +"tractor" is for the vehicles used on farms.', 'assets/topic/tractor-vehicle-farm.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_30', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_30', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_33', 0, 'Todays tractor are generally powered by +diesel.', 'tractor-diesel-engine.JPG', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_33', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_33', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_36', 0, 'Tractor has two seats for drivers?', 'assets/topic/tractor_driver.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_36', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_36', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Tractor_39', 0, 'Match the images with their name.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 1, 'assets/topic/tractor-plow.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 2, 'Plow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 3, 'assets/topic/tractor_field_cultivator.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 4, 'Cultivator'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 5, 'assets/topic/tractor-mower.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Tractor_39', 1, 6, 'Mower'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat', 2, 'Boat', 'assets/topic/boat.svg', 'Can you ever imagine travelling over water? Yes, its possible by water vehicle which can easily be balanced on water. Boats come in large range of types and sizes.', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_3', 1, 'Draw a boat', 'assets/topic/water_bg.svg', 'Draw a boat and paint it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_3', 2, 1, 'assets/topic/water_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_5', 1, 'Take a picture of boat', 'assets/topic/water_bg.svg', 'Take a picture of boat and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_5', 2, 1, 'assets/topic/water_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_7', 1, 'Draw a life jacket', 'assets/topic/water_bg.svg', 'Draw a man wearing life jacket.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_7', 2, 1, 'assets/topic/water_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_9', 3, 'Fun fact of boat part 1', 'assets/topic/boatDec.jpg', 'If you have ever been on a boat you know how fun it is. Boats have been around for +thousands of years and play an important role in the field of transportation. We depend on these "water-vehicles" for many things. Read on to discover all about boats. We will be exploring the history of the boat, the different types of boats and so much more. So grab your life jacket and lets dive right in.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_10', 3, 'Fun fact of boat part 2', 'assets/topic/boatart1.jpg', 'Believe it or not, the first known boat dates back around 8,000 years-ago. All praises go to the ancient egyptians to have founded it. The egyptians made the boat from the papyrus plant. These boats were long and thin and were used for short trips or fishing along the Nile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_11', 3, 'All About the boat', 'assets/topic/boatart2.jpg', 'Who hasn''t seen a boat? True it moves on water and are considered to be the water transport. There are many types of water transport. Boat, ship, canoes, fishing boats, house boats, lighters and lifeboats are few of them. A boat is a very small vessel and can be easily carried on ship which is very huge in size. Small boats are found on inland waterways such as lakes, rivers or in protected coastal areas. You might have seen different varieties of boats. Yes, boats vary in size and shapes. That is because of the available materials or the local traditions.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_12', 3, 'What do a boat consist of?', 'assets/topic/boatart3.jpg', 'The tall pole on a sailboat is called, the mast. +The body of a boat is the hull. +The back part of a boat is called, the stern. +The front of the boat is a bow. +The right, forward-facing side of a boat is called, starboard. +The left side of a boat is the port. +A long, thin pole with a blade at one end, inserted into an water and used to row or steer a boat is called oar. +The person in charge of the boat is called, Captain.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_13', 3, 'Life Jacket', 'assets/topic/lifejacket.jpg', 'You should always wear a lifejacket in a boat even if you are a great swimmer, these specially +designed vests will keep you floating on water if you unexpectedly fell in to water. +And should never forget carrying it with you.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_14', 0, 'What is the incharge of the boat called?', 'assets/topic/captain.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 1, 1, 'Captain'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 0, 1, 'Sailor'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 0, 2, 'Passenger'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_14', 0, 3, 'Driver'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_19', 0, 'Boat consists of:', 'assets/topic/boattype.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 1, 'Mast'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 2, 'Stern'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 3, 'Bow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 4, 'Port'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 1, 5, 'Hull'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 0, 1, 'Tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_19', 0, 2, 'Donkey'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_27', 0, 'The body of a boat is called as hull.', 'assets/topic/boatbody.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_27', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_27', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_30', 0, 'Life jacket helps you to float on water.', 'assets/topic/lifejacketsaver.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_30', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_30', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_33', 0, 'A boat is a very big vessel.', 'assets/topic/Bigship.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_33', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_33', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Boat_36', 0, 'Match the images with their names', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 1, 'assets/topic/oar.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 2, 'Oar'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 3, 'assets/topic/boatnew.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 4, 'Boat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 5, 'assets/topic/Redjacket.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Boat_36', 1, 6, 'Life jacket'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane', 2, 'Airplane', 'assets/topic/plane.svg', 'Have you ever seen anything moving in air with two giant wings? It looks similar to a bird but not a bird. Yes, you have guessed it right. It is an airplane. Being the fastest means of transport, airplane is a common view in the sky quiet often.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_3', 1, 'Draw an airplane', 'assets/topic/sky_bg.svg', 'Draw an airplane and paint it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_3', 2, 1, 'assets/topic/sky_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_5', 1, 'Take a picture', 'assets/topic/no_bg.svg', 'Take a picture of an airplane from gallery and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_5', 2, 1, 'assets/topic/no_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_7', 1, 'Add the parts of an airplane', 'assets/topic/plane_wings.svg', 'Add wings to the airplane', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_7', 2, 1, 'assets/topic/plane_wings.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_9', 3, 'Introduction', 'assets/topic/airplane-invention.jpg', 'Whenever we see a bird flying around we feel like fying too. Wanting to have wings and flying high in the sky, inspired man to invent airplane. Many of them tried and invented many machines but success came to wright brothers. Wright brothers invented airplane which is always remembered to be a human wonder.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_10', 3, 'History', 'assets/topic/airplane-evolution.jpeg', 'Airplane comes in different sizes and shapes. Initially the plane could carry maximum of two people. Later airplane were developed to carry more number of people travelling from one place to another. Travel included flying across the seas and mountains reaching far off places. The time taken to travel was too short when compared to other means of transport. Isn''t this an amazing invenstion?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_11', 3, 'Diferent types of planes', 'assets/topic/Collection_of_military_aircraft.jpg', 'Passenger plane is a vehicle used to carry passengers from one place to another. Cargo plane is a vehicle used to carry goods from one place to another in short period of time. There are fighter planes which are used in military. Some planes are designed in such a way that the plane can even land on water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_12', 3, 'Airports', 'assets/topic/airport.jpg', 'Airport is an aerodrome with facilities to store and maintain aircrafts. There is a complex for runways and buildings for the take-off, landing and maintenance of aircrafts and control tower. Airports have facilities for the passengers. Every big city has an airport.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_13', 3, 'Super fast plane', 'assets/topic/super-fast-planes.jpeg', 'Can u imagine going long distance within a hour or some times less than an hour? Yes, it is possible +only with airplane. Airplane is super powered and it uses white petrol as a fuel. Airplane reaches any place within a short period of time. It need not climb mountain or drive through a busy road. It is not required to even move on seas breaking all the barriers. The airplane flies above the bad roads, huge mountains or even seas. So now you know why it moves so fast!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_14', 0, 'How many wings does an airplane have?', 'assets/topic/aircrafts.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 1, 1, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 0, 1, 'Three'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 0, 2, 'Five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_14', 0, 3, 'one'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_19', 0, 'What is the place where people board and get down the plane called?', 'assets/topic/airport-india.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 1, 1, 'Airport'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 0, 1, 'Railway station'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 0, 2, 'Bus stand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_19', 0, 3, 'Fire station'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_24', 0, 'What are the different types of planes used for different purpose?', 'assets/topic/typplanes.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 1, 'Pasenger plane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 2, 'Cargo plane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 3, 'Super fast plane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 4, 'Fighter plane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 1, 5, 'Personal plane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 0, 1, 'Fire plane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_24', 0, 2, 'Water plane'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_32', 0, 'Airplane flies over the seas and oceans', 'assets/topic/airplane-over-ocean.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_32', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_32', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_35', 0, 'Airplane travells quickly in short period of time.', 'assets/topic/super-fast-planes.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_35', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_35', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_38', 0, 'Airplane rides upon mountains and hills.', 'assets/topic/airplane-over-mountain.jpeg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_38', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_38', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Airplane_41', 0, 'Match the images with their names', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 1, 'assets/topic/Yoke.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 2, 'Yoke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 3, 'assets/topic/pilot.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 4, 'Pilot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 5, 'assets/topic/wing.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 6, 'Airplane wings'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 7, 'assets/topic/cargo-plane.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Airplane_41', 1, 8, 'Cargo plane'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train', 2, 'Train', 'assets/topic/train.svg', 'Who is not aware of a train? Everyone knows but, today we will learn some interesting facts about the train. Basically a train is a set of vehicles connected to each other which moves on a railway track. The vehicles in a set are called as cars or wagons.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_3', 1, 'Train horn', 'assets/topic/track.svg', 'Make the running and horn sound of a train and record it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_3', 2, 1, 'assets/topic/track.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_5', 1, 'My perfect Train', 'assets/topic/track_mountain.svg', 'Join different wagons to the engine and make a perfect train.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_5', 2, 1, 'assets/topic/track_mountain.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_7', 1, 'Colourful Train', 'assets/topic/track_mountain.svg', 'Paint the train with diferent colours and decorate using different stickers.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_7', 2, 1, 'assets/topic/track_mountain.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_9', 3, 'Facts about a train', 'assets/topic/train_at_Station.jpg', 'A place where a train stops to let people get on and off is called a railway station. Hope you all have seen it! +Early trains used horse power and ran on wooden or iron tracks. +Did you know that the first steam trains were built in England! +There is a railway engine that pulls the cars along the track. +Some trains look like a special bus that can only drive on rails. +Trains are used to carry people, as well as cargo, such as fuel, imported/exported goods, and so on.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_10', 3, 'Goods train', 'assets/topic/goods-train.jpg', 'Goods train have goods cars or goods wagons to carry goods from one place to another. Some goods wagons are closed or opened depending upon cargo transported from one place to another and also we have special wagon so they can carry special cargo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_11', 3, 'Pasenger train', 'assets/topic/passenger-train.jpg', 'Passenger trains have passenger cars or coaches made so that people can sit on them and ride from one train stop to another which is called as train staion. Passenger trains are usually very comfortable for travelling from one place to another. There are long distance passenger train and also short distance. And in todays world we see fast moving passenger train, called as bullet train. These train runs on speacial tracks.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_12', 0, 'Where does the train run ?', 'assets/topic/train on tracks.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 1, 1, 'Railway track'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 0, 1, 'Running Track'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 0, 2, 'Bus Track'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_12', 0, 3, 'Wagon track'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_17', 0, 'What is the name of the place where people get on and off the train?', 'assets/topic/train-railway-station.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 1, 1, 'Railway station'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 0, 1, 'Bus station'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 0, 2, 'Car station'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_17', 0, 3, 'Bike station'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_22', 0, 'Select the items related to a train', 'assets/topic/train-parts.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 1, 'Wagon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 2, 'Engine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 3, 'Railway track'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 1, 4, 'railway station'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 0, 1, 'Sand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_22', 0, 2, 'mountain'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_29', 0, 'People travel through passenger train.', 'assets/topic/Train_Interior.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_29', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_29', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_32', 0, 'Cargo is transported in a passenger train.', 'train-cargo.JPG', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_32', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_32', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_35', 0, 'Early trains used horse power and ran on +wooden or iron tracks.', 'assets/topic/train-horsepower.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_35', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_35', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Train_38', 0, 'Match the images with their names', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 1, 'assets/topic/Train_front.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 2, 'Front engine of train'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 3, 'assets/topic/railway_station.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 4, 'Railway station'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 5, 'assets/topic/railway_track.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Train_38', 1, 6, 'Railway track'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks', 2, 'Truck', 'assets/topic/lorry.svg', 'Who hasn''t seen this vehicle in the picture? It''s a truck. A truck is a vehicle used to transport goods from one place to another place. It can be a short distance or long distance transport. And these trucks are usually powered by diesel fuel.', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_3', 1, 'I can draw a truck', 'assets/topic/road_bg.svg', 'Draw a truck using the drawing tools.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_3', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_5', 1, 'Add parts of the truck', 'assets/topic/truck_tire.svg', 'Add tiers to truck', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_5', 2, 1, 'assets/topic/truck_tire.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_7', 1, 'Loaded Truck', 'assets/topic/mountain_bg.svg', 'Load the truck with any of these stones,mud or sand.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_7', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_9', 1, 'Road train', 'assets/topic/farm_bg.svg', 'Make a road train by adding trailers.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_9', 2, 1, 'assets/topic/farm_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_11', 1, 'Take a picture', 'assets/topic/forest_bg.svg', 'Take picture of the truck and decorate it', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_11', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_13', 3, 'What is a truck?', 'assets/topic/trainloaded.jpg', 'Truck is a heavy road vehicle which comes in different sizes and shapes. These trucks are used as per the requirement of goods that has to be transported from one place to another. It was named truck because of its heavy duty performance.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_14', 3, 'Types of Trucks', 'assets/topic/trucktype.png', 'There are different types of trucks based on the requirement. The light trucks are the trucks whose size is similar to a car. They are usually owned by individual and also small companies. Medium trucks are heavier than light trucks but lighter than heavier trucks that run on road. These trucks are mainly used for local delivery and public service such as garbage trucks. Heavy trucks are heaviest truck that run on the road. They are also known as lorries. Often heavy trucks pull trailers. Truck drivers are called truckers, teamster, driver or a truckie.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_15', 3, 'Australian truck', 'assets/topic/austtruck.jpg', 'Can you guess which part of the world has the largest truck? And just imagine how it looks? The largest truck is found in Australia and it is very different from any other trucks. Actually these trucks are named as Australian train truck. Huge number of trailers are attached to truck engine. This resembles a train and looks like a train on the road. Isn''t these trucks awesome. Yes, it is really a wonderful invention road train.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_16', 3, 'Toy truck', 'assets/topic/toytruck.jpg', 'Who doesn''t love to play with a toy truck. It may be children are adults, everyone love playing with trucks. There are a lot of toy making companies that manufactures different types of toy trucks. Do you know how to play with a toy truck? yes, it depends on your imagination. Filling and refilling the sand, mud and stones, loading and unloading the small toys etc. Now, let go your imaginations and have a fun filled truck play.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_17', 0, 'Trucks are also known as_________.', 'assets/topic/lorryimg.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 1, 1, 'Lorry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 0, 1, 'Airplane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 0, 2, 'Bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_17', 0, 3, 'Ship'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_22', 0, 'Where we can see a road train?', 'assets/topic/semitrailer.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 1, 1, 'Australia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 0, 1, 'Russia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 0, 2, 'Canada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_22', 0, 3, 'China'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_27', 0, 'Light truck are similar to size of a _______.', 'assets/topic/lighttruck.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 1, 1, 'Car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 0, 1, 'Train'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 0, 2, 'Airplane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_27', 0, 3, 'Bicycle'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_32', 0, 'Australian truck is called as a road train.', 'assets/topic/austtruck.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_32', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_32', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_35', 0, 'Children are attracted to the toy trucks.', 'assets/topic/toytruck.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_35', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_35', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_38', 0, 'Trucks do not come in various shapes +and sizes.', 'assets/topic/trucktype.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_38', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_38', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Trucks_41', 0, 'Match the images with relating +names that suits bests.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 1, 'assets/topic/toymini.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 2, 'children'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 3, 'assets/topic/trainloaded.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 4, 'Road train'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 5, 'assets/topic/deliverytruck.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Trucks_41', 1, 6, 'Local delivery'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle', 2, 'Bicycle', 'assets/topic/cycle.svg', 'Who dont know what a bicycle is ? This is everyones favourite. And, today we are going to learn some basic and interesting facts about a bicycle.', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_3', 1, 'Cycle horn', 'assets/topic/mountain_bg.svg', 'Make a sound of the cycle horn and record it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_3', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_5', 1, 'Colouring Fun', 'assets/topic/road_bg.svg', 'Draw a cycle and color it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_5', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_7', 1, 'Picture of cycle', 'assets/topic/forest_bg.svg', 'Click a picture of a cycle and decorate it.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_7', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_9', 3, 'About', 'assets/topic/cycle-hero.jpg', 'A bicycle also called as cycle is a human powered, pedal driven vehicle. It has two wheels attched to the frame one behind the other. A bicycle rider is called cyclist or bicyclist. Were you aware that bicycles were first introduced in Europe? Later, it was spread to all other parts of the world. Bicycle have been used by children and elders and also for many public services such as courier services, daily needs supply etc.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_10', 3, 'Bicycle used for public and commodity +transportation', 'assets/topic/woman-cycle.jpg', 'In many countries people still use bicycle for public and commodity transportation. Things are transported by attaching a carriage to the bicycle. And hence it becomes three wheeled bicycle. Normaly maximum people who can sit on a bicycle is two and a carrier is provided to carry things. It is most effecient and widely used vehicle for moving from one place to another and does not need any fuel to run it. Fuel free vehicle is affordable even by the common man.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_11', 3, 'Uses', 'assets/topic/cycle-transport.jpg', 'From the beginning till day, bicycles have been and are employed for many uses. In a good +and profitable way, bicycles are used for transportation. It can be used as a ''work horse'' used by +mail carriers, police, messengers, public transportation and general delivery services.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_12', 0, 'How many wheels does a cycle with carriage consists of?', 'assets/topic/cycle-transport2.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 1, 1, 'Three'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 0, 1, 'Four'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 0, 2, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_12', 0, 3, 'One'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_17', 0, 'Bicycle is basically ____________.', 'assets/topic/cycle_police.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 1, 1, 'Human powered'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 0, 1, 'Coal powered'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 0, 2, 'Diesel powered'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_17', 0, 3, 'Steam powered'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_22', 0, 'Bicycle is used by ________________.', 'assets/topic/bicycle-bike.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 1, 'Mail carriers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 2, 'Police'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 3, 'Postman'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 4, 'Public transportation'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 1, 5, 'Personal use'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 0, 1, 'Train driver'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_22', 0, 2, 'Bus driver'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_30', 0, 'Cycle is also known as a work horse.', 'assets/topic/bicycle_ride.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_30', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_30', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_33', 0, 'Bicycles were first introduced in Europe.', 'assets/topic/cycle-hero.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_33', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_33', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_36', 0, 'Bicycles are only used for personal use.', 'assets/topic/bicycles1.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_36', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_36', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bicycle_39', 0, 'Match the images with their names.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 1, 'assets/topic/bicycle-saddle.png'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 2, 'Cycle seat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 3, 'assets/topic/bell-bicycle.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 4, 'cycle bell'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 5, 'assets/topic/cycle-transport.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bicycle_39', 1, 6, 'Cycle carriage'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car', 2, 'Car', 'assets/topic/car.svg', 'A car is a vehicle that has four wheels and carries small number of people. It can be used personally and also for public travelling from one place to another.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_3', 1, 'I can a draw a car', 'assets/topic/forest_bg.svg', 'Draw a car using the drawing tools', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_3', 2, 1, 'assets/topic/forest_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_5', 1, 'My Colourful Car', 'assets/topic/road_bg.svg', 'Paint the car using the colours of your choice', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_5', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_7', 1, 'How loud is your car horn?', 'assets/topic/mountain_bg.svg', 'Make a car horn sound.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_7', 2, 1, 'assets/topic/mountain_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_9', 3, 'Types of cars', 'assets/topic/multicar.jpg', 'As we all know, there are two types of cars. When we mention two types it''s not models. Because there are many varieties of models. But when it comes to types one is the personally used car which we own it and other is public transportation car. Taxies and cabs which run on the road are listed under public transport.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_10', 3, 'History part 1', 'assets/topic/carOld.jpg', 'Can you imagine! the very first moving vehicle was a machine that had only three wheels and +was drawn by steam power. And it was first built in France. But these cars were not so effective. The reason being, the machine was very heavy which made the vehicle move very slow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_12', 3, 'Safety measures', 'assets/topic/seatbelt.jpg', 'As we all know, cars are vehicles that move very fast. It is important that we should buckle up seat belt for safety purpose. It''s not the person at the driving seat but everyone in the car should use the seat belt. Following the safety measures and traffic rules helps us in avoiding the road accidents.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_13', 0, 'How many wheels do cars have?', 'assets/topic/bottomcar.jpg', 'Quiz', 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 1, 1, 'four'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 0, 1, 'two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 0, 2, 'one'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_13', 0, 3, 'five'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_18', 0, 'What is a public transportation car +called as?', 'assets/topic/taxi.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 1, 1, 'Taxi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 0, 1, 'Maggie'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 0, 2, 'Airplane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_18', 0, 3, 'Plant'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_23', 0, 'Rearrange the cars invented in order', 'assets/topic/oldtonew.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 1, 'Steam powered car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 2, 'Electric car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 3, 'Petrol run car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 4, 'Diesel run car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_23', 1, 5, 'solar powered car'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_29', 0, 'Solar powered car uses solar energy.', 'assets/topic/solarcar.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_29', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_29', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_32', 0, 'There are no seat belts in a car.', 'assets/topic/car.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_32', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_32', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_35', 0, 'The very first moving vehicle was a +machine that had only three wheels.', 'assets/topic/4wheel.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_35', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_35', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Car_38', 0, 'Match the images with their names.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 1, 'assets/topic/seat-cushion.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 2, 'assets/topic/carseatbelt.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 3, 'assets/topic/Wing_mirror.jpeg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 4, 'assets/topic/CRV_side_mirror.jpeg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 5, 'assets/topic/bmw-i8-car-steering-wheel.jpeg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Car_38', 1, 6, 'assets/topic/Driver_free_car.jpeg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus', 2, 'Bus', 'assets/topic/bus.svg', 'A bus is a public transport that is used to commute from one place to another. Bus is very convenient and safe way to travel.', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_3', 1, 'I can a draw a bus', 'assets/topic/road_bg.svg', 'Draw a Bus.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_3', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_5', 1, 'Add parts of the bus', 'assets/topic/bus_tire.svg', 'Add tires to the bus.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_5', 2, 1, 'assets/topic/bus_tire.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_7', 1, 'Paint', 'assets/topic/road_bg.svg', 'Paint the bus using three to four colours of your choice.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_7', 2, 1, 'assets/topic/road_bg.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_9', 3, 'About', 'assets/topic/aboutbus.jpg', 'A bus is a large wheeled vehicle meant to carry many people along with a driver. It is larger than a car. The name ''bus'' is a shortened version of ''omnibus'', which means "for everyone". Buses are an important means of public transport in places all over the world. Many people who do not have cars or other small vehicles use buses to commute around.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_10', 3, 'History of the bus', 'assets/topic/historybus.jpg', 'Can you imagine! the very first bus was driven by horse. Yes, your guess is correct. Horse was the first driver. Isn''t it funny!. People rode on the roof top too. Wow! that gave them the full view of the town. Slowly horses were replaced by steam-engine and electric trolley buses . It was all fun and to make it more easy and fun we have now the new version of buses, which run with diesel. It''s more safe, fun, easy and of course less expensive. The best way to travel around the town and have fun. Isn''t the story of bus interesting?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_11', 3, 'Yellow bus', 'assets/topic/yellowbus.jpg', 'Have you ever wondered why the school bus is yellow? These facts may surprise you. Yellow is an eye catching colour. In fact, studies show that people notice the color yellow faster than any other other colours. The colour yellow is easier to detect in dim light or bad weather. Because of these reasons, all the school buses across the world is yellow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_12', 3, 'Why are there no seat belts?', 'assets/topic/busseat.jpg', 'You are probably always told by a car driver to "buckle up!" So why then these buses have no seat belts? Have you ever given a thought? It''s because seat belts don''t work the same way in buses as they do cars. The closley spaced bus seats function as seat belts. They prevent travellers from being thrown around. Now, you know that they are safe even without the belt.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_13', 0, 'What is the colour of a school bus?', 'assets/topic/yellowbustoy.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 1, 1, 'yellow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 0, 1, 'green'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 0, 2, 'violet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_13', 0, 3, 'pink'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_18', 0, 'Select the different type of buses?', 'assets/topic/differentbusses.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 1, 'Horse drawn bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 2, 'Steam engine bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 3, 'Electric trolley bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 1, 4, 'Diesel run bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 0, 1, 'Airplane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_18', 0, 2, 'Train'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_25', 0, 'Select the buses invented in order?', 'assets/topic/busorder.jpg', NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 1, 'Horse drawn bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 2, 'Steam engine bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 3, 'Electric trolley bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 4, 'Diesel run bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_25', 1, 5, 'Double decker bus'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_31', 0, 'People rode on roof tops of horse drawn bus.', 'assets/topic/horsebus.png', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_31', 1, 1, 'True'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_31', 0, 1, 'False'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_34', 0, 'The color yellow is easier to detect in dim light or bad weather?', 'assets/topic/businsnow.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_34', 1, 1, 'True'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_34', 0, 1, 'False'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_37', 0, 'There are seat belts in the bus.', 'assets/topic/busseat.jpg', NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_37', 1, 1, 'False'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_37', 0, 1, 'True'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Bus_40', 0, 'Match the images to their names', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 1, 'assets/topic/historybus.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 2, 'bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 3, 'assets/topic/bussteering.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 4, 'steering'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 5, 'assets/topic/buswheel.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Bus_40', 1, 6, 'tire'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Vehicles', 2, 'Vehicles', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 1, 'Auto rickshaw_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 2, 'Auto rickshaw_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 3, 'Auto rickshaw_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 4, 'Auto rickshaw_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 5, 'Auto rickshaw_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 6, 'Auto rickshaw_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 7, 'Auto rickshaw_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 8, 'Auto rickshaw_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 9, 'Auto rickshaw_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 10, 'Auto rickshaw_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 11, 'Auto rickshaw_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 12, 'Auto rickshaw_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 13, 'Auto rickshaw_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Auto rickshaw', 14, 'Auto rickshaw_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 1, 'Tractor_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 2, 'Tractor_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 3, 'Tractor_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 4, 'Tractor_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 5, 'Tractor_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 6, 'Tractor_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 7, 'Tractor_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 8, 'Tractor_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 9, 'Tractor_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 10, 'Tractor_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 11, 'Tractor_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 12, 'Tractor_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 13, 'Tractor_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Tractor', 14, 'Tractor_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 1, 'Boat_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 2, 'Boat_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 3, 'Boat_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 4, 'Boat_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 5, 'Boat_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 6, 'Boat_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 7, 'Boat_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 8, 'Boat_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 9, 'Boat_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 10, 'Boat_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 11, 'Boat_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 12, 'Boat_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 13, 'Boat_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Boat', 14, 'Boat_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 1, 'Airplane_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 2, 'Airplane_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 3, 'Airplane_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 4, 'Airplane_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 5, 'Airplane_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 6, 'Airplane_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 7, 'Airplane_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 8, 'Airplane_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 9, 'Airplane_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 10, 'Airplane_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 11, 'Airplane_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 12, 'Airplane_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 13, 'Airplane_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 14, 'Airplane_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Airplane', 15, 'Airplane_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 1, 'Train_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 2, 'Train_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 3, 'Train_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 4, 'Train_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 5, 'Train_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 6, 'Train_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 7, 'Train_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 8, 'Train_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 9, 'Train_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 10, 'Train_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 11, 'Train_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 12, 'Train_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Train', 13, 'Train_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 1, 'Trucks_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 2, 'Trucks_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 3, 'Trucks_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 4, 'Trucks_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 5, 'Trucks_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 6, 'Trucks_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 7, 'Trucks_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 8, 'Trucks_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 9, 'Trucks_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 10, 'Trucks_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 11, 'Trucks_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 12, 'Trucks_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 13, 'Trucks_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 14, 'Trucks_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 15, 'Trucks_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Trucks', 16, 'Trucks_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 1, 'Bicycle_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 2, 'Bicycle_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 3, 'Bicycle_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 4, 'Bicycle_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 5, 'Bicycle_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 6, 'Bicycle_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 7, 'Bicycle_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 8, 'Bicycle_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 9, 'Bicycle_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 10, 'Bicycle_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 11, 'Bicycle_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 12, 'Bicycle_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bicycle', 13, 'Bicycle_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 1, 'Car_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 2, 'Car_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 3, 'Car_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 4, 'Car_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 5, 'Car_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 6, 'Car_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 7, 'Car_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 8, 'Car_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 9, 'Car_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 10, 'Car_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 11, 'Car_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 12, 'Car_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Car', 13, 'Car_38'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 1, 'Bus_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 2, 'Bus_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 3, 'Bus_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 4, 'Bus_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 5, 'Bus_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 6, 'Bus_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 7, 'Bus_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 8, 'Bus_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 9, 'Bus_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 10, 'Bus_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 11, 'Bus_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 12, 'Bus_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 13, 'Bus_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Bus', 14, 'Bus_40'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 0, 'Auto rickshaw'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 1, 'Tractor'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 2, 'Boat'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 3, 'Airplane'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 4, 'Train'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 5, 'Trucks'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 6, 'Bicycle'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 7, 'Car'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Vehicles', 8, 'Bus'); diff --git a/scripts/en/common.sql b/scripts/en/common.sql new file mode 100644 index 0000000..f069071 --- /dev/null +++ b/scripts/en/common.sql @@ -0,0 +1,7 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('main', 2, 'Main', NULL, NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('dummy', 2, 'Draw', NULL, NULL, NULL); + +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 1, 'Animals'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 2, 'Occupations'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 3, 'Vehicles'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 4, 'Foods'); diff --git a/scripts/en/open.sql b/scripts/en/open.sql new file mode 100644 index 0000000..fb517b5 --- /dev/null +++ b/scripts/en/open.sql @@ -0,0 +1,2221 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2', 0, 'What happens when it rains?', 'assets/topic/afvepicfails_fails?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2', 0, 1, 'Water on streets'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2', 0, 2, 'People get wet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2', 0, 3, 'Umbrella fly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2', 0, 4, 'Roads are slippery'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_7', 0, 'What do you see here?', 'assets/topic/babay_funny_cute_aa.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_7', 0, 1, 'Dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_7', 0, 2, 'Having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_7', 0, 3, 'People watching'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_7', 0, 4, 'Celebrating'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_12', 0, 'Why do you excercise?', 'assets/topic/baby_pull_ups.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_12', 0, 1, 'To stay healthy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_12', 0, 2, 'Peaceful mind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_12', 0, 3, 'Build muscles'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_12', 0, 4, 'Stay strong'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_17', 0, 'What do you see here?', 'assets/topic/baby_swiming.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_17', 0, 1, 'Playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_17', 0, 2, 'Swimming'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_17', 0, 3, 'Enjoying'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_17', 0, 4, 'Bubbles'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_22', 0, 'What do you do when you are tired?', 'assets/topic/baby_tired_sleep?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_22', 0, 1, 'Take rest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_22', 0, 2, 'Lay down'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_22', 0, 3, 'Sleep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_22', 0, 4, 'Close eyes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_27', 0, 'What do you do with a ball?', 'assets/topic/ball.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_27', 0, 1, 'Play'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_27', 0, 2, 'Throw'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_27', 0, 3, 'Games'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_27', 0, 4, 'Having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_32', 0, 'Why eat fruits?', 'assets/topic/banan_happy_kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_32', 0, 1, 'They are healthy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_32', 0, 2, 'They are colorful'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_32', 0, 3, 'They taste good'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_32', 0, 4, 'They make you strong'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_37', 0, 'Why play sports?', 'assets/topic/basket.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_37', 0, 1, 'It is healthy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_37', 0, 2, 'It is fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_37', 0, 3, 'To play with your friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_37', 0, 4, 'You like Jumping'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_42', 0, 'How do you celebrate your Birthday?', 'assets/topic/birthday_celebration.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_42', 0, 1, 'Drink cold drink'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_42', 0, 2, 'Enjoy with your friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_42', 0, 3, 'Cut cake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_42', 0, 4, 'Games'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_47', 0, 'Why are dogs good pets?', 'assets/topic/birthday_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_47', 0, 1, 'They are loyal'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_47', 0, 2, 'They are intelligent'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_47', 0, 3, 'They are fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_47', 0, 4, 'They play with you'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_52', 0, 'Why do you like cats?', 'assets/topic/bithday_cat.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_52', 0, 1, 'They are fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_52', 0, 2, 'They play games'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_52', 0, 3, 'They like food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_52', 0, 4, 'They can be your friend'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_57', 0, 'What is this?', 'assets/topic/bloomers.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_57', 0, 1, 'Flower'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_57', 0, 2, 'Colorful'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_57', 0, 3, 'Beautiful'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_57', 0, 4, 'Plants'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_62', 0, 'What do chicken do?', 'assets/topic/blue_chicken_wearing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_62', 0, 1, 'We get eggs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_62', 0, 2, 'We get meat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_62', 0, 3, 'They can''t fly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_62', 0, 4, 'They make noise'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_67', 0, 'Why do you read books?', 'assets/topic/book.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_67', 0, 1, 'Gain knowledge'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_67', 0, 2, 'Interesting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_67', 0, 3, 'It is fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_67', 0, 4, 'It''s enjoyable'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_72', 0, 'What do you see here?', 'assets/topic/bored_sleeping.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_72', 0, 1, 'People clapping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_72', 0, 2, 'Boy sleeping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_72', 0, 3, 'Sports'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_72', 0, 4, 'Everyone is enjoying'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_77', 0, 'What do you see here?', 'assets/topic/camp_fire.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_77', 0, 1, 'Moutain'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_77', 0, 2, 'Fire'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_77', 0, 3, 'Water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_77', 0, 4, 'Beautiful scenary'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_82', 0, 'What can you do on roads?', 'assets/topic/car_drift.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_82', 0, 1, 'Drive your car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_82', 0, 2, 'Look at scenary'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_82', 0, 3, 'Travel from one place to another'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_82', 0, 4, 'Walk'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_87', 0, 'What do you see here?', 'assets/topic/car_funny.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_87', 0, 1, 'A dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_87', 0, 2, 'A car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_87', 0, 3, 'Enjoying in a playground'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_87', 0, 4, 'Racing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_92', 0, 'What is the cat looking at?', 'assets/topic/cat_rain.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_92', 0, 1, 'Outside at the city'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_92', 0, 2, 'It''s raining'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_92', 0, 3, 'Wet streets and building'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_92', 0, 4, 'The sky'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_97', 0, 'Why is the cat reading the book?', 'assets/topic/cat_reading_book.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_97', 0, 1, 'It makes you intelligent'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_97', 0, 2, 'It''s fun to read'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_97', 0, 3, 'It wants to go to school'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_97', 0, 4, 'The cat is going to a war'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_102', 0, 'What do you see here?', 'assets/topic/chamelion.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_102', 0, 1, 'A statue'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_102', 0, 2, 'Dinosaur'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_102', 0, 3, 'Grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_102', 0, 4, 'Jurassic Park'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_107', 0, 'Why did the cheetah kill the deer?', 'assets/topic/cheetah_hunting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_107', 0, 1, 'It was hungry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_107', 0, 2, 'It likes hunting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_107', 0, 3, 'It doesn''t like deers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_107', 0, 4, 'It wants to feed its cubs'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_112', 0, 'What does the cheetah do?', 'assets/topic/cheetah_running.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_112', 0, 1, 'It likes running'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_112', 0, 2, 'It''s hunting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_112', 0, 3, 'It chases prey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_112', 0, 4, 'Running away from others'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_117', 0, 'What are the children doing?', 'assets/topic/cheezburger_kids_karma.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_117', 0, 1, 'Playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_117', 0, 2, 'Sitting on the bed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_117', 0, 3, 'Kicking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_117', 0, 4, 'Falling down'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_122', 0, 'What are they doing?', 'assets/topic/cheezburger_kids_waving.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_122', 0, 1, 'The girl is waving'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_122', 0, 2, 'People on the escalator'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_122', 0, 3, 'They are smiling'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_122', 0, 4, 'Leaving'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_127', 0, 'What do you see?', 'assets/topic/chickens.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_127', 0, 1, 'Chickens jumping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_127', 0, 2, 'A lot of chickens'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_127', 0, 3, 'Chickens can''t fly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_127', 0, 4, 'Man throwing food for them'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_132', 0, 'What do you do on your Birthday?', 'assets/topic/child_celebrating.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_132', 0, 1, 'Play games'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_132', 0, 2, 'Cut Cake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_132', 0, 3, 'Ejoy with friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_132', 0, 4, 'Make noise'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_137', 0, 'What is this animal doing?', 'assets/topic/chimp_housing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_137', 0, 1, 'The Chimpanzee jumps'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_137', 0, 2, 'It is playing with the boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_137', 0, 3, 'The boys father is sleeping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_137', 0, 4, 'Rolling on the floor'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_142', 0, 'What is the Chimpanzee doing?', 'assets/topic/chimpanzee.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_142', 0, 1, 'Writing a book'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_142', 0, 2, 'Writing letter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_142', 0, 3, 'Completing homework'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_142', 0, 4, 'Writing assignment'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_147', 0, 'What is happening in this town?', 'assets/topic/city.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_147', 0, 1, 'Red bus on the road'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_147', 0, 2, 'Cars plying'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_147', 0, 3, 'Beautiful buidings'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_147', 0, 4, 'Bright streetlights'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_152', 0, 'What do you see here?', 'assets/topic/clique_top_shelf.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_152', 0, 1, 'Man writing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_152', 0, 2, 'Beach'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_152', 0, 3, 'Sitting on the chair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_152', 0, 4, 'Water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_157', 0, 'What do you see here?', 'assets/topic/clouds.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_157', 0, 1, 'House'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_157', 0, 2, 'Walls'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_157', 0, 3, 'Clouds'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_157', 0, 4, 'Windows'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_162', 0, 'What is this animal doing?', 'assets/topic/common_marmoset?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_162', 0, 1, 'Sitting on the tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_162', 0, 2, 'Resting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_162', 0, 3, 'searching food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_162', 0, 4, 'Green plants'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_167', 0, 'What do you see?', 'assets/topic/cow_grazing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_167', 0, 1, 'Green grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_167', 0, 2, 'Cow grazing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_167', 0, 3, 'Mountains'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_167', 0, 4, 'Chewing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_172', 0, 'What are the children doing?', 'assets/topic/cycle.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_172', 0, 1, 'The girl is riding her bicycle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_172', 0, 2, 'Mother and brother watching her'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_172', 0, 3, 'There are white walls'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_172', 0, 4, 'Parking the bicycle'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_177', 0, 'Why should you ride the bicycle?', 'assets/topic/cycle_kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_177', 0, 1, 'It is fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_177', 0, 2, 'It is healthy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_177', 0, 3, 'You can ride in the nature'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_177', 0, 4, 'Compete with your friends'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_182', 0, 'What do you see?', 'assets/topic/dad_daughter.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_182', 0, 1, 'Father and daughter dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_182', 0, 2, 'Pictures on the walls'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_182', 0, 3, 'There is a cupboard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_182', 0, 4, 'You can jump on trampoline'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_187', 0, 'What is the child doing?', 'assets/topic/dancing_baby_adorable?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_187', 0, 1, 'The child is dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_187', 0, 2, 'The child is enjoying'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_187', 0, 3, 'The child is standing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_187', 0, 4, 'The child has a pacifier'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_192', 0, 'What are they doing?', 'assets/topic/dancing_kid_child.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_192', 0, 1, 'One child is dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_192', 0, 2, 'One of them is jumping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_192', 0, 3, 'They are having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_192', 0, 4, 'Playing with each other'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_197', 0, 'How are they having fun here?', 'assets/topic/daniel_daaaamn.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_197', 0, 1, 'Children are on a playground'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_197', 0, 2, 'Some of them are dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_197', 0, 3, 'One is playing with a ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_197', 0, 4, 'Enjoying themselves'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_202', 0, 'What is happening here?', 'assets/topic/dayum.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_202', 0, 1, 'There is a train approaching'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_202', 0, 2, 'The man is on a bike'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_202', 0, 3, 'The man is scared of train'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_202', 0, 4, 'They are very fast'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_207', 0, 'Why do you write?', 'assets/topic/diary.gif.crdownload.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_207', 0, 1, 'It makes you intelligent'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_207', 0, 2, 'To write stories'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_207', 0, 3, 'To write letters to your friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_207', 0, 4, 'You can draw'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_212', 0, 'What did the dog do?', 'assets/topic/dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_212', 0, 1, 'Someone threw a ball for him'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_212', 0, 2, 'He is lazy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_212', 0, 3, 'He is yawning'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_212', 0, 4, 'He is tired'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_217', 0, 'What are they doing on the beach?', 'assets/topic/dog_animal.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_217', 0, 1, 'Throwing a ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_217', 0, 2, 'Dog runs after the ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_217', 0, 3, 'Sand all around'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_217', 0, 4, 'The dog is tired'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_222', 0, 'Why is the dog happy?', 'assets/topic/dog_beach.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_222', 0, 1, 'Travelling on a boat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_222', 0, 2, 'He likes the beach'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_222', 0, 3, 'Travelling to some place'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_222', 0, 4, 'Cool breeze'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_227', 0, 'What is the dog and girl doing?', 'assets/topic/dog_money_counting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_227', 0, 1, 'Girl is standing behind the dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_227', 0, 2, 'Counting the money'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_227', 0, 3, 'Dog has a shirt on him'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_227', 0, 4, 'They are having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_232', 0, 'What is in the dogs hand?', 'assets/topic/dog_on_phone.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_232', 0, 1, 'Phone in the dogs hand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_232', 0, 2, 'He is calling someone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_232', 0, 3, 'He is sitting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_232', 0, 4, 'He is talking to someone'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_237', 0, 'Why is the dog playing piano?', 'assets/topic/dog_piano.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_237', 0, 1, 'He likes music'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_237', 0, 2, 'He is singing a song'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_237', 0, 3, 'He wants to be a musician'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_237', 0, 4, 'He is sitting on the bench'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_242', 0, 'What is the dog brushing teeth?', 'assets/topic/dog_teeth_brush.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_242', 0, 1, 'It protects the teeth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_242', 0, 2, 'It keeps your mouth fresh'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_242', 0, 3, 'It keeps you healthy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_242', 0, 4, 'It is a good habit'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_247', 0, 'What is the dolphin doing?', 'assets/topic/dolphin.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_247', 0, 1, 'The dolphin is jumping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_247', 0, 2, 'It likes swimming'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_247', 0, 3, 'It likes playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_247', 0, 4, 'Dolphins are fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_252', 0, 'What is the man doing?', 'assets/topic/dragging_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_252', 0, 1, 'The dog doesn''t want to leave'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_252', 0, 2, 'The dog is tired'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_252', 0, 3, 'He wants to sleep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_252', 0, 4, 'The dog wants to rest'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_257', 0, 'What is the fish doing?', 'assets/topic/drinking_water.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_257', 0, 1, 'The fish is drinking water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_257', 0, 2, 'The fish is tired'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_257', 0, 3, 'People are catching the fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_257', 0, 4, 'The fish is thirsty'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_262', 0, 'Why is this dog driving a car?', 'assets/topic/driving_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_262', 0, 1, 'He likes to drive'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_262', 0, 2, 'He is visiting a place'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_262', 0, 3, 'He wants to become a racer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_262', 0, 4, 'He is going home'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_267', 0, 'What is the car doing?', 'assets/topic/dump_question.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_267', 0, 1, 'It is travelling to some place'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_267', 0, 2, 'It is going through a swamp'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_267', 0, 3, 'The road is destroyed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_267', 0, 4, 'It has a caravan attached to it.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_272', 0, 'What is the deer doing?', 'assets/topic/eat_deer.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_272', 0, 1, 'The deer is hungry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_272', 0, 2, 'The deer is eating grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_272', 0, 3, 'It is resting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_272', 0, 4, 'The deer is attentive'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_277', 0, 'Why is this man eating?', 'assets/topic/eat_fat_obese.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_277', 0, 1, 'He is hungry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_277', 0, 2, 'He enjoys eating'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_277', 0, 3, 'He is celebrating'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_277', 0, 4, 'He is tired'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_282', 0, 'Why should you eat Bananas?', 'assets/topic/eating_banana.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_282', 0, 1, 'Bananas are healthy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_282', 0, 2, 'They are yellow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_282', 0, 3, 'They give you energy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_282', 0, 4, 'They are delicious'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_287', 0, 'What is the animal doing?', 'assets/topic/eating_squirrel.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_287', 0, 1, 'The squirrel lives on trees'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_287', 0, 2, 'It gathers nuts'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_287', 0, 3, 'Squirrels enjoy eating nuts'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_287', 0, 4, 'Squirrels are intelligent'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_292', 0, 'What is the man doing?', 'assets/topic/egg_chicken.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_292', 0, 1, 'He cracked open a egg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_292', 0, 2, 'He wanted to make a dish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_292', 0, 3, 'Chicks hatch out of eggs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_292', 0, 4, 'Chicks are tiny'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_297', 0, 'What is this animal doing?', 'assets/topic/elephant_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_297', 0, 1, 'This is an elephant calf'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_297', 0, 2, 'They are grey is color'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_297', 0, 3, 'It likes playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_297', 0, 4, 'The calf is scared of humans'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_302', 0, 'What is the elephant calf doing?', 'assets/topic/elephant_baby_ribbon.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_302', 0, 1, 'It is playing with a blue rope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_302', 0, 2, 'It is enjoying'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_302', 0, 3, 'The other calf is eating grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_302', 0, 4, 'The calf is dancing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_307', 0, 'What are they doing?', 'assets/topic/elephant_baby_trunk.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_307', 0, 1, 'The elephant calf is curious'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_307', 0, 2, 'It is playing with the man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_307', 0, 3, 'It likes to eat grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_307', 0, 4, 'The man is sitting'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_312', 0, 'Why did the elephant fall down?', 'assets/topic/elephant_cuteness.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_312', 0, 1, 'The elephant likes to play football'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_312', 0, 2, 'It slipped while playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_312', 0, 3, 'It not paying attention'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_312', 0, 4, 'The elephant is hurt'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_317', 0, 'Why is the elephant wearing shoes?', 'assets/topic/elephant_wearing_shoes.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_317', 0, 1, 'To protect its feet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_317', 0, 2, 'It likes running'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_317', 0, 3, 'It wants to become an athlete'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_317', 0, 4, 'The elephant is scared'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_322', 0, 'Why do you swim?', 'assets/topic/empty_swiming_pool.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_322', 0, 1, 'It makes you strong'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_322', 0, 2, 'Swimming is fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_322', 0, 3, 'Playing with water is enjoyable'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_322', 0, 4, 'Relief during summer'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_327', 0, 'Why is this duckling sleeping?', 'assets/topic/exhausted_kid?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_327', 0, 1, 'The duckling is sleepy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_327', 0, 2, 'The duckling is tired'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_327', 0, 3, 'The duckling wants to rest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_327', 0, 4, 'The duckling was studying'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_332', 0, 'What happened to the child?', 'assets/topic/fail_kids_gg.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_332', 0, 1, 'The child fell down'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_332', 0, 2, 'The mother didnot see her'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_332', 0, 3, 'The child is hurt'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_332', 0, 4, 'The chid is crying'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_337', 0, 'What are these people doing?', 'assets/topic/fake_waves.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_337', 0, 1, 'The man is cleaning the floor'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_337', 0, 2, 'There is dirt on the floor'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_337', 0, 3, 'Their shoes is wet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_337', 0, 4, 'The men are having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_342', 0, 'What is the father and son doing?', 'assets/topic/father_son.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_342', 0, 1, 'Skating'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_342', 0, 2, 'Playing with each other'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_342', 0, 3, 'Skating at a high speed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_342', 0, 4, 'Racing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_347', 0, 'What do you use fire for?', 'assets/topic/fire_candles.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_347', 0, 1, 'To cook'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_347', 0, 2, 'To warm ourselves'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_347', 0, 3, 'for light'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_347', 0, 4, 'To boil water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_352', 0, 'Why did the dog fall?', 'assets/topic/fish_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_352', 0, 1, 'The fish is alive'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_352', 0, 2, 'The dog got scared'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_352', 0, 3, 'The dog was startled'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_352', 0, 4, 'The dog slipped'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_357', 0, 'Why do you eat food?', 'assets/topic/food_potato.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_357', 0, 1, 'Food is healthy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_357', 0, 2, 'Food is often delicious'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_357', 0, 3, 'Food makes you strong'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_357', 0, 4, 'Energy to play'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_362', 0, 'Why do you play football?', 'assets/topic/football_june.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_362', 0, 1, 'Makes your body strong'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_362', 0, 2, 'Football is fun to play'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_362', 0, 3, 'Play football with your friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_362', 0, 4, 'Compete with friends'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_367', 0, 'What is the child doing?', 'assets/topic/football_skills.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_367', 0, 1, 'Trying to kick the ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_367', 0, 2, 'Likes to play with his friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_367', 0, 3, 'The child missed the ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_367', 0, 4, 'The child falls down'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_372', 0, 'What are these people doing?', 'assets/topic/football_soccer.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_372', 0, 1, 'Playing football'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_372', 0, 2, 'They are all inside a bubble'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_372', 0, 3, 'colliding against each other'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_372', 0, 4, 'Enjoying themselves'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_377', 0, 'Why is this animal running?', 'assets/topic/forest_running.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_377', 0, 1, 'The Zebra lives in the Jungle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_377', 0, 2, 'There is Lion chasing it'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_377', 0, 3, 'It is going home'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_377', 0, 4, 'Zebra has long legs and is fast'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_382', 0, 'Why is this meerkat laughing?', 'assets/topic/fox.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_382', 0, 1, 'Playing with its friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_382', 0, 2, 'Likes to have fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_382', 0, 3, 'The meerkat is surprised'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_382', 0, 4, 'The meerkat just heard a joke'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_387', 0, 'What is this fox doing?', 'assets/topic/fox_fish.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_387', 0, 1, 'Trying to catch a fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_387', 0, 2, 'The fox is hungry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_387', 0, 3, 'The fox likes to eat fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_387', 0, 4, 'The fox is playing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_392', 0, 'What is the cat doing?', 'assets/topic/funny_cat.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_392', 0, 1, 'Studying'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_392', 0, 2, 'Playing a game'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_392', 0, 3, 'Watching a game'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_392', 0, 4, 'Sending an email'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_397', 0, 'What is this cat doing?', 'assets/topic/funny_cats_family.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_397', 0, 1, 'Playing with its friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_397', 0, 2, 'Use its paw'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_397', 0, 3, 'Giving a high five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_397', 0, 4, 'Trying to beat the boy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_402', 0, 'What is the dog doing?', 'assets/topic/funny_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_402', 0, 1, 'Because of the strong wind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_402', 0, 2, 'The dog likes travelling'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_402', 0, 3, 'Trying to eat something'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_402', 0, 4, 'The dog is having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_407', 0, 'Why is this man scared?', 'assets/topic/funny_fail_crab.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_407', 0, 1, 'The girl is holding a crab'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_407', 0, 2, 'The crab has sharp claws'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_407', 0, 3, 'The crab falls on the man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_407', 0, 4, 'The man is hurt'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_412', 0, 'Why is the dog jumping?', 'assets/topic/funny_fail_dog?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_412', 0, 1, 'It wants to catch the ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_412', 0, 2, 'To play with the ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_412', 0, 3, 'The dog likes jumping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_412', 0, 4, 'The dog is running after the ball'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_417', 0, 'Why did the bulb break?', 'assets/topic/funny_fail_fan.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_417', 0, 1, 'The bulb is made up of glass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_417', 0, 2, 'The boys bat hit the ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_417', 0, 3, 'The glass is delicate'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_417', 0, 4, 'Broken glass everywhere'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_422', 0, 'Why did this boy fall?', 'assets/topic/funny_fail_kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_422', 0, 1, 'The boy is running'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_422', 0, 2, 'There is a hole in the ground'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_422', 0, 3, 'The boy is hurt'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_422', 0, 4, 'The boy wins the race'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_427', 0, 'Where is this horse going?', 'assets/topic/funny_horse.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_427', 0, 1, 'Scared of the obstacle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_427', 0, 2, 'The horse slipped'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_427', 0, 3, 'Going to the other side'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_427', 0, 4, 'The horse is thirsty'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_432', 0, 'What happened to the child?', 'assets/topic/funny_kid_beach.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_432', 0, 1, 'The child is on the beach'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_432', 0, 2, 'Plays with sand and water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_432', 0, 3, 'The waves are strong'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_432', 0, 4, 'The waves pushed him down'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_437', 0, 'Why is the child digging?', 'assets/topic/funny_kid_mud.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_437', 0, 1, 'To plant a tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_437', 0, 2, 'Playing with mud'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_437', 0, 3, 'To clean'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_437', 0, 4, 'The child is having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_442', 0, 'What are the children doing?', 'assets/topic/funny_kids_dogs.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_442', 0, 1, 'Dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_442', 0, 2, 'Dog is also dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_442', 0, 3, 'Enjoying themselves'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_442', 0, 4, 'Dancing on the terrace'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_447', 0, 'How did this man get hurt?', 'assets/topic/funny_lebron.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_447', 0, 1, 'Paying basketball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_447', 0, 2, 'The basketball is hard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_447', 0, 3, 'The basketball hit his face'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_447', 0, 4, 'Not paying attention'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_452', 0, 'What is the puppy doing?', 'assets/topic/funny_puppy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_452', 0, 1, 'Scared of water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_452', 0, 2, 'Doesn''t want to fall into water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_452', 0, 3, 'The board floating'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_452', 0, 4, 'Puppy wants to go to other side'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_457', 0, 'How did the woman fall down?', 'assets/topic/funny_swimimg_pool.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_457', 0, 1, 'Riding a bicycle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_457', 0, 2, 'Not paying attention'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_457', 0, 3, 'She crashed into the chair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_457', 0, 4, 'Falls into the swimming pool'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_462', 0, 'What are they doing?', 'assets/topic/funny_tigers.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_462', 0, 1, 'Introducing the cat to the tigers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_462', 0, 2, 'The tigers are curious'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_462', 0, 3, 'The tigers look at the cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_462', 0, 4, 'The cat is scared'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_467', 0, 'Why is the dog and the boy sleeping?', 'assets/topic/funny_twins.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_467', 0, 1, 'They are tired'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_467', 0, 2, 'They are resting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_467', 0, 3, 'The dog and boy are meditating'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_467', 0, 4, 'They are on the sofa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_472', 0, 'Why does this cat look scary?', 'assets/topic/funnycat.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_472', 0, 1, 'Trying to attack someone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_472', 0, 2, 'Wants to catch an insect'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_472', 0, 3, 'The cat is jumping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_472', 0, 4, 'The cat is dancing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_477', 0, 'What are the goat and boy doing?', 'assets/topic/goat_eating.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_477', 0, 1, 'The boy is on the computer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_477', 0, 2, 'The boy is playing a game'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_477', 0, 3, 'He is sitting on the goat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_477', 0, 4, 'The goat is eating book'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_482', 0, 'How did the mans bag fall down?', 'assets/topic/golf.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_482', 0, 1, 'The man is playing golf'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_482', 0, 2, 'The man is on top of a mountain'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_482', 0, 3, 'He wants to hit the ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_482', 0, 4, 'The man hits the bag instead'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_487', 0, 'Why does this horse look weird?', 'assets/topic/half_horse.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_487', 0, 1, 'All horses has four legs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_487', 0, 2, 'Horses run fast'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_487', 0, 3, 'This horse has only two legs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_487', 0, 4, 'The horse is scared'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_492', 0, 'What are the pony and the dog doing?', 'assets/topic/horse_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_492', 0, 1, 'A pony is a small horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_492', 0, 2, 'The dog is on top of the horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_492', 0, 3, 'The dog is riding the horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_492', 0, 4, 'The horse and dog are enjoying'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_497', 0, 'What is this?', 'assets/topic/infinity_oops.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_497', 0, 1, 'The pencil is used to write'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_497', 0, 2, 'Eraser on the pencil to erase'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_497', 0, 3, 'Write letters or books'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_497', 0, 4, 'Make beautiful drawings'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_502', 0, 'What are the puppy and the man doing?', 'assets/topic/jump_common.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_502', 0, 1, 'The puppy likes to play'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_502', 0, 2, 'Puppy is jumping off the sofa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_502', 0, 3, 'The man caught the puppy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_502', 0, 4, 'They are enjoying'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_507', 0, 'What is seen in the playground?', 'assets/topic/jump_dad_land.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_507', 0, 1, 'Children playing on swing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_507', 0, 2, 'Sand everywhere'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_507', 0, 3, 'Fun filled playground'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_507', 0, 4, 'Children get hurt'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_512', 0, 'What is seen ?', 'assets/topic/justviral_horse_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_512', 0, 1, 'The dog walking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_512', 0, 2, 'Leash around the horse neck'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_512', 0, 3, 'They are having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_512', 0, 4, 'Walking together'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_517', 0, 'Who is the child cheering?', 'assets/topic/kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_517', 0, 1, 'His favourite player'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_517', 0, 2, 'His favorite horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_517', 0, 3, 'His father'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_517', 0, 4, 'Favorite team'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_522', 0, 'What do you see?', 'assets/topic/kid_bathing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_522', 0, 1, 'A back dive'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_522', 0, 2, 'Got hurt badly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_522', 0, 3, 'Water in the pool'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_522', 0, 4, 'More practice'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_527', 0, 'What can you see?', 'assets/topic/kid_golf.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_527', 0, 1, 'Trying to hit ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_527', 0, 2, 'The strong wind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_527', 0, 3, 'The golf club'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_527', 0, 4, 'The firm ball'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_532', 0, 'What do you see?', 'assets/topic/kid_sleeping_ang.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_532', 0, 1, 'A child sitting on the potty'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_532', 0, 2, 'The sleeping child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_532', 0, 3, 'A Little Einstien'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_532', 0, 4, 'Tired of waiting'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_537', 0, 'What are the girls doing?', 'assets/topic/kids_fighting_exercise?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_537', 0, 1, 'Practicing fight'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_537', 0, 2, 'Showing their best kicks'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_537', 0, 3, 'Taking turns in hitting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_537', 0, 4, 'Looking around'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_542', 0, 'What do you see?', 'assets/topic/kids_fish.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_542', 0, 1, 'A tiny fish scaring a child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_542', 0, 2, 'Child turning around'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_542', 0, 3, 'The scared child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_542', 0, 4, 'Giving up'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_547', 0, 'What do you see?', 'assets/topic/kittens.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_547', 0, 1, 'The cute kittens all in a row'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_547', 0, 2, 'Cute expression'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_547', 0, 3, 'The kittens teamwork'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_547', 0, 4, 'The curious kittens'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_552', 0, 'What can you see?', 'assets/topic/library.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_552', 0, 1, 'A rolling library'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_552', 0, 2, 'Many books'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_552', 0, 3, 'Books on the move'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_552', 0, 4, 'The quick movement'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_557', 0, 'What do you see?', 'assets/topic/lil_wayne.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_557', 0, 1, 'Dancing children'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_557', 0, 2, 'Boy trying to dance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_557', 0, 3, 'The boy is alone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_557', 0, 4, 'It''s a party time.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_562', 0, 'What can you see?', 'assets/topic/lion.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_562', 0, 1, 'A lion moving front and back'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_562', 0, 2, 'Someone blowing bubbles'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_562', 0, 3, 'Catch bubbles'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_562', 0, 4, 'A white lion'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_567', 0, 'What can you see?', 'assets/topic/lion_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_567', 0, 1, 'A lion and the child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_567', 0, 2, 'Trying to eat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_567', 0, 3, 'The fearless child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_567', 0, 4, 'Not giving up'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_572', 0, 'What makes it a cute picture?', 'assets/topic/lion_cub.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_572', 0, 1, 'The cute little cub'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_572', 0, 2, 'The playful cub'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_572', 0, 3, 'The cub tasting a leaf'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_572', 0, 4, 'A lonely cub'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_577', 0, 'What can you see?', 'assets/topic/little_boy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_577', 0, 1, 'A curious child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_577', 0, 2, 'Pointing out'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_577', 0, 3, 'Finished the meal'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_577', 0, 4, 'A happy child'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_582', 0, 'What can you see?', 'assets/topic/lol_funny.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_582', 0, 1, 'Waiting mother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_582', 0, 2, 'Excited child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_582', 0, 3, 'Happy dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_582', 0, 4, 'Father carrying the child'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_587', 0, 'What do you see?', 'assets/topic/lucy_composition?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_587', 0, 1, 'A sleeping dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_587', 0, 2, 'Someone playing guitar'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_587', 0, 3, 'Dog with the cap'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_587', 0, 4, 'Dog playing Xylophone'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_592', 0, 'What can you see?', 'assets/topic/machine_wind_wing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_592', 0, 1, 'A trendy cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_592', 0, 2, 'The strong wind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_592', 0, 3, 'The cow is staring'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_592', 0, 4, 'Swinging hair'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_597', 0, 'What do you see?', 'assets/topic/magic_happines.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_597', 0, 1, 'A family time at the table'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_597', 0, 2, 'Everyone having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_597', 0, 3, 'magician baby'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_597', 0, 4, 'Cheering family'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_602', 0, 'What do you see?', 'assets/topic/man_fish_sleepsoff.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_602', 0, 1, 'Man holding a fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_602', 0, 2, 'Trying hard to hold'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_602', 0, 3, 'Struggling to escape'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_602', 0, 4, 'Slipped from the hand'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_607', 0, 'What is the monkey doing?', 'assets/topic/marmoset.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_607', 0, 1, 'Holding onto the tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_607', 0, 2, 'Sticking the tongue out'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_607', 0, 3, 'Teasing someone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_607', 0, 4, 'trying to catch its prey'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_612', 0, 'What do you see?', 'assets/topic/monkey.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_612', 0, 1, 'A baby monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_612', 0, 2, 'Monkey with guitar'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_612', 0, 3, 'Playing guitar'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_612', 0, 4, 'Playing a song'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_617', 0, 'What do you see?', 'assets/topic/monkey_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_617', 0, 1, 'Monkey teasing a dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_617', 0, 2, 'Pulling dog''s tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_617', 0, 3, 'Pulling dog''s hand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_617', 0, 4, 'Irritated dog'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_622', 0, 'What can you see?', 'assets/topic/monta_ellis.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_622', 0, 1, 'Watching a sport'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_622', 0, 2, 'Completely involved'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_622', 0, 3, 'Rubbing hands'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_622', 0, 4, 'Tatoo on arms'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_627', 0, 'What do you see?', 'assets/topic/move_bear_kids.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_627', 0, 1, 'The children and the bear'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_627', 0, 2, 'Immitation'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_627', 0, 3, 'Greeting each other'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_627', 0, 4, 'having fun together'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_632', 0, 'What is seen?', 'assets/topic/mrw_get_dance.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_632', 0, 1, 'A fun filled classroom'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_632', 0, 2, 'Children having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_632', 0, 3, 'Dancing boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_632', 0, 4, 'Children cheering'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_637', 0, 'What is the bird doing?', 'assets/topic/nest_bird.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_637', 0, 1, 'Flying in the sky'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_637', 0, 2, 'searching food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_637', 0, 3, 'The bird is screeching'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_637', 0, 4, 'Flapping wings'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_642', 0, 'What do you see?', 'assets/topic/noodles.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_642', 0, 1, 'Girl at the resyaurant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_642', 0, 2, 'Eating noodles'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_642', 0, 3, 'Enjoying the food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_642', 0, 4, 'Bag behind the seat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_647', 0, 'What is the monkey doing?', 'assets/topic/office_monkey.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_647', 0, 1, 'Pushing the laptop'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_647', 0, 2, 'Angry monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_647', 0, 3, 'Sitting on the chair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_647', 0, 4, 'Unhappy monkey'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_652', 0, 'What is seen in the forest?', 'assets/topic/orangutan.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_652', 0, 1, 'Dancing monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_652', 0, 2, 'Excited monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_652', 0, 3, 'Singing and dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_652', 0, 4, 'Inviting others to join'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_657', 0, 'What is seen?', 'assets/topic/orangutan_dancing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_657', 0, 1, 'A dancing orangutan'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_657', 0, 2, 'Dancing for a song'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_657', 0, 3, 'Singing in joy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_657', 0, 4, 'Funny Movements'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_662', 0, 'What do you see?', 'assets/topic/panda.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_662', 0, 1, 'A snow filled mountain'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_662', 0, 2, 'Rolling panda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_662', 0, 3, 'Fun in the snow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_662', 0, 4, 'Slipping down'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_667', 0, 'What do you see?', 'assets/topic/panda_fighting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_667', 0, 1, 'Two panda friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_667', 0, 2, 'Playful pandas'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_667', 0, 3, 'Tumble down'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_667', 0, 4, 'Green grass'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_672', 0, 'What is seen?', 'assets/topic/parrot.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_672', 0, 1, 'A parrot and a ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_672', 0, 2, 'Parrot on the ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_672', 0, 3, 'Balance on ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_672', 0, 4, 'Smooth floor'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_677', 0, 'What do you see?', 'assets/topic/paw_kisser.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_677', 0, 1, 'A girl playing squash'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_677', 0, 2, 'Waking in shock'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_677', 0, 3, 'Hitting hard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_677', 0, 4, 'Bouncing ball'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_682', 0, 'What is seen?', 'assets/topic/penguin.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_682', 0, 1, 'A baby penguin'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_682', 0, 2, 'Walking alone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_682', 0, 3, 'Penguins moving fast'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_682', 0, 4, 'Walking slowly'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_687', 0, 'What is seen?', 'assets/topic/perfect_practise.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_687', 0, 1, 'A man practicing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_687', 0, 2, 'Man trying to balance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_687', 0, 3, 'The perfect balance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_687', 0, 4, 'Practice makes perfect'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_692', 0, 'What can you see?', 'assets/topic/pets_eating.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_692', 0, 1, 'Feed for the dogs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_692', 0, 2, 'Dogs sitting in a row'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_692', 0, 3, 'Waiting to eat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_692', 0, 4, 'A confused dog'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_697', 0, 'What do you see?', 'assets/topic/pig_partyanimal.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_697', 0, 1, 'A partying pig'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_697', 0, 2, 'Looking out from a moving car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_697', 0, 3, 'Pinwheels in the wind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_697', 0, 4, 'A fast moving car'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_702', 0, 'What do you see?', 'assets/topic/pigeons.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_702', 0, 1, 'Pigeons in the lawn'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_702', 0, 2, 'Standing on the brick'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_702', 0, 3, 'Eating grains'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_702', 0, 4, 'Waiting for food'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_707', 0, 'What is seen?', 'assets/topic/prank.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_707', 0, 1, 'People cheering sport'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_707', 0, 2, 'A sleeping man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_707', 0, 3, 'People playing prank'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_707', 0, 4, 'Balancing the tumblers'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_712', 0, 'What do you see?', 'assets/topic/robot.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_712', 0, 1, 'Plane in the sky'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_712', 0, 2, 'Robot in disguise'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_712', 0, 3, 'Tall robot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_712', 0, 4, 'Plane to a robot'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_717', 0, 'What can you see?', 'assets/topic/rollingBox.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_717', 0, 1, 'A box on the escalator'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_717', 0, 2, 'A turning box'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_717', 0, 3, 'Moving escalator'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_717', 0, 4, 'The shuffled things'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_722', 0, 'What do you see?', 'assets/topic/rope_jumping.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_722', 0, 1, 'Everyone are playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_722', 0, 2, 'They are balancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_722', 0, 3, 'They are enjoying'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_722', 0, 4, 'There is a rope'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_727', 0, 'What do you see?', 'assets/topic/run_away.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_727', 0, 1, 'A moving car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_727', 0, 2, 'A running man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_727', 0, 3, 'Fast running'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_727', 0, 4, 'Chasing the car'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_732', 0, 'What is seen in the forest?', 'assets/topic/running_lion.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_732', 0, 1, 'Deers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_732', 0, 2, 'A Chasing lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_732', 0, 3, 'Catch the prey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_732', 0, 4, 'Scared scene'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_737', 0, 'What is the girl doing?', 'assets/topic/sad.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_737', 0, 1, 'The girl looks sad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_737', 0, 2, 'The girl is crying'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_737', 0, 3, 'Trying to say'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_737', 0, 4, 'controlling tears'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_742', 0, 'What do you see?', 'assets/topic/scooter_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_742', 0, 1, 'A scooter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_742', 0, 2, 'Dog riding'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_742', 0, 3, 'Balancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_742', 0, 4, 'Man on ride'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_747', 0, 'What is seen?', 'assets/topic/sheep_tounge.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_747', 0, 1, 'A cute white sheep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_747', 0, 2, 'Asking feed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_747', 0, 3, 'Saying something'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_747', 0, 4, 'Posing for camera'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_752', 0, 'What do you see?', 'assets/topic/sky_diving.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_752', 0, 1, 'Group of men'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_752', 0, 2, 'Jumping off'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_752', 0, 3, 'Swinging'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_752', 0, 4, 'Throwing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_757', 0, 'What do you see?', 'assets/topic/sleeping_bhutan.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_757', 0, 1, 'A classroom'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_757', 0, 2, 'A sleeping boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_757', 0, 3, 'Children reading books'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_757', 0, 4, 'Laughing boy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_762', 0, 'What is seen?', 'assets/topic/sleeping_kitten.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_762', 0, 1, 'The kitten on a table'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_762', 0, 2, 'Sleep kitten'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_762', 0, 3, 'loosing balance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_762', 0, 4, 'Losing concentration'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_767', 0, 'What do you see?', 'assets/topic/smile_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_767', 0, 1, 'A smiling dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_767', 0, 2, 'Posing for camera'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_767', 0, 3, 'White teeth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_767', 0, 4, 'Cute picture'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_772', 0, 'Have you seen this before?', 'assets/topic/sparkles.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_772', 0, 1, 'Yes, it is a sparkle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_772', 0, 2, 'Fire cracker'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_772', 0, 3, 'Tiny stars all over'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_772', 0, 4, 'Festivals and occasion'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_777', 0, 'What do you see?', 'assets/topic/sumo.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_777', 0, 1, 'Sumo wrestlers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_777', 0, 2, 'Fat wrestler'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_777', 0, 3, 'Small wrestler'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_777', 0, 4, 'Sitting'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_782', 0, 'What do you see?', 'assets/topic/swiming.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_782', 0, 1, 'Man swimming'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_782', 0, 2, 'Flying in water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_782', 0, 3, 'Hitting water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_782', 0, 4, 'Blue water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_787', 0, 'What is seen?', 'assets/topic/swiming_phelps.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_787', 0, 1, 'Man trying to swim'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_787', 0, 2, 'Roadside stream'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_787', 0, 3, 'Mud water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_787', 0, 4, 'Wet and dirt'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_792', 0, 'What do you see?', 'assets/topic/teacher.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_792', 0, 1, 'A man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_792', 0, 2, 'Black board and chalk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_792', 0, 3, 'Man drawing circle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_792', 0, 4, 'A classroom'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_797', 0, 'What is the teddy doing?', 'assets/topic/teddy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_797', 0, 1, 'kissing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_797', 0, 2, 'holding a rose'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_797', 0, 3, 'Rose in the mouth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_797', 0, 4, 'Smelling'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_802', 0, 'What is the man doing?', 'assets/topic/thinking_clipper.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_802', 0, 1, 'Thinking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_802', 0, 2, 'Looking up'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_802', 0, 3, 'New idea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_802', 0, 4, 'Trying to recallt'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_807', 0, 'What do you see?', 'assets/topic/tree.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_807', 0, 1, 'Lonely house'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_807', 0, 2, 'Tree with branches'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_807', 0, 3, 'Old house'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_807', 0, 4, 'Finger like branches'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_812', 0, 'What do you see?', 'assets/topic/uniform_chalk_duster.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_812', 0, 1, 'A disciplined classroom'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_812', 0, 2, 'Students standing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_812', 0, 3, 'Tidy classroom'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_812', 0, 4, 'Charts on the wall'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_817', 0, 'What do you see?', 'assets/topic/warm_fire.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_817', 0, 1, 'A fireplace'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_817', 0, 2, 'A winter night'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_817', 0, 3, 'Burning logs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_817', 0, 4, 'Red hot fire'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_822', 0, 'What are the children doing?', 'assets/topic/water_kids.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_822', 0, 1, 'Playing on slide'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_822', 0, 2, 'Sliding into water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_822', 0, 3, 'Jumping boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_822', 0, 4, 'Girl sliding'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_827', 0, 'What do you see?', 'assets/topic/water_tiny_step.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_827', 0, 1, 'A baby elephant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_827', 0, 2, 'Elephant bathing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_827', 0, 3, 'Water splashing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_827', 0, 4, 'Water from waterpipe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_832', 0, 'What can you see?', 'assets/topic/waving.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_832', 0, 1, 'A waving hand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_832', 0, 2, 'White gloves'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_832', 0, 3, 'Saying hi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_832', 0, 4, 'saying bye'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_837', 0, 'What can you see?', 'assets/topic/weeding_funny_kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_837', 0, 1, 'Wedding ceremony'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_837', 0, 2, 'young boy walking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_837', 0, 3, 'A pastor'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_837', 0, 4, 'People laughing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_842', 0, 'What do you see?', 'assets/topic/wiggle.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_842', 0, 1, 'Wiggling cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_842', 0, 2, 'Wiggling man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_842', 0, 3, 'Immitation'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_842', 0, 4, 'Smiling man'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_847', 0, 'What do you see?', 'assets/topic/wild_deadly_fish.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_847', 0, 1, 'A big wild bear'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_847', 0, 2, 'trapped fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_847', 0, 3, 'silver fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_847', 0, 4, 'water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_852', 0, 'What do you see?', 'assets/topic/with_dad_son.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_852', 0, 1, 'Father and child playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_852', 0, 2, 'Balance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_852', 0, 3, 'having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_852', 0, 4, 'Good grip'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_857', 0, 'What can you see?', 'assets/topic/working.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_857', 0, 1, 'Working woman'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_857', 0, 2, 'A laptop'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_857', 0, 3, 'Sleepy woman'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_857', 0, 4, 'Wide opened eyes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_862', 0, 'What can you see?', 'assets/topic/writing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_862', 0, 1, 'Woman writing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_862', 0, 2, 'Writing with pen'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_862', 0, 3, 'Words on the paper'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_862', 0, 4, 'Thumb ring'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_867', 0, 'What do you see?', 'assets/topic/year_father_funsubstance.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_867', 0, 1, 'Father and children'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_867', 0, 2, 'Big football'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_867', 0, 3, 'Playing father'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_867', 0, 4, 'Falling children'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_872', 0, 'What can you see?', 'assets/topic/afvpets_dog_owner.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_872', 0, 1, 'Man and his pet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_872', 0, 2, 'They are playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_872', 0, 3, 'Doing hi five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_872', 0, 4, 'Both are having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_877', 0, 'What can you see?', 'assets/topic/afvpets_dog_tounge_out?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_877', 0, 1, 'A sleeping dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_877', 0, 2, 'Pulling the tongue'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_877', 0, 3, 'Deep sleep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_877', 0, 4, 'Blinking eyes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_882', 0, 'What do you see?', 'assets/topic/afvpets?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_882', 0, 1, 'Tagged ears'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_882', 0, 2, 'Tongue sticking out'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_882', 0, 3, 'A cow nodding'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_882', 0, 4, 'A cow shed'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_887', 0, 'What are the two doing?', 'assets/topic/arm_wrestling.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_887', 0, 1, 'Sitting at the table'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_887', 0, 2, 'Arm wrestling'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_887', 0, 3, 'Falling off the chair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_887', 0, 4, 'The woman won'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_892', 0, 'What is the pig doing?', 'assets/topic/artist_painting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_892', 0, 1, 'It''s painting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_892', 0, 2, 'Painting with brush'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_892', 0, 3, 'Colourful painting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_892', 0, 4, 'Brushing from mouth'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_897', 0, 'What is the baby doing?', 'assets/topic/baby_abs_workout.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_897', 0, 1, 'Sleeping on a rocking chair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_897', 0, 2, 'Moving front and back'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_897', 0, 3, 'It''s working out'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_897', 0, 4, 'Having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_902', 0, 'What do you see?', 'assets/topic/baby_funny_beach.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_902', 0, 1, 'A sandy beach'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_902', 0, 2, 'Children on the beach'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_902', 0, 3, 'Boy throwing sand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_902', 0, 4, 'Boy dusting eyes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_907', 0, 'What is the bear doing?', 'assets/topic/bear_scratching_back.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_907', 0, 1, 'Its sitting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_907', 0, 2, 'Scratching back'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_907', 0, 3, 'Sitting on stairs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_907', 0, 4, 'Scratching with nails'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_912', 0, 'What do you see?', 'assets/topic/brother_sisters.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_912', 0, 1, 'Children on the sofa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_912', 0, 2, 'Sitting together'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_912', 0, 3, 'Crying child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_912', 0, 4, 'Confused child'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_917', 0, 'What do you see?', 'assets/topic/bruno_mars.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_917', 0, 1, 'An action man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_917', 0, 2, 'Driving car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_917', 0, 3, 'moving wheels'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_917', 0, 4, 'Funny movement'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_922', 0, 'What do you see?', 'assets/topic/bublywater_bubly_water?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_922', 0, 1, 'A smiley'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_922', 0, 2, 'Smiley turning into cycle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_922', 0, 3, 'Friends riding'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_922', 0, 4, 'Having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_927', 0, 'What do you see?', 'assets/topic/candle_light.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_927', 0, 1, 'Bunch of chillies'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_927', 0, 2, 'Chillie lighter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_927', 0, 3, 'Lighting a candle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_927', 0, 4, 'Lighted candle'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_932', 0, 'What can you see?', 'assets/topic/cheezburger_funny_kids?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_932', 0, 1, 'People at the restaurant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_932', 0, 2, 'A funny boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_932', 0, 3, 'Funny smile'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_932', 0, 4, 'Wiping the sweat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_937', 0, 'What is the man doing?', 'assets/topic/cysle_funny_falling_water.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_937', 0, 1, 'Cycling'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_937', 0, 2, 'Riding a small cycle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_937', 0, 3, 'Riding into the water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_937', 0, 4, 'Riding on the bridge'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_942', 0, 'What do you see?', 'assets/topic/dad_reflexes.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_942', 0, 1, 'Father and the child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_942', 0, 2, 'Surfing on water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_942', 0, 3, 'Slipping off the board'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_942', 0, 4, 'Father caught the child'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_947', 0, 'What do you see?', 'assets/topic/dog_hallowen_costume.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_947', 0, 1, 'A pet dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_947', 0, 2, 'Wagging tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_947', 0, 3, 'A wig and googly eyes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_947', 0, 4, 'Funny face at the back'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_952', 0, 'What do you think?', 'assets/topic/dog_icecream.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_952', 0, 1, 'Dog eating an ice-cream'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_952', 0, 2, 'Liking the flavour'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_952', 0, 3, 'Having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_952', 0, 4, 'wants more'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_957', 0, 'Is it real?', 'assets/topic/dog_surfing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_957', 0, 1, 'Yes, a dog is surfing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_957', 0, 2, 'Fearless dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_957', 0, 3, 'Its having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_957', 0, 4, 'Enjoying the splash'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_962', 0, 'Talk about the baby elephant', 'assets/topic/elephant_baby_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_962', 0, 1, 'It''s playful'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_962', 0, 2, 'It having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_962', 0, 3, 'Loves playing with dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_962', 0, 4, 'Won''t get tired soon'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_967', 0, 'What do you see?', 'assets/topic/elephant_brushing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_967', 0, 1, 'Elephant brushing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_967', 0, 2, 'Man brushing the elephant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_967', 0, 3, 'Playful baby elephant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_967', 0, 4, 'Quick learner'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_972', 0, 'What is the elephant doing?', 'assets/topic/elephant_painting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_972', 0, 1, 'Painting the picture'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_972', 0, 2, 'Drawing a potrait'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_972', 0, 3, 'using paint and brush'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_972', 0, 4, 'Holding brush with its trunk'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_977', 0, 'What are they doing?', 'assets/topic/father_kid_playing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_977', 0, 1, 'They are playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_977', 0, 2, 'Jumping over the boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_977', 0, 3, 'Both are having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_977', 0, 4, 'The boy is running'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_982', 0, 'What do you see?', 'assets/topic/father_skill_bonding.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_982', 0, 1, 'Father and child playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_982', 0, 2, 'Showing tummy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_982', 0, 3, 'Child immitating'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_982', 0, 4, 'Both are having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_987', 0, 'What are they both doing?', 'assets/topic/father_son_falling.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_987', 0, 1, 'Fighting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_987', 0, 2, 'Teasing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_987', 0, 3, 'Entertaining'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_987', 0, 4, 'Having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_992', 0, 'What the rooster is doing?', 'assets/topic/fathers_sons_day.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_992', 0, 1, 'Dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_992', 0, 2, 'Hiphop'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_992', 0, 3, 'Teasing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_992', 0, 4, 'Head got stuck'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_997', 0, 'What is funny?', 'assets/topic/funny_chicken.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_997', 0, 1, 'Robot chicken'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_997', 0, 2, 'Chicken''s firm neck'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_997', 0, 3, 'Flexible body'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_997', 0, 4, 'Funny movemnet'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1002', 0, 'Why boy will not drown?', 'assets/topic/funny_cute_fail_baby_swiming.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1002', 0, 1, 'He knows swimming'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1002', 0, 2, 'Airbags tied to arms'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1002', 0, 3, 'Parents are there'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1002', 0, 4, 'Water is not deep'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1007', 0, 'What is ears of dog saying?', 'assets/topic/funny_lol_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1007', 0, 1, 'Hi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1007', 0, 2, 'Hello'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1007', 0, 3, 'Who are you?'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1007', 0, 4, 'You look cute'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1012', 0, 'Give one name to the pig.', 'assets/topic/funny_pig.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1012', 0, 1, 'Piggy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1012', 0, 2, 'Pinky'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1012', 0, 3, 'Cutie'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1012', 0, 4, 'Lovely'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1017', 0, 'What is tiger doing?', 'assets/topic/funny_tigers.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1017', 0, 1, 'Panting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1017', 0, 2, 'Teasing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1017', 0, 3, 'Laughing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1017', 0, 4, 'Licking'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1022', 0, 'On what is e riding?', 'assets/topic/game_minecraft.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1022', 0, 1, 'Horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1022', 0, 2, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1022', 0, 3, 'Lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1022', 0, 4, 'Tiger'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1027', 0, 'Which is big fruit like this?', 'assets/topic/halloween_ashley?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1027', 0, 1, 'Pumpkin'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1027', 0, 2, 'Watermelon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1027', 0, 3, 'Muskmelon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1027', 0, 4, 'Jackfruit'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1032', 0, 'What is your favourite costume?', 'assets/topic/hallowen.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1032', 0, 1, 'Lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1032', 0, 2, 'Vampire'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1032', 0, 3, 'Dracula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1032', 0, 4, 'Tortoise'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1037', 0, 'What is the rubber doing?', 'assets/topic/jiraff_painting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1037', 0, 1, 'Teasing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1037', 0, 2, 'Erasing giraffe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1037', 0, 3, 'Escaping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1037', 0, 4, 'Got caugt'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1042', 0, 'Say something about girl.', 'assets/topic/kid_lol_drinking_water.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1042', 0, 1, 'Clever'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1042', 0, 2, 'Parent''s good lessons'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1042', 0, 3, 'Smart'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1042', 0, 4, 'Independent'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1047', 0, 'What you feel about the child', 'assets/topic/kid_pumpkin?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1047', 0, 1, 'Sad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1047', 0, 2, 'Bad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1047', 0, 3, 'Parents irresponsible'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1047', 0, 4, 'Pumpkin attack'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1052', 0, 'Which is your favourite balloon in it?', 'assets/topic/painting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1052', 0, 1, 'Green ballon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1052', 0, 2, 'Blue ballon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1052', 0, 3, 'Violet balloon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1052', 0, 4, 'Orange balloon'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1057', 0, 'What you feel riding on wooden horse?', 'assets/topic/panda_enjoying.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1057', 0, 1, 'Fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1057', 0, 2, 'Entertaining'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1057', 0, 3, 'Boring'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1057', 0, 4, 'Excited'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1062', 0, 'What is panda doing?', 'assets/topic/panda_scratching_back.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1062', 0, 1, 'Dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1062', 0, 2, 'Singing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1062', 0, 3, 'Scratching back'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1062', 0, 4, 'Obeying orders'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1067', 0, 'Say something about elephant.', 'assets/topic/smart_elephant.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1067', 0, 1, 'Elephant is smart'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1067', 0, 2, 'Loyal'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1067', 0, 3, 'Obidient to owner'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1067', 0, 4, 'Knows the difference'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1072', 0, 'Why did she fell?', 'assets/topic/swing_fail.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1072', 0, 1, 'She slipped'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1072', 0, 2, 'Did not get balance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1072', 0, 3, 'Ran behind daughter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1072', 0, 4, 'Dint sit properly'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1077', 0, 'Which is your favourite flavour?', 'assets/topic/vanilla.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1077', 0, 1, 'Vanila'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1077', 0, 2, 'Pista'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1077', 0, 3, 'Strawberry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1077', 0, 4, 'Chocolate'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1082', 0, 'What is your opinion?', 'assets/topic/walking_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1082', 0, 1, 'Scarry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1082', 0, 2, 'Unbelievable'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1082', 0, 3, 'Magic'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1082', 0, 4, 'Trick'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1087', 0, 'Which baby animal you want to hug?', 'assets/topic/walking_elephant.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1087', 0, 1, 'Elephant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1087', 0, 2, 'Tiger'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1087', 0, 3, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1087', 0, 4, 'Rabbit'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1092', 0, 'Why is he eating like that?', 'assets/topic/year_icecream.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1092', 0, 1, 'He is blind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1092', 0, 2, 'He is mad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1092', 0, 3, 'He loves it very much'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1092', 0, 4, 'Icecream melts quickly'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1097', 0, 'What do you see?', 'assets/topic/adjusting_pan.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1097', 0, 1, 'Man squatting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1097', 0, 2, 'Squatting into the trousers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1097', 0, 3, 'Perfection'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1097', 0, 4, 'An open lawn'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1102', 0, 'What happened to the child?', 'assets/topic/baby_dive.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1102', 0, 1, 'Fell into the dolphins mouth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1102', 0, 2, 'Pushed by another child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1102', 0, 3, 'Dived into the water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1102', 0, 4, 'A perfect fall'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1107', 0, 'What is the baby doing?', 'assets/topic/baby_story reading.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1107', 0, 1, 'Reading book'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1107', 0, 2, 'Picture reading'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1107', 0, 3, 'Looking at the pictures'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1107', 0, 4, 'Trying to understand'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1112', 0, 'What is the baby doing?', 'assets/topic/baby_watermelon.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1112', 0, 1, 'Eating watermelon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1112', 0, 2, 'Sitting in the watermelon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1112', 0, 3, 'Biting the fruit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1112', 0, 4, 'Sitting cool'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1117', 0, 'What you see?', 'assets/topic/balls_creative.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1117', 0, 1, 'Balls rolling'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1117', 0, 2, 'Pole rotating'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1117', 0, 3, 'Different color balls'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1117', 0, 4, 'Slidere attached to pole'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1122', 0, 'Why did he fell?', 'assets/topic/bike_backward.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1122', 0, 1, 'He sat handle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1122', 0, 2, 'He rode reverse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1122', 0, 3, 'Slipped balance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1122', 0, 4, 'For fun he fell'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1127', 0, 'Why did the girl dash the wall?', 'assets/topic/bike_learning.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1127', 0, 1, 'She moved fast'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1127', 0, 2, 'Dont know to drive'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1127', 0, 3, 'Was making fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1127', 0, 4, 'Did not have balance'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1132', 0, 'Which color shoe you like?', 'assets/topic/black_man_shoes.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1132', 0, 1, 'Red'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1132', 0, 2, 'Blue'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1132', 0, 3, 'Yellow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1132', 0, 4, 'Black'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1137', 0, 'What did you see?', 'assets/topic/bottle_shooting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1137', 0, 1, 'Man shooting from far'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1137', 0, 2, 'Man shooting from near'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1137', 0, 3, 'Shooting bottle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1137', 0, 4, 'Missed all sshots'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1142', 0, 'Which animal did you hug?', 'assets/topic/boy_chicken_hug.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1142', 0, 1, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1142', 0, 2, 'Buffalo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1142', 0, 3, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1142', 0, 4, 'Goat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1147', 0, 'With whom you did high five', 'assets/topic/bro_high_five.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1147', 0, 1, 'WIth my friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1147', 0, 2, 'With my best friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1147', 0, 3, 'With my teacher'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1147', 0, 4, 'With my brother'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1152', 0, 'What did you see?', 'assets/topic/bro_paw.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1152', 0, 1, 'Man cycling'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1152', 0, 2, 'Cat watching'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1152', 0, 3, 'A high five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1152', 0, 4, 'Good friendship'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1157', 0, 'Do you brush?', 'assets/topic/brushing_teeth.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1157', 0, 1, 'Yes i brush'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1157', 0, 2, 'No i dont brush'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1157', 0, 3, 'Weekly Thrice'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1157', 0, 4, 'Sundays i brush'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1162', 0, 'What did you see in picture?', 'assets/topic/camel_owner_fun.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1162', 0, 1, 'Two camels'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1162', 0, 2, 'Man on camel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1162', 0, 3, 'Camel biting man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1162', 0, 4, 'Camel having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1167', 0, 'Which is your favourite animal?', 'assets/topic/cat_cool_comb.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1167', 0, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1167', 0, 2, 'Rabbit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1167', 0, 3, 'Sheep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1167', 0, 4, 'Cow'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1172', 0, 'Who else drinks like cat?', 'assets/topic/cat_drinks_water.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1172', 0, 1, 'Goat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1172', 0, 2, 'Deer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1172', 0, 3, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1172', 0, 4, 'Lion'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1177', 0, 'What is happening with cat?', 'assets/topic/cat_hungry_trademill.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1177', 0, 1, 'Cat walking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1177', 0, 2, 'Not able to reach food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1177', 0, 3, 'Looking at food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1177', 0, 4, 'Making cat thin'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1182', 0, 'What is cat doing?', 'assets/topic/cat_loop_thirsty?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1182', 0, 1, 'Talking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1182', 0, 2, 'Singing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1182', 0, 3, 'Drinking water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1182', 0, 4, 'Shouting'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1187', 0, 'What you see?', 'assets/topic/cat_video_game.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1187', 0, 1, 'Tab'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1187', 0, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1187', 0, 3, 'Game tab'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1187', 0, 4, 'Cat playing game'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1192', 0, 'Do you think cat is scared of water?', 'assets/topic/cats_cleaniing_dishes.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1192', 0, 1, 'Yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1192', 0, 2, 'No'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1192', 0, 3, 'Playing in water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1192', 0, 4, 'Washing clothes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1197', 0, 'What does cat says?', 'assets/topic/cats_revenge.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1197', 0, 1, 'Dont tease me'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1197', 0, 2, 'Dont fight me'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1197', 0, 3, 'I will push you'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1197', 0, 4, 'Run away'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1202', 0, 'Why did the girls fell?', 'assets/topic/cheezburger_girls_horse?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1202', 0, 1, 'They were too heavy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1202', 0, 2, 'Lost balance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1202', 0, 3, 'Horse slipped'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1202', 0, 4, 'Horse made them to fall'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1207', 0, 'What did you see?', 'assets/topic/cheezburger_horse_kick?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1207', 0, 1, 'Three horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1207', 0, 2, 'Three man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1207', 0, 3, 'Man jumoing on horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1207', 0, 4, 'Horse kicking Man'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1212', 0, 'What is buffalo chewing?', 'assets/topic/chewing_gum.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1212', 0, 1, 'Grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1212', 0, 2, 'Leaves'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1212', 0, 3, 'Chewing gum'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1212', 0, 4, 'Candy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1217', 0, 'What is the hen trying?', 'assets/topic/chicken_funny_apples.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1217', 0, 1, 'Jumping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1217', 0, 2, 'Trying to catch fruit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1217', 0, 3, 'Hungry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1217', 0, 4, 'Showing it can jump high'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1222', 0, 'What you see?', 'assets/topic/chimpanzee_game_memory.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1222', 0, 1, 'Chimpanzee'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1222', 0, 2, 'Computer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1222', 0, 3, 'Games'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1222', 0, 4, 'Chimpanzee playing game'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1227', 0, 'Which is your favourite juice?', 'assets/topic/chimpanzee_straw_juuice.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1227', 0, 1, 'Watermelon juice'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1227', 0, 2, 'Orange juice'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1227', 0, 3, 'Mango juice'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1227', 0, 4, 'Apple juice'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1232', 0, 'What you see?', 'assets/topic/chocolate_sweet_sugar?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1232', 0, 1, 'Chocolate'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1232', 0, 2, 'Cake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1232', 0, 3, 'Icecream'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1232', 0, 4, 'Pastry'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1237', 0, 'What you cut in this way?', 'assets/topic/christmas_cookoing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1237', 0, 1, 'Green chilly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1237', 0, 2, 'Cucumber'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1237', 0, 3, 'Carrot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1237', 0, 4, 'Radish'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1242', 0, 'What you see?', 'assets/topic/clean_shave.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1242', 0, 1, 'Man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1242', 0, 2, 'Hair cut'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1242', 0, 3, 'Blade'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1242', 0, 4, 'Head shaving'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1247', 0, 'Who in you home is naughty?', 'assets/topic/climbing_skills.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1247', 0, 1, 'My self'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1247', 0, 2, 'Little brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1247', 0, 3, 'Little sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1247', 0, 4, 'Everyone'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1252', 0, 'Which color you like to throw?', 'assets/topic/color_throw.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1252', 0, 1, 'Green'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1252', 0, 2, 'Orange'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1252', 0, 3, 'Red'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1252', 0, 4, 'Blue'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1257', 0, 'How does the girl look?', 'assets/topic/cotton_candy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1257', 0, 1, 'Cute'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1257', 0, 2, 'Horrible'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1257', 0, 3, 'Scary'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1257', 0, 4, 'Angry'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1262', 0, 'Why is she crying?', 'assets/topic/crying_sadness.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1262', 0, 1, 'Did not like food?'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1262', 0, 2, 'Feeling like to cry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1262', 0, 3, 'Getting shoutings'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1262', 0, 4, 'She is sleepy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1267', 0, 'Where you have jumped like this ?', 'assets/topic/cute_aww_eyebleach?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1267', 0, 1, 'Sand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1267', 0, 2, 'Water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1267', 0, 3, 'Bunch of leaves'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1267', 0, 4, 'Bushes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1272', 0, 'What you see?', 'assets/topic/cute_aww_mud?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1272', 0, 1, 'Dog having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1272', 0, 2, 'Taking bath'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1272', 0, 3, 'Fighting mud'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1272', 0, 4, 'Crawling in mud'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1277', 0, 'What you see in picture?', 'assets/topic/cute_high_five.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1277', 0, 1, 'Blue bus'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1277', 0, 2, 'Man jumping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1277', 0, 3, 'Giving High five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1277', 0, 4, 'People walking'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1282', 0, 'Which animal you like to hug?', 'assets/topic/cute_hug.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1282', 0, 1, 'Goat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1282', 0, 2, 'Sheep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1282', 0, 3, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1282', 0, 4, 'Buffalo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1287', 0, 'Who dances like that?', 'assets/topic/dancing_baby_adorable.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1287', 0, 1, 'My self'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1287', 0, 2, 'Littlle sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1287', 0, 3, 'Little brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1287', 0, 4, 'My neighbour'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1292', 0, 'Who cries like this?', 'assets/topic/deliverance?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1292', 0, 1, 'My self'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1292', 0, 2, 'Littlle sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1292', 0, 3, 'Little brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1292', 0, 4, 'My neighbour'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1297', 0, 'What you see?', 'assets/topic/dog_basket.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1297', 0, 1, 'Man and dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1297', 0, 2, 'Man dribbling ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1297', 0, 3, 'dog catching ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1297', 0, 4, 'Ball'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1302', 0, 'Who has toy gun?', 'assets/topic/dog_gun.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1302', 0, 1, 'My self'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1302', 0, 2, 'Littlle sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1302', 0, 3, 'Little brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1302', 0, 4, 'My neighbour'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1307', 0, 'Who flips like this?', 'assets/topic/dog_jump_really.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1307', 0, 1, 'My self'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1307', 0, 2, 'Friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1307', 0, 3, 'Brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1307', 0, 4, 'My neighbour'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1312', 0, 'What you see?', 'assets/topic/dog_ladder_climbing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1312', 0, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1312', 0, 2, 'Ladder'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1312', 0, 3, 'Dog climbing on ladder'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1312', 0, 4, 'Dog reached top'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1317', 0, 'What is this animal?', 'assets/topic/dog_or_lion.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1317', 0, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1317', 0, 2, 'Lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1317', 0, 3, 'Cub'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1317', 0, 4, 'Puppy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1322', 0, 'What is dog doing?', 'assets/topic/dog_puppy_embarrassed?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1322', 0, 1, 'Feeling shy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1322', 0, 2, 'Shame'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1322', 0, 3, 'Did some mistake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1322', 0, 4, 'Hiding face'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1327', 0, 'Why did the dog slap?', 'assets/topic/dog_slaps_owner.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1327', 0, 1, 'Teasing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1327', 0, 2, 'Like to slap'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1327', 0, 3, 'Got angry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1327', 0, 4, 'Having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1332', 0, 'What you see?', 'assets/topic/dog_wearing_monkey_cap.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1332', 0, 1, 'Dog face'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1332', 0, 2, 'Human hand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1332', 0, 3, 'Human dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1332', 0, 4, 'Saying hello'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1337', 0, 'What you feel about the dogs?', 'assets/topic/dogs_hugging.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1337', 0, 1, 'Best friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1337', 0, 2, 'Posing for camera'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1337', 0, 3, 'Love'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1337', 0, 4, 'Giving hug'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1342', 0, 'What you see?', 'assets/topic/dogs_teamwork.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1342', 0, 1, 'Two dogs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1342', 0, 2, 'Swimming pool'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1342', 0, 3, 'Working together'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1342', 0, 4, 'Removing ball together'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1347', 0, 'What you see?', 'assets/topic/eat_apple.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1347', 0, 1, 'Apple'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1347', 0, 2, 'Apple getting eaten'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1347', 0, 3, 'Invisible man eating'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1347', 0, 4, 'Apple rotating'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1352', 0, 'Which is your favourite food?', 'assets/topic/eating_burrito?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1352', 0, 1, 'Pizza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1352', 0, 2, 'Burger'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1352', 0, 3, 'Egg roll'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1352', 0, 4, 'Chicken roll'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1357', 0, 'Which is your favourite food?', 'assets/topic/eating_grape.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1357', 0, 1, 'Mango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1357', 0, 2, 'Strawberry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1357', 0, 3, 'Cherry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1357', 0, 4, 'Fig'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1362', 0, 'Who plays like this?', 'assets/topic/electric_cycle.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1362', 0, 1, 'My self'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1362', 0, 2, 'Friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1362', 0, 3, 'Brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1362', 0, 4, 'My neighbour'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1367', 0, 'What is the elephants favourite food?', 'assets/topic/elephant_bye?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1367', 0, 1, 'Sugarcane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1367', 0, 2, 'Banana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1367', 0, 3, 'Watermelon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1367', 0, 4, 'Sweets'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1372', 0, 'Which animal crossed your way like this?', 'assets/topic/elephant_kid_tail_running.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1372', 0, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1372', 0, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1372', 0, 3, 'Mongoose'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1372', 0, 4, 'Goat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1377', 0, 'Say something about him?', 'assets/topic/excersise_compulsory.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1377', 0, 1, 'lazzy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1377', 0, 2, 'Hardworking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1377', 0, 3, 'Exercising'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1377', 0, 4, 'No dietig'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1382', 0, 'Whom did you hit by mistake?', 'assets/topic/fail_baseball_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1382', 0, 1, 'My dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1382', 0, 2, 'Friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1382', 0, 3, 'Brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1382', 0, 4, 'My neighbour'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1387', 0, 'Why did he fell?', 'assets/topic/fall_pool.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1387', 0, 1, 'Slipped'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1387', 0, 2, 'Wrong judgement'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1387', 0, 3, 'Doing fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1387', 0, 4, 'Wanted to get hurt'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1392', 0, 'What you see?', 'assets/topic/family_call.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1392', 0, 1, 'Four men'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1392', 0, 2, 'Talking in phone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1392', 0, 3, 'Stting together'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1392', 0, 4, 'Talking to eachother'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1397', 0, 'Who brroms in your house?', 'assets/topic/family_cleaning.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1397', 0, 1, 'My self'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1397', 0, 2, 'Sisiter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1397', 0, 3, 'Brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1397', 0, 4, 'Mother'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1402', 0, 'What is the guy doing?', 'assets/topic/fat_guy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1402', 0, 1, 'Dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1402', 0, 2, 'Crying'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1402', 0, 3, 'Stubborn'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1402', 0, 4, 'Angry'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1407', 0, 'What you see?', 'assets/topic/father_son_enterainment.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1407', 0, 1, 'Father'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1407', 0, 2, 'Kid'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1407', 0, 3, 'Goal post'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1407', 0, 4, 'Boy got hit'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1412', 0, 'What you see?', 'assets/topic/flower_smell.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1412', 0, 1, 'Boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1412', 0, 2, 'Flower'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1412', 0, 3, 'Smellng flower'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1412', 0, 4, 'Eating flower'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1417', 0, 'Name this baby?', 'assets/topic/food_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1417', 0, 1, 'Softy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1417', 0, 2, 'Sunshine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1417', 0, 3, 'Moonlight'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1417', 0, 4, 'Bunny'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1422', 0, 'Which is favourite food?', 'assets/topic/food_hot_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1422', 0, 1, 'Pizza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1422', 0, 2, 'Hotdog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1422', 0, 3, 'Burger'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1422', 0, 4, 'Grill chicken'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1427', 0, 'Icecream favourite flavour?', 'assets/topic/food_kawaii.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1427', 0, 1, 'Chocolate'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1427', 0, 2, 'Vanila'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1427', 0, 3, 'Pista'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1427', 0, 4, 'Butterscotch'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1432', 0, 'Which animal took your food?', 'assets/topic/food_kid_child?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1432', 0, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1432', 0, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1432', 0, 3, 'Sheep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1432', 0, 4, 'Goat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1437', 0, 'What you see?', 'assets/topic/friendship_hugs?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1437', 0, 1, 'Black monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1437', 0, 2, 'Golden monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1437', 0, 3, 'Best friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1437', 0, 4, 'Hugging eachother'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1442', 0, 'Who is naughty in your home?', 'assets/topic/frustrated_writing_writers?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1442', 0, 1, 'Mysself'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1442', 0, 2, 'Little brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1442', 0, 3, 'little sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1442', 0, 4, 'My neighbour'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1447', 0, 'What you see?', 'assets/topic/funny_angry_panda?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1447', 0, 1, 'Panda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1447', 0, 2, 'Chef'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1447', 0, 3, 'Panada hitting flour'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1447', 0, 4, 'Panda playing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1452', 0, 'What else you can carry?', 'assets/topic/funny_animation?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1452', 0, 1, 'Vegetable'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1452', 0, 2, 'fruits'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1452', 0, 3, 'Grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1452', 0, 4, 'Sugarcane'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1457', 0, 'What you see?', 'assets/topic/funny_boxing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1457', 0, 1, 'Girl'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1457', 0, 2, 'Boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1457', 0, 3, 'Boxing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1457', 0, 4, 'Girl boxing boy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1462', 0, 'What is funny?', 'assets/topic/funny_fail_accident_football.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1462', 0, 1, 'Boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1462', 0, 2, 'Boy kicking ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1462', 0, 3, 'Boy got hit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1462', 0, 4, 'Very funny'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1467', 0, 'What you see?', 'assets/topic/funny_giraffe.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1467', 0, 1, 'Two giraffe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1467', 0, 2, 'Giraffe fighting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1467', 0, 3, 'Pushing eachother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1467', 0, 4, 'Angry giraffes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1472', 0, 'Keep her name.', 'assets/topic/girl_chocolate.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1472', 0, 1, 'Sweety'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1472', 0, 2, 'Birdy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1472', 0, 3, 'Butterfly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1472', 0, 4, 'Lucky'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1477', 0, 'What you see?', 'assets/topic/goat_attack_kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1477', 0, 1, 'Boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1477', 0, 2, 'Sheep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1477', 0, 3, 'Buy running away'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1477', 0, 4, 'Sheep hits boy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1482', 0, 'What is the boy doing?', 'assets/topic/hair_comb.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1482', 0, 1, 'Grooming'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1482', 0, 2, 'Combing his hairs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1482', 0, 3, 'Crazy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1482', 0, 4, 'Sleepy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1487', 0, 'What do you think?', 'assets/topic/interesting_horse.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1487', 0, 1, 'Man is crazy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1487', 0, 2, 'Horse is crazy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1487', 0, 3, 'Plaing skipping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1487', 0, 4, 'Its unbelievable'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1492', 0, 'Why he threw boy?', 'assets/topic/john_wane.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1492', 0, 1, 'Teaching swimming'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1492', 0, 2, 'Catching fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1492', 0, 3, 'Got angry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1492', 0, 4, 'Having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1497', 0, 'What you see ?', 'assets/topic/jump_roping.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1497', 0, 1, 'Three men'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1497', 0, 2, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1497', 0, 3, 'Playing skipping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1497', 0, 4, 'Dog playing skipping'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1502', 0, 'Where do you hide?', 'assets/topic/kangroo_pouch.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1502', 0, 1, 'Behind mother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1502', 0, 2, 'Under table'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1502', 0, 3, 'On tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1502', 0, 4, 'On the roof top'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1507', 0, 'What you see?', 'assets/topic/kangroo_scratching.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1507', 0, 1, 'Kangaroo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1507', 0, 2, 'Dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1507', 0, 3, 'Singing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1507', 0, 4, 'Playing guitar'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1512', 0, 'Who fell like this?', 'assets/topic/kid_bangs_tree.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1512', 0, 1, 'My self'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1512', 0, 2, 'Brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1512', 0, 3, 'Sisiter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1512', 0, 4, 'Friend'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1517', 0, 'What are they doing?', 'assets/topic/kid_boxing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1517', 0, 1, 'FIghting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1517', 0, 2, 'Practicing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1517', 0, 3, 'Boy is doing well'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1517', 0, 4, 'Punching eachother'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1522', 0, 'Who did you scare like this?', 'assets/topic/kid_cow_fail.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1522', 0, 1, 'My dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1522', 0, 2, 'My cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1522', 0, 3, 'My friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1522', 0, 4, 'Other animal'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1527', 0, 'What you see?', 'assets/topic/kid_dog_scratch.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1527', 0, 1, 'Boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1527', 0, 2, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1527', 0, 3, 'Boy sleeping on dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1527', 0, 4, 'Scratching eachother'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1532', 0, 'What you like to ride on?', 'assets/topic/kid_fail_car.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1532', 0, 1, 'Toy bulldozer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1532', 0, 2, 'Toy car'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1532', 0, 3, 'Toy jeep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1532', 0, 4, 'Toy horse'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1537', 0, 'What you see?', 'assets/topic/kid_fail_dunk.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1537', 0, 1, 'Boy with ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1537', 0, 2, 'Boy dribbling'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1537', 0, 3, 'Boy basketed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1537', 0, 4, 'Pole hit boy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1542', 0, 'Whom you saw fall like this?', 'assets/topic/kid_fall_funny.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1542', 0, 1, 'My little brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1542', 0, 2, 'My little sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1542', 0, 3, 'My friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1542', 0, 4, 'No one'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1547', 0, 'What you see?', 'assets/topic/kid_fish_scared.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1547', 0, 1, 'Boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1547', 0, 2, 'Fishing stick'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1547', 0, 3, 'Fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1547', 0, 4, 'Boy scared of fish'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1552', 0, 'Who does exercise like this?', 'assets/topic/kid_gyming.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1552', 0, 1, 'My self'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1552', 0, 2, 'Brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1552', 0, 3, 'Father'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1552', 0, 4, 'Friend'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1557', 0, 'Which toy you ilke to play on?', 'assets/topic/kid_hukla.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1557', 0, 1, 'Horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1557', 0, 2, 'Panda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1557', 0, 3, 'Teddy bear'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1557', 0, 4, 'Tiger'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1562', 0, 'What is the boy doing?', 'assets/topic/kid_stunt.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1562', 0, 1, 'Playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1562', 0, 2, 'Slidding'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1562', 0, 3, 'Roller scate'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1562', 0, 4, 'Enjoing ride'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1567', 0, 'His talent is amazing?', 'assets/topic/kid_talent.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1567', 0, 1, 'Yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1567', 0, 2, 'No'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1567', 0, 3, 'I can also do'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1567', 0, 4, 'My friend can do'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1572', 0, 'What you see?', 'assets/topic/kids_fall.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1572', 0, 1, 'Swimming pool'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1572', 0, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1572', 0, 3, 'Boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1572', 0, 4, 'Cat pushing boy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1577', 0, 'Their talent is amazing?', 'assets/topic/kids_skills.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1577', 0, 1, 'Yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1577', 0, 2, 'No'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1577', 0, 3, 'I and my friends also do'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1577', 0, 4, 'My friends can do'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1582', 0, 'What you see?', 'assets/topic/kind_rope.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1582', 0, 1, 'Two animals'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1582', 0, 2, 'Blue animal'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1582', 0, 3, 'Orange animal'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1582', 0, 4, 'Animals playing skipping'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1587', 0, 'Give this cat a name', 'assets/topic/kitten_high_five.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1587', 0, 1, 'Snow white'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1587', 0, 2, 'High five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1587', 0, 3, 'Grey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1587', 0, 4, 'Fatty'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1592', 0, 'What you see?', 'assets/topic/kitten_watching.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1592', 0, 1, 'Many cats'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1592', 0, 2, 'Mobile phone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1592', 0, 3, 'Cats sleeping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1592', 0, 4, 'Cats watching video'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1597', 0, 'What happened here?', 'assets/topic/lol_baby_mirror.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1597', 0, 1, 'Boy lookig in mirror'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1597', 0, 2, 'Boy shaking mirror'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1597', 0, 3, 'Boy slips'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1597', 0, 4, 'Mirror fell on boy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1602', 0, 'What is the monkey doinng?', 'assets/topic/lol_teamwork.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1602', 0, 1, 'Plucking fruit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1602', 0, 2, 'Jumping to other tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1602', 0, 3, 'Hepling its child'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1602', 0, 4, 'Became a bridge'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1607', 0, 'What you see?', 'assets/topic/loop_brushy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1607', 0, 1, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1607', 0, 2, 'Cat sleeping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1607', 0, 3, 'Cat getting massage'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1607', 0, 4, 'Cat grooming'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1612', 0, 'Which animal should jump like this?', 'assets/topic/loop_wtf_jumping?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1612', 0, 1, 'Lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1612', 0, 2, 'Tiger'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1612', 0, 3, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1612', 0, 4, 'Zebra'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1617', 0, 'What isi the monkey doing?', 'assets/topic/monkey_bath.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1617', 0, 1, 'Taking bath'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1617', 0, 2, 'Playing water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1617', 0, 3, 'Dont what to do'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1617', 0, 4, 'Praying'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1622', 0, 'What you see?', 'assets/topic/morning_goofy?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1622', 0, 1, 'Many penguins'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1622', 0, 2, 'Penguins jumping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1622', 0, 3, 'Penguins running'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1622', 0, 4, 'They are happy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1627', 0, 'What you see?', 'assets/topic/mud_diving.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1627', 0, 1, 'Boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1627', 0, 2, 'Chair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1627', 0, 3, 'Boy covered in mud'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1627', 0, 4, 'Boy diving in to mud'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1632', 0, 'What you see?', 'assets/topic/nirvana_doggie.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1632', 0, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1632', 0, 2, 'Dog sleeping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1632', 0, 3, 'Dog getting massage'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1632', 0, 4, 'Dog grooming'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1637', 0, 'What did just happened?', 'assets/topic/orange_instant_juice.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1637', 0, 1, 'Magic'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1637', 0, 2, 'Trick'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1637', 0, 3, 'Orange turned to juice'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1637', 0, 4, 'Orange juice in glass'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1642', 0, 'Baby reaction?', 'assets/topic/orange_taste_sour.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1642', 0, 1, 'Funny'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1642', 0, 2, 'Sour'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1642', 0, 3, 'Bitter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1642', 0, 4, 'Why did i eat it'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1647', 0, 'What did just happened?', 'assets/topic/oversmart_frozen.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1647', 0, 1, 'Man got confused'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1647', 0, 2, 'Man showing body'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1647', 0, 3, 'Jumped in to water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1647', 0, 4, 'Water became ice'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1652', 0, 'What color you want to paint it?', 'assets/topic/park_slide.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1652', 0, 1, 'Orange'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1652', 0, 2, 'Blue'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1652', 0, 3, 'White'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1652', 0, 4, 'Silver'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1657', 0, 'What you see?', 'assets/topic/pencil.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1657', 0, 1, 'Sharpner'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1657', 0, 2, 'Pencil'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1657', 0, 3, 'Pencil sharpend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1657', 0, 4, 'Pencil dissapear'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1662', 0, 'What did just happened?', 'assets/topic/pencil_stopmotion_sharpener?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1662', 0, 1, 'Magic'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1662', 0, 2, 'Trick'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1662', 0, 3, 'Hand moving'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1662', 0, 4, 'Pencil moving'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1667', 0, 'Name the pig.', 'assets/topic/pig_having_fun.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1667', 0, 1, 'piggy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1667', 0, 2, 'Pinky'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1667', 0, 3, 'Lazy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1667', 0, 4, 'Fatty'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1672', 0, 'Who does like this?', 'assets/topic/preparing_beauty_brand.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1672', 0, 1, 'My self'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1672', 0, 2, 'Brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1672', 0, 3, 'Sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1672', 0, 4, 'Friend'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1677', 0, 'What is happening with puppy?', 'assets/topic/puppy_budget.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1677', 0, 1, 'Puppy scared'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1677', 0, 2, 'Puppy flying'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1677', 0, 3, 'Puppy tied to balloon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1677', 0, 4, 'Balloons tied to puppy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1682', 0, 'What is the dog doing?', 'assets/topic/puppy_high_five.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1682', 0, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1682', 0, 2, 'Palm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1682', 0, 3, 'Dog high five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1682', 0, 4, 'Dog looking at'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1687', 0, 'What you see?', 'assets/topic/push_up_cat.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1687', 0, 1, 'Man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1687', 0, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1687', 0, 3, 'Man exercising'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1687', 0, 4, 'Cat pushing man'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1692', 0, 'What did you see?', 'assets/topic/quick_gun_morgan.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1692', 0, 1, 'Man shooting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1692', 0, 2, 'Pants off'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1692', 0, 3, 'Pulling palnts'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1692', 0, 4, 'Funny scene'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1697', 0, 'What can you see?', 'assets/topic/rainbow_landscape.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1697', 0, 1, 'Water fall'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1697', 0, 2, 'Rainbow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1697', 0, 3, 'The smoky effect'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1697', 0, 4, 'Milky water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1702', 0, 'Talk about the room', 'assets/topic/room_quick_cleaning.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1702', 0, 1, 'A messy room'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1702', 0, 2, 'Clothes all over'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1702', 0, 3, 'Smart boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1702', 0, 4, 'Excellent makeover'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1707', 0, 'What do you see?', 'assets/topic/rope_failling_fail.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1707', 0, 1, 'A man jumping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1707', 0, 2, 'A rope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1707', 0, 3, 'Jumping to the water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1707', 0, 4, 'A hilly area'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1712', 0, 'What can you see?', 'assets/topic/satisfying_teamwork?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1712', 0, 1, 'Group of people'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1712', 0, 2, 'Teamwork'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1712', 0, 3, 'Climbing over'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1712', 0, 4, 'Practicing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1717', 0, 'What is the baby doingh?', 'assets/topic/serious_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1717', 0, 1, 'Staring'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1717', 0, 2, 'Sitting firm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1717', 0, 3, 'Trying not to laugh'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1717', 0, 4, 'Seriousness'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1722', 0, 'What do you see?', 'assets/topic/silly_cute.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1722', 0, 1, 'A girl'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1722', 0, 2, 'Posing for the picture'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1722', 0, 3, 'Showing off teeth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1722', 0, 4, 'Silly smile'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1727', 0, 'What is the girl doing?', 'assets/topic/smelling_flower.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1727', 0, 1, 'Smelling flower'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1727', 0, 2, 'Feeling the scent'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1727', 0, 3, 'Enjoying the cool breeze'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1727', 0, 4, 'Holding flowers'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1732', 0, 'What do you see?', 'assets/topic/steam_train.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1732', 0, 1, 'A steam engine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1732', 0, 2, 'Air pollution'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1732', 0, 3, 'Buidings in a row'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1732', 0, 4, 'Electric cables'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1737', 0, 'What can you see?', 'assets/topic/stretching.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1737', 0, 1, 'A banana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1737', 0, 2, 'Fitness freak'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1737', 0, 3, 'Stretching'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1737', 0, 4, 'Trying hard'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1742', 0, 'What is the man doing?', 'assets/topic/stretching_excercise.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1742', 0, 1, 'Stretching'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1742', 0, 2, 'Working out'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1742', 0, 3, 'Standing in the hallway'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1742', 0, 4, 'Warm up'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1747', 0, 'What do you see?', 'assets/topic/sunrise.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1747', 0, 1, 'Sunrise'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1747', 0, 2, 'Darkness to brightness'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1747', 0, 3, 'dwan'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1747', 0, 4, 'First light'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1752', 0, 'What do you see?', 'assets/topic/swag_hair_flip.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1752', 0, 1, 'A cute little girl'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1752', 0, 2, 'Flipping hair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1752', 0, 3, 'Smile'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1752', 0, 4, 'The quick movement'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1757', 0, 'What do you see?', 'assets/topic/teamwork.gif.crdownload.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1757', 0, 1, 'A team of workers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1757', 0, 2, 'Fixing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1757', 0, 3, 'Hitting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1757', 0, 4, 'Taking turns'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1762', 0, 'What do you see?', 'assets/topic/teamwork_basket.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1762', 0, 1, 'A team of players'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1762', 0, 2, 'Basket ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1762', 0, 3, 'Cycling'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1762', 0, 4, 'Practicing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1767', 0, 'What do you see?', 'assets/topic/thirsty_elephant.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1767', 0, 1, 'An elephant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1767', 0, 2, 'Thirsty'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1767', 0, 3, 'Pumping the bore'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1767', 0, 4, 'Drinking water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1772', 0, 'What can you see?', 'assets/topic/throw_ball.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1772', 0, 1, 'A group of people'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1772', 0, 2, 'Playing rugby'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1772', 0, 3, 'Practicing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1772', 0, 4, 'Perfection'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1777', 0, 'What can you see?', 'assets/topic/today_ocean.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1777', 0, 1, 'A sea shore'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1777', 0, 2, 'Flowing waves'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1777', 0, 3, 'Man trying to clear'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1777', 0, 4, 'Using wiper'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1782', 0, 'What can you see?', 'assets/topic/toddler_baby_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1782', 0, 1, 'A child with the pet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1782', 0, 2, 'Both are excited'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1782', 0, 3, 'Similar action'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1782', 0, 4, 'Happy looking out'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1787', 0, 'What are the girls doing?', 'assets/topic/toothpaste.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1787', 0, 1, 'Preparing to brush'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1787', 0, 2, 'Squeez the paste'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1787', 0, 3, 'Pressing hard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1787', 0, 4, 'Concentration'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1792', 0, 'What is the child doing?', 'assets/topic/transparent_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1792', 0, 1, 'Pouring'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1792', 0, 2, 'Spilling'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1792', 0, 3, 'Playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1792', 0, 4, 'Trying'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1797', 0, 'What can you see?', 'assets/topic/triple_seat.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1797', 0, 1, 'Cyclist'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1797', 0, 2, 'Man carrying sheep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1797', 0, 3, 'Balancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1797', 0, 4, 'The perfect grip'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1802', 0, 'What is the turtle doing?', 'assets/topic/turtle_sliding.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1802', 0, 1, 'Trying to move'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1802', 0, 2, 'Walk on the slide'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1802', 0, 3, 'Slipping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1802', 0, 4, 'Not giving up'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1807', 0, 'What is the man doing?', 'assets/topic/virtual_bicycle.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1807', 0, 1, 'Riding a virtual cycle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1807', 0, 2, 'Perfection'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1807', 0, 3, 'Lying on the street'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1807', 0, 4, 'Having fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1812', 0, 'What do you see?', 'assets/topic/wanna_juice.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1812', 0, 1, 'A glass of juice'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1812', 0, 2, 'Offereing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1812', 0, 3, 'Looks real'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1812', 0, 4, 'Healthy drink'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1817', 0, 'What do you see?', 'assets/topic/watching_horror_movie.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1817', 0, 1, 'A television'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1817', 0, 2, 'Man watching movie'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1817', 0, 3, 'Sitting on chair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1817', 0, 4, 'Involvement'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1822', 0, 'What do you see?', 'assets/topic/water_attack.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1822', 0, 1, 'A water sport'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1822', 0, 2, 'Water balloons'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1822', 0, 3, 'Drenched men'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1822', 0, 4, 'Balloon bursting'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1827', 0, 'What can you see?', 'assets/topic/water_attack_balloon?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1827', 0, 1, 'Child plaing in the lawn'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1827', 0, 2, 'Holding a water balloon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1827', 0, 3, 'Water splashing off the balloon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1827', 0, 4, 'Unexpected splash'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1832', 0, 'What do you see?', 'assets/topic/water_hope.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1832', 0, 1, 'Women by the water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1832', 0, 2, 'Unexpected fall'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1832', 0, 3, 'Snatching'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1832', 0, 4, 'Saved'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1837', 0, 'What is the girl doing?', 'assets/topic/water_jump.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1837', 0, 1, 'Holding the water pipe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1837', 0, 2, 'Jumping on the trampoline'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1837', 0, 3, 'Having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1837', 0, 4, 'Water spray through the net'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1842', 0, 'What do you see?', 'assets/topic/water_slide.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1842', 0, 1, 'Water slide'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1842', 0, 2, 'Girls sliding'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1842', 0, 3, 'Having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1842', 0, 4, 'Accidental fall'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1847', 0, 'What is seen?', 'assets/topic/waterfall_wales?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1847', 0, 1, 'A waterfall'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1847', 0, 2, 'Flow through the rocks'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1847', 0, 3, 'Milky water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1847', 0, 4, 'Green trees and algae'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open', 2, 'open', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 1, 'open_2'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 2, 'open_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 3, 'open_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 4, 'open_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 5, 'open_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 6, 'open_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 7, 'open_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 8, 'open_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 9, 'open_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 10, 'open_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 11, 'open_52'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 12, 'open_57'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 13, 'open_62'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 14, 'open_67'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 15, 'open_72'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 16, 'open_77'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 17, 'open_82'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 18, 'open_87'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 19, 'open_92'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 20, 'open_97'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 21, 'open_102'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 22, 'open_107'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 23, 'open_112'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 24, 'open_117'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 25, 'open_122'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 26, 'open_127'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 27, 'open_132'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 28, 'open_137'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 29, 'open_142'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 30, 'open_147'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 31, 'open_152'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 32, 'open_157'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 33, 'open_162'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 34, 'open_167'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 35, 'open_172'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 36, 'open_177'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 37, 'open_182'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 38, 'open_187'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 39, 'open_192'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 40, 'open_197'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 41, 'open_202'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 42, 'open_207'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 43, 'open_212'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 44, 'open_217'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 45, 'open_222'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 46, 'open_227'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 47, 'open_232'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 48, 'open_237'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 49, 'open_242'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 50, 'open_247'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 51, 'open_252'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 52, 'open_257'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 53, 'open_262'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 54, 'open_267'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 55, 'open_272'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 56, 'open_277'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 57, 'open_282'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 58, 'open_287'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 59, 'open_292'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 60, 'open_297'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 61, 'open_302'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 62, 'open_307'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 63, 'open_312'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 64, 'open_317'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 65, 'open_322'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 66, 'open_327'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 67, 'open_332'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 68, 'open_337'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 69, 'open_342'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 70, 'open_347'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 71, 'open_352'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 72, 'open_357'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 73, 'open_362'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 74, 'open_367'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 75, 'open_372'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 76, 'open_377'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 77, 'open_382'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 78, 'open_387'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 79, 'open_392'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 80, 'open_397'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 81, 'open_402'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 82, 'open_407'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 83, 'open_412'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 84, 'open_417'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 85, 'open_422'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 86, 'open_427'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 87, 'open_432'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 88, 'open_437'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 89, 'open_442'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 90, 'open_447'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 91, 'open_452'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 92, 'open_457'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 93, 'open_462'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 94, 'open_467'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 95, 'open_472'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 96, 'open_477'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 97, 'open_482'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 98, 'open_487'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 99, 'open_492'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 100, 'open_497'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 101, 'open_502'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 102, 'open_507'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 103, 'open_512'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 104, 'open_517'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 105, 'open_522'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 106, 'open_527'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 107, 'open_532'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 108, 'open_537'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 109, 'open_542'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 110, 'open_547'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 111, 'open_552'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 112, 'open_557'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 113, 'open_562'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 114, 'open_567'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 115, 'open_572'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 116, 'open_577'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 117, 'open_582'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 118, 'open_587'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 119, 'open_592'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 120, 'open_597'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 121, 'open_602'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 122, 'open_607'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 123, 'open_612'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 124, 'open_617'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 125, 'open_622'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 126, 'open_627'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 127, 'open_632'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 128, 'open_637'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 129, 'open_642'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 130, 'open_647'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 131, 'open_652'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 132, 'open_657'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 133, 'open_662'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 134, 'open_667'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 135, 'open_672'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 136, 'open_677'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 137, 'open_682'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 138, 'open_687'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 139, 'open_692'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 140, 'open_697'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 141, 'open_702'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 142, 'open_707'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 143, 'open_712'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 144, 'open_717'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 145, 'open_722'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 146, 'open_727'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 147, 'open_732'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 148, 'open_737'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 149, 'open_742'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 150, 'open_747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 151, 'open_752'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 152, 'open_757'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 153, 'open_762'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 154, 'open_767'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 155, 'open_772'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 156, 'open_777'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 157, 'open_782'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 158, 'open_787'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 159, 'open_792'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 160, 'open_797'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 161, 'open_802'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 162, 'open_807'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 163, 'open_812'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 164, 'open_817'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 165, 'open_822'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 166, 'open_827'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 167, 'open_832'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 168, 'open_837'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 169, 'open_842'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 170, 'open_847'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 171, 'open_852'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 172, 'open_857'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 173, 'open_862'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 174, 'open_867'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 175, 'open_872'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 176, 'open_877'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 177, 'open_882'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 178, 'open_887'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 179, 'open_892'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 180, 'open_897'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 181, 'open_902'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 182, 'open_907'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 183, 'open_912'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 184, 'open_917'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 185, 'open_922'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 186, 'open_927'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 187, 'open_932'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 188, 'open_937'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 189, 'open_942'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 190, 'open_947'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 191, 'open_952'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 192, 'open_957'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 193, 'open_962'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 194, 'open_967'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 195, 'open_972'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 196, 'open_977'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 197, 'open_982'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 198, 'open_987'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 199, 'open_992'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 200, 'open_997'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 201, 'open_1002'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 202, 'open_1007'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 203, 'open_1012'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 204, 'open_1017'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 205, 'open_1022'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 206, 'open_1027'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 207, 'open_1032'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 208, 'open_1037'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 209, 'open_1042'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 210, 'open_1047'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 211, 'open_1052'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 212, 'open_1057'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 213, 'open_1062'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 214, 'open_1067'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 215, 'open_1072'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 216, 'open_1077'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 217, 'open_1082'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 218, 'open_1087'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 219, 'open_1092'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 220, 'open_1097'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 221, 'open_1102'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 222, 'open_1107'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 223, 'open_1112'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 224, 'open_1117'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 225, 'open_1122'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 226, 'open_1127'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 227, 'open_1132'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 228, 'open_1137'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 229, 'open_1142'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 230, 'open_1147'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 231, 'open_1152'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 232, 'open_1157'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 233, 'open_1162'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 234, 'open_1167'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 235, 'open_1172'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 236, 'open_1177'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 237, 'open_1182'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 238, 'open_1187'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 239, 'open_1192'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 240, 'open_1197'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 241, 'open_1202'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 242, 'open_1207'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 243, 'open_1212'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 244, 'open_1217'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 245, 'open_1222'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 246, 'open_1227'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 247, 'open_1232'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 248, 'open_1237'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 249, 'open_1242'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 250, 'open_1247'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 251, 'open_1252'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 252, 'open_1257'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 253, 'open_1262'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 254, 'open_1267'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 255, 'open_1272'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 256, 'open_1277'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 257, 'open_1282'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 258, 'open_1287'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 259, 'open_1292'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 260, 'open_1297'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 261, 'open_1302'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 262, 'open_1307'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 263, 'open_1312'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 264, 'open_1317'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 265, 'open_1322'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 266, 'open_1327'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 267, 'open_1332'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 268, 'open_1337'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 269, 'open_1342'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 270, 'open_1347'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 271, 'open_1352'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 272, 'open_1357'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 273, 'open_1362'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 274, 'open_1367'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 275, 'open_1372'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 276, 'open_1377'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 277, 'open_1382'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 278, 'open_1387'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 279, 'open_1392'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 280, 'open_1397'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 281, 'open_1402'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 282, 'open_1407'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 283, 'open_1412'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 284, 'open_1417'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 285, 'open_1422'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 286, 'open_1427'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 287, 'open_1432'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 288, 'open_1437'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 289, 'open_1442'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 290, 'open_1447'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 291, 'open_1452'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 292, 'open_1457'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 293, 'open_1462'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 294, 'open_1467'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 295, 'open_1472'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 296, 'open_1477'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 297, 'open_1482'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 298, 'open_1487'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 299, 'open_1492'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 300, 'open_1497'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 301, 'open_1502'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 302, 'open_1507'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 303, 'open_1512'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 304, 'open_1517'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 305, 'open_1522'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 306, 'open_1527'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 307, 'open_1532'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 308, 'open_1537'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 309, 'open_1542'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 310, 'open_1547'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 311, 'open_1552'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 312, 'open_1557'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 313, 'open_1562'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 314, 'open_1567'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 315, 'open_1572'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 316, 'open_1577'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 317, 'open_1582'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 318, 'open_1587'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 319, 'open_1592'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 320, 'open_1597'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 321, 'open_1602'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 322, 'open_1607'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 323, 'open_1612'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 324, 'open_1617'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 325, 'open_1622'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 326, 'open_1627'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 327, 'open_1632'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 328, 'open_1637'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 329, 'open_1642'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 330, 'open_1647'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 331, 'open_1652'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 332, 'open_1657'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 333, 'open_1662'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 334, 'open_1667'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 335, 'open_1672'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 336, 'open_1677'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 337, 'open_1682'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 338, 'open_1687'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 339, 'open_1692'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 340, 'open_1697'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 341, 'open_1702'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 342, 'open_1707'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 343, 'open_1712'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 344, 'open_1717'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 345, 'open_1722'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 346, 'open_1727'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 347, 'open_1732'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 348, 'open_1737'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 349, 'open_1742'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 350, 'open_1747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 351, 'open_1752'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 352, 'open_1757'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 353, 'open_1762'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 354, 'open_1767'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 355, 'open_1772'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 356, 'open_1777'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 357, 'open_1782'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 358, 'open_1787'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 359, 'open_1792'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 360, 'open_1797'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 361, 'open_1802'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 362, 'open_1807'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 363, 'open_1812'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 364, 'open_1817'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 365, 'open_1822'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 366, 'open_1827'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 367, 'open_1832'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 368, 'open_1837'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 369, 'open_1842'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 370, 'open_1847'); diff --git a/scripts/en/story.sql b/scripts/en/story.sql new file mode 100644 index 0000000..9f6c7b2 --- /dev/null +++ b/scripts/en/story.sql @@ -0,0 +1,14709 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752', 2, 'Abebech, the female bajaj driver', 'assets/topic/asb/27145.png', 'Dawit Girma +Yirgalem Birhanu', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_3', 3, NULL, 'assets/topic/asb/27153.png', 'A bajaj is a three-wheeled vehicle. +It is used in town to move fast from place to place.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_4', 3, NULL, 'assets/topic/asb/27152.png', 'In our community, driving is a male-dominated activity. +Females are usually not involved in it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_5', 3, NULL, 'assets/topic/asb/27154.png', 'One day, Abebech asked her parents to give her money to take driving lessons. +Her parents said to her, "This work is not good for girls. What would people say?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_6', 3, NULL, 'assets/topic/asb/27155.png', 'However, Abebech said, "I have the ability to do anything other people do." She convinced them. +Her parents permitted her to start taking driving lessons.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_7', 3, NULL, 'assets/topic/asb/27149.png', 'Abebech successfully completed the training. +Her parents discussed what to do next.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_8', 3, NULL, 'assets/topic/asb/27145.png', 'Afterwards they agreed to buy a bajaj for her. +So, Abebech started to drive a bajaj on Debre Birhan roads.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_9', 3, NULL, 'assets/topic/asb/27148.png', 'One day Abebech had a great idea. +She posted at the back of her bajaj a notice with her phone number on it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_10', 3, NULL, 'assets/topic/asb/27150.png', 'The notice read, "I transport for free, pregnant women, mothers who have delivered, and children." +Women and mothers whose children got sick all called Abebech.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_11', 3, NULL, 'assets/topic/asb/27151.png', 'Abebech earned money by transporting people. +She continued to give free service to people who did not have money.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_12', 3, NULL, NULL, 'Abebech was very happy with her work. The elderly blessed her. Everybody talked about her work all the time. +Abebech told them, "Doing good pays off."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Abebech, the female bajaj driver +Author - +Dawit Girma +Illustration - +Yirgalem Birhanu +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +This story was developed at the Ras Abebe Library in Debre Birhan with the help of Janet Lee and funded by a grant from the International Library Cultural Exchange Interest Group of the Colorado Association of Libraries (USA).', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_14', 1, 'Draw a bajaj', 'assets/topic/24752.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_14', 2, 1, 'assets/topic/24752.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_15', 0, 'Whom did Abebech transport to earn money?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_15', 1, 1, 'People'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_15', 0, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_15', 0, 2, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_15', 0, 3, 'Donkey'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_20', 0, 'What did Abebech''s parents decide to buy?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_20', 1, 1, 'Bajaj'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_20', 0, 1, 'Truck'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_20', 0, 2, 'Bicycle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_20', 0, 3, 'Train'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_25', 0, 'Abebech''s work made her ____________?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_25', 1, 1, 'Happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_25', 0, 1, 'Sad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_25', 0, 2, 'Angry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_25', 0, 3, 'Quiet'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_30', 0, 'Where will you go in your Bajaj?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_30', 0, 1, 'Home'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_30', 0, 2, 'Market'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_30', 0, 3, 'School'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_30', 0, 4, 'Friend''s house'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074', 2, 'Punishment', 'assets/topic/asb/8032.png', 'Adelheid Marie Bwire + Melany Pietersen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_3', 3, NULL, 'assets/topic/asb/8025.png', 'One day, mama bought different fruits.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_4', 3, NULL, 'assets/topic/asb/8032.png', '"When can we have some fruit?" we asked. +"We will eat the fruit tonight," said mama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_5', 3, NULL, 'assets/topic/asb/8029.png', 'My brother Rahim is greedy. +He tasted all the fruit. He ate a lot of it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_6', 3, NULL, 'assets/topic/asb/8027.png', '"Look at what Rahim did!" shouted my little brother. +"Rahim is naughty and selfish," I said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_7', 3, NULL, 'assets/topic/asb/8023.png', 'Mama was angry with Rahim.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_8', 3, NULL, 'assets/topic/asb/8024.png', 'We were also angry with Rahim. +But Rahim was not sorry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_9', 3, NULL, 'assets/topic/asb/8030.png', '"Are you going to punish Rahim?" asked little brother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_10', 3, NULL, 'assets/topic/asb/8033.png', '"Rahim, you will be sorry soon," warned mama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_11', 3, NULL, 'assets/topic/asb/8031.png', 'Rahim started feeling unwell.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_12', 3, '', 'assets/topic/asb/8034.png', '"My stomach is painful," whispered Rahim.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_13', 3, NULL, 'assets/topic/asb/8035.png', 'Mama knew why Rahim was sick. +"The fruit is punishing Rahim," she thought.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_14', 3, NULL, 'assets/topic/asb/8036.png', 'Later, Rahim said sorry to us. "I will never be so greedy again," he promised. +We believed him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Punishment +Author - +Adelheid Marie Bwire +Adaptation - +Adelheid Marie Bwire +Illustration - +Melany Pietersen +Language - +English +Level - +First sentences +© African Storybook Initiative and Molteno Institute 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_16', 1, 'Draw a bowl showing different fruits in it.', 'assets/topic/8074.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_16', 2, 1, 'assets/topic/8074.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_17', 0, 'What did mama bring?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_17', 1, 1, 'Fruits'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_17', 0, 1, 'Nuts'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_17', 0, 2, 'Juice'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_17', 0, 3, 'monkey'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_22', 0, 'Rahim was _________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_22', 1, 1, 'Greedy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_22', 0, 1, 'Kind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_22', 0, 2, 'Soft'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_22', 0, 3, 'Laughing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_27', 0, 'The story teaches us not be___________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_27', 1, 1, 'Greedy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_27', 0, 1, 'Happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_27', 0, 2, 'Kind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_27', 0, 3, 'Sad'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_32', 0, 'What fruits do you like?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_32', 0, 1, 'Banana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_32', 0, 2, 'Mango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_32', 0, 3, 'Pineapple'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_32', 0, 4, 'Orange'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403', 2, 'Adie and Adhoch', 'assets/topic/asb/14705.png', 'Christine Nyangate +Alice Toich, Catherine Groenewald, Melany Pietersen, Venolin Keanan Govender and Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_3', 3, NULL, 'assets/topic/asb/9066.png', 'There was a man who had two wives. The wives gave birth to two daughters, Adie and Adhoch. The step sisters loved each other very much.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_4', 3, NULL, 'assets/topic/asb/13839.png', 'Adie was hard working, neat, kind and well behaved. Adhoch, on the other hand, was lazy, unkind and untidy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_5', 3, NULL, 'assets/topic/asb/13843.png', 'Teachers loved Adie. She got many presents for her hard work. Adhoch did not receive any. Adhoch''s mother was jealous of Adie.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_6', 3, NULL, 'assets/topic/asb/13837.png', 'Adie''s mother became sick and died. Adie''s stepmother did not love her as her mother did.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_7', 3, NULL, 'assets/topic/asb/13838.png', 'Adhoch''s mother made Adie do all the work. She did not have time to get ready for school. Adhoch studied and played when Adie was busy working.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_8', 3, NULL, 'assets/topic/asb/8023.png', 'Adie still did well in school. She passed her exams and received more presents. This made Adhoch''s mother very very angry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_9', 3, NULL, 'assets/topic/asb/15112.png', 'One day, Adhoch''s mother asked Adie to go with her to the lake to fetch water. When they got to the lake, Adhoch''s mother told her to go deeper into the lake to fetch clean water. Big waves rose and Adie drowned.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_10', 3, NULL, 'assets/topic/asb/13697.png', 'The stepmother went back home. Adhoch asked where her sister was. Her mother said, "Adie is at the lake with her friends. She will come home later."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_11', 3, NULL, 'assets/topic/asb/1099.png', 'When night fell, Adhoch went to look for her sister at the lake. She called her name, "Adie! Where are you?" Adhoch heard, "I am in the lake. Mother drowned me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_12', 3, NULL, 'assets/topic/asb/1195.png', 'Adhoch walked into the lake calling her sister. "Adie! Where are you?" She heard the same reply, "I am in the lake. Mother drowned me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_13', 3, NULL, 'assets/topic/asb/15112.png', 'Adhoch got deep into the lake. She drowned in the same way as Adie.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_14', 3, NULL, 'assets/topic/asb/15011.png', 'Adhoch''s mother was sad. She lost Adhoch because she was jealous of Adie. She had to do all the work by herself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Adie and Adhoch +Author - +Christine Nyangate +Illustration - +Alice Toich, Catherine Groenewald, Melany Pietersen, Venolin Keanan Govender and Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_16', 1, 'Draw a gift and decorate it.', 'assets/topic/15403.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_16', 2, 1, 'assets/topic/15403.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_17', 0, 'How many wives did the man have?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_17', 1, 1, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_17', 0, 1, 'One'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_17', 0, 2, 'Three'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_17', 0, 3, 'Four'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_22', 0, 'Where did Adhoch''s mother take Adie to?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_22', 1, 1, 'Lake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_22', 0, 1, 'School'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_22', 0, 2, 'Ground'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_22', 0, 3, 'Tree'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_27', 0, 'The story teaches us not be?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_27', 1, 1, 'Jealous'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_27', 0, 1, 'Angry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_27', 0, 2, 'Mad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_27', 0, 3, 'Happy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_32', 0, 'What presents would you like?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_32', 0, 1, 'Food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_32', 0, 2, 'Clothes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_32', 0, 3, 'Bicycle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_32', 0, 4, 'Bag'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218', 2, 'Adun, the Beautiful', 'assets/topic/asb/13337.png', 'Taiwo Ẹhinẹni +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_3', 3, NULL, 'assets/topic/asb/13337.png', 'Adun was very beautiful. All the men in her village wanted to marry her. +But Adun refused them all.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_4', 3, NULL, 'assets/topic/asb/13338.png', 'One market day, a man borrowed legs from another man, and arms from another, and a body from a third man. +Then this man joined all the parts together. He put his head on top and went to the market.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_5', 3, NULL, 'assets/topic/asb/13339.png', 'This man wanted Adun and was determined to marry her. Adun was pleased by his appearance. She wanted to be with him. +The man came from a far town, and Adun decided to return with him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_6', 3, NULL, 'assets/topic/asb/13340.png', 'As Adun and the man journeyed to his place, the owner of the legs took the legs back. Then the owner of the arms took his arms back. +And finally the owner of the body took that back.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_7', 3, NULL, 'assets/topic/asb/13341.png', 'Only the head was left, and the head went on. Adun was scared but she did not run away. +They arrived at the house of the head.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_8', 3, NULL, 'assets/topic/asb/13342.png', 'The following morning, before the head went to his farm, he spoke to Tortoise. "If Adun tries to escape, blow this horn to tell me," said the head.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_9', 3, NULL, 'assets/topic/asb/13343.png', 'After the head left, Adun packed her things. Then she began to run away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_10', 3, NULL, 'assets/topic/asb/13344.png', 'Seeing her, Tortoise blew the horn, "Head, head, Adun is about to run away," puffed Tortoise.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_11', 3, NULL, 'assets/topic/asb/13345.png', 'The head went up to Adun and said, "Where do you think you are going?" +Adun went back to the head''s house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_12', 3, NULL, 'assets/topic/asb/13346.png', 'Eventually Adun consulted a diviner about what to do. +The diviner advised, "Go and buy some bean cakes. Soak them in palm oil and put them in Tortoise''s horn."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_13', 3, NULL, 'assets/topic/asb/13347.png', 'Adun followed the diviner''s instructions. She put the oily cakes into the horn.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_14', 3, NULL, 'assets/topic/asb/13349.png', 'The following day, she took her things and began to run away again. +When Tortoise took the horn to blow it, the delicious bean cakes fell into his mouth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_15', 3, NULL, 'assets/topic/asb/13348.png', 'Tortoise ate, ate and ate. +And Adun ran away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_16', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Adun, the Beautiful +Author - +Taiwo Ẹhinẹni +Translation - +Taiwo Ẹhinẹni +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_17', 1, 'Draw a horn.', 'assets/topic/18218.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_17', 2, 1, 'assets/topic/18218.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_18', 0, 'Adhun was very beautiful.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_21', 0, 'What did the man borrow?', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 1, 1, 'Legs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 1, 2, 'Arms'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 1, 3, 'Body'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 0, 1, 'Cap'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 0, 2, 'Cake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 0, 3, 'Tortise'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_28', 0, 'The story teaches us not to talk with__________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_28', 1, 1, 'Strangers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_28', 0, 1, 'Friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_28', 0, 2, 'Sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_28', 0, 3, 'Father'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_33', 0, 'What will you borrow from others?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_33', 0, 1, 'Bag'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_33', 0, 2, 'Clothes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_33', 0, 3, 'Food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_33', 0, 4, 'Cap'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925', 2, 'Ah! Football!', 'assets/topic/asb/12881.png', 'Ursula Nafula + Onesmus Kakungi', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_3', 3, NULL, 'assets/topic/asb/12871.png', 'I like playing with my friend Chuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_4', 3, NULL, 'assets/topic/asb/12872.png', 'We are good friends. When either one of us is sent somewhere, we go together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_5', 3, NULL, 'assets/topic/asb/12873.png', 'One day, my grandmother sent me to the shop to buy salt and cooking oil. I went with Chuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_6', 3, NULL, 'assets/topic/asb/12874.png', 'On the way, we saw our friends playing football.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_7', 3, NULL, 'assets/topic/asb/12876.png', '', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_8', 3, NULL, 'assets/topic/asb/12877.png', 'I said to Chuma, "Let''s ask if we can play with them. I like playing football very much."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_9', 3, NULL, 'assets/topic/asb/12878.png', 'Chuma replied, "Let us go to the shop first, then we can come to play."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_10', 3, NULL, 'assets/topic/asb/12879.png', 'But I replied, "Let us play first! Grandmother will not allow us to return."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_11', 3, NULL, 'assets/topic/asb/12880.png', 'We joined our friends to play. I was the goal keeper. The goal posts were made of two big stones.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_12', 3, NULL, 'assets/topic/asb/12881.png', 'I worked hard to catch the ball. My friends were not able to score any goals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_13', 3, NULL, 'assets/topic/asb/12882.png', 'We played until the field was full of sand.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_14', 3, NULL, 'assets/topic/asb/12883.png', 'Then we went to the shop. Grandmother''s money was gone! I started to cry. Chuma shouted, "Stop crying. You wanted to play first."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_15', 3, NULL, 'assets/topic/asb/12884.png', 'We returned home without salt or cooking oil. We were very dirty and worried.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_16', 3, NULL, 'assets/topic/asb/12885.png', 'Grandmother was annoyed when we got home. The first question she asked us was, "Where were you all this time?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_17', 3, NULL, 'assets/topic/asb/12886.png', 'We had to tell her the truth. She forgave us but warned, "Never again go to play without permission."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_18', 3, NULL, 'assets/topic/asb/12887.png', 'We went to feed the ducks. Later on, we cleaned ourselves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ah! Football! +Author - +Stella Kihweo +Translation - +Ursula Nafula +Illustration - +Onesmus Kakungi +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_20', 1, 'Draw a football', 'assets/topic/12925.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_20', 2, 1, 'assets/topic/12925.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_21', 0, 'What does Chuma love playing very much?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_21', 1, 1, 'Football'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_21', 0, 1, 'Running'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_21', 0, 2, 'Skating'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_21', 0, 3, 'Basketball'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_26', 0, 'The goal posts where made of two big stones.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_29', 0, 'Story teaches us to take permission of___________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_29', 1, 1, 'Grandmother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_29', 0, 1, 'Neighbour'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_29', 0, 2, 'Friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_29', 0, 3, 'Monkey'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_34', 0, 'What do you like to play?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_34', 0, 1, 'Football'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_34', 0, 2, 'Running'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_34', 0, 3, 'Jumping'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_34', 0, 4, 'Skipping rope'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555', 2, 'Serious accident', 'assets/topic/asb/9638.png', 'Clare Verbeek +Rob Owen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_3', 3, NULL, 'assets/topic/asb/9635.png', 'One day my sister and I were walking near the road.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_4', 3, NULL, 'assets/topic/asb/9636.png', 'A big truck was driving down the hill.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_5', 3, NULL, 'assets/topic/asb/9637.png', 'A car was speeding up the hill.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_6', 3, NULL, 'assets/topic/asb/9641.png', 'The truck driver was talking on his mobile phone. He was not looking at the road.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_7', 3, NULL, 'assets/topic/asb/9639.png', 'The truck smashed into the car!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_8', 3, NULL, 'assets/topic/asb/9640.png', 'An ambulance and the police came to help.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_9', 3, NULL, 'assets/topic/asb/9638.png', 'Two tow trucks came. One towed the truck. The other towed the car.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_10', 3, NULL, 'assets/topic/asb/9642.png', 'We saw everything. We were shocked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Serious accident +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Rob Owen +Language - +English +Level - +First words +© School of Education and Development (Ukzn) and African Storybook Initiative 2007 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.akdn.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_12', 1, 'Draw a truck', 'assets/topic/10555.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_12', 2, 1, 'assets/topic/10555.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_13', 0, 'Where was the car speeding up?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_13', 1, 1, 'Hill'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_13', 0, 1, 'Road'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_13', 0, 2, 'Tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_13', 0, 3, 'Grass'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_18', 0, 'Truck driver smashed the car.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_21', 0, 'The story teaches us never to use mobile phone while ___________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_21', 1, 1, 'Driving'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_21', 0, 1, 'Running'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_21', 0, 2, 'Talking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_21', 0, 3, 'Walking'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_26', 0, 'Who do you walk with?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_26', 0, 1, 'Father'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_26', 0, 2, 'Mother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_26', 0, 3, 'Sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_26', 0, 4, 'Friend'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094', 2, 'Akadeli''s Lucky Day', 'assets/topic/asb/19016.png', 'Ursula Nafula + Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_3', 3, NULL, 'assets/topic/asb/19004.png', 'One day Akadeli, Lucy, Acharait and Mary went to the forest far from home to pick wild fruits. They held hands to cross the big river near the forest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_4', 3, NULL, 'assets/topic/asb/19005.png', 'They found a tree full of ripe fruits. The girls agreed to climb up the tree and to pick the fruits with their eyes closed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_5', 3, NULL, 'assets/topic/asb/19007.png', 'Lucy, Acharait and Mary did not close their eyes. Only Akadeli closed hers as she picked the fruits.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_6', 3, NULL, 'assets/topic/asb/19009.png', 'When they opened their eyes, only Akadeli had picked unripe fruits.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_7', 3, NULL, 'assets/topic/asb/19010.png', 'Lucy, Acharait and Mary laughed at Akadeli and left for home. Akadeli threw away the unripe fruits and began picking ripe ones.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_8', 3, NULL, 'assets/topic/asb/19011.png', 'Soon, Akadeli filled her basket with ripe fruits. She set off alone, crossing the big river.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_9', 3, NULL, 'assets/topic/asb/19012.png', 'Half way across the river, Akadeli''s basket fell and was carried away. She was angry and began to cry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_10', 3, NULL, 'assets/topic/asb/19013.png', 'Before Akadeli got out of the water, she saw a big fish and grabbed it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_11', 3, NULL, 'assets/topic/asb/19014.png', 'As Akadeli carried the fish home, a hawk snatched it and flew away with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_12', 3, NULL, 'assets/topic/asb/19015.png', 'Akadeli saw that the hawk had left behind a feather from its tail. Although she was disappointed, she picked up the feather and continued walking home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_13', 3, NULL, 'assets/topic/asb/19016.png', 'She came across a traditional wedding. People dancing were wearing grass on their heads instead of feathers as was the tradition. They took her feather and gave her a big bull!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_14', 3, NULL, 'assets/topic/asb/19017.png', 'Akadeli reached home with her bull. Her parents and relatives were so happy. Lucy, Acharait and Mary wished they had not lied to Akadeli. It was a lucky day for Akadeli!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Akadeli''s Lucky Day +Author - +Simon Ipoo +Translation - +Ursula Nafula +Illustration - +Rob Owen +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_16', 1, 'Draw a tree with fruits on it', 'assets/topic/19094.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_16', 2, 1, 'assets/topic/19094.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_17', 0, 'Where did all go to pick wild fruits?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_17', 1, 1, 'Forests'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_17', 0, 1, 'Home'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_17', 0, 2, 'Ground'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_17', 0, 3, 'Lake'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_22', 0, 'Select the things Akadeli collected in her journey.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 1, 1, 'Ripe fruits'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 1, 2, 'Big fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 1, 3, 'Hawk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 1, 4, 'Feather'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 1, 5, 'Bull'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 0, 1, 'Grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 0, 2, 'Ant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 0, 3, 'Monkey'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_31', 0, 'How was Akadeli''s day?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_31', 1, 1, 'Lucky'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_31', 0, 1, 'Bad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_31', 0, 2, 'Tiring'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_31', 0, 3, 'Boring'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_36', 0, 'What did you see when you went out?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_36', 0, 1, 'Bicycles'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_36', 0, 2, 'Houses'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_36', 0, 3, 'Trees'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_36', 0, 4, 'Road'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862', 2, 'Happy Akai', 'assets/topic/asb/9500.png', 'Dominic E Emuria and David A Lodung''a + Rob Owen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_3', 3, NULL, 'assets/topic/asb/9494.png', 'Akai had no shoes. Other children her age     had shoes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_4', 3, NULL, 'assets/topic/asb/9492.png', '"It is difficult to play without shoes," said Akai  to her mother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_5', 3, NULL, 'assets/topic/asb/9493.png', '"Akai, I think it is time for you to have shoes," said mother. .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_6', 3, NULL, 'assets/topic/asb/9496.png', 'Mother woke up Akai   early the next morning.   .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_7', 3, NULL, 'assets/topic/asb/9495.png', 'Akai and her mother went to the market. .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_8', 3, NULL, 'assets/topic/asb/9497.png', 'They went into a shoe shop. Mother bought shoes for Akai.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_9', 3, NULL, 'assets/topic/asb/9499.png', 'At night, Akai thought about her new shoes. .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_10', 3, NULL, 'assets/topic/asb/10444.png', 'Akai put on her new shoes. .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_11', 3, NULL, 'assets/topic/asb/9498.png', 'Akai thought about how she would show off her shoes. .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_12', 3, NULL, 'assets/topic/asb/9502.png', 'Akai wore her new shoes again. She danced around the room.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_13', 3, NULL, 'assets/topic/asb/9501.png', '"Akai, you must not wear shoes in bed," said mother. .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_14', 3, NULL, 'assets/topic/asb/9500.png', 'Akai was so happy to have shoes for the first time.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Happy Akai +Author - +Ursula Nafula +Adaptation - +Dominic E Emuria and David A Lodung''a +Illustration - +Rob Owen +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_16', 1, 'Draw a pair of shoes and decorate it.', 'assets/topic/15862.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_16', 2, 1, 'assets/topic/15862.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_17', 0, 'What did other children have but Akai did not have?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_17', 1, 1, 'Shoes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_17', 0, 1, 'Bat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_17', 0, 2, 'Ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_17', 0, 3, 'Stick'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_22', 0, 'Akai danced on bed wearing her new shoes.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_25', 0, 'How did Akai feel when she got her new shoes?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_25', 1, 1, 'Happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_25', 0, 1, 'Sad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_25', 0, 2, 'Angry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_25', 0, 3, 'Mad'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_30', 0, 'What do you wish to get?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_30', 0, 1, 'Shoes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_30', 0, 2, 'Bag'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_30', 0, 3, 'Cap'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_30', 0, 4, 'Food'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560', 2, 'Aku the Sun Maker', 'assets/topic/asb/26422.png', 'Aisha Nelson +Idowu Abayomi Oluwasegun', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_3', 3, NULL, 'assets/topic/asb/26422.png', 'Long ago in a town called Sunland lived a girl with very long legs. Aku was her name.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_4', 3, NULL, 'assets/topic/asb/26423.png', 'Aku wondered about a lot of things. +Sometimes Aku''s father, Ataa Ankra, a fisherman let her go to the river with him to fish in his canoe. While Aku fished with her father, she wondered why the sun always looked at her from the sky. +Sometimes Aku helped her mother, A''anua to cook. Aku wondered why palm oil looked red in calabash but yellow in yam pottage.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_5', 3, NULL, 'assets/topic/asb/26424.png', 'And Aku wondered why Oti, her brother, and the other boys would not let her play football with them. Once, Aku asked the boys why. They only laughed and told her to go and play with the girls. +The girls too would not play with Aku. "Your legs are too long," they always said. +Aku was left lonely. She had no one to share her many thoughts with.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_6', 3, NULL, 'assets/topic/asb/26425.png', 'But Aku soon became friends with the sun. +She looked forward to seeing the sun every morning when she woke up. The cocks crowed to announce sunrise. Aku loved to dance in the early morning sun, her shadow dancing with her. The tweeting of birds made the cock crow music sweeter. +The sun filled Aku with happiness. The sun made Aku smile a lot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_7', 3, NULL, 'assets/topic/asb/26426.png', 'But one day, the sun did not rise. Aku waited for the cocks to crow. They did not. The birds too did not tweet. +And without the sun in Sunland, people could not go about their daily activities. Farmers could not go to tend their crops. And the sky was grey and sad. Ataa Ankra could not go fishing. Children too could not prepare for school. And women could not go to the market to haggle over the prices of soap and kerosene. +Aku missed all these. She missed the cock crows and bird tweets too. And she missed the sunrise more.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_8', 3, NULL, 'assets/topic/asb/26427.png', 'Everyone wanted to know where the sun went. "Maybe the sun is dead," some people said. "The sun has travelled," said others. +Aku disagreed, "No, the sun is not dead. And the sun has not travelled. Or it would have first told me." +Some people chuckled at what Aku said. She continued anyway, "I tell the truth. The sun is my friend. The sun is not dead. It is only –". But no one would hear anymore. Everyone forgot about the sun. They laughed hard at Aku. The children laughed too. +The children''s laughter pained Aku the most.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_9', 3, NULL, 'assets/topic/asb/26428.png', 'Sad like the sky, Aku hastened into her house. +On the way, she accidentally kicked her brother''s football. The ball rolled into the kitchen. There was a calabash of palm oil in a corner of the kitchen. The ball hit the calabash. The calabash toppled. +The palm oil in it spilled. The palm oil soiled the ball.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_10', 3, NULL, 'assets/topic/asb/26429.png', 'Oti came into the house with one of his friends to fetch his ball. He saw the toppled calabash, the spilled palm oil. He saw his soiled ball too. +Before he could run out to tell A''nua what Aku had done, Aku picked up the ball and ran off. The boys followed Aku. They all met A''anua outside the house. A''anua saw Aku holding the ball. Before she could call Aku and scold her, Aku ran past her. +Oti, A''anua and all the people of Sunland watched Aku run away. They wondered what she would do with a soiled ball.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_11', 3, NULL, 'assets/topic/asb/26430.png', 'Aku stopped when she got to the middle of the town square. She put the ball on the ground. +With a mighty swing of her hands and a swift pull of one long leg behind the other, Aku kicked the ball. The ball turned round on the ground, spinning towards the edge of the town square. It hit the roots of the palm tree at one end of the town square.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_12', 3, NULL, 'assets/topic/asb/26431.png', 'Then the ball shot into the sad sky. With mouths opened wide, the people of Sunland gazed after the flying ball. The ball flew beyond the clouds, beyond the gaze of the eyes. +Everything was still. All was quiet. +Suddenly, the sky cleared. The clouds became white, round and fluffy. Then a big ball came from behind the clouds. The ball was bright. And it was red and yellow like palm oil. The ball was the sun. Aku''s sun. +Everything stirred. The quietness left.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_13', 3, NULL, 'assets/topic/asb/26432.png', 'Soon, everyone was rushing home to prepare for their daily activities. +Ataa Ankra looked for his fish bucket. Farmers took their hoes. Children bathed and dressed, ready to go to school. Women tied monies at the ends of their cover cloths. They carried their basins and baskets and hurried to the market.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_14', 3, NULL, 'assets/topic/asb/26433.png', 'The sun returned to Sunland. Aku made it. A new day began...', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Aku the Sun Maker +Author - +Aisha Nelson +Translation - +Aisha Nelson +Illustration - +Idowu Abayomi Oluwasegun +Language - +English +Level - +Read aloud +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_16', 1, 'Draw a tree and sun.', 'assets/topic/22560.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_16', 2, 1, 'assets/topic/22560.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_17', 0, 'Where did long legged girl Aku lived?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_17', 1, 1, 'Sunland'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_17', 0, 1, 'Moonland'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_17', 0, 2, 'Dryland'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_17', 0, 3, 'Wetland'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_22', 0, 'Who became Aku''s friend?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_22', 1, 1, 'Sun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_22', 0, 1, 'Moon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_22', 0, 2, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_22', 0, 3, 'Parrot'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_27', 0, 'How did Aku feel when she cleared the sad sky?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_27', 0, 1, 'Happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_27', 0, 2, 'Sad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_27', 0, 3, 'Angry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_27', 0, 4, 'Mad'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908', 2, 'Amara and animals', 'assets/topic/asb/14042.png', 'Judy B. Maranga +Sarah Bouwer', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_3', 3, NULL, 'assets/topic/asb/14037.png', 'Amara was nine years old. She went to Kerema primary school. Her favorite subjects were English, Science and Social Studies. She wanted to be a lawyer when she grew up. Amara loved animals very much.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_4', 3, NULL, 'assets/topic/asb/14113.png', 'Amara lived with her mother, Margy. She was a very hardworking farmer. Amara''s father died when she was 5 years old.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_5', 3, NULL, 'assets/topic/asb/14040.png', 'When Amara was not at school, she spent her time with Mbisa, the goat. She cleaned and fed it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_6', 3, NULL, 'assets/topic/asb/14039.png', 'Amara also had her pet, Simba. Her mother did not like  dogs very much, but she let Amara keep Simba. Whenever Simba disturbed her, she would shout, "Go away before I kick you out." Amara felt sad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_7', 3, NULL, 'assets/topic/asb/14062.png', 'One Saturday, they had visitors from the women''s group. Amara was happy that her mother''s friends had come with their children. They could play football.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_8', 3, NULL, 'assets/topic/asb/13930.png', 'Her mother had prepared the food that the group liked. Amara was reminded by her mother to keep Simba locked up. It barked at strangers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_9', 3, NULL, NULL, 'Amara did not lock up Simba well. The visitors were surprised to see the dog in the room. Mama Oto asked, "Why do you allow the dog to come inside the house?" Amara''s mother called Amara to come and take Simba out.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_10', 3, NULL, 'assets/topic/asb/14055.png', 'Amara did not hear her mother calling because they were busy playing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_11', 3, NULL, 'assets/topic/asb/14042.png', 'When Amara went to the house, she called Simba out. Simba was very obedient to Amara. After the meal, the visitors said, "We''ll also treat our dogs well like Amara. We mistreat them and yet they are so helpful."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_12', 3, NULL, 'assets/topic/asb/13697.png', 'Afterwards, Amara''s mother apologised for being mean and cruel to Simba. Amara was happy that her mother accepted her dog at last. When Amara is in school her mother feeds Simba. Her mother''s friends have learned to be good to their dogs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Amara and animals +Author - +Judy B. Maranga +Illustration - +Sarah Bouwer +Language - +English +Level - +Longer paragraphs +© Judy B.maranga 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_14', 1, 'Draw a dog and give it a cute name.', 'assets/topic/23908.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_14', 2, 1, 'assets/topic/23908.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_15', 0, 'What does Amara want to become when she grew up?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_15', 1, 1, 'Lawyer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_15', 0, 1, 'Doctor'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_15', 0, 2, 'Police'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_15', 0, 3, 'Teacher'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_20', 0, 'Group favourite subjects of Amara.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_20', 1, 1, 'English'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_20', 1, 2, 'Science'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_20', 1, 3, 'Social studies'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_20', 0, 1, 'Calculation'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_25', 0, 'How we should treat our dogs?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_25', 0, 1, 'Cruel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_25', 0, 2, 'Mean'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_25', 0, 3, 'Good'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_25', 0, 4, 'Bad'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978', 2, 'Anansi gives people stories', 'assets/topic/asb/1294.png', 'Ghanaian folktale +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_3', 3, NULL, 'assets/topic/asb/1281.png', 'Long, long ago, the Sky God, Nyame, kept all stories locked in a wooden box, high in the sky. People down on earth had no stories to tell and they were very sad. They asked Anansi the clever Spider to help them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_4', 3, NULL, 'assets/topic/asb/1282.png', 'Anansi spun a long thread, and climbed up his sticky thread all the way to heaven. "Can I have the stories, please?" he asked the Sky God. But Nyame laughed at Anansi and said, "Oh, these are very expensive stories. You wouldn''t be able to pay for them, little spider."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_5', 3, NULL, 'assets/topic/asb/1283.png', '"How much do the stories cost?" asked Anansi. "You''ll have to bring me three rare and fierce animals," Nyame answered, "A leopard with sharp teeth like spears, a hornet that stings people, and a snake that swallows people whole." He laughed and laughed. He thought his stories were quite safe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_6', 3, NULL, 'assets/topic/asb/1284.png', 'So Anansi climbed slowly back down his sticky thread to the earth. He thought and he thought, and he came up with a plan. He dug a deep hole, covered it with branches and dirt so it was hidden, and he went home for supper. In the morning, sure enough, a leopard had fallen into his pit. He was furiously scratching at the side of the pit, but he couldn''t get out.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_7', 3, NULL, 'assets/topic/asb/1286.png', '"Oh let me help you, my dear friend!" said Anansi. "Just lie down on these sticks and I''ll pull you out." Anansi wound his sticky web round the leopard and the sticks, and pulled him up to heaven to show the Sky God. But Nyame just laughed and said, "Where are the other two?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_8', 3, NULL, 'assets/topic/asb/1287.png', 'So Anansi went back down to earth to get the second creature. He thought and he thought and he came up with a plan. He took a gourd full of water and went to the tree where the hornets lived. He poured out some of the water all over their nest. Then he cut a leaf from a banana tree and held it over his head, and he poured the rest of the water all over himself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_9', 3, NULL, 'assets/topic/asb/1288.png', 'He called out to the hornets, "Hey hornets! Come see! It is raining! Quick - get inside my gourd and it will keep all of you dry." Hornets don''t like to get wet, so they all flew into Anansi''s gourd.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_10', 3, NULL, 'assets/topic/asb/1289.png', 'Then Anansi quickly spun a web across the opening so the hornets couldn''t get out no matter how much they buzzed. He carried them up to heaven and showed them to the Sky God. But Nyame just said, "Where''s the last one?" (He wasn''t laughing so much anymore.).', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_11', 3, NULL, 'assets/topic/asb/1291.png', 'So Anansi went down to earth again. He thought and thought and he thought, but he couldn''t come up with a plan. So he asked his wife, who had a very good idea. Together they found a good long thick branch and some strong vines. When they got near the stream where the snake lived, they began to argue. "The branch is longer!" "No, it isn''t!" "Yes it is!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_12', 3, NULL, 'assets/topic/asb/1292.png', 'Soon the snake came out and asked what the argument was. "I was arguing with my wife," said Anansi. "She says this stick is longer than you are. But I don''t agree." "Of course I''m longer than that stick!" said the snake. "I''m very long! I''m a huge snake! Just put your stick next to me and measure!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_13', 3, NULL, 'assets/topic/asb/1293.png', 'So Anansi did that, and he tied the snake to the stick with his vine to keep him straight. When he was all tied up, Anansi took the snake up to heaven.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_14', 3, NULL, 'assets/topic/asb/1294.png', 'Nyame had to admit that Anansi had paid his price. So he went to his wooden box, opened the lid, and gave all the stories to Anansi. Anansi carried the stories triumphantly down to earth. He shared them with his wife, and with all the other animals and people. Stories are for telling, not for keeping in wooden boxes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Anansi gives people stories +Author - +Ghanaian folktale +Illustration - +Wiehan de Jager +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_16', 1, 'Draw clouds and decorate.', 'assets/topic/1978.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_16', 2, 1, 'assets/topic/1978.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_17', 0, 'Where did Nyame the sky god locked all stories?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_17', 1, 1, 'Wooden box'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_17', 0, 1, 'Steel box'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_17', 0, 2, 'Plastic box'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_17', 0, 3, 'Empty box'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_22', 0, 'Select the animals asked by Nyame.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 1, 1, 'Leopard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 1, 2, 'Hornet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 1, 3, 'Snake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 0, 2, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 0, 3, 'Crow'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_29', 0, 'What sort of person was Anansi?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_29', 0, 1, 'Clever'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_29', 0, 2, 'Kind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_29', 0, 3, 'Bad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_29', 0, 4, 'Foolish'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234', 2, 'Anansi and wisdom', 'assets/topic/asb/1273.png', 'Ghanaian folktale + Wiehan de Jager', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_3', 3, NULL, 'assets/topic/asb/1274.png', 'Long long ago people didn''t know anything. They didn''t know how to plant crops, or how to weave cloth, or how to make iron tools. +The god Nyame up in the sky had all the wisdom of the world. He kept it safe in a clay pot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_4', 3, NULL, 'assets/topic/asb/1275.png', 'One day, Nyame decided that he would give the pot of wisdom to Anansi. +Every time Anansi looked in the clay pot, he learned something new. It was so exciting!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_5', 3, NULL, 'assets/topic/asb/1276.png', 'Greedy Anansi thought, "I''ll keep the pot safe at the top of a tall tree. Then I can have it all to myself!" He spun a long thread, wound it round the clay pot, and tied it to his stomach. +He began to climb the tree. But it was hard climbing the tree with the pot bumping him in the knees all the time.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_6', 3, NULL, 'assets/topic/asb/1277.png', 'All the time Anansi''s young son had been standing at the bottom of the tree watching. He said, "Wouldn''t it be easier to climb if you tied the pot to your back instead?" +Anansi tried tying the clay pot full of wisdom to his back, and it really was a lot easier.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_7', 3, NULL, 'assets/topic/asb/1278.png', 'In no time he reached the top of the tree. But then he stopped and thought, "I''m supposed to be the one with all the wisdom, and here my son was cleverer than me!" +Anansi was so angry about this that he threw the clay pot down out of the tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_8', 3, NULL, 'assets/topic/asb/1279.png', 'It smashed into pieces on the ground. The wisdom was free for everyone to share. +And that is how people learned to farm, to weave cloth, to make iron tools, and all the other things that people know how to do.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_9', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Anansi and wisdom +Author - +Ghanaian folktale +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_10', 1, 'Draw a tall tree and pieces of broken pot on the ground.', 'assets/topic/2234.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_10', 2, 1, 'assets/topic/2234.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_11', 0, 'Where was wisdom of the world kept safely?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_11', 1, 1, 'Clay pot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_11', 0, 1, 'wooden pot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_11', 0, 2, 'Mud pot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_11', 0, 3, 'Plastic pot'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_16', 0, 'Anansi became greedy and wanted to have all wisdom alone.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_16', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_16', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_19', 0, 'What do you feel about sharing your wisdom?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_19', 0, 1, 'Happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_19', 0, 2, 'Bad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_19', 0, 3, 'Mad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_19', 0, 4, 'Greedy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000', 2, 'Anansi, the Crows, and the Crocodiles', 'assets/topic/asb/946.png', 'Ghanaian folktale +Wiehan de Jager', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_3', 3, NULL, 'assets/topic/asb/2078.png', 'One day there was a great famine in the land. No one had anything to eat except the crows. Each morning they flew a long distance to where there was a tree with ripe figs in the middle of a wide river. Then they flew back with the figs for themselves and their relatives. The sight of so many figs made Anansi''s mouth water. How could he get them for himself?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_4', 3, NULL, 'assets/topic/asb/947.png', 'He thought of a plan. He carefully covered his bottom with sticky beeswax. Then he took a piece of clay pot and went to see the crows. "Please could you help me?" he asked. "I need a live coal to get my fire going again." As they were getting the coal from the fire, Anansi carefully sat firmly on one of the largest figs, so that it would stick to his bottom. He thanked the crows, and hurried home to enjoy the fig.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_5', 3, NULL, 'assets/topic/asb/1996.png', 'But one fig wasn''t enough for him. He went back a second time, and did the same. When he went back a third time, the crows began to get suspicious. "Why do you keep coming back to us to get a coal?" they said. Anansi answered, "Every time when I get home, the coal has burnt out." "You''re lying!" said the crows. "You just want our food!" "That''s not true," said Anansi. And he started crying.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_6', 3, NULL, 'assets/topic/asb/2077.png', 'The crows felt sorry for him. The next morning at first light, each crow gave him a feather. He flew with them to the fig tree in the middle of the wide river. When he saw the luscious figs, Anansi wanted them all for himself. Each time a crow tried to pick a fig, he shouted out, "That one is mine! I saw it first!" And then he took the fig and put it into his bag. Eventually he had all the figs and the crows had none.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_7', 3, NULL, 'assets/topic/asb/949.png', 'He was left all alone as the darkness began to fall. "If I don''t want to stay in this tree for the rest of my life," he said to himself, "I''ll just have to jump into the air like the crows." So he took a deep breath, jumped, andPLOP! He fell into the river right among the crocodiles.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_8', 3, NULL, 'assets/topic/asb/952.png', '"What do we have here?" said a gruff crocodile voice. "A tasty morsel to eat, nyum" "Oh please don''t," said Anansi. And he began to cry. "I''m one of you, don''t you know? I got lost in the days of your grandfathers and no one was able to find me. You''re the first of my relatives I''ve ever met!" He cried so much that the crocodiles felt sorry for him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_9', 3, NULL, 'assets/topic/asb/951.png', 'The oldest crocodile said, "We''ll know you''re one of us if you can eat and enjoy mud soup just like we do." They gave him a pot of dirty brown water. "Just like my grandmother used to make it!" Anansi said. But he made a hole in the ground with his back foot, and a hole in the pot with his front foot. As he pretended to drink the soup, it oozed down through the pot into the hole beneath his feet.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_10', 3, NULL, 'assets/topic/asb/2079.png', '"Delicious!" he exclaimed, giving back the empty pot. "Now we know you are definitely one of us," the crocodiles said. So they allowed Anansi to sleep in their hole with them for the night. "Tomorrow morning I''ll tell you the story of my life," said Anansi as they fell asleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_11', 3, NULL, 'assets/topic/asb/948.png', 'Early the next morning, before first light, Anansi woke up one of the crocodiles. "I want to go and fetch my wife and children from across the river, so that they can help me tell my story. Will you help me before the others wake up?" he asked the crocodile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_12', 3, NULL, 'assets/topic/asb/953.png', 'The crocodile was grumpy at being woken up so early. "Please help me! You swim much faster than I do," Anansi said. The crocodile agreed, and Anansi rode on his back to the bank of the river. He climbed off quickly. "I''ll be back soon! Don''t go away!" Anansi said, as he disappeared through the grass.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_13', 3, NULL, 'assets/topic/asb/1995.png', 'As far as we know, the crocodile is waiting for him still, with just his long snout and his beady eyes above the surface of the river.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Anansi, the Crows, and the Crocodiles +Author - +Ghanaian folktale +Illustration - +Wiehan de Jager +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_15', 1, 'Draw a crocodile', 'assets/topic/22000.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_15', 2, 1, 'assets/topic/22000.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_16', 0, 'What fruit did the crow eat?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_16', 1, 1, 'Fig'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_16', 0, 1, 'Grapes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_16', 0, 2, 'Apple'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_16', 0, 3, 'Banana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_21', 0, 'On whom did Anansi rode till the river bank.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_21', 1, 1, 'Crocodile'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_21', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_21', 0, 2, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_21', 0, 3, 'Ant'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_26', 0, 'Which animal would you like to ride?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_26', 0, 1, 'Zebra'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_26', 0, 2, 'Horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_26', 0, 3, 'Lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_26', 0, 4, 'Bison'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995', 2, 'Anansi and Vulture', 'assets/topic/asb/166.png', 'Ghanaian folktale + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_3', 3, NULL, 'assets/topic/asb/157.png', 'Anansi the Spider and Rabbit were friends. They lived in a peaceful village in the mountains. Rabbit owned a big farm with lots of vegetables and fruit. Even though Rabbit shared generously with his friend, Anansi was unhappy and jealous.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_4', 3, NULL, 'assets/topic/asb/158.png', 'So Anansi thought of a clever plan to take over Rabbit''s farm. Soon Rabbit was left poor and homeless. Anansi was the proud owner of all Rabbit''s land, vegetables, and fruit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_5', 3, NULL, 'assets/topic/asb/159.png', 'Anansi went to the market to sell his fruit and vegetables. He made so much money that he filled a big basket with it! With some of the money, he bought maize for his family, and put it on top of the money in the basket.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_6', 3, NULL, 'assets/topic/asb/160.png', 'Anansi happily headed home with his basket on his head, singing. He was thinking about all the things he was going to buy with his money.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_7', 3, NULL, 'assets/topic/asb/161.png', 'On the way it started to drizzle. Soon the drizzle turned into a heavy downpour. Anansi the Spider left his basket on the side of the road to shelter under a tree. But from there he kept a close watch on his precious basket.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_8', 3, NULL, 'assets/topic/asb/162.png', 'It started to rain even more heavily, and Anansi was getting cold and wet. So he ran into a hole. "I will stay in this hole until the rain stops," said Anansi to himself. "At least my money is protected by the maize I put on top of it."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_9', 3, NULL, 'assets/topic/asb/163.png', 'A little while later, Vulture was flying around and spotted the basket on the side of the road. He saw that there was money and maize in the basket. So he covered the basket with his wings and waited for the rain to stop.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_10', 3, NULL, 'assets/topic/asb/164.png', 'Anansi saw Vulture sitting on his basket. "Oh thank you, my friend, for protecting my basket," he said to the Vulture. "Excuse me, Anansi, did I hear you right?" asked Vulture. "Your basket? This basket is mine! I found it here on the road side!" Anansi could not believe his ears! "It''s mine, I tell you!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_11', 3, NULL, 'assets/topic/asb/166.png', 'Furious, Anansi went and reported the theft to the chief. But Vulture said to the chief and his elders, "How could anyone leave a basket full of money and maize unguarded on the road?" "But I was watching my basket," said Anansi. "It''s my money and my maize!" "I was looking after the basket when you came and said it was yours!" replied Vulture.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_12', 3, NULL, 'assets/topic/asb/165.png', 'When the chief and his elders had listened carefully to both sides, they sent Anansi and Vulture away. They discussed the story for a long time. Eventually they reached a decision.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_13', 3, NULL, 'assets/topic/asb/168.png', 'They summoned Anansi and the Vulture again. "We believe Vulture''s story," they said. "He is not the thief. You were trying to claim something that was not yours." Anansi could not believe his ears! He burst into tears.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_14', 3, NULL, 'assets/topic/asb/167.png', 'The news soon spread that the judgement had gone against Anansi. As he walked away, he heard Rabbit laughing and laughing. Rabbit went back to his farm and grew fruit and vegetables. But Anansi was poor again, with no friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Anansi and Vulture +Author - +Ghanaian folktale +Illustration - +Wiehan de Jager +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_16', 1, 'Draw a farm and decorate it.', 'assets/topic/21995.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_16', 2, 1, 'assets/topic/21995.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_17', 0, 'What did Anansi take over from Rabit?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_17', 1, 1, 'Big farm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_17', 0, 1, 'Big basket'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_17', 0, 2, 'Big pot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_17', 0, 3, 'Big tree'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_22', 0, 'What was in the basket that vulture took away?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_22', 1, 1, 'Money'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_22', 0, 1, 'Honey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_22', 0, 2, 'Egg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_22', 0, 3, 'Camel'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_27', 0, 'What would you like to name Anansi?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_27', 0, 1, 'Cheater'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_27', 0, 2, 'Unworthy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_27', 0, 3, 'Good friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_27', 0, 4, 'Kind heart'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806', 2, 'The one who loves me, knows what I love', 'assets/topic/asb/1196.png', 'Palmesi Katangambo +Natalie Propa, Rob Owen and Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_3', 3, NULL, 'assets/topic/asb/19837.png', 'Once upon a time, there was a king. +He used to have three wives, they lived in a village called Nuru.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_4', 3, NULL, 'assets/topic/asb/17604.png', 'One day, the king called his wives and said, "My beloved wives, today I would like to have a delicious meal. +The ones who is going to cook more delicious food than others, will win a great prize."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_5', 3, NULL, 'assets/topic/asb/9495.png', 'One of his wives went to the market and bought some beef and spices. +When she came back home she began to cook what she thought to be delicious.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_6', 3, NULL, 'assets/topic/asb/14032.png', 'Another wife went to a different market. And bought the meat of wild animal with so many spices. +This one also returned home to cook.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_7', 3, NULL, 'assets/topic/asb/10066.png', 'The last wife woke up and went to pay a visit to the king''s mother. She was told to prepare tradition dish without putting oil,or any modern spice.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_8', 3, NULL, 'assets/topic/asb/10069.png', 'The third wife went in the garden to look for different stuff in order to prepare traditional food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_9', 3, NULL, 'assets/topic/asb/17605.png', 'The king together with his friends, reached to his wives who cooked meat. However, the king was not happy with what was prepared. Then they decided to go to the one who prepared traditional food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_10', 3, NULL, 'assets/topic/asb/10074.png', 'The king was tremendously happy with that food, because he loved it. Finally he appointed her_ the third wife, to be the queen of his kingdom. From then, that woman became respectful in the entire neighborhood. It''s because she knew the ways of pleasing THE KING.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The one who loves me, knows what I love +Author - +palmesi katangambo +Translation - +Palmesi Katangambo +Illustration - +Natalie Propa, Rob Owen and Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +Palmesi Katangambo', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_12', 1, 'Draw a palace.', 'assets/topic/22806.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_12', 2, 1, 'assets/topic/22806.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_13', 0, 'How many wives did the king have?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_13', 1, 1, 'Three'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_13', 0, 1, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_13', 0, 2, 'One'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_13', 0, 3, 'Four'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_18', 0, 'The king appoined third wife to be the king.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_21', 0, 'What did king feel when he had food made by third wife?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_21', 1, 1, 'Happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_21', 0, 1, 'Angry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_21', 0, 2, 'Upset'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_21', 0, 3, 'Mad'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_26', 0, 'What do you like to eat?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_26', 0, 1, 'Chapati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_26', 0, 2, 'Rice'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_26', 0, 3, 'Chicken'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_26', 0, 4, 'Fruit'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817', 2, 'Forest of snakes', 'assets/topic/asb/10763.png', 'Joseph Sanchez Nadimo +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_3', 3, NULL, 'assets/topic/asb/10763.png', 'Sinyaire village was surrounded by hills. Many snakes lived in the forest on those hills. The biggest snake was called Unyalego by the villagers. Unyalego scared many people. It swallowed whole goats and sheep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_4', 3, NULL, 'assets/topic/asb/10765.png', 'One day, three sisters, Apiyo, Ajoh and Atieno went to the forest to fetch firewood. The girls'' grandmother warned, "Beware of Unyalego the big snake. Do not take anything from the forest except the wood."  Only Ajoh did not pay attention to her grandmother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_5', 3, NULL, 'assets/topic/asb/10766.png', 'The girls packed milk, bananas, sweet potatoes and water. They took ropes for tying firewood and a sharp machete for chopping the wood. Then they left for the forest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_6', 3, NULL, 'assets/topic/asb/10767.png', 'On the way, the sisters chatted and laughed. Suddenly, Apiyo, the eldest of them, said, "Be quiet. We are coming to where Unyalego the snake lives."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_7', 3, NULL, 'assets/topic/asb/10769.png', 'Atieno called to the others, "Look, here are Unyalego''s golden teeth. Let us take them."  Apiyo reminded them, "Don''t forget grandmother''s warning. We must not take anything from the forest except firewood."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_8', 3, NULL, 'assets/topic/asb/10770.png', 'Ajoh said, "I don''t trust grandmother. She said that to stop us having what we want. I want the golden teeth." Her sisters were worried, but Ajoh did not care.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_9', 3, NULL, 'assets/topic/asb/10771.png', 'At that moment Unyalego came looking for his golden teeth. He was furious when he could not find the teeth. Then Unyalego heard the girls chatting and laughing. He hid under a rock next to the road where the girls would pass on their way back.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_10', 3, NULL, 'assets/topic/asb/10772.png', 'The sisters were going home carrying their firewood. Suddenly, they heard, "Hssssss!" There was Unyalego with his mouth wide open, ready to bite. The girls were terrified.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_11', 3, NULL, 'assets/topic/asb/10773.png', 'Unyalego asked the girls, "Who took my golden teeth?" No one answered. Unyalego decided to test the girls. "Whoever is innocent, will be able to sing well. She will go home with her wood. But the guilty one will sing badly. And I will eat her!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_12', 3, NULL, 'assets/topic/asb/10774.png', 'Apiyo started to sing with a clear voice, "It was not me, it was not me who took the teeth. The one who took is still behind." Then Atieno sang the song. She also sang well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_13', 3, NULL, 'assets/topic/asb/10775.png', 'Lastly, it was Ajoh''s turn. She was scared. She started singing. It  sounded terrible and the words were wrong. Unyalego shouted, "Can''t you sing properly like the others?" Unyalego knew that Ajoh took his golden teeth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_14', 3, NULL, 'assets/topic/asb/10776.png', 'Unyalego opened his huge jaws and swallowed Ajoh. Her sisters ran back to the village. They told everyone the story of what happened. "I warned her, if only she had listened," the girls'' grandmother said sadly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Forest of snakes +Author - +Joseph Sanchez Nadimo +Illustration - +Rob Owen +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_16', 1, 'Draw Unyalego big snake with two golden teeth.', 'assets/topic/21817.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_16', 2, 1, 'assets/topic/21817.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_17', 0, 'Unyalego is a name of which animal?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_17', 1, 1, 'Snake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_17', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_17', 0, 2, 'Honey bee'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_17', 0, 3, 'Zebra'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_22', 0, 'Unyalego is having golden teeth.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_25', 0, 'What do you think Unyalego was?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_25', 0, 1, 'Kind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_25', 0, 2, 'Clever'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_25', 0, 3, 'Cruel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_25', 0, 4, 'Foolish'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734', 2, 'Whoever doesn''t obey elders', 'assets/topic/asb/27127.png', 'Yakubu Aliyu Malumri +Kenneth Boyowa Okitikpi', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_3', 3, NULL, 'assets/topic/asb/27118.png', 'Once upon a time, there was a boy called Jallo. +Jallo was very disobedient to his parents. +People knew that this child behaved badly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_4', 3, NULL, 'assets/topic/asb/27119.png', 'One day Jallo and his mother went to visit their relatives in the village. +Before they left to return home, their relatives gave them a gift.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_5', 3, NULL, 'assets/topic/asb/27120.png', 'They took Jallo and his mother to the village''s fruit trees, and invited them to take all the fruit that they liked. +Except from the mango tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_6', 3, NULL, 'assets/topic/asb/27121.png', 'In the garden, Jallo saw a very big mango tree with many ripe mangoes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_7', 3, NULL, 'assets/topic/asb/27122.png', 'Jallo was amazed to see so many ripe mangoes. He decided to pick one.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_8', 3, NULL, 'assets/topic/asb/27123.png', 'Although Jallo had been asked not to eat from the mango tree, he did not listen. +He said, "Whatever happens, let it happen, I want to eat this mango."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_9', 3, NULL, 'assets/topic/asb/27124.png', 'Jallo''s mother warned him again. But he refused to obey her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_10', 3, NULL, 'assets/topic/asb/27125.png', 'On eating the mango, his stomach suddenly started rumbling.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_11', 3, NULL, 'assets/topic/asb/27126.png', 'Jallo felt unwell. He started crying. +His head started to swell.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_12', 3, NULL, 'assets/topic/asb/27127.png', 'Then, a mango tree grew out of his head! +Jallo became a mango tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_13', 3, NULL, 'assets/topic/asb/27128.png', 'Since that time, whenever someone touches the branches of that mango tree, it sings a song. +The tree sings, "Whoever doesn''t obey the elders, will regret. I made Jallo an example."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_14', 3, NULL, NULL, 'That''s how it is, and why wise people say, "Whoever refuses to listen to the elders, ends up regretting it."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Whoever doesn''t obey elders +Author - +Yakubu Aliyu Malumri +Translation - +Yakubu Aliyu Malumri +Illustration - +Kenneth Boyowa Okitikpi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_16', 1, 'Draw a mango tree.', 'assets/topic/24734.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_16', 2, 1, 'assets/topic/24734.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_17', 0, 'Jallo was very disobedient to his parents.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_17', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_17', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_20', 0, 'Jallo became mango tree.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_20', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_20', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_23', 0, 'Jallo did not listen to his mother because Jallo was?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_23', 1, 1, 'Disobedient'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_23', 0, 1, 'Obedient'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_23', 0, 2, 'Greedy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_23', 0, 3, 'Clever'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_28', 0, 'How do you behave with elders?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_28', 0, 1, 'Obedient'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_28', 0, 2, 'Disobedient'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_28', 0, 3, 'Talkative'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_28', 0, 4, 'Rude'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269', 2, 'Where Is...?', 'assets/topic/asb/26677.png', 'Little Zebra Books +Leo Daly and Magriet Brink', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_3', 3, NULL, 'assets/topic/asb/26675.png', 'Where is the ant?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_4', 3, NULL, 'assets/topic/asb/26676.png', 'Where is the snail?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_5', 3, NULL, 'assets/topic/asb/26677.png', 'Where is the mouse?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_6', 3, NULL, 'assets/topic/asb/26678.png', 'Where is the bird?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_7', 3, NULL, 'assets/topic/asb/26679.png', 'Where is the lizard?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_8', 3, NULL, 'assets/topic/asb/26680.png', 'Where is the cat?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_9', 3, NULL, 'assets/topic/asb/26681.png', 'Where is the chicken?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_10', 3, NULL, 'assets/topic/asb/26682.png', 'Where is the dog?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_11', 3, NULL, 'assets/topic/asb/26683.png', 'Where is the pig?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_12', 3, NULL, 'assets/topic/asb/26684.png', 'Where is the goat?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_13', 3, NULL, 'assets/topic/asb/26686.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Where Is...? +Author - +Little Zebra Books +Illustration - +Leo Daly and Magriet Brink +Language - +English +Level - +First sentences +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_15', 1, 'Draw any one animal listed in above story and decorate it.', 'assets/topic/30269.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_15', 2, 1, 'assets/topic/30269.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_16', 0, 'Choose the correct word.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_16', 1, 1, 'Crocodile'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_16', 0, 1, 'Crocodial'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_16', 0, 2, 'Codile'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_16', 0, 3, 'codole'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_21', 0, 'Match the images with their names', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 1, 'Ant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 2, 'Ant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 3, 'Lizard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 4, 'Lizard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 5, 'Bird'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 6, 'Bird'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_28', 0, 'What do goats eat?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_28', 0, 1, 'Grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_28', 0, 2, 'Mud'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_28', 0, 3, 'Leaves'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_28', 0, 4, 'Stick'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354', 2, 'Body', 'assets/topic/asb/26739.png', 'Little Zebra Books +Sue Beattie', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_3', 3, NULL, 'assets/topic/asb/26749.png', 'Feet', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_4', 3, NULL, 'assets/topic/asb/26744.png', 'Legs', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_5', 3, NULL, 'assets/topic/asb/26741.png', 'Knees', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_6', 3, NULL, 'assets/topic/asb/26747.png', 'Waist', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_7', 3, NULL, 'assets/topic/asb/26740.png', 'Belly', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_8', 3, NULL, 'assets/topic/asb/26748.png', 'Chest', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_9', 3, NULL, 'assets/topic/asb/26742.png', 'Hands', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_10', 3, NULL, 'assets/topic/asb/26745.png', 'Arms', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_11', 3, NULL, 'assets/topic/asb/26746.png', 'Elbows', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_12', 3, NULL, 'assets/topic/asb/26743.png', 'Head', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Body +Author - +Little Zebra Books +Illustration - +Sue Beattie +Language - +English +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_14', 1, 'Draw any one body part from above story.', 'assets/topic/31354.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_14', 2, 1, 'assets/topic/31354.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_15', 0, 'Select all the body parts.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 1, 'Head'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 2, 'Hands'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 3, 'Chest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 4, 'Legs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 5, 'Shoes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 6, 'Cap'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_22', 0, 'Match image with their name.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 1, 'Head'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 2, 'Head'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 3, 'Hand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 4, 'Hand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 5, 'Stomach'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 6, 'Stomach'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 7, 'Leg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 8, 'Leg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_31', 0, 'What is your favourite body part?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_31', 0, 1, 'Head'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_31', 0, 2, 'Hands'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_31', 0, 3, 'Belly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_31', 0, 4, 'Legs'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143', 2, 'Kidnapped!', 'assets/topic/asb/14751.png', 'Richard Khadambi +Abraham Muzee', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_3', 3, NULL, 'assets/topic/asb/14735.png', 'My friend Kiki and I love to go exploring. We know our neighbourhood well. Every day after school we try to think of a new place to explore.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_4', 3, NULL, 'assets/topic/asb/14736.png', 'When walking home we often cut across the big field near the old railway. Even though Kiki''s father has warned us not to go there. On that day, we noticed a tall man in a black coat walking behind us. But at first we didn''t worry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_5', 3, NULL, 'assets/topic/asb/14737.png', 'We slowed down to look at the man. His skin was full of pimples. His lips were too small to cover his dark brown teeth. He had a deep scar across half his face. This man was following us!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_6', 3, NULL, 'assets/topic/asb/14738.png', 'We decided to stop and face the stranger. My heart beat so loudly that I thought he could hear it. I stared at him, paying attention to his features and clothes. He did not like the fact that I was looking at him so keenly. He shouted, "What are you looking at, boy?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_7', 3, NULL, 'assets/topic/asb/14740.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_8', 1, 'Draw a coat and decorate it.', 'assets/topic/21143.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_8', 2, 1, 'assets/topic/21143.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_9', 0, 'Every day after school what do the two friends think of?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_9', 1, 1, 'Exploring'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_9', 0, 1, 'Dancing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_9', 0, 2, 'playing'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_9', 0, 3, 'Doing nothing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_14', 0, 'What was the tall man wearing?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_14', 1, 1, 'Black coat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_14', 0, 1, 'White coat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_14', 0, 2, 'Cap'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_14', 0, 3, 'Goggles'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_19', 0, 'Why was the tall man was walking behind them?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_19', 0, 1, 'To rob'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_19', 0, 2, 'To hurt'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_19', 0, 3, 'To kidnap'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_19', 0, 4, 'He was calm.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830', 2, 'Bunty and Bubbly', 'assets/topic/asb/607.png', 'Sorit Gupto + Sorit Gupto', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_3', 3, NULL, 'assets/topic/asb/607.png', 'Bunty loves to play with butterflies.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_4', 3, NULL, 'assets/topic/asb/612.png', 'And with birds.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_5', 3, NULL, 'assets/topic/asb/608.png', 'She loves to play with paper boats.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_6', 3, NULL, 'assets/topic/asb/610.png', 'She also likes to make sand castles.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_7', 3, NULL, 'assets/topic/asb/609.png', 'When Bunty goes back home, her mother asks her to clean up. She refuses.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_8', 3, NULL, 'assets/topic/asb/611.png', '"I hate soap!" she screams.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_9', 3, NULL, 'assets/topic/asb/613.png', 'One night, she has a dream. The germs are all around her castle, and are attacking her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_10', 3, NULL, 'assets/topic/asb/614.png', 'Bunty is chased by the germs. She runs for her life and screams, "Help. Help!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_11', 3, NULL, 'assets/topic/asb/911.png', 'Suddenly, Soap King Bubbly appears. "Bunty, don''t be afraid," he says. "Go attack the germs!" the Soap King orders his army of bubbles.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_12', 3, NULL, 'assets/topic/asb/910.png', 'The army of bubbles chases the germs away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_13', 3, NULL, 'assets/topic/asb/912.png', 'These days, Bunty likes to use soap, and she brushes and scrubs herself clean.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Bunty and Bubbly +Author - +Sorit Gupto +Illustration - +Sorit Gupto +Language - +English +Level - +First words +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_15', 1, 'Draw a soap and decorate it.', 'assets/topic/2830.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_15', 2, 1, 'assets/topic/2830.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_16', 0, 'Select all things that Bunty likes to play with.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 1, 1, 'Butterflies'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 1, 2, 'Birds'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 1, 3, 'Paper boats'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 1, 4, 'Sand castle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 0, 1, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 0, 2, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 0, 3, 'Toy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_24', 0, 'The king soap''s army of bubbles chases the germs away.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_24', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_24', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_27', 0, 'Cleaning ourself with soap keeps germs away', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_27', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_27', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_30', 0, 'What do you like to do in the morning?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_30', 0, 1, 'Bathe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_30', 0, 2, 'Brush teeth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_30', 0, 3, 'Eat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_30', 0, 4, 'Run'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912', 2, 'Letters', 'assets/topic/asb/1398.png', 'Clare Verbeek + Cathy Feek', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_3', 3, NULL, 'assets/topic/asb/1398.png', 'Last week I received a lot of letters.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_4', 3, NULL, 'assets/topic/asb/1399.png', 'On Monday my doctor wrote a letter to my teacher.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_5', 3, NULL, 'assets/topic/asb/1400.png', 'Thabisile is sick. She must stay at home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_6', 3, NULL, 'assets/topic/asb/1401.png', 'On Tuesday I got a letter from my class.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_7', 3, NULL, 'assets/topic/asb/1402.png', 'Get well soon Thabisile!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_8', 3, NULL, 'assets/topic/asb/1403.png', 'On Wednesday I got a letter from my best friend.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_9', 3, NULL, 'assets/topic/asb/1404.png', 'I drew this picture for you. Love from Dudu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_10', 3, NULL, 'assets/topic/asb/1405.png', 'On Thursday I got a letter from my mother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Letters +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Cathy Feek +Language - +English +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_12', 1, 'Write a letter to your friend.', 'assets/topic/2912.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_12', 2, 1, 'assets/topic/2912.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_13', 0, 'Whom did the doctor write a letter to?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_13', 1, 1, 'Mother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_13', 0, 1, 'Dudu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_13', 0, 2, 'Teacher'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_13', 0, 3, 'Me'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_18', 0, 'My best friend Dudu wrote a letter on thursday.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_21', 0, 'Whom do you like to write a letter to?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_21', 0, 1, 'Friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_21', 0, 2, 'Mother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_21', 0, 3, 'Teacher'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_21', 0, 4, 'Father'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526', 2, 'Letter to mum', 'assets/topic/asb/1503.png', 'Ursula Nafula +Catherine Groenewald', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_3', 3, NULL, 'assets/topic/asb/1504.png', 'Mother was finishing packing her clothes in a small bag.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_4', 3, NULL, 'assets/topic/asb/1505.png', 'As she went out the door, she hugged me and said, "Bye for now."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_5', 3, NULL, 'assets/topic/asb/1506.png', '"Where are you going, mum?" I looked up at her as I asked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_6', 3, NULL, 'assets/topic/asb/1507.png', 'I started to cry wanting to follow her but dad lifted me up on his shoulder.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_7', 3, NULL, 'assets/topic/asb/1508.png', 'Dad said, "Your mother is going to the hospital to have a baby."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_8', 3, NULL, 'assets/topic/asb/2133.png', 'When I heard "baby" I stopped crying and looked at him. "Why is she going to get the baby from the hospital?" I asked him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_9', 3, NULL, 'assets/topic/asb/1509.png', 'Dad sat me on a small chair and said, "I will tell you why she is going to get the baby from the hospital."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_10', 3, NULL, NULL, 'I listened keenly to him as he explained although I didn''t quite understand why she wasn''t having the baby at home. When dad finished explaining, I asked, "Will she still love me when she comes back with the other baby?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_11', 3, NULL, 'assets/topic/asb/1510.png', 'My dad held me close and said, "We will always love you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_12', 3, NULL, 'assets/topic/asb/1511.png', '"Can I write a letter to her while she is there?" I asked dad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_13', 3, NULL, 'assets/topic/asb/1512.png', 'That evening, I began to write a letter to mum.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_14', 3, NULL, 'assets/topic/asb/1513.png', 'I tore a paper from my exercise book and began to write.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_15', 3, NULL, 'assets/topic/asb/1514.png', '"Mummy, mummy, dad said that you have gone to bring another baby."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_16', 3, NULL, 'assets/topic/asb/1503.png', 'Please hurry up and return home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_17', 3, NULL, 'assets/topic/asb/1515.png', 'I want you to bring a baby girl, so I can play with her when she grows up.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_18', 3, NULL, 'assets/topic/asb/1516.png', 'You can bring two so one can be mine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_19', 3, NULL, 'assets/topic/asb/1517.png', 'I am waiting for you here outside our house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_20', 3, NULL, 'assets/topic/asb/1518.png', 'I folded my letter so I could give it to my father to bring it to mum. When I woke up the following morning, the letter was gone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_21', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Letter to mum +Author - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_22', 1, 'Draw a baby.', 'assets/topic/2526.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_22', 2, 1, 'assets/topic/2526.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_23', 0, 'Where was the mother going to?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_23', 1, 1, 'Hospital'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_23', 0, 1, 'School'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_23', 0, 2, 'Tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_23', 0, 3, 'No where'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_28', 0, 'My dad said we will always love you.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_28', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_28', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_31', 0, 'What do you feel when you see a new baby in your home?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_31', 0, 1, 'Happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_31', 0, 2, 'Excited'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_31', 0, 3, 'Angry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_31', 0, 4, 'Sad'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428', 2, 'Big blue bus', 'assets/topic/asb/11446.png', 'Mecelin Kakoro +Mango Tree', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_3', 3, NULL, 'assets/topic/asb/11446.png', 'There was only one bus in Ebei''s village. It was big and blue. It was very noisy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_4', 3, NULL, 'assets/topic/asb/11447.png', '"Tomorrow we will go to town," said Ebei''s mother. "We will buy your school uniform."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_5', 3, NULL, 'assets/topic/asb/11448.png', 'Ebei was very excited. They would travel in the big blue bus. He could not sleep that night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_6', 3, NULL, 'assets/topic/asb/11449.png', 'When his mother came to wake him, Ebei was already dressed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_7', 3, NULL, 'assets/topic/asb/11450.png', 'Ebei and his mother walked to the bus stop. They waited for the big blue bus. But the bus did not come.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_8', 3, NULL, 'assets/topic/asb/11451.png', 'Other people arrived at the bus stop. They complained because the bus was late. "Where is the bus?" they asked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_9', 3, NULL, 'assets/topic/asb/11452.png', 'Ebei was worried. "We will not be able to go to town," he thought. "I will not be able to get my uniform."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_10', 3, NULL, 'assets/topic/asb/11453.png', 'Some people gave up and went home. Ebei cried. He did not want to go. "We will wait a bit longer," said his mother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_11', 3, NULL, 'assets/topic/asb/11454.png', 'Suddenly, they heard a noise. They saw dust in the air. The bus was coming!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_12', 3, NULL, 'assets/topic/asb/11455.png', 'But this bus was not blue. It was not big. It was red and small. The people did not want to get in this bus.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_13', 3, NULL, 'assets/topic/asb/11456.png', '"Get in! Get in!" shouted the driver. "We are very late today," he called.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_14', 3, NULL, 'assets/topic/asb/11457.png', 'Ebei and his mother got in first. Soon everyone else got in the small red bus.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_15', 3, NULL, 'assets/topic/asb/11458.png', 'Ebei looked out the window. He saw more people at the bus stop.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_16', 3, NULL, 'assets/topic/asb/11459.png', 'Even more people were running to catch the bus. But they were too late. The red bus was full. It left for town.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_17', 3, NULL, 'assets/topic/asb/11460.png', '"Where is the big blue bus?" asked Ebei''s mother. "It broke down," replied the driver. "We are fixing it. It will come tomorrow."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_18', 3, NULL, 'assets/topic/asb/11461.png', 'Ebei did not care about the colour of the bus. He did not care about the size. This bus was going to town!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Big blue bus +Author - +Mecelin Kakoro +Illustration - +Mango Tree +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_20', 1, 'Draw a bus and color it', 'assets/topic/12428.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_20', 2, 1, 'assets/topic/12428.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_21', 0, 'What did Ebei and his mother want to buy ?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_21', 1, 1, 'Uniform'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_21', 0, 1, 'Cap'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_21', 0, 2, 'Bat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_21', 0, 3, 'Ball'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_26', 0, 'Which colored bus came to the bus stop?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_26', 1, 1, 'Red'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_26', 0, 1, 'Yellow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_26', 0, 2, 'Orange'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_26', 0, 3, 'Green'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_31', 0, 'What do you feel when waiting for something?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_31', 0, 1, 'Quiet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_31', 0, 2, 'Happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_31', 0, 3, 'Sad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_31', 0, 4, 'Angry'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419', 2, 'Ms Phone', 'assets/topic/asb/10053.png', 'Ursula Nafula +Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_3', 3, NULL, 'assets/topic/asb/10048.png', 'She is called Ms Phone. Look at her!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_4', 3, NULL, 'assets/topic/asb/10049.png', 'She has five cellphones. When she wakes up, she arranges her mobile phones on the table.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_5', 3, NULL, 'assets/topic/asb/10050.png', 'The yellow one is for communicating with family.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_6', 3, NULL, 'assets/topic/asb/10051.png', 'The white one is for communicating with people at work.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_7', 3, NULL, 'assets/topic/asb/10052.png', 'The red one is for communicating with those who owe her something.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_8', 3, NULL, 'assets/topic/asb/10053.png', 'The pink one is for communicating with her best friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_9', 3, NULL, 'assets/topic/asb/10054.png', 'The purple one is for communicating with people who need her help.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_10', 3, NULL, 'assets/topic/asb/10055.png', 'Ms Phone likes people to be happy. She does not like fighting.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_11', 3, NULL, 'assets/topic/asb/10056.png', 'She lets the children watch television at her shop.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_12', 3, NULL, 'assets/topic/asb/10057.png', 'She visits the sick and the elderly in their homes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_13', 3, NULL, 'assets/topic/asb/10058.png', 'When she passes by, people shout out, "Ms Phone! Ms Phone!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_14', 3, NULL, 'assets/topic/asb/10059.png', 'Then she feels happy and says, "I am Ms Phone. Here, look at my phones!" That is Ms Phone and her five mobile phones.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ms Phone +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Marion Drew +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_16', 1, 'Draw a cell phone and decorate it.', 'assets/topic/14419.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_16', 2, 1, 'assets/topic/14419.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_17', 0, 'How many phones did Ms phone have with her?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_17', 1, 1, 'Five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_17', 0, 1, 'one'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_17', 0, 2, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_17', 0, 3, 'Four'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_22', 0, 'Select all colors of phone that Ms phone has.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 1, 1, 'Yellow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 1, 2, 'White'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 1, 3, 'Red'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 1, 4, 'Pink'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 1, 5, 'Purple'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 0, 1, 'Black'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 0, 2, 'Orange'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 0, 3, 'Blue'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_31', 0, 'How many phones do you want?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_31', 0, 1, 'One'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_31', 0, 2, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_31', 0, 3, 'Three'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_31', 0, 4, 'Four'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610', 2, 'Byantaka and the dead pot', 'assets/topic/asb/14436.png', 'Cornelius Wambi Gulere +Emily Berg', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_3', 3, NULL, 'assets/topic/asb/14435.png', 'Once upon a time, there was a man called Byantaka who had a cow. Each day Byantaka grazed his cow. He also gave the cow water to drink. But Byantaka only had a very small pot for water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_4', 3, NULL, 'assets/topic/asb/14436.png', 'So he went at his neighbour''s home to borrow a bigger pot for water. His neighbour agreed to lend Byantaka his biggest clay pot saying, "My neighbour''s problem is my problem."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_5', 3, NULL, 'assets/topic/asb/13193.png', 'After a few days, Byantaka went to a potter''s place and bought a small pot. He took it home. He put the small pot inside the big pot that he had borrowed from his neighbour. .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_6', 3, NULL, 'assets/topic/asb/13194.png', 'Then he put the big pot, with the small pot inside it, on his head. He carried the big pot to the neighbour who loaned him the pot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_7', 3, NULL, 'assets/topic/asb/14440.png', 'Byantaka told him, "I am returning your pot, it has reproduced." The neighbour was amazed that his pot had produced another pot. He praised Byantaka saying, "Your home is blessed."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_8', 3, NULL, 'assets/topic/asb/14437.png', 'After a while, Byantaka went back to his neighbour to borrow the pot again. He did not have good intentions.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_9', 3, NULL, 'assets/topic/asb/14447.png', 'The owner of the big pot waited in vain for Byantaka to return his pot. Eventually he went to Byantaka''s home and said, "I have come for my pot."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_10', 3, NULL, 'assets/topic/asb/14446.png', 'Byantaka told his neighbour, "My friend, our pot died. I was just on my way to tell you the bad news."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_11', 3, NULL, 'assets/topic/asb/14448.png', 'His neighbour clapped his hands together in surprise. His face began to swell with anger. He shouted at Byantaka, "I have never heard of a pot dying!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_12', 3, NULL, 'assets/topic/asb/14450.png', 'Byantaka replied, "My friend you should accept these things. Everything that produces must die. I was also very sorry about the big pot''s death."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_13', 3, NULL, 'assets/topic/asb/14449.png', 'His neighbour was very angry and he went to court to report Byantaka. The judge listened to explanations from both of them. He found the owner of the pot was in the wrong.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_14', 3, NULL, 'assets/topic/asb/14451.png', '"When Byantaka told you that the pot had reproduced, you accepted. When he says that every living thing which reproduces must die, he is correct." That is how the judge judged the case.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_15', 3, NULL, 'assets/topic/asb/14452.png', 'Byantaka''s neighbour went home walking like a snail. Byantaka had got the big pot with his cleverness.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_16', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Byantaka and the dead pot +Author - +Peter Kisakye +Translation - +Cornelius Wambi Gulere +Illustration - +Emily Berg +Language - +English +Level - +First paragraphs +© Text: Uganda Community Libraries Association (Ugcla) Artwork: African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_17', 1, 'Draw a big pot and decorate it.', 'assets/topic/21610.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_17', 2, 1, 'assets/topic/21610.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_18', 0, 'Which animal did Byantaka have?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_18', 1, 1, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_18', 0, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_18', 0, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_18', 0, 3, 'Monkey'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_23', 0, 'Byantaka was lying to his neighbour about the pot.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_23', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_23', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_26', 0, 'Who do you tell if you have a problem?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_26', 0, 1, 'Mother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_26', 0, 2, 'Teacher'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_26', 0, 3, 'Judge'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_26', 0, 4, 'Policeman'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503', 2, 'Akoro''s banana business', 'assets/topic/asb/13467.png', 'Mele Joab +Atilabachew Reda and Natalie Propa', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_3', 3, NULL, 'assets/topic/asb/10070.png', 'Akoro is a young man married to Chichi. They live in Kanam village in Turkana County. Akoro has a banana garden which yields a good harvest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_4', 3, NULL, 'assets/topic/asb/13459.png', 'One morning before the sun got hot, Akoro set out with a crate of bananas on his head. He walked confidently to Kilindo market, only a kilometre away from his home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_5', 3, NULL, 'assets/topic/asb/13460.png', 'On the way, men and women of his age stared at him in surprise. Others even laughed out loud shouting, "Akoro is definitely bewitched. How can he do such a job? Men from our community do not sell bananas!" But Akoro never minded. He was a determined and hardworking man who was ready to do any job.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_6', 3, NULL, 'assets/topic/asb/13462.png', 'As soon as Akoro reached the market, he arranged the bananas on a stand and stood beside them waiting for customers. He wondered, "Will anyone stop to buy my bananas?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_7', 3, NULL, 'assets/topic/asb/13466.png', 'Few minutes later, a woman dressed in a purple dress stopped next to Akoro''s banana stand. "How much is a kilo of bananas?" the woman asked. "Fifty shillings, madam," Akoro replied respectfully.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_8', 3, NULL, 'assets/topic/asb/13465.png', 'The woman said, "Please pack for me a kilo and a half." The woman continued, "You must reduce the price." Akoro answered, "No problem madam, I will reduce by ten shillings. You are my first customer." Akoro handed over the bananas to the woman.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_9', 3, NULL, 'assets/topic/asb/13464.png', 'Akoro began enjoying his business. The beautiful ripe bananas and his sweet words made every passerby want to taste the bananas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_10', 3, NULL, 'assets/topic/asb/13463.png', 'At mid day, Akoro was already tired standing. He brought a stool and sat down to continue selling the bananas. A woman in a dark blue dress came and bought a large amount of bananas. Those who had laughed at Akoro, started wondering about Akoro''s flourishing banana business.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_11', 3, NULL, 'assets/topic/asb/13468.png', 'At about three in the afternoon, Akoro made his final sales. He gave two bananas to the gentlemen who had stayed with him all the time. They had entertained him throughout the day. Akoro sold the last bananas to a lady who was on her way from work.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_12', 3, NULL, 'assets/topic/asb/13470.png', 'Late in the evening, Akoro walked home with his empty crate on his head. As he walked, he sang a joyful song feeling proud of himself. He thought, "Hard work and determination are key things in life."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_13', 3, NULL, 'assets/topic/asb/13469.png', 'Close home, Akoro stopped by the first kiosk and bought maize flour, cooking oil, tea, sugar and bread for his family. He then went home a very happy man. He was full of plans of how to expand the banana business.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Akoro''s banana business +Author - +Mele Joab +Illustration - +Atilabachew Reda and Natalie Propa +Language - +English +Level - +Longer paragraphs +© Creative Commons Attribution (Cc-By 4.0) 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_15', 1, 'Draw a banana tree.', 'assets/topic/31503.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_15', 2, 1, 'assets/topic/31503.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_16', 0, 'Which fruit did Akro grow in his garden?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_16', 1, 1, 'Banana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_16', 0, 1, 'Mango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_16', 0, 2, 'Orange'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_16', 0, 3, 'Apple'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_21', 0, 'The ripe bananas and his sweet words made every passerby want to taste the bananas.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_21', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_21', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_24', 0, 'What do you like to buy from the market?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_24', 0, 1, 'Ripe bananas'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_24', 0, 2, 'Oil'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_24', 0, 3, 'Sugar'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_24', 0, 4, 'Tea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110', 2, 'Grandmother''s stories', 'assets/topic/asb/18842.png', 'Mutai Chepkoech +Marleen Visser', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_3', 3, NULL, 'assets/topic/asb/18819.png', 'We often gathered at grandmother''s house to listen to her stories. We liked to sit around the fire, under the stars on a cow skin. Grandmother began her last story for the night, "Hare and Elephant were neighbours and friends."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_4', 3, NULL, 'assets/topic/asb/18831.png', 'Hare liked mushrooms, but he was too lazy to farm. So he stole Elephant''s mushrooms. Elephant had planted bananas and pumpkins that year. So there were no mushrooms for Hare.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_5', 3, NULL, 'assets/topic/asb/18832.png', 'Hare went without food for many days. Then he decided to steal Elephant''s bananas. Elephant noticed that someone was stealing his bananas. He went to Hare and said, "Someone is stealing from me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_6', 3, NULL, 'assets/topic/asb/18833.png', 'Hare asked, "Who is the thief?" Elephant began to sing, "I will catch the thief! Aaah! I will catch the thief! Ooo!"  Hare felt nervous.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_7', 3, NULL, 'assets/topic/asb/18834.png', 'Elephant asked Monkey to watch his farm. But Hare did not steal that day or that night. Nor the next day or night. Monkey became tired of watching.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_8', 3, NULL, 'assets/topic/asb/18835.png', 'The following day, Hare went to Elephant''s farm to steal again. When Elephant came to check on his crops, Hare hid amongst the pumpkin leaves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_9', 3, NULL, 'assets/topic/asb/18836.png', 'Elephant saw leaves move and began singing, "I''ve caught the thief! Aah! I''ve caught the thief! Ooo!" Elephant searched everywhere but did not find the thief.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_10', 3, NULL, 'assets/topic/asb/18837.png', 'On another day, Hare was there helping himself to Elephant''s crops. Elephant arrived at the farm and Hare jumped inside a huge pumpkin to hide.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_11', 3, NULL, 'assets/topic/asb/18839.png', 'Elephant noticed the large pumpkin and said, "Ooo! Here is a big pumpkin. I''ll eat that for lunch." And he swallowed the pumpkin whole!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_12', 3, NULL, 'assets/topic/asb/18840.png', 'Hare tried to jump out of the pumpkin, but could not. Elephant felt something jumping in his stomach and said, "What kind of pumpkin is this that jumps in my stomach?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_13', 3, NULL, 'assets/topic/asb/18841.png', 'Elephant spat out the pumpkin. Before he could examine it, Hare burst out of the pumpkin and ran away as fast as he could. Elephant never caught the thief.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_14', 3, NULL, 'assets/topic/asb/18842.png', 'Grandmother said, "And that is the end of the story." "Thank you grandmother," we sleepily chorused. Then we went to bed thinking about grandmother''s stories.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Grandmother''s stories +Author - +Mutai Chepkoech +Illustration - +Marleen Visser +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_16', 1, 'Draw a pumpkin and decorate it.', 'assets/topic/19110.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_16', 2, 1, 'assets/topic/19110.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_17', 0, 'Hare was a thief.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_17', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_17', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_20', 0, 'Whom did elephant keep to watch his farm?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_20', 1, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_20', 0, 1, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_20', 0, 2, 'Hare'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_20', 0, 3, 'Dog'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_25', 0, 'How will you protect from thieves?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_25', 0, 1, 'Stick'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_25', 0, 2, 'Stone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_25', 0, 3, 'Lock'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_25', 0, 4, 'Shout'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431', 2, 'Beloved daughter', 'assets/topic/asb/18758.png', 'Ritah Katetemera +Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_3', 3, NULL, 'assets/topic/asb/18757.png', 'Once upon a time, there was a man and his wife. They had six boys and one girl. +The girl''s name was Natabo. Both parents loved Natabo more than the boys.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_4', 3, NULL, 'assets/topic/asb/18758.png', 'The parents made a small pot as a gift for their daughter. Natabo loved that little pot. She loved to play with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_5', 3, NULL, 'assets/topic/asb/18759.png', 'One day the boys broke Natabo''s pot. It broke into small pieces. +The brothers did not know what to do. They threw the pieces into the bush.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_6', 3, NULL, 'assets/topic/asb/18760.png', 'Natabo looked for her pot but did not find it. She got very upset, cried and refused to eat anything. +She begged her father, mother and brothers to look for the pot. They all said that they didn''t know where the pot was.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_7', 3, NULL, 'assets/topic/asb/18761.png', 'Natabo became even more upset. She ran away from her parents'' home and went to the forest. She climbed up the tallest tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_8', 3, NULL, 'assets/topic/asb/18762.png', 'The parents searched for their daughter. After some time, they found her up the tallest tree in the forest. +They told her to come down, but she refused. They asked her to come down, but she still refused.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_9', 3, NULL, 'assets/topic/asb/18763.png', 'Natabo''s brothers gathered together below the tree. They sang a song to get her to come down. +The song went like this: "Our last born. Come down and we can go home. We shall get a new pot."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_10', 3, NULL, 'assets/topic/asb/18764.png', 'Natabo made fun of her brothers. She sang the same song, but imitating the boys. "Ninini-ninio, ninini-ninio. Ninini-ninio, ninini-ninio."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_11', 3, NULL, 'assets/topic/asb/18765.png', 'Natabo still refused to come down from the tree. So her friend came and tried to get Natabo to climb down. +She started singing, "My friend, come down and we will go home. We shall get a new pot."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_12', 3, NULL, 'assets/topic/asb/18766.png', 'When Natabo heard her friend, she gradually began to climb down. Her friend continued to sing until Natabo reached the ground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_13', 3, NULL, 'assets/topic/asb/18767.png', 'Natabo and her friend were happy and hugged each other. They walked slowly back to Natabo''s home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_14', 3, NULL, 'assets/topic/asb/18768.png', 'When the girls reached home, Natabo''s brothers and parents were joyful. They prepared a party, and invited many friends and relatives. +Everyone enjoyed the party. Especially Natabo with her new pot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Beloved daughter +Author - +Ritah Katetemera and Mulongo Bukheye +Illustration - +Brian Wambi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_16', 1, 'Draw a party', 'assets/topic/20431.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_16', 2, 1, 'assets/topic/20431.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_17', 0, 'How many children did the man and his wife have?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_17', 1, 1, 'Seven'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_17', 0, 1, 'Six'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_17', 0, 2, 'One'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_17', 0, 3, 'Five'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_22', 0, 'Both man and his wife loved girl child the most.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_25', 0, 'How will you feel if someone broke your things?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_25', 0, 1, 'Very happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_25', 0, 2, 'Boring'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_25', 0, 3, 'Angry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_25', 0, 4, 'Sad'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899', 2, 'King Kayanja and his daughter', 'assets/topic/asb/10069.png', 'Amana Yunus +Natalie Propa', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_3', 3, NULL, 'assets/topic/asb/10074.png', 'Long, long ago there was a king called Kayanja. He lived in a palace with the queen and their daughter, princess Apenyo. Princess Apenyo was such a beautiful young woman that every man wanted to marry her. But king Kayanja demanded a very high bride price for the princess.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_4', 3, NULL, 'assets/topic/asb/10063.png', 'Near king Kayanja''s palace lived a chief called Aludah the Great. He was called "the Great" because everybody in the neighbourhood obeyed him. (He was very violent to anyone who disobeyed him!) Chief Aludah''s wife had recently died of malaria and he wanted another wife.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_5', 3, NULL, 'assets/topic/asb/10064.png', 'So the fat old chief went to king Kayanja to offer bride wealth for the young princess. While the two men were discussing the price, the maid Kakembo overheard their conversation. Maid Kakembo was very close to princess Apenyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_6', 3, NULL, 'assets/topic/asb/10065.png', 'Chief Aludah agreed to give half of his wealth to king Kayanja, including a needle, which was also part of the bride price. Preparations were made in secret for the wedding between chief Aludah and princess Apenyo. The king knew that his daughter would not be happy with this decision.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_7', 3, NULL, 'assets/topic/asb/10066.png', 'One week before the royal wedding day, maid Kakembo approached Apenyo. "My dear princess, your father has organised your wedding with chief Aludah, and it will take place in one week," said Kakembo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_8', 3, NULL, 'assets/topic/asb/10067.png', 'Princess Apenyo was shocked and at first didn''t know what to do. Then she thought, "I will never marry chief Aludah, that fat old man. Never! I must hurry to Trevor and see what he can do before it''s too late."  Trevor was princess Apenyo''s boyfriend.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_9', 3, NULL, 'assets/topic/asb/10069.png', 'That night Apenyo crept out of the palace. If her father discovered where she was going he would be very angry. She ran through the thick, dark forest over rocks and shrubs. When finally she arrived at Trevor''s house she was tired and thirsty.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_10', 3, NULL, 'assets/topic/asb/10070.png', '"My love, why have you run all this long distance alone and at such a time of night?" asked Trevor. He fetched water for her and allowed her to rest. Trevor could not settle down while he waited for Apenyo to talk.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_11', 3, NULL, 'assets/topic/asb/10071.png', '"My dear princess, what is the problem?" asked Trevor. Apenyo breathed heavily and said sadly, "My father wants to marry me off to chief Aludah the Great. But I can''t marry that horrible man. Trevor, I want to marry you even if you are poor. I am ready to suffer. I love you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_12', 3, NULL, 'assets/topic/asb/10072.png', '"But princess, I have nothing to pay as your bride price, you know I''m a poor boy," cried Trevor. Apenyo replied, "I know, but it''s only you I can get married to." She thought for a while and said, "Let''s go to Kategga the boatman and ask him to take us across the river. That way we can escape and my father will never find us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_13', 3, NULL, 'assets/topic/asb/10211.png', 'Back at the palace, king Kayanja had discovered princess Apenyo''s disappearance. He ordered his subjects to search for her everywhere. The king''s guards, soldiers, and everyone else searched, but they couldn''t find the princess. They went back to the king and told him that Apenyo was nowhere to be seen. "Then go back and search again," king Kayanja ordered. He was very annoyed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_14', 3, NULL, 'assets/topic/asb/10075.png', 'As princess Apenyo and Trevor hurried to the riverbank, dark clouds began gathering in the sky. A heavy storm was coming.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_15', 3, NULL, 'assets/topic/asb/10076.png', 'Kategga the boatman was mooring his boat when the young couple approached him. Trevor asked Kategga to row them across the river. Kategga refused to accept, explaining that a heavy storm was fast approaching, and it would be too dangerous.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_16', 3, NULL, 'assets/topic/asb/10077.png', 'Trevor insisted and explained to Kategga why they must cross. He then put his hand deep in his pocket and took out a cowrie shell to give to Kategga. When Kategga heard their story and saw the beautiful shell, he felt sorry for them. He agreed to row them across the river in spite of the weather.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_17', 3, NULL, 'assets/topic/asb/10078.png', 'When king Kayanja and chief Aludah reached the bank, they saw the three people in the boat. They realised that the young lovers had escaped. Heavy winds rocked the boat and Kategga could no longer control it. King Kayanja shouted, "Apenyo, please come back! I forgive you. I will never punish you or Trevor."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_18', 3, NULL, 'assets/topic/asb/10079.png', 'But it was too late. The boat tipped over and the three people were thrown into the wild water. They all drowned. +After that day, everyone in king Kayanja''s kingdom could marry anyone they wanted, rich or poor.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +King Kayanja and his daughter +Author - +Amana Yunus +Illustration - +Natalie Propa +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_20', 1, 'Draw a boat on a river.', 'assets/topic/12899.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_20', 2, 1, 'assets/topic/12899.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_21', 0, 'Whom did Apenyo wanted to marry?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_21', 1, 1, 'Trevor'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_21', 0, 1, 'Aludah'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_21', 0, 2, 'Kategga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_21', 0, 3, 'No one'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_26', 0, 'Everyone in king Kayanja''s kingdom could marry anyone they wanted, rich or poor.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_29', 0, 'What should you be free to do?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_29', 0, 1, 'Eat anything'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_29', 0, 2, 'Marry anyone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_29', 0, 3, 'Play with anything'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_29', 0, 4, 'Go anywhere'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417', 2, 'Kalabushe the talkative', 'assets/topic/asb/9449.png', 'Gaspah Juma +Jesse Breytenbach', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_3', 3, NULL, 'assets/topic/asb/9393.png', 'Long time ago, there lived a girl whose name was Kalabushe. Kalabushe was a very talkative girl. Although her mother warned her not to talk too much, Kalabushe did not listen.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_4', 3, NULL, 'assets/topic/asb/9392.png', 'Kalabushe''s aunt lived across the valley on the other side of Kalabushe''s village. One day she fell ill. She had nobody to take care of her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_5', 3, NULL, 'assets/topic/asb/9394.png', 'Kalabushe''s mother was very busy. It was late in the evening when she gave Kalabushe food to take to her sick aunt.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_6', 3, NULL, 'assets/topic/asb/9395.png', 'On the way, Kalabushe met Sinson. Sinson was a hyena who had changed into a person.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_7', 3, NULL, 'assets/topic/asb/9448.png', 'Sinson asked Kalabushe, "What are you carrying?" Kalabushe answered, "I am carrying meat, eggs and milk." Kalabushe''s mother had warned her not to say what she was carrying.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_8', 3, NULL, 'assets/topic/asb/9449.png', 'Kalabushe also said, "I am taking the food to my sick aunt." Sinson licked his lips at the thought of the meat that Kalabushe was carrying.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_9', 3, NULL, 'assets/topic/asb/9450.png', 'Sinson quickly ran ahead of Kalabushe to her aunt''s house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_10', 3, NULL, 'assets/topic/asb/9445.png', 'He swallowed Kalabushe''s aunt and then covered himself with her blanket.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_11', 3, NULL, 'assets/topic/asb/9447.png', 'When Kalabushe arrived, the house was very quiet. She went inside and called out, "Aunt, where are you?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_12', 3, NULL, 'assets/topic/asb/9446.png', 'Kalabushe did not hear her aunt''s voice.  She went to the inner room where her aunt slept. She was surprised when she saw someone covered with a big blanket.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_13', 3, NULL, 'assets/topic/asb/9451.png', 'Kalabushe asked, "Aunt, why are your ears so big today?" +Sinson replied from under the big blanket, "So that I can hear you well."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_14', 3, NULL, 'assets/topic/asb/9452.png', 'Kalabushe asked again, "Aunt, why are your eyes so big today?" +Sinson answered, "So I can see you well."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_15', 3, NULL, 'assets/topic/asb/9453.png', 'Kalabushe finally asked, "Aunt, why is your mouth so big today?" +Sinson replied, "So I can eat you up!" He jumped from the bed and swallowed Kalabushe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_16', 3, NULL, 'assets/topic/asb/9522.png', 'Kalabushe kept talking even when she was inside Sinson''s stomach. She asked many questions.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_17', 3, NULL, 'assets/topic/asb/9523.png', 'In the end, Sinson was so tired of Kalabushe''s many questions that he decided to spit her out.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_18', 3, NULL, 'assets/topic/asb/9455.png', 'Kalabushe and her aunt were rescued by the villagers. +From that day, Kalabushe did not talk too much to strangers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kalabushe the talkative +Author - +Gaspah Juma +Translation - +Gaspah Juma +Illustration - +Jesse Breytenbach +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_20', 1, 'Draw a hyena', 'assets/topic/18417.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_20', 2, 1, 'assets/topic/18417.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_21', 0, 'Kalabushe was a very talkative girl.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_21', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_21', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_24', 0, 'Whose name is Sinson?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_24', 1, 1, 'Hyena'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_24', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_24', 0, 2, 'Rat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_24', 0, 3, 'Lion'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_29', 0, 'From above story we come to know that we should not talk to___________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_29', 1, 1, 'Strangers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_29', 0, 1, 'Friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_29', 0, 2, 'Aunt'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_29', 0, 3, 'Uncle'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_34', 0, 'What kind of person are you?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_34', 0, 1, 'Kind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_34', 0, 2, 'Talkative'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_34', 0, 3, 'Cheerful'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_34', 0, 4, 'Happy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084', 2, 'Leopard and Antelope', 'assets/topic/asb/17309.png', 'Magabi Enyew Gessesse +Isaac Okwir', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_3', 3, NULL, 'assets/topic/asb/17306.png', 'Leopard was always trying to catch Antelope.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_4', 3, NULL, 'assets/topic/asb/17307.png', 'And Antelope was always escaping from Leopard.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_5', 3, NULL, 'assets/topic/asb/17309.png', 'One day, Leopard called out to Antelope, "Let''s be friends. What you eat, I don''t eat. Nothing makes us enemies."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_6', 3, NULL, 'assets/topic/asb/17310.png', 'Antelope agreed. So Leopard said, "Let''s make an oath to be friends. If either of us breaks the oath, her child will die."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_7', 3, NULL, 'assets/topic/asb/17311.png', 'They made an oath to be friends. At night, Antelope slept under a tree. Leopard slept in the branches above.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_8', 3, NULL, 'assets/topic/asb/17312.png', 'Antelope soon became fat. Leopard became thin.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_9', 3, NULL, 'assets/topic/asb/17313.png', 'Leopard was tempted to eat fat Antelope. She said to herself, "I don''t care about the oath. I don''t even have a child!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_10', 3, NULL, 'assets/topic/asb/17314.png', 'Leopard jumped down to catch Antelope. But she got caught between two branches.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_11', 3, NULL, 'assets/topic/asb/17315.png', 'Antelope was shocked. She leaped up and cried, "Beh! Beh!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_12', 3, NULL, 'assets/topic/asb/17316.png', 'Leopard begged, "My friend, help me. We agreed that whoever broke our oath to be friends, would lose a child."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_13', 3, NULL, 'assets/topic/asb/17317.png', 'Antelope replied, "It must have been your parent who made the oath. Now it is meant for you!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Leopard and Antelope +Author - +Magabi Enyew Gessesse and Elizabeth Laird +Illustration - +Isaac Okwir +Language - +English +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_15', 1, 'Draw a tree with branches and decorate it.', 'assets/topic/22084.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_15', 2, 1, 'assets/topic/22084.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_16', 0, 'From whom was Antelope always escaping?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_16', 1, 1, 'Leopard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_16', 0, 1, 'Lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_16', 0, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_16', 0, 3, 'Rat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_21', 0, 'Leopard was caught between two branches.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_21', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_21', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_24', 0, 'What sort of animal was the Leopard?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_24', 0, 1, 'Hungry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_24', 0, 2, 'Cunning'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_24', 0, 3, 'Kind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_24', 0, 4, 'Tempted'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434', 2, 'Frog and Snake', 'assets/topic/asb/18784.png', 'John Emongot + Rob Owen', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_3', 3, NULL, 'assets/topic/asb/18783.png', 'Once upon a time, Frog and Snake were good friends. Their homes were near each other and their children played together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_4', 3, NULL, 'assets/topic/asb/18784.png', 'One day, Frog said to Snake, "My friend I want to visit my mother next week. Would you like to go with me?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_5', 3, NULL, 'assets/topic/asb/25000.png', '"I would be happy to go," Snake answered. +"Very good, then let''s prepare for a long journey," replied Frog. "We also need to find someone to look after our homes while we are away," she added.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_6', 3, NULL, 'assets/topic/asb/25001.png', 'They asked Monkey to help since he was good and responsible. Monkey accepted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_7', 3, NULL, 'assets/topic/asb/25002.png', 'During the next few days, the two friends were busy making arrangements for the journey. +Frog collected white ants and packed them in a big sack. Her mother loved to eat white ants.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_8', 3, NULL, 'assets/topic/asb/25003.png', 'The day arrived and the two friends set off at dawn. +Soon they reached the thick forest. As they entered the forest, a group of angry squirrels gathered to attack them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_9', 3, NULL, 'assets/topic/asb/25004.png', 'Snake was so afraid that she started shaking. She hissed and hissed but the fierce squirrels kept on coming closer.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_10', 3, NULL, 'assets/topic/asb/25005.png', 'Just as the squirrels were about to attack them, Frog croaked very loudly. +The squirrels got such a fright that they ran away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_11', 3, NULL, 'assets/topic/asb/25006.png', 'When the two friends finally arrived at Frog''s mother''s place, they were hungry and tired. +Frog''s mother gave them a mat to sit on while she was preparing food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_12', 3, NULL, 'assets/topic/asb/25007.png', 'When the food was ready, Frog and Snake washed and sat down to eat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_13', 3, NULL, 'assets/topic/asb/25008.png', 'Before they started eating, Frog said, "Snake you can''t eat while lying down. That is bad manners. Please sit up properly otherwise my mother will be offended."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_14', 3, NULL, 'assets/topic/asb/25009.png', 'Snake tried very hard to sit up like the frogs, but she failed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_15', 3, NULL, 'assets/topic/asb/25010.png', 'Meanwhile Frog and her mother started eating the food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_16', 3, NULL, 'assets/topic/asb/25011.png', '"I can''t sit up properly," Snake pleaded with Frog. But Frog would not listen.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_17', 3, NULL, 'assets/topic/asb/25012.png', 'Snake was so upset that she decided to go back to her home. She did not say farewell to the frogs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_18', 3, NULL, 'assets/topic/asb/25013.png', 'On the way home, she made a plan to teach Frog a lesson!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Frog and Snake +Author - +John Emongot +Illustration - +Rob Owen +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_20', 1, 'Draw a snake and decorate it.', 'assets/topic/20434.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_20', 2, 1, 'assets/topic/20434.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_21', 0, 'Whom did Frog and Snake asked to look after their homes?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_21', 1, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_21', 0, 1, 'Tiger'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_21', 0, 2, 'parrot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_21', 0, 3, 'snail'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_26', 0, 'The two friends were attacked by angry squirrels', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_29', 0, 'What do think about frog''s mother?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_29', 0, 1, 'KInd'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_29', 0, 2, 'Cruel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_29', 0, 3, 'Disciplined'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_29', 0, 4, 'Good'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086', 2, 'Zama is great!', 'assets/topic/asb/7514.png', 'Nina Orange +Vusi Malindi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_3', 3, NULL, 'assets/topic/asb/7513.png', 'My little brother sleeps late. +I wake early, because I am great!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_4', 3, NULL, 'assets/topic/asb/7514.png', 'I am the one who lets in the sun.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_5', 3, NULL, 'assets/topic/asb/7517.png', '"You''re my morning star," says Ma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_6', 3, NULL, 'assets/topic/asb/7507.png', 'I wash myself every day, I don''t need any help.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_7', 3, NULL, 'assets/topic/asb/7515.png', 'I don''t mind cold water, or the blue soap that washes clothes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_8', 3, NULL, 'assets/topic/asb/7518.png', 'Ma reminds, "Don''t forget your teeth." +I reply, "Never, not me!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_9', 3, NULL, 'assets/topic/asb/7516.png', 'After washing, I greet Grandpa and Auntie. +I wish them a good day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_10', 3, NULL, 'assets/topic/asb/7511.png', 'Then I dress myself. +"I''m big now, Ma," I say.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_11', 3, NULL, 'assets/topic/asb/7508.png', 'I can close my buttons and buckle my shoes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_12', 3, NULL, 'assets/topic/asb/7512.png', 'I make sure my brother knows all the school news.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_13', 3, NULL, 'assets/topic/asb/7510.png', 'In class I do my best in every way.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_14', 3, NULL, 'assets/topic/asb/7509.png', 'I do all these good things every day. +But the thing I like most, is to play and play!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Zama is great! +Author - +Michael Oguttu +Adaptation - +Nina Orange +Illustration - +Vusi Malindi +Language - +English +Level - +First sentences +© Text: Uganda Community Libraries Association (Ugcla)  Artwork: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_16', 1, 'Draw a window with curtains.', 'assets/topic/22086.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_16', 2, 1, 'assets/topic/22086.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_17', 0, 'Who sleeps late?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_17', 1, 1, 'Little brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_17', 0, 1, 'Mother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_17', 0, 2, 'Father'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_17', 0, 3, 'Sister'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_22', 0, 'In class I do my best in every way.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_25', 0, 'Who do you relate above poem to?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_25', 0, 1, 'Brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_25', 0, 2, 'Sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_25', 0, 3, 'Friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_25', 0, 4, 'Myself'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680', 2, 'Demane and Demazane', 'assets/topic/asb/2636.png', 'South African Folktale + Jemma Kahn', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_3', 3, NULL, NULL, 'Once upon a time, there was a boy called Demane. He had a twin sister called Demazane.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_4', 3, NULL, 'assets/topic/asb/2635.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_5', 3, NULL, NULL, 'When their mother and father died, they went to stay with their uncle. But they were badly treated. They were beaten with long sticks, and given thin porridge only once a day for food. So they ran away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_6', 3, NULL, 'assets/topic/asb/2636.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_7', 3, NULL, NULL, 'They found a cave to live in. They were scared because they had heard that there were cannibals living in the hills. So they made a strong door to cover the entrance, with only two holes to let in air and light. Demane warned his sister, "Stay in the cave while I am out hunting, and don''t cook any meat. Cannibals love the smell of cooking meat."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_8', 3, NULL, 'assets/topic/asb/2637.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_9', 3, NULL, NULL, 'Each evening Demane brought back something he had killed – a hare or some birds or a small buck. As he came to the cave, he sang, "Demazane, Demazane, child of my mother, open this cave to me. The swallows can enter it. It has two holes."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_10', 3, NULL, 'assets/topic/asb/2638.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_11', 3, NULL, NULL, 'Demazane found it very boring to stay in the cave all day. So one day, when her brother had gone, she went out to explore. She found a stream to play in, and some trees to climb. She felt free and happy. "Perhaps," she thought, "there are no cannibals. Perhaps Uncle said there were cannibals just to frighten us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_12', 3, NULL, 'assets/topic/asb/2639.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_13', 3, NULL, NULL, 'The next day she felt bold enough to make a fire to warm herself. But she made it inside the cave with the door firmly shut – just to be on the safe side. "I''m sure it won''t matter if I put a little meat on the fire. It will be so good to have a cooked meal."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_14', 3, NULL, 'assets/topic/asb/2640.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_15', 3, NULL, NULL, 'When her brother came home he sang as usual, "Demazane, Demazane, child of my mother, open this cave to me.  The swallows can enter it. It has two holes. "She opened the door and let him in. When he saw the cooked meat, Demane asked, "How did you do this without a fire?" "I dried the meat in the sun outside the cave," Demazane replied quickly. Demane was too tired to argue, and they sat down to enjoy the meal together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_16', 3, NULL, 'assets/topic/asb/2641.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_17', 3, NULL, NULL, 'The next day, she made a fire and cooked meat again. She had just finished when a voice sang outside the door, "Demazane, Demazane, child of my mother, open this cave to me. The swallows can enter it. It has two holes. "But the voice did not sound like her brother''s. Demazane said, "No. You are not my brother. Your voice is not like his." She felt safe in the cave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_18', 3, NULL, 'assets/topic/asb/2642.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_19', 3, NULL, NULL, 'A little while later, someone was singing outside the cave again, "Do let me in, my sister." "Demazane, Demazane, child of my mother, open this cave to me. The swallows can enter it. It has two holes. "The voice sounded just like her brother''s, so she opened the door.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_20', 3, NULL, 'assets/topic/asb/2643.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_21', 3, NULL, NULL, 'A huge hairy man filled the opening of the cave. He grabbed Demazane before she could run away. Demazane just had time to pick up some ashes from the fire. As she was being carried away, she dropped some ashes here and there along the path.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_22', 3, NULL, 'assets/topic/asb/2646.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_23', 3, NULL, NULL, 'That day, all Demane had managed to trap was a hive full of bees. He carried them in a thick bag slung over his shoulder. When he came to the cave, he found the door open and his sister gone. But there were ashes pointing the way into the woods. He followed the ash along the path until he saw a fire in the distance.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_24', 3, NULL, 'assets/topic/asb/2644.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_25', 3, NULL, NULL, 'Near the fire was a huge hairy man sitting with a large bag next to him. Demane walked up to the man, pretending to limp, "Please, father, can you help me? I''ve hurt my leg. I need some water." The man replied, "I''ll get you some water, if you will promise not to touch my bag." And he put the bag carefully in his hut.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_26', 3, NULL, 'assets/topic/asb/2645.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_27', 3, NULL, NULL, 'But when he had gone, Demane cut the string of the bag, and out climbed his sister. Demane replaced the bag with his own bag full of bees. Brother and sister hid and waited to see what would happen.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_28', 3, NULL, 'assets/topic/asb/2647.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_29', 3, NULL, NULL, 'When the man came with the water, his son and daughter came with him. He said to his daughter, "There is something nice in the bag in our hut. Go! Bring it!" She opened the bag a little to see what it was, but the bees stung her hand, and she called out, "It is biting." "Go and help her!" he shouted to his son. But the result was the same.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_30', 3, NULL, 'assets/topic/asb/2648.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_31', 3, NULL, NULL, '"Don''t treat me like a fool," he shouted, and stormed into the hut. He closed the door and opened the bag himself. The angry bees swarmed out and stung his head, his nose, his eyes. Blinded, he jumped about, howling with pain.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_32', 3, NULL, 'assets/topic/asb/2649.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_33', 3, NULL, NULL, 'Then he ran and fell headlong into a pond, where his head stuck fast in the mud. He turned into a piece of wood like the stump of a tree. Just right for a bee hive. For a long time after that, Demane and Demazane ate delicious honey from that hive.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_34', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Demane and Demazane +Author - +South African Folktale +Illustration - +Jemma Kahn +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_35', 1, 'Draw a cave and put animals inside', 'assets/topic/10680.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_35', 2, 1, 'assets/topic/10680.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_36', 0, 'Where did Demane and Demazane find shelter?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_36', 1, 1, 'Cave'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_36', 0, 1, 'Hut'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_36', 0, 2, 'Tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_36', 0, 3, 'Stone house'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_41', 0, 'what did Demane put in the hairy man''s bag?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_41', 1, 1, 'Bees'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_41', 0, 1, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_41', 0, 2, 'Fire'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_41', 0, 3, 'Ashes'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_46', 0, 'How would you feel if you were alone?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_46', 0, 1, 'Brave'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_46', 0, 2, 'Scared'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_46', 0, 3, 'Clever'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_46', 0, 4, 'Foolish'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445', 2, 'Pretty golden pen', 'assets/topic/asb/25333.png', 'Ahmed Mardiya and Ibrahim Sharifa +Andrews Opoku Antwi and Michelangelo Quaye Anang', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_3', 3, NULL, 'assets/topic/asb/25336.png', 'Long ago, in Pen Village, lived many pens.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_4', 3, NULL, 'assets/topic/asb/25337.png', 'There was Golden, Bic, Ballpoint, Gel, Marker, and others.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_5', 3, NULL, 'assets/topic/asb/25339.png', 'Golden was a pretty girl. +All the other pens in Pen Village wished to be like her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_6', 3, NULL, 'assets/topic/asb/25340.png', 'Bic was Golden’s best friend. +“I will be the happiest pen in the whole of Pen Village if I get to be like Golden,” thought Bic.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_7', 3, NULL, 'assets/topic/asb/25341.png', 'But Golden was always sad and worried. She chose a lonely life away from all who loved her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_8', 3, NULL, 'assets/topic/asb/25342.png', 'Nobody in Pen Village knew why Golden was always sad and worried. They believed she had all the reasons to be happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_9', 3, NULL, 'assets/topic/asb/25343.png', 'However, Golden had a big secret only she knew about. +What was Golden’s secret?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_10', 3, NULL, 'assets/topic/asb/25333.png', 'Although Golden was pretty and adored, she had no ink! +“Of what use is a Golden pen without ink?” cried Golden.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Pretty golden pen +Author - +Ahmed Mardiya and Ibrahim Sharifa +Translation - +Ahmed Mardiya and Ibrahim Sharifa +Illustration - +Andrews Opoku Antwi and Michelangelo Quaye Anang +Language - +English +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_12', 1, 'Draw a pen and decorate it.', 'assets/topic/21445.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_12', 2, 1, 'assets/topic/21445.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_13', 0, 'What is the name of pretty girl in pen village?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_13', 1, 1, 'Golden'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_13', 0, 1, 'Bic'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_13', 0, 2, 'Gel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_13', 0, 3, 'Marker'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_18', 0, 'Golden was sad because she had no ink.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_21', 0, 'What should Golden pen do?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_21', 0, 1, 'Get ink'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_21', 0, 2, 'Fill water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_21', 0, 3, 'Run away'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_21', 0, 4, 'Do nothing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807', 2, 'Peace', 'assets/topic/asb/8945.png', 'Niyifasha Epimaque +Steven McKimmie, Wiehan de Jager, Monge Tlaka, Jonathan Field, Emily Berg, Jano Strydom and Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_3', 3, NULL, 'assets/topic/asb/7987.png', 'Peace is very important thing in our daily life.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_4', 3, NULL, 'assets/topic/asb/8999.png', 'whoever does not have peace does not plan or do anything right.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_5', 3, NULL, 'assets/topic/asb/13838.png', 'If you don''t have peace, you lose the living hope and you feel that whatever you do yields nothing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_6', 3, NULL, 'assets/topic/asb/18929.png', 'Peace is the root of living hope, wealthy and sustainable development.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_7', 3, NULL, 'assets/topic/asb/6006.png', 'A family with peace is so strong that nothing can demolish or divide its members.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_8', 3, NULL, 'assets/topic/asb/8479.png', 'Friends with peace love each other a true love and they live without any disruption.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_9', 3, NULL, 'assets/topic/asb/13388.png', 'A country with peace does not have wars and what the citizens will, they gather their force and earn it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_10', 3, NULL, 'assets/topic/asb/10611.png', 'May peace be with you all!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Peace +Author - +Niyifasha Epimaque +Translation - +Niyifasha Epimaque +Illustration - +Steven McKimmie, Wiehan de Jager, Monge Tlaka, Jonathan Field, Emily Berg, Jano Strydom and Catherine Groenewald +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +The author!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_12', 1, 'Draw dove.', 'assets/topic/30807.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_12', 2, 1, 'assets/topic/30807.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_13', 0, 'What is most important thing in our life?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_13', 1, 1, 'Peace'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_13', 0, 1, 'Money'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_13', 0, 2, 'Job'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_13', 0, 3, 'Enemy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_18', 0, 'A family with peace is very strong that no one can divide it.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_21', 0, 'What else is important in life?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_21', 0, 1, 'Food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_21', 0, 2, 'Play'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_21', 0, 3, 'Strength'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_21', 0, 4, 'Happiness'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271', 2, 'Donkey', 'assets/topic/asb/26642.png', 'Little Zebra Books +Marleen Visser', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_3', 3, NULL, 'assets/topic/asb/26643.png', 'Dog', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_4', 3, NULL, 'assets/topic/asb/26644.png', 'Duck', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_5', 3, NULL, 'assets/topic/asb/26645.png', 'Cow', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_6', 3, NULL, 'assets/topic/asb/26642.png', 'Donkey', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_7', 3, NULL, 'assets/topic/asb/26647.png', 'Mouse', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_8', 3, NULL, 'assets/topic/asb/26648.png', 'Cat', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_9', 3, NULL, 'assets/topic/asb/26649.png', 'Sheep', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_10', 3, NULL, 'assets/topic/asb/26687.png', 'Goat', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_11', 3, NULL, 'assets/topic/asb/26652.png', 'Pig', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_12', 3, NULL, 'assets/topic/asb/26651.png', 'Chicken', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_13', 3, NULL, 'assets/topic/asb/26647.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Donkey +Author - +Little Zebra Books +Illustration - +Marleen Visser +Language - +English +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_15', 1, 'Paint a chicken and decorate it.', 'assets/topic/30271.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_15', 2, 1, 'assets/topic/30271.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_16', 0, 'Which is the biggest animal among the group?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_16', 1, 1, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_16', 0, 1, 'Sheep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_16', 0, 2, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_16', 0, 3, 'Pig'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_21', 0, 'List the animals in increasing order of their height.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 1, 'Mouse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 3, 'Duck'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 4, 'Pig'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 5, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 6, 'Cow'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_28', 0, 'Which is your favourite animal?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_28', 0, 1, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_28', 0, 2, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_28', 0, 3, 'Pig'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_28', 0, 4, 'Cat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612', 2, 'Donkey and Ox', 'assets/topic/asb/15496.png', 'Ursula Nafula +Salim Kasamba', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_3', 3, NULL, 'assets/topic/asb/15491.png', 'A farmer had an old ox.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_4', 3, NULL, 'assets/topic/asb/15492.png', 'He had a donkey too. +The ox and the donkey were friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_5', 3, NULL, 'assets/topic/asb/15493.png', 'In the evening, the ox told the donkey, "I am very tired today."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_6', 3, NULL, 'assets/topic/asb/15494.png', 'The ox told the donkey, "I did not rest today."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_7', 3, NULL, 'assets/topic/asb/15495.png', 'The donkey replied, "I worked harder than you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_8', 3, NULL, 'assets/topic/asb/15496.png', 'The next day, the ox said, "Today was a bad day."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_9', 3, NULL, 'assets/topic/asb/15497.png', 'The donkey said, "When the farmer comes, say, ''Moo!'' He will let you rest."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_10', 3, NULL, 'assets/topic/asb/15498.png', 'The next morning, the ox cried, ''Moo!'' +The farmer let him rest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_11', 3, NULL, 'assets/topic/asb/15499.png', 'The farmer took the donkey out to plough the land.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_12', 3, NULL, 'assets/topic/asb/15500.png', 'The donkey worked hard all day. +He was very tired when he came home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_13', 3, NULL, 'assets/topic/asb/15501.png', 'The donkey said, "The farmer said he will kill you for meat."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_14', 3, NULL, 'assets/topic/asb/15502.png', 'The ox said, "I will work tomorrow. I feel better now."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Donkey and Ox +Author - +Melese Getahun Wolde and Elizabeth Laird +Adaptation - +Ursula Nafula +Illustration - +Salim Kasamba +Language - +English +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_16', 1, 'Paint a donkey and decorate it.', 'assets/topic/15612.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_16', 2, 1, 'assets/topic/15612.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_17', 0, 'How many animals did the farmer have?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_17', 1, 1, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_17', 0, 1, 'One'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_17', 0, 2, 'Three'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_17', 0, 3, 'Four'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_22', 0, 'What does the cow say?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_22', 1, 1, 'Moo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_22', 0, 1, 'Boo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_22', 0, 2, 'Roo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_22', 0, 3, 'Koo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_27', 0, 'Why should we work hard?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_27', 0, 1, 'Makes us happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_27', 0, 2, 'Livelihood'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_27', 0, 3, 'Keeps us fit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_27', 0, 4, 'We should not'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985', 2, 'Polygon family', 'assets/topic/asb/19270.png', 'Lindiwe Tshabalala + Isaac Okwir', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_3', 3, NULL, 'assets/topic/asb/19268.png', '"This year we are going to have a special family gathering," announced Mom Polygon. "Who is coming? I hope all the Polygons will be there. I miss my cousins," said Khosi. "I miss my side of the family the most, the Quadrilaterals," smiled Mom. "Yes, it''s a long time since we saw Rectangle, Square, and Rhombus," said Dad Polygon. "Don''t forget, they have three children now!" Mom reminded Dad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_4', 3, NULL, 'assets/topic/asb/19270.png', '"What about cousin Scalene and her children? Are they coming?" asked Vusi. Mom answered, "Yes, they are Polygons, although they are not Quadrilaterals. Their surname is Triangle. The kids are Isosceles and Equilateral." "Oh yes, the Triangle family!" exclaimed Vusi. "But they look a lot like the Quadrilaterals." "No, not exactly," said Mom. "Triangles have three sides, while the Quadrilaterals have four sides, like me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_5', 3, NULL, 'assets/topic/asb/19271.png', 'Dad Polygon added, "I am excited because my three other cousins will be here, they are Pentagon, Hexagon and Octagon. They are also part of our Polygon family." Vusi asked, "Dad, why we are called Polygons?"  "We are called polygons because we are 2-dimensional shapes. We are made of straight lines, and our shape is closed, as you can see, all our lines join up. Our cousins the Triangles, the Quadrilaterals, the Hexagons and the Pentagons will all be visiting," replied Dad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_6', 3, NULL, 'assets/topic/asb/19272.png', '"Did you say that is Octagon coming? Is she also our relative?" asked Khosi. "Of course my daughter, by just looking at her you can see she belongs to our family. You need to look carefully at the number of sides your cousins have, otherwise you might not be able to see the difference. Cousin Octagon has eight sides because her name starts with Octa," said Dad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_7', 3, NULL, 'assets/topic/asb/19273.png', '"Okay, what about Pentagon and Hexagon?" asked Vusi. "Cousin Hexagon has six sides because his name starts with Hexa," replied Dad. "Pentagons have five sides. Our teacher told us that Penta means ''five''," added Khosi. "And remember that Tri means three and Quad means four. That''s what makes your Triangle and Quadrilateral cousins look different," said Mom.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_8', 3, NULL, 'assets/topic/asb/19274.png', '"Dad, how many sides does Heptagon have?" asked Vusi. Dad laughed and said, "I am not going to tell you. Remember we took a photograph with them at your uncle''s wedding. I want you to look at the photograph carefully and tell me what you observe." Vusi looked at the photograph and quickly answered, "Heptagon has seven sides!" Khosi added, "Yes, remember our teacher told us that Hepta means ''seven''."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_9', 3, NULL, 'assets/topic/asb/19275.png', '"Oh my wife, can you see how clever our children are? Okay, what about Deca, what does it mean?" questioned Dad. "Ten! Ten!" shouted Vusi and Khosi together. "Yes, that''s why one of your cousins is called Decagon, but he is not coming because he has to represent the swimming team. There are so few Decagons at their school," Mom told them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_10', 3, NULL, 'assets/topic/asb/19276.png', 'Then the children asked, "Mom and Dad, can we invite our friend Circle from next door?" Their parents agreed that Circle was welcome to join the family gathering. Just then they heard a knock at the front door, and Dad got up to check. "The Quadrilaterals are here! Welcome! Welcome" called Dad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_11', 3, NULL, 'assets/topic/asb/19277.png', 'The rest of the family jump up to greet Square, Rectangle and the three Rhombus children. The Quadrilaterals are happy to arrive first.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_12', 3, NULL, 'assets/topic/asb/19278.png', 'The Triangle family knock on the door soon after the Quadrilaterals. Scalene, Isosceles and Equilateral are tired after their long journey, but they are so pleased to be with the rest of the family.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_13', 3, NULL, 'assets/topic/asb/19279.png', 'Finally, Octagon and Heptagon arrive with their children, two Pentagons and Hexagon. They have also brought three Squares with them. Octagon explained, "I hope you don''t mind that three Quadrilateral children from the village have come with us. They have never visited the city before." "Friends and family are always welcome here," smiled Mom. Then she sent all the children outside to play.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_14', 3, NULL, 'assets/topic/asb/19280.png', '"What game are we going to play?" Vusi asked the other children. Equilateral squealed, "Let''s play the tessellation game!" All the Polygon children started to tessellate. "Can I play with you? I also want to tessellate," said Circle. Vusi said, "Shame, I''m sorry you can''t tessellate my friend." One of the Squares added, "Can''t you see your shape, you are not a Polygon. Circles can''t tessellate."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_15', 3, NULL, 'assets/topic/asb/19281.png', 'Circle was sad and felt left out. It''s not so much fun playing together when someone is left out. Vusi said, "Hey guys, let''s rather play a game that Circle can also play." So the Polygons and Circle played happily together until the delicious food was ready.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_16', 3, NULL, 'assets/topic/asb/19282.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_17', 3, NULL, 'assets/topic/asb/19283.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_18', 3, NULL, 'assets/topic/asb/19284.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Polygon family +Author - +Lindiwe Tshabalala and African Storybook +Illustration - +Isaac Okwir +Language - +English +Level - +Read aloud +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_20', 1, 'Draw five different geometric shapes and color them', 'assets/topic/21985.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_20', 2, 1, 'assets/topic/21985.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_21', 0, 'How many sides does pentagon have?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_21', 1, 1, 'Five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_21', 0, 1, 'One'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_21', 0, 2, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_21', 0, 3, 'Three'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_26', 0, 'Decagon has ten sides.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_29', 0, 'Which is your favourite geometric shape?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_29', 0, 1, 'Decagon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_29', 0, 2, 'Pentagon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_29', 0, 3, 'Octagon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_29', 0, 4, 'Hexagon'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998', 2, 'Fana and her animals', 'assets/topic/asb/25266.png', 'Foziya Mohammed +Jesse Breytenbach', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_3', 3, NULL, 'assets/topic/asb/25265.png', 'Fana and her family live in Debre Birhan, a busy town in Ethiopia. Fana is a Grade 3 student. She is good-hearted and wise.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_4', 3, NULL, 'assets/topic/asb/25266.png', 'Fana loves animals. She has a cat, two hens, a goat and a dove. She spends time with these animals, feeding them, and playing with them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_5', 3, NULL, 'assets/topic/asb/25267.png', 'One day, Fana was playing in the school yard with her friends when she saw children throwing stones at doves. +"Why are they hurting the doves?" She asked herself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_6', 3, NULL, 'assets/topic/asb/25268.png', 'She stopped playing and ran towards the children throwing stones. +At first her friends didn''t understand what was happening, then they followed her. "Stop throwing stones," shouted Fana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_7', 3, NULL, 'assets/topic/asb/25269.png', 'The other children ran away. +Fana caught the two injured doves. She saw wounds on their wings. She decided to take the two doves home to look after them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_8', 3, NULL, 'assets/topic/asb/25270.png', 'She fed the doves. In the evening she told her family what she saw and did during the day, and how she saved the doves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_9', 3, NULL, 'assets/topic/asb/25271.png', 'In the morning Fana and her parents went to the clinic and got medicine for the doves. +After a few days, the doves'' wounds healed. Fana felt very happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_10', 3, NULL, 'assets/topic/asb/25272.png', 'Fana always tells her friends, "I love animals. Animals are useful to us and they are our friends. We must protect and preserve them."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Fana and her animals +Author - +Foziya Mohammed +Illustration - +Jesse Breytenbach +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_12', 1, 'Paint doves and decorate.', 'assets/topic/21998.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_12', 2, 1, 'assets/topic/21998.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_13', 0, 'Select the animals Fana had.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 1, 1, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 1, 2, 'Hen'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 1, 3, 'Dove'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 1, 4, 'Goat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 0, 1, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 0, 2, 'Lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 0, 3, 'Eagle'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_21', 0, 'What did Fana and her parents bring from the clinic?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_21', 1, 1, 'Medicine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_21', 0, 1, 'Bread'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_21', 0, 2, 'Biscuit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_21', 0, 3, 'Water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_26', 0, 'What do you apply when you get hurt?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_26', 0, 1, 'Medicine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_26', 0, 2, 'Stone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_26', 0, 3, 'Mud'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_26', 0, 4, 'Water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613', 2, 'Hyena and Tortoise', 'assets/topic/asb/13398.png', 'Alice Mulwa + Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_3', 3, NULL, 'assets/topic/asb/13395.png', 'A long time ago, in the village of Mkosi, there lived a greedy hyena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_4', 3, NULL, 'assets/topic/asb/13397.png', 'In a nearby village, lived a timid tortoise. The hyena and the tortoise were friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_5', 3, NULL, 'assets/topic/asb/13398.png', 'Hyena heard that across the great western river lived bees that made delicious honey. These bees traveled once a year, and were away from their hives for a whole week. "We must get that honey while the bees are away," said Hyena to Tortoise.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_6', 3, NULL, 'assets/topic/asb/13400.png', 'The tortoise was afraid to go. But he was too timid to refuse. The next morning, the two animals set off for the beehives. The hyena walked very fast but the tortoise dragged behind in fear.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_7', 3, NULL, 'assets/topic/asb/13401.png', 'They went up a hill, down into a valley and across the plains. Then they crossed the great western river, and walked further.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_8', 3, NULL, 'assets/topic/asb/13403.png', 'Finally, they saw beehives in trees on a hill. The hyena ran to the trees energetically. The tortoise almost fainted because he was so tired and hungry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_9', 3, NULL, 'assets/topic/asb/13405.png', 'When Hyena reached the biggest beehive, he wasted no time. He called to Tortoise, "Quickly, climb up the tree and knock down the hive."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_10', 3, NULL, 'assets/topic/asb/13406.png', 'The tortoise struggled slowly up the tree. He knew he could easily slip and fall. This annoyed the hyena, who started yelling at Tortoise.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_11', 3, NULL, 'assets/topic/asb/13407.png', 'When Tortoise touched the beehive, he heard the buzzing of bees. They were still in their hives! The tortoise was startled and fell out of the tree. The big beehive fell too.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_12', 3, NULL, 'assets/topic/asb/13408.png', 'The beehive landed on the tortoise. Honey covered him completely so he was hidden! Hyena started to lick up the honey. The bees were not pleased.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_13', 3, NULL, 'assets/topic/asb/13409.png', 'The bees stung the hyena on every part of his body. Hyena decided to run for his life but the bees followed him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_14', 3, NULL, 'assets/topic/asb/13410.png', 'The hyena ran down the hill, through the river, across the plains and into the valley. The bees swarmed around him all the way, stinging him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_15', 3, NULL, 'assets/topic/asb/13411.png', 'The tortoise, still under the big beehive, noticed that everything was quiet. The beehive and honey had dried on his back.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_16', 3, NULL, 'assets/topic/asb/13412.png', 'Soon the tortoise realised that he no longer needed to crawl into a bush to hide. His hard new shell of honey could protect him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_17', 3, NULL, 'assets/topic/asb/13414.png', 'The hyena was so tired and full of stings that he fainted before he got home. When he woke up, he discovered that the stings had caused patches in his fur.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_18', 3, NULL, NULL, 'This is how the tortoise got his hard shell, and the hyena got his patches. Hyena swore that he would never again steal. But the hyena and the tortoise are no longer friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hyena and Tortoise +Author - +Alice Mulwa +Illustration - +Salim Kasamba +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_20', 1, 'Paint a tortoise and decorate it.', 'assets/topic/15613.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_20', 2, 1, 'assets/topic/15613.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_21', 0, 'Who was the friend of greedy hyena?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_21', 1, 1, 'Tortoise'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_21', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_21', 0, 2, 'Cheetah'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_21', 0, 3, 'Rabbit'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_26', 0, 'Bees live in beehive.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_29', 0, 'How should we treat our friends?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_29', 0, 1, 'Kindness'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_29', 0, 2, 'Happiness'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_29', 0, 3, 'Cheerfully'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_29', 0, 4, 'Fairness'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698', 2, 'Hyena and Raven', 'assets/topic/asb/1725.png', 'Ann Nduku + Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_3', 3, NULL, 'assets/topic/asb/1725.png', 'Hyena and Raven were once great friends, even though they were quite different in some ways. Raven could fly but Hyena was only able to walk.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_4', 3, NULL, 'assets/topic/asb/1726.png', 'One day Hyena, curious to know something about his friend, asked Raven, "What is this white thing which is always below your neck?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_5', 3, NULL, NULL, 'Raven answered, "It is the fatty meat which I usually eat in the sky. I have been eating it for so long now it is stuck on my neck." On hearing about meat, saliva started pouring out of Hyena''s mouth for he was greedy and he loved meat very much. Hyena really wanted to eat that meat. But how could he reach the meat in the sky if he had no wings to fly? "Please my friend," he asked Raven, "lend me some feathers so that I can make myself some wings. I really want to be able to fly like you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_6', 3, NULL, 'assets/topic/asb/1727.png', 'Raven was not mean, so he gave him some feathers. Hyena sewed them together into wings. He fastened them to his body, and tried to take off into the sky. But he was far too heavy for the few feathers to carry him. So he had to think of another plan.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_7', 3, NULL, 'assets/topic/asb/1728.png', '"Please my friend," he asked Raven, "could I hold onto your tail as you fly up into the sky?" "All right," said Raven. "I know how much you want to fly. Let''s do it tomorrow morning." When day came, Hyena took hold of Raven''s tail and Raven flew up into the sky.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_8', 3, NULL, 'assets/topic/asb/1729.png', 'Raven flew and flew and flew until he was exhausted. But Hyena said, "Just a little further, my friend!" He could see the white and fatty meat just above them, and his mouth was watering.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_9', 3, NULL, NULL, 'When they reached the first piece of fatty meat, Hyena felt a jerk. One of Raven''s tail feathers came off in his hand! Then there was another jerk, and another. Raven felt much lighter, and the ache in his tail was going. He sang: Raven''s feathers, unpluck yourselves. Raven''s feathers, unpluck yourselves. In response, Hyena sang the opposite: Raven''s feathers hold on, don''t unpluck yourselves. Raven''s feathers hold on, don''t unpluck yourselves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_10', 3, NULL, 'assets/topic/asb/1730.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_11', 3, NULL, 'assets/topic/asb/1731.png', 'Finally, the feathers could not hold Hyena anymore. He was in the middle of nowhere in the sky. He jumped onto the fatty meat thinking that as he ate, the fatty meat would hold him. But as he tried to hold and eat the ''meat'', all he felt was moist cloud!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_12', 3, NULL, 'assets/topic/asb/1732.png', 'By now he was falling fast. "Help, help!" he shouted. But no one could hear him. Raven was lost in the clouds.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_13', 3, NULL, 'assets/topic/asb/1733.png', 'Hyena fell on the ground with a crash and lay silent for some minutes. He woke up howling in pain, with a broken leg and dark scars all over his body.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_14', 3, NULL, 'assets/topic/asb/1734.png', 'From that day to now, Hyena limps and he has many scars on his body. He has never been able to fly. And he and Raven are no longer friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hyena and Raven +Author - +Ann Nduku +Illustration - +Wiehan de Jager +Language - +English +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_16', 1, 'Paint a raven and decorate it.', 'assets/topic/8698.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_16', 2, 1, 'assets/topic/8698.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_17', 0, 'What did hyena sew with feathers?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_17', 1, 1, 'Wings'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_17', 0, 1, 'Tail'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_17', 0, 2, 'Kite'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_17', 0, 3, 'Glide'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_22', 0, 'The fatty meat that hyena wanted to eat was moist cloud.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_25', 0, 'What do you like about your friend?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_25', 0, 1, 'Friendship'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_25', 0, 2, 'Kindness'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_25', 0, 3, 'Bravery'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_25', 0, 4, 'Fun'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193', 2, 'Hyena, Hare and their basins', 'assets/topic/asb/19188.png', 'Ursula Nafula +Salim Kasamba', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_3', 3, NULL, 'assets/topic/asb/19185.png', 'Long time ago, Hyena and Hare were great friends. They were both poor but Hare owned a donkey. He also had a very small basin, which he used to feed the donkey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_4', 3, NULL, 'assets/topic/asb/19186.png', 'One hot afternoon, Hare decided to give water to his donkey. +However, Hare could not fetch water from the well with his small basin. So he decided to borrow a bigger basin from Hyena. Hyena gave Hare his basin because of their friendship.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_5', 3, NULL, 'assets/topic/asb/19187.png', 'After getting water and giving it to the donkey, Hare went home with Hyena''s basin. +Two weeks later, Hyena wanted to wash clothes but Hare still had his basin. Hyena left the clothes and went to Hare''s house for his basin.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_6', 3, NULL, 'assets/topic/asb/19188.png', 'Hare gave Hyena his large basin. He also gave Hyena a small basin. +Hare said, "Your basin gave birth to a young one and since we are friends, I am giving you the two of them." Hyena was happy and accepted the two basins.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_7', 3, NULL, 'assets/topic/asb/19189.png', 'A few days later, Hare wanted to water his donkey and again he went to Hyena for help. Hyena thought, "Since I will get an extra basin, I will give him my basin straight away!" +Hare took Hyena''s big basin and went to water his donkey. Afterwards he took Hyena''s basin home with him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_8', 3, NULL, 'assets/topic/asb/19190.png', 'Hyena waited to collect his basin from Hare. He wanted to give it time to give birth to a young one! +When Hyena went to Hare''s home to collect his basin, Hare said, "Hyena, my friend, I was just about to come to deliver the bad news. Your basin died two days ago. You know that all things that live, also die!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_9', 3, NULL, 'assets/topic/asb/19191.png', 'Hyena could not believe this news. He said, "I must call bigger animals to judge the case." +So Hyena called the bigger animals for a meeting. Elephants, buffalos, hippos and giraffes arrived at Hare''s home to judge the case.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_10', 3, NULL, 'assets/topic/asb/19192.png', 'Hare was asked to explain what happened. He said, "The first time I borrowed Hyena''s basin, it gave birth to a young one and I gave him the two. Unfortunately, the second time I borrowed Hyena''s basin, it died before giving birth. Whatever has life also dies." +All the animals agreed with Hare''s explanation. Hyena lost his basin to Hare.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hyena, Hare and their basins +Author - +Charles Katiwa Kiema +Translation - +Ursula Nafula +Illustration - +Salim Kasamba +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_12', 1, 'Draw a big basin and decorate it.', 'assets/topic/19193.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_12', 2, 1, 'assets/topic/19193.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_13', 0, 'Which animal did hare own?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_13', 1, 1, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_13', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_13', 0, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_13', 0, 3, 'Rat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_18', 0, 'Hare gave Small basin along with big basin.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_21', 0, 'How do you drink water?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_21', 0, 1, 'Pot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_21', 0, 2, 'Glass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_21', 0, 3, 'Cup'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_21', 0, 4, 'Jug'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199', 2, 'Happy and Sad', 'assets/topic/asb/1901.png', 'Madhav Chavan + Rijuta Ghate', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_3', 3, NULL, 'assets/topic/asb/1892.png', 'Why is the baby crying?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_4', 3, NULL, 'assets/topic/asb/1893.png', 'I think she is hungry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_5', 3, NULL, 'assets/topic/asb/1894.png', 'Why is the boy sad?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_6', 3, NULL, 'assets/topic/asb/1895.png', 'I think he is missing his father.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_7', 3, NULL, 'assets/topic/asb/1896.png', 'Why is the girl happy?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_8', 3, NULL, 'assets/topic/asb/1897.png', 'She has a new dress.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_9', 3, NULL, 'assets/topic/asb/1898.png', 'Why is the old man laughing?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_10', 3, NULL, 'assets/topic/asb/1899.png', 'He read a good joke.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_11', 3, NULL, 'assets/topic/asb/1900.png', 'Why is the lady smiling?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_12', 3, NULL, 'assets/topic/asb/1901.png', 'Her children are reading quietly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_13', 3, NULL, 'assets/topic/asb/1902.png', 'What is this lady feeling?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_14', 3, NULL, 'assets/topic/asb/1903.png', 'I think she is feeling shy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Happy and Sad +Author - +Madhav Chavan +Illustration - +Rijuta Ghate +Language - +English +Level - +First words +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_16', 1, 'Draw a dress for girl.', 'assets/topic/16199.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_16', 2, 1, 'assets/topic/16199.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_17', 0, 'The baby is crying because of hunger.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_17', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_17', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_20', 0, 'Match according to the story.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 1, 'Baby'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 2, 'Hungry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 3, 'Girl'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 4, 'Dress'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 5, 'Lady'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 6, 'Shy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 7, 'Old man'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 8, 'Good joke'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_29', 0, 'How are you feeling?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_29', 0, 1, 'Happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_29', 0, 2, 'Hungry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_29', 0, 3, 'Sad'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_29', 0, 4, 'Shy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911', 2, 'A tiny seed: The story of Wangari Maathai', 'assets/topic/asb/9803.png', 'Nicola Rijsdijk +Maya Marshak', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_3', 3, NULL, 'assets/topic/asb/9803.png', 'In a village on the slopes of Mount Kenya in East Africa, a little girl worked in the fields with her mother. Her name was Wangari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_4', 3, NULL, 'assets/topic/asb/9804.png', 'Wangari loved being outside. In her family''s food garden she broke up the soil with her machete. She pressed tiny seeds into the warm earth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_5', 3, NULL, 'assets/topic/asb/9805.png', 'Her favourite time of day was just after sunset. When it got too dark to see the plants, Wangari knew it was time to go home. She would follow the narrow paths through the fields, crossing rivers as she went.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_6', 3, NULL, 'assets/topic/asb/9806.png', 'Wangari was a clever child and couldn''t wait to go to school. But her mother and father wanted her to stay and help them at home. When she was seven years old, her big brother persuaded her parents to let her go to school.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_7', 3, NULL, 'assets/topic/asb/9807.png', 'She liked to learn! Wangari learnt more and more with every book she read. She did so well at school that she was invited to study in the United States of America. Wangari was excited! She wanted to know more about the world.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_8', 3, NULL, 'assets/topic/asb/9808.png', 'At the American university Wangari learnt many new things. She studied plants and how they grow. And she remembered how she grew: playing games with her brothers in the shade of the trees in the beautiful Kenyan forests.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_9', 3, NULL, 'assets/topic/asb/9810.png', 'The more she learnt, the more she realised that she loved the people of Kenya. She wanted them to be happy and free. The more she learnt, the more she remembered her African home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_10', 3, NULL, 'assets/topic/asb/9811.png', 'When she had finished her studies, she returned to Kenya. But her country had changed. Huge farms stretched across the land. Women had no wood to make cooking fires. The people were poor and the children were hungry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_11', 3, NULL, 'assets/topic/asb/9812.png', 'Wangari knew what to do. She taught the women how to plant trees from seeds. The women sold the trees and used the money to look after their families. The women were very happy. Wangari had helped them to feel powerful and strong.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_12', 3, NULL, 'assets/topic/asb/9813.png', 'As time passed, the new trees grew into forests, and the rivers started flowing again. Wangari''s message spread across Africa. Today, millions of trees have grown from Wangari''s seeds.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_13', 3, NULL, 'assets/topic/asb/9814.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_14', 1, 'Paint a forest with river.', 'assets/topic/9911.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_14', 2, 1, 'assets/topic/9911.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_15', 0, 'What is the name of little girl who worked with her mother in the fields?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_15', 1, 1, 'Wangari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_15', 0, 1, 'Changari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_15', 0, 2, 'Wango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_15', 0, 3, 'Chang'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_20', 0, 'Wangari liked to learn more and more.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_20', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_20', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_23', 0, 'Wangari taught the women how to plant trees from seeds.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_23', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_23', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_26', 0, 'What do you like to do?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_26', 0, 1, 'Plant seeds'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_26', 0, 2, 'Play in water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_26', 0, 3, 'Read'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_26', 0, 4, 'Sleep'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107', 2, 'Little Jojo''s long tall tale', 'assets/topic/asb/19917.png', 'Leo Daly +Marleen Visser', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_3', 3, NULL, 'assets/topic/asb/19902.png', '"I have a very big problem," cried Chief Short and Round in a loud voice. "Everyone, come here! I have a very big problem." The people of the Village of Many Shapes formed a big circle around Chief Short and Round. They wanted to hear what he had to say.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_4', 3, NULL, 'assets/topic/asb/19903.png', 'Chief Short and Round began, "This is the worst news ever. I have lost my spring horn." The villagers whispered to each other, "Oh no!" Chief Short and Round continued talking, "If I don''t find my spring horn then I can''t blow my spring horn! And we can''t start the springtime party if I can''t blow my spring horn. And spring won''t come if we don''t have a springtime party."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_5', 3, NULL, 'assets/topic/asb/19904.png', 'Little Square Jojo stepped into the circle and lifted up his hand. "I will find your spring horn, Chief Short and Round." "Good, good," said the chief with a smile. "You can start looking at the last place I visited this morning. Go to Tata Rectangle''s house. I remember having my horn with me there."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_6', 3, NULL, 'assets/topic/asb/19905.png', 'Tata Rectangle was happy to see Jojo. He opened his door and welcomed Jojo inside. "I remember seeing Chief Short and Round earlier this morning," said Tata Rectangle, "but I don''t think he had his spring horn with him." Little Square Jojo looked under Tata Rectangle''s bed and behind his books. He even looked into his fridge. But Jojo couldn''t find the spring horn anywhere.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_7', 3, NULL, 'assets/topic/asb/19906.png', '"Go and see if Mama Triangle has the spring horn," said Tata Rectangle. "Chief Short and Round visited her before he came to see me." "Thank you, Tata," said Jojo as he waved goodbye. Mama Triangle''s house is about three kilometres from here, thought Jojo. That is a far distance to walk. I will stop at my house along the way and have a rest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_8', 3, NULL, 'assets/topic/asb/19907.png', 'Little Square Jojo was hot and tired by the time he reached his house. He went inside to open his freezer and pour a glass of cold water with ice blocks. "I must be half the way to Mama Triangle''s house," he said. "I hope she has the chief''s horn." Then Jojo had an idea. "I can visit Dudu Diamond. Her house is only half a kilometre from here and it''s on the way."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_9', 3, NULL, 'assets/topic/asb/19908.png', 'Dudu Diamond was cleaning her house when Jojo arrived. Her earrings were making a lovely tinkling sound as she worked. "Hello, Jojo," she said. "What are you doing today?" "I am on my way to Mama Triangle''s house to find the chief''s spring horn," said Little Square Jojo. "That''s nice of you," said Dudu. "I am happy to come with you. How much further do you have to go?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_10', 3, NULL, 'assets/topic/asb/19909.png', 'Little Square Jojo scratched his head. "Let''s see. Mama Triangle''s house was three kilometres away from where I started. I walked about half the way to get to my house, that''s one and a half kilometres. Then I walked another half a kilometre to get to your house. That makes 2 kilometres. So we only have one more kilometre to go!" "That''s not so far then!" smiled Dudu. "I''ll pack some things to take with."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_11', 3, NULL, 'assets/topic/asb/19910.png', 'Dudu Diamond and Little Square Jojo walked until they reached the bottom of a tall mountain. "Mama Triangle''s house is right up there at the top," said Dudu. "Let''s stop for a while and have a rest. You can have the sandwich I packed." Jojo cut the sandwich into four smaller pieces. "Here, let''s share the sandwich, you have two pieces and I''ll have two."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_12', 3, NULL, 'assets/topic/asb/19911.png', 'Soon Dudu Diamond and Little Square Jojo were half the way up the mountain. Things were very different there. "Look," said Jojo. "That''s the strangest spider I''ve ever seen." "Wow," said Dudu. "It has spun a beautiful web. Let''s count the sides. One, two, three, four, five and six! "That makes it a hexagon then!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_13', 3, NULL, 'assets/topic/asb/19912.png', 'After climbing over a very big rock, Little Square Jojo and Dudu Diamond finally arrived at Mama Triangle''s house. They were high up now and felt a bit dizzy. "Hello, you two," said Mama Triangle with a smile. "I am so happy to have visitors. Most of the time I''m all alone here on the top of my mountain. Come inside and sit down at my table."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_14', 3, NULL, 'assets/topic/asb/19913.png', '"Mama Triangle," said Jojo after catching his breath, "We''ve come to find Chief Short and Round''s spring horn. Tata Rectangle said that the chief visited you this morning." "Yes, that is correct," said Mama Triangle. "The chief came to ask me to help prepare for the springtime party. But he didn''t leave his spring horn here." "Oh no," said Jojo sadly. "We''ve come all this way for nothing!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_15', 3, NULL, 'assets/topic/asb/19914.png', 'Mama Triangle held Jojo''s hand as she led him outside. "Don''t worry Jojo," she said. "Chief Short and Round didn''t leave his spring horn here but I know where it is. That chief can be such a silly thing!" Mama Triangle, Little Square Jojo and Dudu Diamond all ran down the mountain and in no time at all they were safely at the bottom.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_16', 3, NULL, 'assets/topic/asb/19915.png', 'It was evening by the time they reached Chief Short and Round''s house. Mama Triangle knocked on the door and when it was opened everyone rushed inside. "Hello," said Chief Short and Round, blinking sleepily. "Did you find my spring horn? Will we be able to have the springtime party?" Little Square Jojo felt very bad and shook his head.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_17', 3, NULL, 'assets/topic/asb/19916.png', '"Jojo looked for your spring horn all day," said Mama Triangle. "It is not his fault that he didn''t find it. It is your fault, Chief Short and Round. Don''t you remember?" Mama Triangle pointed at the chief. "You are wearing your spring horn on your head!" Chief Short and Round gasped, "Oh my, I remember it now. I was so hot from climbing up that mountain that I put my horn on my head."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_18', 3, NULL, 'assets/topic/asb/19917.png', '"I am so embarrassed," said Chief Short and Round as he took his spring horn off his head. Then he passed it to Little Square Jojo. "You have done all the hard work, Jojo. You should blow the horn." Little Square Jojo smiled. He lifted up the horn and gave it a loud blow. "Now we can have the springtime party!" All was well in the Village of Many Shapes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Little Jojo''s long tall tale +Author - +Leo Daly +Illustration - +Marleen Visser +Language - +English +Level - +Read aloud +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_20', 1, 'Draw a horn and decorate it.', 'assets/topic/23107.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_20', 2, 1, 'assets/topic/23107.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_21', 0, 'What did the Chief Short and Round lose?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_21', 1, 1, 'Spring horn'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_21', 0, 1, 'Summer horn'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_21', 0, 2, 'Unicorn'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_21', 0, 3, 'Nohorn'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_26', 0, 'Chief short forgot about where he kept the spring horn.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_29', 0, 'What is your favourite shape?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_29', 0, 1, 'Circle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_29', 0, 2, 'Triangle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_29', 0, 3, 'Square'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_29', 0, 4, 'Diamond'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135', 2, 'Unwise judge', 'assets/topic/asb/17057.png', 'Magabi Eynew Gessesse +Brian Wambi', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_3', 3, NULL, 'assets/topic/asb/17050.png', 'There were two poor neighbours who were friends, Meseret and Demeke. One day, Meseret said to Demeke, "I must take my barley to the market today. The sack is very heavy, and the market is far away. I wish I had enough money to buy a donkey."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_4', 3, NULL, 'assets/topic/asb/17052.png', 'Demeke nodded and said, "And I must buy some new pots at the market today. They will be very heavy. I wish I had a donkey, too. I only have half the money."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_5', 3, NULL, 'assets/topic/asb/17053.png', 'Meseret had an idea. "Let''s buy a donkey together. You can pay half and I will pay half. One week, I will take the donkey to the market, and the next week, you can take it." Meseret and Demeke bought a donkey. For a long time they were both happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_6', 3, NULL, 'assets/topic/asb/17054.png', 'But one day, Meseret''s father died. Meseret took all his father''s fields, trees, cows and sheep. He was rich now and didn''t want to work with Demeke anymore. And, he wanted his half of the donkey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_7', 3, NULL, 'assets/topic/asb/17055.png', 'Meseret said to Demeke, "My dogs need meat. I want to kill our donkey. You can have half of it, and I will have the other half." Demeke cried, "I don''t need any meat. I need the donkey. If you want to kill it, give me money for my half." Meseret was angry. "I''m not going to give you any money," he said. "Half of the donkey is mine, and I want to have it." "Let''s go to the judge," Demeke said. "He can decide between us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_8', 3, NULL, 'assets/topic/asb/17057.png', 'Meseret and Demeke went to see the judge. The judge was not a wise man. He didn''t listen carefully. "Do you both own the donkey?" he asked. "Yes," Meseret and Demeke agreed. "Then half of it belongs to one of you, and half of it belongs to the other," the judge said. "If Meseret wants his half, he can take it. Kill the donkey, and cut it in half."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_9', 3, NULL, 'assets/topic/asb/17058.png', 'Meseret was happy. He killed the donkey and took half of the meat to give to his dogs. Demeke was unhappy and thought, "My poor donkey has gone, and now I must carry everything myself."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_10', 3, NULL, 'assets/topic/asb/17060.png', 'A few months later, Meseret wanted to build a new hut for himself. He thought, "I''ll burn down my old hut and build a big new one." Meseret began to carry everything out of his hut. Demeke saw him and asked, "What are you doing?" Meseret replied, "I''m going to burn my hut and build a new one." Demeke was worried, "But your hut is next to mine. If you burn your hut, you will burn mine, too."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_11', 3, NULL, 'assets/topic/asb/17061.png', 'Meseret was angry. "Don''t try to stop me! This is my hut, and I will burn it if I want to," he said. "Stop! Let''s go and ask the judge." cried Demeke. The unwise judge didn''t listen carefully and didn''t try to understand. "Let Meseret burn his hut because it''s his own and no one can stop him," the unwise judge ruled.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_12', 3, NULL, 'assets/topic/asb/17062.png', 'So Meseret burned his hut. The wind carried the fire to the roof of Demeke''s hut and soon it was burning too. They went back to the judge. Demeke cried, "Look! Meseret has burned my hut! He must pay me." "No, Meseret burned his own hut. It was the fire that burned your hut. Meseret can keep his money," decided the judge.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_13', 3, NULL, 'assets/topic/asb/17063.png', 'Poor Demeke was very unhappy. He had no donkey and no hut. All he had was his field. Every day, he worked in his field. Every night he and his family slept under a tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_14', 3, NULL, 'assets/topic/asb/17064.png', 'It was nearly harvest time by now. Demeke had worked hard in his field. He pulled out the weeds. He frightened away the birds. There was a good crop of chickpeas in his field.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_15', 3, NULL, 'assets/topic/asb/17066.png', 'One day, Meseret''s sons came to visit their father. They passed by Demeke''s field. "Chickpeas! They are delicious!" shouted the one son. The boys ran into the field, and began to eat the chickpeas. Soon, many of the peas were gone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_16', 3, NULL, 'assets/topic/asb/17068.png', 'Demeke saw them from far away. He ran quickly to his field. "Give me back all my chickpeas," he demanded. "We can''t give them back to you," the boys replied. "We have eaten them. Ask our father. He will pay you for your chickpeas."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_17', 3, NULL, 'assets/topic/asb/17069.png', 'Demeke went to see Meseret. "Your sons ate all my chickpeas," he said. "I''ll give you some money to pay for them," Meseret said. "I don''t want your money. I''m going to take my chickpeas," Demeke said. "Wait! Let''s go and ask the judge," Meseret cried.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_18', 3, NULL, 'assets/topic/asb/17070.png', 'Meseret and Demeke went to see the judge. As usual, the judge didn''t listen to them carefully. "Meseret''s sons ate all your chickpeas, and they must give them back. Cut the boys open, and take your chickpeas," the judge said to Demeke. Meseret was frightened. "But my sons will die! Please, Demeke, let me give you money," he begged. "I wanted money when you killed our donkey," Demeke said. "I don''t want money now. I want my chickpeas."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_19', 3, NULL, 'assets/topic/asb/17071.png', 'Demeke picked up his knife. "I''ll build you a new hut! I''m sorry I burned your old one," cried Meseret. "I don''t want a new hut," Demeke said. "I want my chickpeas." He began to sharpen his knife on a stone. "No! Please, wait! Let''s go and see the elders. Please, my old friend, let the elders decide," cried Meseret.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_20', 3, NULL, 'assets/topic/asb/17073.png', 'So, Meseret and Demeke went to see the elders. The elders talked for a long time and at last they said to Meseret, "You were wrong. You refused to pay Demeke for his donkey. You burned his hut, and your children ate his harvest."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_21', 3, NULL, 'assets/topic/asb/17074.png', 'Then they turned to Demeke. "You want to kill Meseret''s sons. That is wrong too. Here is our decision. Meseret must give to Demeke half of all his trees, fields, cows and sheep. Then you can live together in peace."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_22', 3, NULL, 'assets/topic/asb/17075.png', 'So, Meseret gave Demeke half of all his property. They lived together happily and never quarrelled again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Unwise judge +Author - +Magabi Eynew Gessesse and Elizabeth Laird +Illustration - +Brian Wambi +Language - +English +Level - +Read aloud +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_24', 1, 'Draw a hut and decorate it.', 'assets/topic/17135.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_24', 2, 1, 'assets/topic/17135.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_25', 0, 'What did Meseret and Demeke wished to buy if they had enough money?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_25', 1, 1, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_25', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_25', 0, 2, 'Rat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_25', 0, 3, 'Cat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_30', 0, 'Judge was wise of them all.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_30', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_30', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_33', 0, 'Who do you fight with?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_33', 0, 1, 'No one'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_33', 0, 2, 'Mother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_33', 0, 3, 'Sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_33', 0, 4, 'Friend'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040', 2, 'Hamisi''s lucky day', 'assets/topic/asb/7976.png', 'Adelheid Marie Bwire +Rob Owen', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_3', 3, NULL, 'assets/topic/asb/7966.png', 'Hamisi needs a new school uniform. His dad takes him to the market.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_4', 3, NULL, 'assets/topic/asb/7967.png', 'Hamisi sees a boy wearing a beautiful shirt. "That is a very fine shirt," thinks Hamisi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_5', 3, NULL, 'assets/topic/asb/7968.png', '"Dad, I wish I had a shirt like the one that boy has," says Hamisi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_6', 3, NULL, 'assets/topic/asb/7969.png', '"Look, there are those beautiful shirts," says Hamisi. "Dad, please buy one for me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_7', 3, NULL, 'assets/topic/asb/7972.png', '"Hamisi, I have to buy your uniform," says dad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_8', 3, NULL, 'assets/topic/asb/7973.png', '"I do not have enough money for that shirt," says dad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_9', 3, NULL, 'assets/topic/asb/7975.png', 'Hamisi''s dad buys the uniform. He is surprised when he gets the change. He has enough money left over to buy a shirt!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_10', 3, NULL, 'assets/topic/asb/7976.png', 'It is Hamisi''s lucky day! Which shirt will he choose?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hamisi''s lucky day +Author - +Adelheid Marie Bwire +Translation - +Adelheid Marie Bwire +Illustration - +Rob Owen +Language - +English +Level - +First sentences +© African Storybook Initiative and Molteno Institute 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_12', 1, 'Paint a school uniform.', 'assets/topic/8040.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_12', 2, 1, 'assets/topic/8040.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_13', 0, 'What did Hamisi and his dad go to buy?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_13', 1, 1, 'uniform'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_13', 0, 1, 'cap'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_13', 0, 2, 'Bat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_13', 0, 3, 'Ball'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_18', 0, 'Hamisi Dad at last bought a shirt for Hamisi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_21', 0, 'What color shirt will you buy?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_21', 0, 1, 'Green'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_21', 0, 2, 'Red'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_21', 0, 3, 'Orange'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_21', 0, 4, 'Blue'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386', 2, 'The bandit', 'assets/topic/asb/17600.png', 'DiresGebre-Meskel +Jacob Kono', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_3', 3, NULL, 'assets/topic/asb/17597.png', 'In those days, there were merchants who went everywhere. They travelled in the cold weather and hot weather. They crossed hills and deserts and bushy areas, selling and buying things. These merchants were very careful when they travelled. They were afraid of bandits and robbers so they went in groups.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_4', 3, NULL, 'assets/topic/asb/17598.png', 'One merchant couldn''t find a group so he decided to go alone. He met a bandit and he was afraid. "Who are you? Are you alone?" asked the bandit. "I am a merchant. My friends are ahead, but right now I am alone," replied he merchant.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_5', 3, NULL, 'assets/topic/asb/17599.png', 'At that time another merchant arrived from a different direction. He saw the bandit and was afraid. He hid himself in the bushes and watched. The bandit killed the first merchant and buried him. The second merchant thought, "How can I go on? The same thing will happen to me." So he stayed there for some time. Later he thought, "I can''t stay here forever. I must go on."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_6', 3, NULL, 'assets/topic/asb/17600.png', 'He passed where the bandit had killed the merchant and reached a village. He was so upset by what had seen that he couldn''t smile or talk to people. People asked him, "You used to be cheerful, but now you are sad. Why?" "I''m tired and thirsty," he said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_7', 3, NULL, 'assets/topic/asb/17601.png', 'He stayed the night there. The next morning he continued with his journey. The people kept asking him, "What''s wrong?" He thought to himself, "Shall I tell them or not?" At last he told the villagers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_8', 3, NULL, 'assets/topic/asb/17602.png', 'The villagers realised that the bandit was a man from their village. They said, "It''s terrible for this to happen here. We''ll try to find out who the dead man is."  But they didn''t say anything about the bandit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_9', 3, NULL, 'assets/topic/asb/17603.png', 'This merchant told the villagers, "I saw someone burying a man. I didn''t know who it was or who the bandit was. I will never come back to this place."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_10', 3, NULL, 'assets/topic/asb/17604.png', 'The ruler of the village heard about how merchants were being stopped by bandits, killed and buried. He was worried. "How can bandits do this to strangers in my territory?" So he tried to solve the problem. "I will try to catch the bandit by arranging a feast and calling everyone together," thought the ruler.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_11', 3, NULL, 'assets/topic/asb/17605.png', 'This ruler was loved by all his people. He arranged a feast for everyone in the village. At the feast, the ruler stood up and said, "My daughter is sick. The only medicine for her is fresh tiringo (a citrus fruit). The fruit should grow near a river, close to bushes and trees, in a place where no one lives. Can any of you bring such a fruit to me?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_12', 3, NULL, 'assets/topic/asb/17606.png', 'Everyone was thinking, "Where could I find a tiringo like that?" They didn''t say anything. But the bandit immediately stood up and said, "Your excellency, I know of that fruit growing in such a place. Give me a time of two weeks."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_13', 3, NULL, 'assets/topic/asb/17607.png', 'The bandit went at once to the place where he buried the merchant because a tiringo tree was there. He rushed to get the fruit before anyone else could find it. He put two bunches of fruit in a sack and ran to meet the ruler.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_14', 3, NULL, 'assets/topic/asb/17608.png', 'After two or three days of waiting at the gates he was finally allowed to see the ruler. "I have brought what you wanted, so please take it," offered the bandit. The ruler said, "I am happy you brought the fruit, but I want you to give it to me in front of my people."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_15', 3, NULL, 'assets/topic/asb/17609.png', 'The ruler called the people from the villages around to go to his palace. As people ate and drank, he said, "This man has kept his promise as you heard. He said he would bring the special fruit and he has got it. I want to receive this great gift in front of you all."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_16', 3, NULL, 'assets/topic/asb/17610.png', 'The people thought the bandit would get a reward. They were jealous of him. They wondered how he got the fruit. The bandit opened the sack to give the fruit to the ruler. When he took out two fruits, they were tiringos, but as he gave them to the ruler they became two human skulls!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_17', 3, NULL, 'assets/topic/asb/17611.png', 'When that happened all the people were angry and the bandit was surprised. The ruler smiled. He had wished for a long time to catch those who robbed and killed near his village. The ruler had prayed saying, "Please, show me, who is this bandit?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_18', 3, NULL, 'assets/topic/asb/17612.png', 'So, that day, at the feast, his God showed him. The ruler knew the man was a killer. He ordered his people to take him to jail.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The bandit +Author - +DiresGebre-Meskel and Elizabeth Laird +Illustration - +Jacob Kono +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_20', 1, 'Paint a camel and decorate it.', 'assets/topic/19386.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_20', 2, 1, 'assets/topic/19386.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_21', 0, 'Who had killed the merchant?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_21', 1, 1, 'Bandit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_21', 0, 1, 'Villager'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_21', 0, 2, 'Ruller'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_21', 0, 3, 'Guard'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_26', 0, 'Which fruit did ruler asked to get?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_26', 1, 1, 'Tiringo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_26', 0, 1, 'Apple'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_26', 0, 2, 'Banana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_26', 0, 3, 'cherry'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_31', 0, 'What will you do if you are not well?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_31', 0, 1, 'Take medicine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_31', 0, 2, 'Take rest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_31', 0, 3, 'Eat fruit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_31', 0, 4, 'Go to doctor'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838', 2, 'Fox and Rooster', 'assets/topic/asb/14805.png', 'Vincent Afeku + Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_3', 3, NULL, 'assets/topic/asb/14795.png', 'There was a time when all the animals lived together as friends. One day they decided to have a meeting to elect a king.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_4', 3, NULL, 'assets/topic/asb/14796.png', 'Rooster wanted to be king. So he lied to the other animals. He told them, "The red comb on my head is fire! Don''t touch the comb on my head!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_5', 3, NULL, 'assets/topic/asb/14797.png', 'The other animals believed Rooster. They decided to elect Rooster as their king. The animals hoped that Rooster''s fire would help them in cold weather.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_6', 3, NULL, 'assets/topic/asb/14798.png', 'Then came a day when it rained. And rained. And rained. It was cold. Everything was wet and cold.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_7', 3, NULL, 'assets/topic/asb/14799.png', '"Where can we get fire to warm our bodies?" Rabbit asked the other animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_8', 3, NULL, 'assets/topic/asb/14800.png', '"We can get fire from the comb on Rooster''s head," replied Monkey. "Rooster is our king because he has fire on his head," said Monkey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_9', 3, NULL, 'assets/topic/asb/14801.png', 'The animals agreed with Monkey. They sent Fox to collect fire from king Rooster.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_10', 3, NULL, 'assets/topic/asb/14802.png', 'Fox found Rooster in a deep sleep. So he decided to take fire without asking Rooster.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_11', 3, NULL, 'assets/topic/asb/14803.png', 'Fox collected some dry grass. He put the grass next to the comb on Rooster''s head. Nothing happened. The grass did not catch fire.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_12', 3, NULL, 'assets/topic/asb/14804.png', '"Wake up king Rooster!" yelled Fox. "We need fire now."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_13', 3, NULL, 'assets/topic/asb/14805.png', 'But Rooster could not give fire to Fox.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_14', 3, NULL, 'assets/topic/asb/14806.png', 'Fox was angry. He went back to the other animals. He told them the truth about the comb on Rooster''s head. From that day, no one was afraid of Rooster.  And foxes eat roosters and their families.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Fox and Rooster +Author - +Vincent Afeku +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_16', 1, 'Paint a crown and decorate it.', 'assets/topic/21838.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_16', 2, 1, 'assets/topic/21838.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_17', 0, 'Whcih animal wanted to become king?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_17', 1, 1, 'Rooster'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_17', 0, 1, 'Fox'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_17', 0, 2, 'Rabbit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_17', 0, 3, 'Monkey'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_22', 0, 'Select all the animals you read in the story', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 1, 1, 'Rooster'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 1, 2, 'Fox'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 1, 3, 'Rabbit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 1, 4, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 0, 1, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 0, 2, 'Zebra'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_29', 0, 'What do you do to keep your self warm in winter?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_29', 0, 1, 'Cover with blanket'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_29', 0, 2, 'Light fire to get warm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_29', 0, 3, 'Rub hands'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_29', 0, 4, 'Wear sweater'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609', 2, 'Rooster and Hare', 'assets/topic/asb/12453.png', 'Geoffrey Thiiru + Duane Arthur', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_3', 3, NULL, 'assets/topic/asb/12438.png', 'Once upon a time, there was a rooster and a hare. They were good friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_4', 3, NULL, 'assets/topic/asb/12440.png', 'One night, Hare visited Rooster and his family. They enjoyed supper together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_5', 3, NULL, 'assets/topic/asb/12443.png', 'When it was bedtime, Rooster and his family soon fell asleep. Hare could not see their heads.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_6', 3, NULL, 'assets/topic/asb/12449.png', 'Rooster and his family slept very well. Hare was not able to sleep the whole night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_7', 3, NULL, 'assets/topic/asb/12453.png', 'In the morning, Hare wanted to know Rooster''s secret. "Where do you put your heads at night?" he asked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_8', 3, NULL, 'assets/topic/asb/12454.png', 'Rooster decided to play a joke on Hare. He said, "At bedtime, we chop off our heads. Without heads, we sleep very well."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_9', 3, NULL, 'assets/topic/asb/12455.png', '"Then in the morning, we put our heads back on," explained Rooster.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_10', 3, NULL, 'assets/topic/asb/12456.png', 'Hare went home and told his family about the rooster''s secret. The Hare family decided to try it themselves. What do you think happened?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Rooster and Hare +Author - +Geoffrey Thiiru +Illustration - +Duane Arthur +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_12', 1, 'Painta hare and decorate it.', 'assets/topic/12609.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_12', 2, 1, 'assets/topic/12609.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_13', 0, 'Who is the best friend of hare?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_13', 1, 1, 'Rooster'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_13', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_13', 0, 2, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_13', 0, 3, 'Rabbit'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_18', 0, 'Rooster and his family chopped their head to get good sleep.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_18', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_18', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_21', 0, 'What will you do for a good nights sleep?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_21', 0, 1, 'Eat fruit after dinner'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_21', 0, 2, 'Go for long walk.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_21', 0, 3, 'Change the place of sleep.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_21', 0, 4, 'Read a book.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439', 2, 'Mod the toad', 'assets/topic/asb/13417.png', 'Alice Mulwa +Rob Owen', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_3', 3, NULL, 'assets/topic/asb/13415.png', 'It was a cold and wet morning in the forest. Mod the little toad was tired of swimming in cold water. "I need to leave this place during the rainy season," she said to herself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_4', 3, NULL, 'assets/topic/asb/13416.png', '"I want an adventure," said Mod to Tortoise. "I must find out about the world." "Be careful, don''t leave the water for too long or your skin will dry out," warned the wise terrapin. At that time, toads still had smooth wet skin like frogs. Without water, their skins would become too dry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_5', 3, NULL, 'assets/topic/asb/13417.png', 'But Mod the toad was curious. "I must find out, I must go beyond the forest," she said. Mod hopped out of the water. Hop, hop, she went, away from the river. She had fun jumping over the rocks, across grass, and past trenches.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_6', 3, NULL, 'assets/topic/asb/13418.png', 'She heard the sound of an air plane. Mod looked up into the sky. "What is up there?" she asked, "I wonder if the clouds are talking." But no one answered her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_7', 3, NULL, 'assets/topic/asb/13419.png', 'Mod carried on her way. She met Chameleon for the first time. He was next to a large puddle of water. "Hello, I am on my way to dry land for adventure. What can you tell me?" she asked. "Nothing much stranger. It rains here too. Lots of rain and lots of flies," replied Chameleon.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_8', 3, NULL, 'assets/topic/asb/13421.png', 'As Chameleon was talking, his body changed colour. Mod got a fright. She quickly said goodbye to Chameleon and hopped into a nearby bush.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_9', 3, NULL, 'assets/topic/asb/13422.png', 'But she was unlucky. Hyena was busy burning bushes in preparation for planting season.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_10', 3, NULL, 'assets/topic/asb/13423.png', 'Mod did not want to turn around for fear of meeting Chameleon again. She stayed in the bush, only her round eyes could be seen. They were big with fear. Mod was surrounded by fire!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_11', 3, NULL, 'assets/topic/asb/13424.png', 'Mod did not know where to go. The flames began to burn her back. Then the little toad remembered the puddle of water where she met Chameleon. She closed her eyes, held her breath, and jumped high in the direction of the puddle.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_12', 3, NULL, 'assets/topic/asb/13425.png', 'She was lucky this time. She landed in the puddle, and the water put out the flames that were burning her skin. But the damage was done. When she came out of the puddle, the skin on her back was full of blisters.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_13', 3, NULL, 'assets/topic/asb/13426.png', 'Mod did not want an adventure anymore. She wanted to go home. But she did not know the way back to her river in the forest. So the little toad found a cool, dark place under a rock and sadly made a new home. Her burned skin slowly healed, but it was dry and bumpy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_14', 3, NULL, 'assets/topic/asb/13427.png', 'This is why toads have dry rough skin, and can live away from water. Frogs still have smooth wet skin and need to stay where it''s wet.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mod the toad +Author - +Alice Mulwa +Illustration - +Rob Owen +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_16', 1, 'Paint a rainy scene.', 'assets/topic/20439.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_16', 2, 1, 'assets/topic/20439.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_17', 0, 'Mod wanted to leave his place due to which season?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_17', 1, 1, 'Rainy season'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_17', 0, 1, 'Spring season'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_17', 0, 2, 'Autumn season'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_17', 0, 3, 'Summer season'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_22', 0, 'Whom did mod mod talk to before leaving the water?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_22', 1, 1, 'Tortoise'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_22', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_22', 0, 2, 'Fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_22', 0, 3, 'Crab'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_27', 0, 'What do you when it is a rainy season?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_27', 0, 1, 'Stay at home'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_27', 0, 2, 'Play in water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_27', 0, 3, 'Eat cookies'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_27', 0, 4, 'Carry umbrella'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436', 2, 'How Tortoise''s nose became crooked', 'assets/topic/asb/13136.png', 'Taiwo Ẹhinẹni +Marleen Visser', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_3', 3, NULL, 'assets/topic/asb/13129.png', 'Once upon a time, Tortoise and Squirrel were very close friends. One day, Squirrel said to Tortoise, "My friend, we have no money, but market day is getting close. What business can we do to make some money?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_4', 3, NULL, 'assets/topic/asb/13130.png', 'Tortoise responded, "You know I can make clay plates. I want you to join me in making plates to sell." "Okay my friend, tomorrow evening I will join you to make the plates," Squirrel said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_5', 3, NULL, 'assets/topic/asb/13131.png', 'On the day of the market, Tortoise went to the marketplace. He saw two people fighting in the distance. He put down his clay plates and went to watch the fight.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_6', 3, NULL, 'assets/topic/asb/13132.png', 'When Tortoise got there, he saw that it was his friend Squirrel fighting with Mole.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_7', 3, NULL, 'assets/topic/asb/13133.png', 'Immediately, without finding out what caused the fight, Tortoise took a big stick and began to beat Mole. "Leave my friend alone!" shouted Tortoise.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_8', 3, NULL, 'assets/topic/asb/13134.png', 'Mole turned to face Tortoise and bit him deeply on the nose.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_9', 3, NULL, 'assets/topic/asb/13135.png', 'Tortoise''s nose began to bleed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_10', 3, NULL, 'assets/topic/asb/13136.png', 'Tortoise had impatiently entered into the fight. Since that day, Tortoise has a crooked nose to remind him not to be so hasty.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +How Tortoise''s nose became crooked +Author - +Taiwo Ẹhinẹni +Translation - +Taiwo Ẹhinẹni +Illustration - +Marleen Visser +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_12', 1, 'Draw plates of different sizes and color it.', 'assets/topic/20436.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_12', 2, 1, 'assets/topic/20436.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_13', 0, 'What did tortoise know to make?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_13', 1, 1, 'Clay plates.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_13', 0, 1, 'Clay pots'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_13', 0, 2, 'Clay vase'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_13', 0, 3, 'Clay toy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_18', 0, 'Tortoise was bit by mole.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_21', 0, 'What will you do when you see your friends fighting?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_21', 0, 1, 'Try to stop the fight'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_21', 0, 2, 'Inform elders'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_21', 0, 3, 'Call some help'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_21', 0, 4, 'Call police'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557', 2, 'How colours came together in the sky', 'assets/topic/asb/26440.png', 'Zainab Ayoza Omaki +Offei Tettey Eugene', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_3', 3, NULL, 'assets/topic/asb/26434.png', 'One day after a heavy rain, Iman looked across the sky and saw colours in it for the first time.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_4', 3, NULL, 'assets/topic/asb/26435.png', 'How beautiful, she thought. Someone must have worked very hard, painting the sky with a brush like Daddy paints houses.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_5', 3, NULL, 'assets/topic/asb/26436.png', 'She ran to her sister and said, "Zarah look! Someone has painted the sky for us and made it beautiful."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_6', 3, NULL, 'assets/topic/asb/26437.png', 'But Zarah said, "No, silly. That is a rainbow. You are little and I am big. I know why it is in the sky. Let me show you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_7', 3, NULL, 'assets/topic/asb/26438.png', 'Zarah took Iman to the zoo. She said, "Rainbows do not appear because lion cubs roar for the first time or because elephants are born."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_8', 3, NULL, 'assets/topic/asb/26439.png', 'She took Iman to a field of flowers and said, "They do not appear because butterflies lose their colours in the clouds."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_9', 3, NULL, 'assets/topic/asb/26440.png', 'She showed Iman a book. She said, "They do not even appear because rhinos run across the ground and scare colours up into the sky."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_10', 3, NULL, 'assets/topic/asb/26441.png', '"I know why rainbows really appear. Mummy told me and now I''ll tell you." +Zarah took Iman''s hand and led her to a playground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_11', 3, NULL, 'assets/topic/asb/26442.png', '"Rainbows appear in the sky because of children like you and me. One day, colours looked down from above and liked what they could see."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_12', 3, NULL, 'assets/topic/asb/26443.png', '"They saw children with light skin, dark skin and everything in between. They thought, ''How wonderful it must be to be as beautiful as these.''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_13', 3, NULL, 'assets/topic/asb/26444.png', '"They came together in the sky and spoke about what they could do. They decided, ''If we are to be beautiful we must do it as a group.''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_14', 3, NULL, 'assets/topic/asb/26445.png', '"Now they join together and shine as brightly as they can. Hoping to be as beautiful as the children they see, just like you and me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +How colours came together in the sky +Author - +Zainab Ayoza Omaki +Translation - +Zainab Ayoza Omaki +Illustration - +Offei Tettey Eugene +Language - +English +Level - +First sentences +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_16', 1, 'Draw a rainbow.', 'assets/topic/22557.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_16', 2, 1, 'assets/topic/22557.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_17', 0, 'What did Iman see in the sky that looked colorful?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_17', 1, 1, 'Rainbow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_17', 0, 1, 'Birds'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_17', 0, 2, 'Sun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_17', 0, 3, 'Rain'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_22', 0, 'Rainbow have seven colors.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_25', 0, 'Which is your favourite color in Rainbow?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_25', 0, 1, 'Red'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_25', 0, 2, 'violet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_25', 0, 3, 'Green'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_25', 0, 4, 'Blue'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587', 2, 'How night came to Opio''s village', 'assets/topic/asb/1130.png', 'Robert Ekuka +Wiehan de Jager', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_3', 3, NULL, 'assets/topic/asb/1131.png', 'Long ago, there was no night in Opio''s village. People slept when they were tired and worked when they were awake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_4', 3, NULL, 'assets/topic/asb/1132.png', 'One day Opio went out hunting with his dogs. After a short time, his dogs started to chase an antelope. Opio followed them. He ran for many hours. Every time he became tired, he rested. Then he would run again. But he could not find his dogs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_5', 3, NULL, 'assets/topic/asb/1133.png', 'After many days, he came to a village. He went to one of the houses and said to the owner, "I have chased an antelope for a long time and I am very tired. I want to rest." The man said, "Sit down and rest. Would you like some beer?" Opio was very thirsty so he drank some. Then he went to sleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_6', 3, NULL, 'assets/topic/asb/1134.png', 'When he woke up, he couldn''t see. He opened and closed his eyes many times. "You have given me something very bad to drink," he said to the man. "I can''t see properly anymore!" "There is nothing wrong with you," the man replied. "It''s night now. Haven''t you ever seen night? When the day leaves, the night comes."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_7', 3, NULL, 'assets/topic/asb/1135.png', 'Opio asked many questions about the night. He began to like it very much. He and his new friend talked until morning. He stayed for another day so that he could see the night come again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_8', 3, NULL, 'assets/topic/asb/1136.png', 'The next morning he asked his friend, "How can I take the night to my own village? I want my people to see the night." The man explained, "When it starts to get dark this evening, walk to your village. If you look straight in front, the night will follow you. If you look back, the night will go away."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_9', 3, NULL, 'assets/topic/asb/1130.png', 'Opio did as he was told. That evening, he began to walk towards his village. He felt the dark night behind him as he walked. He was tempted to look back, but he did not.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_10', 3, NULL, 'assets/topic/asb/1137.png', 'When he came to his village, the villagers were afraid. They asked Opio,  "What disease have you brought to us? What is this dark thing following you?" Opio said, "My friends, this dark thing is called night. You are afraid and I was afraid, too."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_11', 3, NULL, 'assets/topic/asb/1138.png', 'Opio continued to explain, "You will learn to like the night. When the light comes we can work and when night comes, we can rest."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_12', 3, NULL, 'assets/topic/asb/1139.png', 'And that is how night came to Opio''s village.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +How night came to Opio''s village +Author - +Robert Ekuka +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_14', 1, 'Decorate night with stars and moon.', 'assets/topic/16587.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_14', 2, 1, 'assets/topic/16587.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_15', 0, 'What was not in Opio''s village ?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_15', 1, 1, 'Night'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_15', 0, 1, 'Day'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_15', 0, 2, 'Tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_15', 0, 3, 'Fruit'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_20', 0, 'Night followed Opio to his village.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_20', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_20', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_23', 0, 'What will you add to decorate night?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_23', 0, 1, 'Stars'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_23', 0, 2, 'Moon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_23', 0, 3, 'Sun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_23', 0, 4, 'Rainbow'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081', 2, 'Sun, Moon, and Water', 'assets/topic/asb/25567.png', 'Athieno Gertrude +Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_3', 3, NULL, 'assets/topic/asb/25557.png', 'Many years ago, Sun and Water were great friends. Both lived on earth together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_4', 3, NULL, 'assets/topic/asb/25558.png', 'Sun used to visit Water very often, but Water never went to visit Sun.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_5', 3, NULL, 'assets/topic/asb/25559.png', 'At last Sun asked Water why he never came to visit. +Water replied that Sun''s house was too small. "If I come with my family we will drive you out," he said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_6', 3, NULL, 'assets/topic/asb/25560.png', 'Then Water said, "If you wish me to visit you, build a very large compound. My people are very many, and take up a lot of room." +Sun promised to build a very big compound.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_7', 3, NULL, 'assets/topic/asb/25561.png', 'Sun returned home to his wife, Moon, who greeted him with a broad smile. Sun told Moon what he had promised Water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_8', 3, NULL, 'assets/topic/asb/25562.png', 'The next day he started building a huge compound in which to entertain his friend.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_9', 3, NULL, 'assets/topic/asb/25563.png', 'As soon as the compound was completed, he asked Water to come and visit them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_10', 3, NULL, 'assets/topic/asb/25564.png', 'When Water arrived, he asked Sun whether it would be safe for him to enter. +"Yes, come in, my friend," Sun answered.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_11', 3, NULL, 'assets/topic/asb/25565.png', 'Water began to flow in. +He was accompanied by crocodiles, fish, frogs, snakes, snails, flukes, turtles, and all the water animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_12', 3, NULL, 'assets/topic/asb/25566.png', 'Very soon Water was knee-deep. He asked Sun if it was still safe. +"Yes," Sun again answered. So more of water''s people came in.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_13', 3, NULL, 'assets/topic/asb/25567.png', 'Water reached the level of the top of a person''s head. He asked Sun, "Can more of my people come in?" Sun and Moon both answered, "Yes." +Water flowed on, until Sun and Moon had to perch themselves on the top of the roof.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_14', 3, NULL, 'assets/topic/asb/25568.png', 'Water''s people continued to rush in. Very soon they reached the top of the roof. +Sun and Moon were forced to go up into the sky. They have remained in the sky ever since.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sun, Moon, and Water +Author - +Owino Ogot +Translation - +Athieno Gertrude +Illustration - +Salim Kasamba +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_16', 1, 'Draw sun and decorate.', 'assets/topic/22081.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_16', 2, 1, 'assets/topic/22081.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_17', 0, 'Accordiing to story where did sun and water live?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_17', 1, 1, 'Earth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_17', 0, 1, 'Tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_17', 0, 2, 'Sky'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_17', 0, 3, 'Moon'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_22', 0, 'Sun buit a very large compound so that wate can visit him.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_25', 0, 'What will you build if water wanted to visit you?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_25', 0, 1, 'Dam'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_25', 0, 2, 'Pond'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_25', 0, 3, 'Lake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_25', 0, 4, 'Well'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062', 2, 'Sinziro and his brothers', 'assets/topic/asb/19605.png', 'Magabi Eynew Gessesse +Vusi Malindi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_3', 3, NULL, 'assets/topic/asb/19601.png', 'Once upon a time, a man and a woman had seven foolish sons. The boys lost the family cattle, they broke the plough, and everyone cheated them at the market.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_4', 3, NULL, 'assets/topic/asb/19602.png', 'Their mother prayed, "Oh God, why did you send me all these foolish children? Please, send me one more son, and let him be wise."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_5', 3, NULL, 'assets/topic/asb/19603.png', 'In time the woman gave birth to another boy. The child was tiny. "We''ll call him Sinziro," his mother said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_6', 3, NULL, 'assets/topic/asb/19604.png', 'Although Sinziro grew, he remained very small. But he was also extremely clever. His mother and father loved him very much. His brothers were jealous. "Why do our parents love you more than us?" they asked Sinziro. "Look at yourself! You are the size of a rat."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_7', 3, NULL, 'assets/topic/asb/19605.png', 'An enemy lived near the family''s house. One day, Sinziro''s brothers said to each other, "We are hungry, but our enemy has many fat cows and bulls. Let''s go tonight and steal two of his bulls. We''ll take our father''s donkey to carry the meat home." They did not see Sinziro because he was behind his father''s stool.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_8', 3, NULL, 'assets/topic/asb/19606.png', 'That night, Sinziro''s brothers took the donkey and went to their enemy''s compound. They did not see Sinziro running after them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_9', 3, NULL, 'assets/topic/asb/19607.png', 'When they reached their enemy''s compound, the gate was shut. The brothers could not get inside."I wish that Sinziro was here instead of at home," said one of the brothers. "He''s clever. He could get into this compound." They did not see Sinziro because he was hiding.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_10', 3, NULL, 'assets/topic/asb/19608.png', '"I''m not at home, brothers. I''m here," Sinziro called. "And I know what to do. Stay here. I''ll go inside the compound, and open the door. I''ll drive the bulls out to you." "But how can you go into the compound?" the third brother asked. "The door is locked."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_11', 3, NULL, 'assets/topic/asb/19609.png', 'Sinziro laughed and said, "Look, there''s a door for me. "His brothers looked. There was a small space in the gate. It was only big enough for a cat, but it was big enough for Sinziro.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_12', 3, NULL, 'assets/topic/asb/19610.png', 'Sinziro ran through it easily. He climbed up to the door and opened it. Then he began to drive two fat bulls out of the compound. "Go on, my beautiful bulls! Go out!" he shouted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_13', 3, NULL, 'assets/topic/asb/19611.png', 'The brothers'' enemy was asleep in his house, but his dogs were awake. They heard Sinziro, and began to bark. Their master woke up too. "What''s going on?" he called.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_14', 3, NULL, 'assets/topic/asb/19612.png', 'The man came out of his house. Sinziro quickly hid so that the man could not see him. Then he pretended to be the man''s servant. "Don''t worry, sir, our two big bulls were lost, but I am bringing them back now," he said. The owner was angry. "Don''t make so much noise," he said. "We are trying to sleep." He went back into his house, and shut the door.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_15', 3, NULL, 'assets/topic/asb/19613.png', 'Quietly, Sinziro drove the two bulls out of the compound. His brothers were very happy. "What beautiful fat bulls!" they said. "Let''s kill them and eat them now." "No!" said Sinziro. "Our enemy will hear us. He will come out again and catch us. We must take the bulls far away, across the river."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_16', 3, NULL, 'assets/topic/asb/19614.png', 'Sinziro and his brothers drove the bulls away from the enemy''s house. When they came to the river, the seven foolish brothers looked at the water and shook their heads. "We can''t cross this river," they said to each other. "Perhaps it''s deep. We can''t swim. Where is Sinziro? He will know how to cross it."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_17', 3, NULL, 'assets/topic/asb/19615.png', 'Sinziro was sitting on one of the bulls'' horns. "I am here, brothers," he said. "I know what to do. Give me a rope." His brothers gave him a rope. Sinziro tied one end of the rope to the tree. Then he swam across the river, and tied the other end to another tree. He called out to his brothers, "Hold the rope, and walk across the river. You will be safe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_18', 3, NULL, 'assets/topic/asb/19616.png', 'So, one by one, his brothers held the rope and crossed the river, while the bulls swam in front of them. "We are far away from our enemy now," said Sinziro. "We can kill the bulls." The brothers killed the bulls. They divided the meat into seven parts for each of them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_19', 3, NULL, 'assets/topic/asb/19617.png', '"Where''s my share?" Sinziro asked. The brothers laughed. "Your share?" they said. "But you are too small. You can''t eat this meat. No, Sinziro, there''s no meat for you." Sinziro was very angry. "I''ll punish my brothers for this," he thought. Then he said to them, "If you won''t give me any meat, at least give me the bladder of one of the bulls."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_20', 3, NULL, 'assets/topic/asb/19618.png', 'His brothers threw the bladder to Sinziro and got ready to leave. He took the bladder, and ran ahead of his brothers. He climbed a tree near where they would pass. Sinziro tied up the bladder on one side, and blew into it until it was like a ball. Then he took a stick and he began to beat the bladder.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_21', 3, NULL, 'assets/topic/asb/19619.png', 'As he was making a noise with the stick and bladder, Sinziro shouted, "Please, don''t beat me, sir! I didn''t steal your bulls. It was my brothers. Look, they are coming. They have killed your bulls and cut up the meat!" The brothers were very frightened. "Our enemy has followed us," they cried. "He will punish us!" At once, they ran away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_22', 3, NULL, 'assets/topic/asb/19620.png', 'Sinziro came down from the tree. He was smiling. "Now all the meat is for me," he said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sinziro and his brothers +Author - +Magabi Eynew Gessesse and Elizabeth Laird +Illustration - +Vusi Malindi +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_24', 1, 'Paint a little man and big man.', 'assets/topic/22062.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_24', 2, 1, 'assets/topic/22062.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_25', 0, 'How many children did the man and his wife had?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_25', 1, 1, 'Eight'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_25', 0, 1, 'Five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_25', 0, 2, 'Six'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_25', 0, 3, 'Four'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_30', 0, 'Sinziro was tallest among all the eight childrens.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_30', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_30', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_33', 0, 'How will you cross the river?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_33', 0, 1, 'By swimming.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_33', 0, 2, 'By boat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_33', 0, 3, 'Walking upon the bridge'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_33', 0, 4, 'Find another way to cross.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632', 2, 'Brown', 'assets/topic/asb/2617.png', 'Reviva Schermbrucker + Sue Kramer', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_3', 3, NULL, 'assets/topic/asb/2618.png', 'Cracked brown wood.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_4', 3, NULL, 'assets/topic/asb/2619.png', 'Painted brown lion.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_5', 3, NULL, 'assets/topic/asb/2620.png', 'Soft brown bread.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_6', 3, NULL, 'assets/topic/asb/2621.png', 'Yummy brown cakes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_7', 3, NULL, 'assets/topic/asb/2622.png', 'Old brown boots.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_8', 3, NULL, 'assets/topic/asb/2624.png', 'Shiny brown buffalo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_9', 3, NULL, 'assets/topic/asb/2625.png', 'Woolly brown hat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_10', 3, NULL, 'assets/topic/asb/2626.png', 'Smooth brown dog.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_11', 3, NULL, 'assets/topic/asb/2627.png', 'Dirty brown mud.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_12', 3, NULL, 'assets/topic/asb/2628.png', 'Wet brown skin.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_13', 3, NULL, 'assets/topic/asb/2629.png', 'And what is this? A clean face in a dirty mirror.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Brown +Author - +Reviva Schermbrucker +Illustration - +Sue Kramer +Language - +English +Level - +First words +© Reviva Schermbrucker, Sue Kramer and Praesa, 2002 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://www.littlehandstrust.com/books.html', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_15', 1, 'Draw yummy brown bread.', 'assets/topic/2632.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_15', 2, 1, 'assets/topic/2632.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_16', 0, 'Match the following as it is in story.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 1, 'Cracked'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 2, 'Wood'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 3, 'Painted'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 4, 'Lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 5, 'Soft'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 6, 'Bread'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 7, 'Yummy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 8, 'Cakes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 9, 'Shiny'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 10, 'Buffalo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 11, 'Woolly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 12, 'Hat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 13, 'Dirty'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 14, 'Mud'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_31', 0, 'Dog is smooth and brown in color.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_31', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_31', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_34', 0, 'Write the name of things which appear black in color.', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_34', 0, 1, 'Hair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_34', 0, 2, 'Black boot'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_34', 0, 3, 'Night'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_34', 0, 4, 'Crow'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468', 2, 'Kate is in heaven', 'assets/topic/asb/26149.png', 'Cornelius Wambi Gulere +Rodney Kawaayi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_3', 3, NULL, 'assets/topic/asb/26134.png', 'Kate has a thing in her head. +How will they remove it?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_4', 3, NULL, 'assets/topic/asb/26135.png', 'It makes her tired. +It pains her. +It makes her feel heavy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_5', 3, NULL, 'assets/topic/asb/26136.png', 'She can''t eat. She can''t drink. +She is not as jolly as before.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_6', 3, NULL, NULL, 'Oh dear. Poor woman! Her head throbs with pain. +A doctor scans her head.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_7', 3, NULL, 'assets/topic/asb/26137.png', 'The doctor sees a swelling in her head and says, "There is a tumour in your brain."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_8', 3, NULL, 'assets/topic/asb/26138.png', '"We have to remove it from your brain right now. We have to remove it now!" the doctor says.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_9', 3, NULL, 'assets/topic/asb/26139.png', 'They bring a stretcher.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_10', 3, NULL, 'assets/topic/asb/26140.png', 'They arrange the surgical blades.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_11', 3, NULL, 'assets/topic/asb/26141.png', 'They inject her with syringes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_12', 3, NULL, 'assets/topic/asb/26142.png', 'They cut open Kate''s head.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_13', 3, NULL, 'assets/topic/asb/26143.png', 'They remove the brain.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_14', 3, NULL, 'assets/topic/asb/26144.png', 'They cut out the tumour.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_15', 3, NULL, 'assets/topic/asb/26145.png', 'They return the brain to the skull. +Then they stitch the head back together again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_16', 3, NULL, 'assets/topic/asb/26146.png', 'Does Kate feel everything they do? +No! Kate is in heaven. She does not feel. She does not eat. She does not think. For 24 hours!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_17', 3, NULL, 'assets/topic/asb/26147.png', 'Then she comes back to life!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_18', 3, NULL, 'assets/topic/asb/26148.png', 'Now she is well. Like a new born baby.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_19', 3, NULL, 'assets/topic/asb/26149.png', 'We are all happy for our friend Kate, who tasted heaven.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_20', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kate is in heaven +Author - +Cornelius Wambi Gulere +Translation - +Cornelius Wambi Gulere +Illustration - +Rodney Kawaayi +Language - +English +Level - +First sentences +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_21', 1, 'Paint heaven and decorate it.', 'assets/topic/22468.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_21', 2, 1, 'assets/topic/22468.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_22', 0, 'What did doctor see in Kate''s head?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_22', 1, 1, 'Tumour'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_22', 0, 1, 'Head pain'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_22', 0, 2, 'Hair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_22', 0, 3, 'Pimple'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_27', 0, 'Doctor operated on kate''s head successfully.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_27', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_27', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_30', 0, 'What do you feel about heaven.', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_30', 0, 1, 'Colorful'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_30', 0, 2, 'Peaceful'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_30', 0, 3, 'No night'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_30', 0, 4, 'Always happy'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127', 2, 'Kato Clever and the Big Trouble', 'assets/topic/asb/2080.png', 'Herminder Ohri + Herminder Ohri', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_3', 3, NULL, 'assets/topic/asb/2081.png', 'In a small garden in the city, there was a big tree. Many small animals lived together on the big tree. There also lived a family of squirrels. Vikki was one little squirrel among them who liked to talk big. His cousin, Kato from Far Forest had come to visit him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_4', 3, NULL, 'assets/topic/asb/2082.png', 'One evening, as all the animals who lived in the little garden were just going to sleep, they heard loud sounds from the park, next to the little garden.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_5', 3, NULL, 'assets/topic/asb/2083.png', 'Kato and the other squirrels saw big yellow machines, and men in hard yellow hats, pointing to the little garden and other houses on the street. They were going to pull them all down and build a parking lot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_6', 3, NULL, 'assets/topic/asb/2085.png', 'The people who lived there would move to other houses. No one gave a thought to the animals, birds and insects who lived in the little garden.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_7', 3, NULL, 'assets/topic/asb/2086.png', 'The machines were first spotted by the mole family. To be more exact, by Mister Popples, the eldest who told Master Mopples, who in turn told the youngest, Little Popples.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_8', 3, NULL, 'assets/topic/asb/2087.png', 'When they were young they were called Pop, Mop and Pip.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_9', 3, NULL, 'assets/topic/asb/2088.png', 'Mister Popples told the squirrels, the squirrels told the birds, caterpillars, butterflies, tiny spiders and all those who lived in the little garden. There was total panic, a lot of running, flying, scurrying and hopping, with no one knowing what to do? Where to go? The caterpillars said, "Let us look for leaves." The butterflies said, "We want flowers." The mice wanted holes. The squirrels, birds, insects wanted trees, bushes and grass. All the animals wanted the soft earth, not cement or concrete. "Where will we find all this?" they cried. "We will surely die," they said and wept.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_10', 3, NULL, 'assets/topic/asb/2089.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_11', 3, NULL, 'assets/topic/asb/2090.png', 'Kato''s uncle and aunt were very quiet and all the little squirrels crept close to their mom. Kato cleared his throat and spoke shyly, "I live in the Far Forest, may be we can all go there?" There was a buzz of excitement and someone said, "How?" Kato scratched his head and thought hard, "Well, the Squirrel Express can take the squirrels and the butterflies, spiders caterpillars and all the insects. The birds can either fly or come with us. The moles, mice and the grass snake family can go by the underground Mole Express."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_12', 3, NULL, 'assets/topic/asb/2091.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_13', 3, NULL, 'assets/topic/asb/2092.png', 'Everyone thought it was a splendid idea. Mister Popples rushed to ask Mister Grumbles, the driver of the underground express train if he could take them all to the Far Forest. Mister Grumbles fumbled, stumbled, bumbled before he finally mumbled, "Alright." Now it was Mister Popples'' turn to be grand. "Friends, you need not wory, my grandfather''s grandson''s. Third nephew''s second niece''s family live in the Far Forest."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_14', 3, NULL, 'assets/topic/asb/2095.png', 'So, in the early hours of the morning the Squirrel Express and the Mole underground train with all its passengers, chugged their way to the Far Forest with its trees, flowers, ponds and soft earth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kato Clever and the Big Trouble +Author - +Herminder Ohri +Illustration - +Herminder Ohri +Language - +English +Level - +Read aloud +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_16', 1, 'Paint a squirrel and decorate it.', 'assets/topic/3127.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_16', 2, 1, 'assets/topic/3127.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_17', 0, 'Who came to visit Vikki from far forest?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_17', 1, 1, 'Kato'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_17', 0, 1, 'Nato'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_17', 0, 2, 'Pato'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_17', 0, 3, 'Loto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_22', 0, 'What was the color of the machine that Kato saw?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_22', 1, 1, 'Yellow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_22', 0, 1, 'Brown'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_22', 0, 2, 'Blue'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_22', 0, 3, 'White'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_27', 0, 'If you were squirrel what will you do when you see big yellow machines?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_27', 0, 1, 'Go to safe place.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_27', 0, 2, 'Inform others'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_27', 0, 3, 'Bite yellow machine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_27', 0, 4, 'Gather food'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544', 2, 'Khalai talks to plants', 'assets/topic/asb/13389.png', 'Ursula Nafula +Jesse Pietersen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_3', 3, NULL, 'assets/topic/asb/13382.png', 'This is Khalai. She is seven years old. Her name means ''the good one.''', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_4', 3, NULL, 'assets/topic/asb/13383.png', 'Khalai wakes up and talks to the orange tree. "Please orange tree, grow big and give us lots of ripe oranges."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_5', 3, NULL, 'assets/topic/asb/13384.png', 'Khalai walks to school. On the way, she talks to the grass. "Please grass, grow greener and don''t dry up."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_6', 3, NULL, 'assets/topic/asb/13385.png', 'Khalai sees flowers. "Please flowers, keep blooming so I can put you in my hair."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_7', 3, NULL, 'assets/topic/asb/13386.png', 'Khalai talks to the tree at her school. "Please tree, put out big branches so we can read under your shade."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_8', 3, NULL, 'assets/topic/asb/13387.png', 'Khalai talks to the hedge round her school. "Please, grow strong and protect us from bad people."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_9', 3, NULL, 'assets/topic/asb/13388.png', 'When Khalai returns home, she visits the orange tree. "Are your oranges ripe yet?" Khalai asks the tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_10', 3, NULL, 'assets/topic/asb/13389.png', '"The oranges are still green," sighs Khalai.  "I will see you tomorrow orange tree," says Khalai. "Perhaps then, you will have a ripe orange for me!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Khalai talks to plants +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Jesse Pietersen +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_12', 1, 'Decorate tree with oranges.', 'assets/topic/13544.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_12', 2, 1, 'assets/topic/13544.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_13', 0, 'Khalai asks orange plant to grow big and give ripe fruit.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_13', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_13', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_16', 0, 'Khalai asks grass to grow greener.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_16', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_16', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_19', 0, 'What will you do if you were big tree?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_19', 0, 1, 'Give fruits'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_19', 0, 2, 'Give shade'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_19', 0, 3, 'Give wood'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_19', 0, 4, 'Give cool air'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567', 2, 'Drought and the River of Blessings', 'assets/topic/asb/26514.png', 'Fary Silate and Mohammed Sale Also +Awwalu Sakiwa', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_3', 3, NULL, 'assets/topic/asb/26503.png', 'In a particular year, the dry season was too long and a drought hit hard. As a result, all the rivers dried up, except the River of Blessings. +All the animals were thirsty and called for a meeting.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_4', 3, NULL, 'assets/topic/asb/26504.png', 'Camel was the first to speak, "As you know, we are very thirsty and all the rivers have dried up, except the River of Blessings. But it is very far away. What do we do?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_5', 3, NULL, 'assets/topic/asb/26505.png', 'Horse suggested, "Some of us can go to the River of Blessings. We can drink and bring water for the others." +Cow answered, "It is too far. By the time we returned from the river those left behind would be dead."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_6', 3, NULL, 'assets/topic/asb/26506.png', 'Sheep said, "Maa! Maaa! I will go to the River of Blessings and drink water." +Goat jumped up and said, "Meee, meee! I will also go to the River of Blessings." +Chicken said, "Keer, ker ker ker! I too will go to the River of Blessings.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_7', 3, NULL, 'assets/topic/asb/26507.png', 'All the animals wanted to go. Camel led the way. +Going there was not easy. Guinea fowl was last in the line. "My friends, I can no longer go to the River of Blessings," he said. +Chicken swallowed Guinea fowl.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_8', 3, NULL, 'assets/topic/asb/26508.png', 'They continued. Chicken said, "Please, I am tired, I no longer want to go to the River of Blessings." +Sheep swallowed Chicken.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_9', 3, NULL, 'assets/topic/asb/26509.png', 'As the journey continued, Sheep also became tired. +Sheep said, "I am tired. I do not want to go to the River of Blessings anymore." +Goat swallowed Sheep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_10', 3, NULL, 'assets/topic/asb/26510.png', 'Soon, Goat was too tired to continue going to the river. Horse turned and swallowed Goat. +When Horse became too tired to go to the river, Cow swallowed him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_11', 3, NULL, 'assets/topic/asb/26511.png', 'When Cow finally could not continue, Camel turned and swallowed her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_12', 3, NULL, 'assets/topic/asb/26512.png', 'Being the only animal left, Camel did her best to reach the River of Blessings. +Camel finally arrived, very tired.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_13', 3, NULL, 'assets/topic/asb/26513.png', 'On arrival, Camel lay down and vomited Cow. +Cow vomited Horse. Horse vomited Goat. +Goat vomited Sheep. Sheep vomited Chicken and Chicken vomited Guinea fowl.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_14', 3, NULL, 'assets/topic/asb/26514.png', 'And that is how all the animals managed to drink water from the River of Blessings.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Drought and the River of Blessings +Author - +Also Mohammed Sale +Translation - +Fary Silate and Mohammed Sale Also +Illustration - +Awwalu Sakiwa +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_16', 1, 'Draw a river and decorate.', 'assets/topic/22567.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_16', 2, 1, 'assets/topic/22567.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_17', 0, 'Group all the animal which are in story.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 1, 'Chicken'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 2, 'Goat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 3, 'Sheep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 4, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 5, 'Horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 6, 'Camel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 0, 1, 'TIger'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 0, 2, 'Lion'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_26', 0, 'All animals reached river of blessings.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_29', 0, 'What will you do if there is no water in your village?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_29', 0, 1, 'I build pond.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_29', 0, 2, 'Dig well.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_29', 0, 3, 'Go in search of water.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_29', 0, 4, 'Wait for rain.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308', 2, 'Breakfast', 'assets/topic/asb/1571.png', 'Clare Verbeek + Cathy Feek', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_3', 3, NULL, 'assets/topic/asb/1572.png', 'Dad loves porridge.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_4', 3, NULL, 'assets/topic/asb/1573.png', 'I love cornflakes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_5', 3, NULL, 'assets/topic/asb/1574.png', 'Dad loves coffee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_6', 3, NULL, 'assets/topic/asb/1575.png', 'I love milk.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_7', 3, NULL, 'assets/topic/asb/1576.png', 'Dad loves apples.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_8', 3, NULL, 'assets/topic/asb/1577.png', 'I love oranges.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_9', 3, NULL, 'assets/topic/asb/1571.png', 'Dad loves bread. I love toasted bread.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_10', 3, NULL, 'assets/topic/asb/1578.png', 'We both love fat cakes (vetkoek).', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Breakfast +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Cathy Feek +Language - +English +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_12', 1, 'Draw an apple and decorate it.', 'assets/topic/23308.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_12', 2, 1, 'assets/topic/23308.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_13', 0, 'Group all things that Dad loves.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 1, 1, 'Porridge'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 1, 2, 'Coffee'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 1, 3, 'Apple'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 1, 4, 'Bread'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 0, 1, 'Honey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 0, 2, 'MIlk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 0, 3, 'Banana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 0, 4, 'cookie'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_22', 0, 'According to the story what does the child love?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_22', 1, 1, 'Orange'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_22', 0, 1, 'Honey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_22', 0, 2, 'Banana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_22', 0, 3, 'Bread'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_27', 0, 'Which is your favourite food?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_27', 0, 1, 'Honey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_27', 0, 2, 'Cake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_27', 0, 3, 'Mango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_27', 0, 4, 'Ice cream'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841', 2, 'Hyena and Monkey', 'assets/topic/asb/18699.png', 'Elizabeth Laird +Salim Kasamba', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_3', 3, NULL, 'assets/topic/asb/18696.png', 'Once upon a time there was a hyena and a monkey. +The hyena and the monkey had an argument. They went to a judge to settle their differences.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_4', 3, NULL, 'assets/topic/asb/18697.png', 'After the judge listened to their case he was afraid to pass judgement on their case. +He thought to himself, "If I condemn the hyena, it will eat all my cattle. And if I condemn the monkey, he will eat all my corn! So, what am I to do?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_5', 3, NULL, 'assets/topic/asb/18698.png', 'The judge thought for a while, and said, "The case is too difficult for me to judge alone. You should go to the elders of the village." +So the hyena and monkey went to the elders.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_6', 3, NULL, 'assets/topic/asb/18699.png', 'They told the elders about their disagreement. +After the elders listened to their case, they were also afraid to pass judgement.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_7', 3, NULL, 'assets/topic/asb/18708.png', 'If they supported the monkey, the hyena might eat their cattle. If they supported the hyena, the monkey might eat their corn. The elders told Hyena and Monkey that their case was very difficult.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_8', 3, NULL, 'assets/topic/asb/18701.png', 'Suddenly, the elders remembered a poor woman in the town. She had nothing to lose, neither cattle nor corn. +"She can pass the judgement without any fear," said the elders to one another. They told the two animals to go to her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_9', 3, NULL, 'assets/topic/asb/18702.png', 'They arrived at the poor woman’s house and asked her to give them judgement. She agreed. +But, she told them to speak to her separately, one by one.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_10', 3, NULL, 'assets/topic/asb/18703.png', 'First the poor woman called Hyena and said, "You are respected, a big animal, and a hero. How could you quarrel with this small and miserable monkey?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_11', 3, NULL, 'assets/topic/asb/18704.png', 'The poor woman said to Hyena, "If people heard about this disagreement, they would look down on you. Stop the quarrel with Monkey." +"Of course you are right,” said Hyena. “I will drop this case. I will end the argument."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_12', 3, NULL, 'assets/topic/asb/18705.png', 'Then the poor woman called the monkey and she said, "You are smart and pretty. Why do you argue with this dirty, smelly animal who eats rotten things? What will people think of you when they hear about your argument with this ugly creature?" +After a while Monkey said, "You are right! I will drop this case."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_13', 3, NULL, 'assets/topic/asb/18706.png', 'After that, the poor woman called both of them and said, "You both agreed to drop this case. So, you should forgive each other."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_14', 3, NULL, 'assets/topic/asb/18707.png', 'Both animals apologised to each other and settled their dispute. +When people from the town heard this story, they were surprised. The poor woman solved the problem that the judge and the elders failed to solve.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hyena and Monkey +Author - +Mulualem Daba +Translation - +Elizabeth Laird +Illustration - +Salim Kasamba +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_16', 1, 'Paint a monkey and decorate.', 'assets/topic/21841.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_16', 2, 1, 'assets/topic/21841.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_17', 0, 'Judge was afraid to give judgement on their case.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_17', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_17', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_20', 0, 'Elders in the village were not affraid to give judgement on their case.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_20', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_20', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_23', 0, 'What you think is the nature of those two animals?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_23', 0, 1, 'Angry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_23', 0, 2, 'No patience'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_23', 0, 3, 'Selfish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_23', 0, 4, 'Obidient'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440', 2, 'Monkey and the Drought', 'assets/topic/asb/18796.png', 'Alice Edui + Salim Kasamba', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_3', 3, NULL, 'assets/topic/asb/18786.png', 'There was severe drought across the land. Bushes and trees dried up. Rivers stopped flowing. There was no water and no food. People, cattle and wild animals grew thin.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_4', 3, NULL, 'assets/topic/asb/18788.png', 'Many of the monkeys who lived in the hills died of hunger. One day, a female monkey decided to look for a place where there was no drought.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_5', 3, NULL, 'assets/topic/asb/18789.png', 'Monkey travelled for many days. She passed bushes, climbed hills, and crossed valleys.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_6', 3, NULL, 'assets/topic/asb/18790.png', 'Finally, Monkey arrived at a place called Tirkol.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_7', 3, NULL, 'assets/topic/asb/18791.png', 'At Tirkol, Monkey found different kinds of fruit and a flowing river. She was very happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_8', 3, NULL, 'assets/topic/asb/18792.png', 'Monkey stayed there. She ate plenty of fruit. She grew fat and shiny. She swam in the river every day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_9', 3, NULL, 'assets/topic/asb/18793.png', 'After some time, Monkey decided to return to the hills. She wanted to see who had survived the drought. She took fruit and followed the path she had used before.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_10', 3, NULL, 'assets/topic/asb/18794.png', 'When she reached the hills, the surviving monkeys came to welcome her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_11', 3, NULL, 'assets/topic/asb/18795.png', 'Everyone wanted the fruit she brought. They asked her, "Where is this wonderful place? We want to go there too."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_12', 3, NULL, 'assets/topic/asb/18796.png', 'Monkey told them about the goodness of Tirkol and agreed to take them there.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_13', 3, NULL, 'assets/topic/asb/18797.png', 'All the monkeys moved to Tirkol. They ate fruit, drank water, rested and grew fat. They swore never to return to the hills.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_14', 3, NULL, 'assets/topic/asb/18798.png', 'The monkeys who lived in Tirkol soon discovered that monkeys from the hills had moved to their territory.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_15', 3, NULL, 'assets/topic/asb/18799.png', 'The Tirkol monkeys worried that the fruit would disappear. So they decided to chase away the monkeys from the hills.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_16', 3, NULL, 'assets/topic/asb/18800.png', 'One day, the monkeys from the hills were at the river drinking water. The Tirkol monkeys attacked them with canes. They wanted to chase them away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_17', 3, NULL, 'assets/topic/asb/18801.png', 'But just before they started fighting, an elderly monkey hung down from a branch. He asked the monkeys, "Why do you want to fight? There is enough food for all of us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_18', 3, NULL, 'assets/topic/asb/18802.png', 'All the monkeys realised that this was true. And so, since that day, monkeys from the hills and monkeys from Tirkol have lived together without fighting.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Monkey and the Drought +Author - +Alice Edui +Illustration - +Salim Kasamba +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_20', 1, 'Draw a forest and decorate it.', 'assets/topic/20440.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_20', 2, 1, 'assets/topic/20440.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_21', 0, 'Name the place where flowing river and different fruits are found.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_21', 1, 1, 'Tirkol'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_21', 0, 1, 'Charkol'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_21', 0, 2, 'Monkol'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_21', 0, 3, 'Tirk'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_26', 0, 'Tirkol monkeys and hill monkeys lived happily.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_29', 0, 'What will you do if you were a Tirkol monkey?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_29', 0, 1, 'Chase away other monkeys'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_29', 0, 2, 'Show kindness'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_29', 0, 3, 'Inform to elder monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_29', 0, 4, 'Stay far away from other monkeys.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140', 2, 'Rabbit under the tree', 'assets/topic/asb/7610.png', 'Phumy Zikode +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_3', 3, NULL, 'assets/topic/asb/7595.png', 'Rabbit was sleeping under an apple tree. An apple fell down from a branch.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_4', 3, NULL, 'assets/topic/asb/7596.png', 'A voice said, "Run Rabbit run!" She woke up quickly and ran away with great speed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_5', 3, NULL, 'assets/topic/asb/7597.png', 'She met Chicken. "Why are you running?" asked Chicken. Rabbit replied, "I don''t know. I just heard something falling and a voice said, ''Run Rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_6', 3, NULL, 'assets/topic/asb/7598.png', 'Chicken was frightened. She started running when she heard what Rabbit said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_7', 3, NULL, 'assets/topic/asb/7599.png', 'They met Dog. Dog asked, "Why are you running?" Chicken said, "I don''t know. I just heard what Rabbit said, and she doesn''t know. She heard something falling and a voice said, ''Run Rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_8', 3, NULL, 'assets/topic/asb/7600.png', 'Dog was surprised about what she heard. She started running with Rabbit and Chicken.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_9', 3, NULL, 'assets/topic/asb/7601.png', 'They met Horse. Horse asked Dog, "Why are you running?" Dog said, "I don''t know. I just heard what Chicken said, and she doesn''t know. She heard what Rabbit said and she doesn''t know. She heard something falling and a voice said, ''Run Rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_10', 3, NULL, 'assets/topic/asb/7602.png', 'Horse started to run with the others.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_11', 3, NULL, 'assets/topic/asb/7603.png', 'They met Donkey. Donkey asked, "Why are you running?" Horse replied, "I don''t know. I just heard what Dog said, and he doesn''t know. He heard what Chicken said and she doesn''t know. She heard what Rabbit said and she doesn''t know. She heard something falling and a voice said, ''Run Rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_12', 3, NULL, 'assets/topic/asb/7604.png', 'So Donkey starts running too.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_13', 3, NULL, 'assets/topic/asb/7605.png', 'They met Cow. Cow asked, "Why are you running?" Donkey replied, "I don''t know. I just heard what Horse said, and she doesn''t know. She heard what Dog said and he doesn''t know. He heard what Chicken said and she doesn''t know. She heard what Rabbit said and she doesn''t know. She heard something falling and a voice said, ''Run rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_14', 3, NULL, 'assets/topic/asb/7606.png', 'Cow was worried and starte to run as well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_15', 3, NULL, 'assets/topic/asb/7607.png', 'They met Cat. Cat asked, "Why are you running?" Cow replied, "I don''t know. I just heard what Donkey said, and he doesn''t know. He heard what Horse said and she doesn''t know. She heard what Dog said and he doesn''t know. He heard what Chicken said and she doesn''t know. She heard what Rabbit said and she doesn''t know. She heard something falling and a voice said, ''Run rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_16', 3, NULL, 'assets/topic/asb/7608.png', 'Cat started running with the other animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_17', 3, NULL, 'assets/topic/asb/7609.png', 'Then they met the boy riding the bicycle and he asked, "Why are you running?'''' And the animals replied, "We don''t know. We heard what Rabbit said and she doesn''t know. She heard something falling and a voice said, ''Run rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_18', 3, NULL, 'assets/topic/asb/7610.png', 'The boy laughed and said, "An apple fell off the tree because of the wind. I''m the one who said, ''Run Rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Rabbit under the tree +Author - +Phumy Zikode +Translation - +Phumy Zikode +Illustration - +Wiehan de Jager +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_20', 1, 'paint a rabbit under tree.', 'assets/topic/21140.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_20', 2, 1, 'assets/topic/21140.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_21', 0, 'Under which tree was rabbit sleeping?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_21', 1, 1, 'Apple tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_21', 0, 1, 'Mango tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_21', 0, 2, 'Papaya tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_21', 0, 3, 'Jackfruit tree'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_26', 0, 'Choose the order in which rabbit met all the animals.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 1, 'Chicken'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 2, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 3, 'Horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 4, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 5, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 6, 'Cat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_33', 0, 'What could rabbit have done before running?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_33', 0, 1, 'Should be calm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_33', 0, 2, 'Look around'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_33', 0, 3, 'See what has fallen'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_33', 0, 4, 'Should have slept instead of running.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158', 2, 'Mouth and Hand', 'assets/topic/asb/26880.png', 'African Storybook +Espoir Ntinda', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_3', 3, NULL, 'assets/topic/asb/26880.png', 'Long ago, there were two friends, Mouth and Hand. +They lived like brothers in one village each with his wife.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_4', 3, NULL, 'assets/topic/asb/26881.png', 'Afterwards, Mouth lost his wife. +He borrowed from his friend, Hand, what he needed to bury her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_5', 3, NULL, 'assets/topic/asb/26882.png', 'When Mouth returned home, he discovered that Hand''s machete was missing. He went to Hand to explain and to ask for forgiveness. +Hand did not listen to his explanation. He wanted Mouth to return the exact machete he had borrowed from him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_6', 3, NULL, 'assets/topic/asb/26883.png', 'Mouth did not know what to do. He decided to return to the grave to see if he had forgotten the machete there. He checked everywhere, but did not find it. +In the end, he decided to dig up the grave. He was surprised when he did not find his wife''s body in the grave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_7', 3, NULL, 'assets/topic/asb/26884.png', 'Sad and worried, Mouth returned home. When he was near, he saw a dog carrying the machete he was looking for. He also heard his wife''s voice saying, "This is your Helper." +Mouth took the machete and returned it to Hand. He stayed with the dog.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_8', 3, NULL, 'assets/topic/asb/26885.png', 'The dog lived with Mouth hunting for him. One day, Mouth stopped calling him ''dog'' and instead called him ''Helper''. +They lived happily for a long time until friendship between Mouth and Hand was restored.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_9', 3, NULL, 'assets/topic/asb/26886.png', 'Later, Hand wanted to eat meat, but he did not have a hunting dog to help him. He went to his friend Mouth to ask for his dog. +Mouth did not hesitate to give him Helper. He warned Hand not call him dog, but Helper.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_10', 3, NULL, 'assets/topic/asb/26887.png', 'Hand went with Helper everywhere he wanted. Everything he wanted done, Helper did it. +He sent Helper to the forest to hunt. Hand was very happy with Helper''s work.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_11', 3, NULL, 'assets/topic/asb/26888.png', 'One day when they were in the forest, Helper got lost. Hand called him, "Helper! Helper! Where are you?" +He got tired calling and angrily, he said, "This dog is so stupid." At that moment, Helper appeared and said, "You called me, dog! I''m going away." And left.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_12', 3, NULL, 'assets/topic/asb/26889.png', 'Hand returned home without Helper. He went to his friend Mouth to inform him that Helper was lost. Mouth was not happy. He told Hand to bring his Helper back but Hand was unable to do so. +Since that day, hand has been mouth''s helper.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mouth and Hand +Author - +Espoir Ntinda +Translation - +African Storybook +Illustration - +Espoir Ntinda +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_14', 1, 'Paint mouth and decorate it.', 'assets/topic/23158.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_14', 2, 1, 'assets/topic/23158.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_15', 0, 'What did dog like to be called as?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_15', 1, 1, 'Helper'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_15', 0, 1, 'Pepper'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_15', 0, 2, 'Stepper'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_15', 0, 3, 'Mopper'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_20', 0, 'Helper did not help the hand at all.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_20', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_20', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_23', 0, 'What could Helper have done?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_23', 0, 1, 'It could have forgiven hand.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_23', 0, 2, 'It should have bitten the hand.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_23', 0, 3, 'It could go back to mouth.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_23', 0, 4, 'It could have warned the hand.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209', 2, 'Weather book', 'assets/topic/asb/1547.png', 'Clare Verbeek +Sandra McDougall', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_3', 3, NULL, 'assets/topic/asb/1547.png', 'It is dry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_4', 3, NULL, 'assets/topic/asb/1548.png', 'The sun is hot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_5', 3, NULL, 'assets/topic/asb/1549.png', 'It is windy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_6', 3, NULL, 'assets/topic/asb/1550.png', 'It is cloudy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_7', 3, NULL, 'assets/topic/asb/1551.png', 'It is cold.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_8', 3, NULL, 'assets/topic/asb/1552.png', 'It is raining.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_9', 3, NULL, 'assets/topic/asb/1553.png', 'There is thunder.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_10', 3, NULL, 'assets/topic/asb/1554.png', 'I see a rainbow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Weather book +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Sandra McDougall +Language - +English +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_12', 1, 'Paint an icecream and decorate it.', 'assets/topic/2209.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_12', 2, 1, 'assets/topic/2209.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_13', 0, 'Sun is hot in the afternoon.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_13', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_13', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_16', 0, 'Black clouds thunder.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_16', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_16', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_19', 0, 'When do you feel cold?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_19', 0, 1, 'During rain'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_19', 0, 2, 'Winter season'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_19', 0, 3, 'Snowfall'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_19', 0, 4, 'When I drink something cold.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022', 2, 'Creature with two', 'assets/topic/asb/19458.png', 'Mlungisi Madlala +Jesse Breytenbach', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_3', 3, NULL, 'assets/topic/asb/19455.png', 'The Izinzawu family was a happy family. The two girls learned cooking and gardening from their mother. The two boys went out with their father to hunt.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_4', 3, NULL, 'assets/topic/asb/19456.png', 'At dinner time every day, they talked about what they had done that day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_5', 3, NULL, 'assets/topic/asb/19457.png', 'The father usually warned the children not to go deep into the forest. He told the family about a strange creature that lived in the forest. "This creature is like two of us put together!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_6', 3, NULL, 'assets/topic/asb/19458.png', 'One day, the girls were playing at the river. Suddenly, from behind a tree, there was a strange creature! The creature had two eyes, two ears, two arms, and two legs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_7', 3, NULL, 'assets/topic/asb/19459.png', 'Shaking with fear, they ran to tell their brothers about what they had seen. But the boys didn''t believe them, "The girls are being silly!" they said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_8', 3, NULL, 'assets/topic/asb/19460.png', 'Eventually, curiosity got the better of the boys. They followed the girls to the river to see this strange creature for themselves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_9', 3, NULL, 'assets/topic/asb/19461.png', 'They searched and searched but all they could see was the tall grass and trees. +Suddenly, they heard a noise, and looked up.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_10', 3, NULL, 'assets/topic/asb/19462.png', 'Up on a tree swung the strangest creature they had ever seen. It had two arms, two hands, two legs and two feet. Instead of only one each, like them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_11', 3, NULL, 'assets/topic/asb/19463.png', 'The frightened children ran home to call their parents. Soon the whole family was at the river to see this creature.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_12', 3, NULL, 'assets/topic/asb/19464.png', '"Don''t hurt me!" the creature said, as it hid behind the tree. Now the family could only see the creature''s one foot, one leg, one hand, one arm and one eye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_13', 3, NULL, 'assets/topic/asb/19465.png', '"I am just like you," continued the creature. "The only difference is that I was made with two of almost everything."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_14', 3, NULL, 'assets/topic/asb/19466.png', 'So this was how the Izinzawu family discovered that it was not a creature to be scared of. It was simply a different form of them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Creature with two +Author - +Mlungisi Madlala and Ntombikayise Ngidi +Illustration - +Jesse Breytenbach +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_16', 1, 'Draw a man using stickers.', 'assets/topic/20022.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_16', 2, 1, 'assets/topic/20022.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_17', 0, 'How many members were there in Izinzawu family?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_17', 1, 1, 'Six'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_17', 0, 1, 'Five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_17', 0, 2, 'Four'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_17', 0, 3, 'Two'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_22', 0, 'The creature was actually a human like us.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_25', 0, 'What will you do if you see some strange creature?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_25', 0, 1, 'Throw stone at it.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_25', 0, 2, 'Run away from it'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_25', 0, 3, 'Infrom elders'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_25', 0, 4, 'Observe what it is doing.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004', 2, 'Hare and Tortoise (Again!)', 'assets/topic/asb/2036.png', 'Venkatramana Gowda + Padmanabha', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_3', 3, NULL, 'assets/topic/asb/2037.png', 'Do you remember the Great Race between the hare and the tortoise? For a long time, no one in the entire animal kingdom could talk about anything but the Great Race and its two contestants.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_4', 3, NULL, 'assets/topic/asb/2038.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_5', 3, NULL, 'assets/topic/asb/2039.png', 'We all know that the rabbit was defeated because he was lazy and overconfident. We know that the tortoise won the race because he was slow and steady. The forest animals knew this too, and continued to respect both creatures equally. Even the two competitors remained friends. The tortoise did not assume airs because he had won, and the hare, realising he had been defeated fair and square, bore the tortoise no grudge.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_6', 3, NULL, 'assets/topic/asb/2040.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_7', 3, NULL, 'assets/topic/asb/2042.png', 'Many months passed. The king of the jungle where the hare and the tortoise lived had some important matters to discuss with the king of the neighbouring jungle. But the first king could not leave his jungle just then. He decided, instead, to send the hare and tortoise to the neighbouring king, as his representatives.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_8', 3, NULL, 'assets/topic/asb/2043.png', '"At least one of you must go to the neighbouring kingdom," ordered the king, when the hare and the tortoise had presented themselves. "I want you to discuss certain important matters with the king there, and come back to me with his thoughts on those matters." "Now go!" he said, as he dismissed them. "And mind, you only have a day to complete the task."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_9', 3, NULL, 'assets/topic/asb/2044.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_10', 3, NULL, 'assets/topic/asb/2045.png', 'The road to the neighbouring kingdom was not smooth or easy. It was rocky and full of thorns. There were also two rivers to cross on the way.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_11', 3, NULL, 'assets/topic/asb/2046.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_12', 3, NULL, 'assets/topic/asb/2048.png', 'After some thought, both the hare and the tortoise realised that neither of them could complete the task alone. They had to travel together. The plan was for the hare to carry the tortoise over the thorny parts of the route, and for the tortoise to carry the hare across the two rivers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_13', 3, NULL, 'assets/topic/asb/2050.png', 'The next day, they collected the various messages from their king and were ready to go. The hare made short work of the thorny parts of the route with his giant loping strides, while the tortoise held on for dear life.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_14', 3, NULL, 'assets/topic/asb/2051.png', 'When they came to a river, they switched places, and the hare clambered onto the tortoise''s back. The tortoise swam across the river gracefully. Once both rivers had been crossed, it did not take them long to arrive at the neighbouring kingdom.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_15', 3, NULL, 'assets/topic/asb/2052.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_16', 3, NULL, 'assets/topic/asb/2054.png', 'After long discussions with the neighbouring king on all the matters raised by their own king, the hare and the tortoise were ready to leave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_17', 3, NULL, 'assets/topic/asb/2056.png', 'The journey home was even smoother than the outward journey, since both the hare and the tortoise now knew exactly what to do. The two old rivals had worked so well that they reached the king well ahead of the deadline he had set!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hare and Tortoise (Again!) +Author - +Venkatramana Gowda and Divaspathy Hegde +Illustration - +Padmanabha +Language - +English +Level - +Longer paragraphs +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_19', 1, 'Paint an hare and tortoise.', 'assets/topic/22004.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_19', 2, 1, 'assets/topic/22004.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_20', 0, 'Hare sat on the tortoise therefore it was easy to cross river.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_20', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_20', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_23', 0, 'Hare and tortoise failed to get messages from other king.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_23', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_23', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_26', 0, 'Why you think hare and tortoise were successful?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_26', 0, 1, 'They helped each other.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_26', 0, 2, 'They worked hard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_26', 0, 3, 'They went their own way.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_26', 0, 4, 'They became strength of each other.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751', 2, 'Sheep who got tired of city life', 'assets/topic/asb/26535.png', 'Mohammed Alhaji Modu +Kenneth Boyowa Okitikpi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_3', 3, NULL, 'assets/topic/asb/26535.png', 'Sheep lived in the city. She got tired of city life and decided to go to the bush. +On her way she met Hyena who had not eaten for many days.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_4', 3, NULL, 'assets/topic/asb/26536.png', 'She greeted Hyena over and over again, "Brother Hyena, how are you? Brother Hyena, how are you?" +Hyena answered Sheep, "Don''t greet me over and over. Do something to end my hunger."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_5', 3, NULL, 'assets/topic/asb/26537.png', 'When Sheep heard this, she started running. +Suddenly, she reached Lion''s den. Hyena was running after her. +Hyena arrived at the den and finally stopped, throwing dust into Lion''s eyes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_6', 3, NULL, 'assets/topic/asb/26538.png', 'Lion said to Hyena, "Can''t we even find peace in our dens? You throw dust into our eyes!" +Hyena answered, "King, I did not mean to disrespect you! I am only running after my food!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_7', 3, NULL, 'assets/topic/asb/26539.png', 'Lion said, "You are food to me, too, Hyena. Did I chase you? You came to me. Don''t blame me later."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_8', 3, NULL, 'assets/topic/asb/26540.png', 'Then Lion said to Sheep, "Why did you come to the bush?" +Sheep replied, "I came because I am a diviner."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_9', 3, NULL, 'assets/topic/asb/26541.png', 'Lion said, "Prepare traditional medicine to prove that you are truly a diviner." Sheep replied, "My medicine is expensive." +Lion said, "That is no problem, whatever it costs. There is nothing that is impossible for me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_10', 3, NULL, 'assets/topic/asb/26542.png', 'Sheep said, "The medicine is Hyena''s ear." +Lion cut off Hyena''s ear and gave it to Sheep. +Sheep put Hyena''s ear inside a jar of honey and gave it to Lion.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_11', 3, NULL, 'assets/topic/asb/26543.png', 'Lion ate Hyena''s ear and found it so sweet. +He asked Sheep, "Is it possible for me to +have the second ear?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_12', 3, NULL, 'assets/topic/asb/26544.png', 'Sheep said, "Yes, it is possible my king." So Lion cut off Hyena''s second ear and brought it to Sheep. +Sheep put the ear inside a jar of honey and gave it to Lion.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_13', 3, NULL, 'assets/topic/asb/26545.png', 'Then Lion said to Sheep, "Is it possible to get the skin?" Sheep replied, "I think it is possible my king." +When Hyena heard this he was afraid of dying, and ran. Lion ran after him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_14', 3, NULL, 'assets/topic/asb/26546.png', '"If such is life in the bush, then it is better for me to return home," said Sheep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sheep who got tired of city life +Author - +Mohammed Alhaji Modu +Translation - +Mohammed Alhaji Modu +Illustration - +Kenneth Boyowa Okitikpi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_16', 1, 'Paint a sheep and decorate it.', 'assets/topic/24751.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_16', 2, 1, 'assets/topic/24751.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_17', 0, 'Where did the sheep want to go?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_17', 1, 1, 'Bush'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_17', 0, 1, 'Forest'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_17', 0, 2, 'Home'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_17', 0, 3, 'City'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_22', 0, 'How many ears did the lion eat?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_22', 1, 1, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_22', 0, 1, 'One'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_22', 0, 2, 'Three'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_22', 0, 3, 'Four'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_27', 0, 'What will do you if are hungry?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_27', 0, 1, 'Wait for food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_27', 0, 2, 'Cook food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_27', 0, 3, 'Eat fruits'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_27', 0, 4, 'Drink water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863', 2, 'Counting cabbages', 'assets/topic/asb/19328.png', 'Penelope Smith +Magriet Brink', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_3', 3, NULL, 'assets/topic/asb/19323.png', 'Mama K has been harvesting cabbages all week. Doobie, Maya and Duksie help Mama K in her vegetable garden on Saturday mornings. Today the children are going to help with counting and packing the cabbages. Then Baba K will take boxes of cabbages to sell at the market.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_4', 3, NULL, 'assets/topic/asb/19325.png', 'The taxi drops off the children at the garden gate. They can see the huge heap of cabbages piled up near Baba K''s old truck. "Yo! What a lot of cabbages!" says Maya pointing. "There must be a thousand cabbages there!" laughs Duksie. "No way! Two hundred at the most!" disagrees Doobie.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_5', 3, NULL, 'assets/topic/asb/19326.png', 'Mama K is waiting at the gate. "Hello everyone, I''m happy to see you!" she greets the children. "Now let''s get to work. You''ll need to count the cabbages and put them into boxes, 12 cabbages in each box. I have 20 boxes. Two of you can each pack 7 boxes and one of you can pack 6 boxes."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_6', 3, NULL, 'assets/topic/asb/19327.png', 'The children stand around the pile of cabbages. They talk about different ways to count the cabbages. "I think I will count mine in 2s," Maya says. "I like counting in 4s," says Duksie, "it''s quicker."  "I''m going to count in 3s, just to be different!" pipes up Doobie.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_7', 3, NULL, 'assets/topic/asb/19328.png', 'Soon the children have filled 20 boxes. "Good work!" exclaims Mama K. "Look, there are some cabbages left over. My pigs love cabbages so let''s share these with them," she suggests. "How many cabbages did you pack into boxes? How many cabbages were left over?" she asks the children.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_8', 3, NULL, 'assets/topic/asb/19329.png', 'The next job is to write the price on each box and then help Baba K load the boxes on his truck. They must put half the boxes on one side of the truck and half on the other side, to balance the load.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_9', 3, NULL, 'assets/topic/asb/19330.png', '"We''re almost done!" says Baba K. "Let''s see, how many more boxes we must still put on each side to balance the load?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_10', 3, NULL, 'assets/topic/asb/19331.png', 'Soon all 20 boxes are loaded onto the truck. Baba K warms up the engine and drives off to market. "If I can sell all the boxes," he thinks to himself, "I''ll have enough money to fix the pig pen and get a surprise for the children!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_11', 3, NULL, 'assets/topic/asb/19332.png', 'Back at the farm, Mama K and the children water plants and rake leaves. By twelve o''clock they are all tired. Mama K tells them, "It''s time for your treat. Can you guess what I have for you today?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_12', 3, NULL, 'assets/topic/asb/19333.png', 'She goes inside to fetch their surprise. The children wait patiently for her to return while they guess what she might bring them. When she comes down the path her apron pockets are bulging!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_13', 3, NULL, 'assets/topic/asb/19334.png', '"Let''s see if you guessed right! What''s in store for you today?" Mama K tips out her apron pockets and a pile of apples falls onto the table. "See, I was right!" Duksie squeals. Mama K tells the children, "Now remember the rule. Share fair! No one to get more or less than the other!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_14', 3, NULL, 'assets/topic/asb/19335.png', 'First the children count the apples in 2s. They count: 2, 4, 6, 8, 10, 12, 14, 16, and 1 apple left over. Altogether there are 17 apples.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_15', 3, NULL, 'assets/topic/asb/19336.png', 'Next, they share out the apples equally. There are 2 apples left over. The children then put their apples in their bags to take home. How many does each child get?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_16', 3, NULL, 'assets/topic/asb/19337.png', '"Let''s cut the 2 apples to share between us," suggests Duksie. "How many parts of the apple will we each get?" asks Maya. "I know the answer!" smiles Doobie.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_17', 3, NULL, 'assets/topic/asb/19338.png', 'Just then Baba K arrives home from market. The truck is empty and Baba K is smiling. "I sold all the cabbages. Now I can fix the pig pen and buy you that soccer ball you wanted. "Yay!" shout the children."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_18', 3, NULL, 'assets/topic/asb/19339.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Counting cabbages +Author - +Penelope Smith +Illustration - +Magriet Brink +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_20', 1, 'Paint cabbage and decorate it.', 'assets/topic/21863.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_20', 2, 1, 'assets/topic/21863.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_21', 0, 'Baba k loaded twenty boxes in the truck.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_21', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_21', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_24', 0, 'What did children share?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_24', 1, 1, 'Apple'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_24', 0, 1, 'Orange'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_24', 0, 2, 'Strawberry'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_24', 0, 3, 'Banana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_29', 0, 'What do you share with your friend?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_29', 0, 1, 'Fruit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_29', 0, 2, 'Food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_29', 0, 3, 'Juice'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_29', 0, 4, 'Water'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035', 2, 'Hen tricks Eagle', 'assets/topic/asb/9588.png', 'Nathan Higenyi +Rob Owen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_3', 3, NULL, 'assets/topic/asb/9587.png', 'Long ago Hen and Eagle were friends. One day, Eagle found Hen under a tree resting with her hopping bags. Hen was standing on one leg.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_4', 3, NULL, 'assets/topic/asb/9588.png', 'Eagle asked Hen, "Where is your other leg?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_5', 3, NULL, 'assets/topic/asb/9589.png', 'Hen told Eagle, "The shopkeeper cut off my leg and gave me these groceries in return."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_6', 3, NULL, 'assets/topic/asb/9590.png', 'Eagle asked Hen whether he could do the same. He also wanted a bag of groceries. Hen agreed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_7', 3, NULL, 'assets/topic/asb/9591.png', 'Eagle went to the shopkeeper and asked her to cut off one of his legs in exchange for groceries. The shopkeeper accepted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_8', 3, NULL, 'assets/topic/asb/9592.png', 'The eagle hopped on one leg all the way home. But he was happy with the things the shopkeeper gave him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_9', 3, NULL, 'assets/topic/asb/9593.png', 'When Eagle reached home, he found Hen with both her legs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_10', 3, NULL, 'assets/topic/asb/9594.png', 'Eagle was furious and chased Hen. But he never caught her. Instead, Eagle always looks out for Hen''s children. Whenever he catches one, he eats it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hen tricks Eagle +Author - +Nathan Higenyi +Translation - +Nathan Higenyi +Illustration - +Rob Owen +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_12', 1, 'Paint a hen and decorate it.', 'assets/topic/23035.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_12', 2, 1, 'assets/topic/23035.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_13', 0, 'Who is the friend of hen?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_13', 1, 1, 'Eagle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_13', 0, 1, 'Rat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_13', 0, 2, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_13', 0, 3, 'Crow'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_18', 0, 'The shopkeeper cut eagle''s leg', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_21', 0, 'What do you exchange with your friend?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_21', 0, 1, 'Food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_21', 0, 2, 'Fruit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_21', 0, 3, 'Cookies'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_21', 0, 4, 'Chocolate'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536', 2, 'Raven and Fox', 'assets/topic/asb/25729.png', 'Angesom Abadi +Isaac Okwir', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_3', 3, NULL, 'assets/topic/asb/25729.png', 'Long ago, wild animals lived together. +Raven and Fox were good friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_4', 3, NULL, 'assets/topic/asb/25730.png', 'There was a famine. The animals had nothing to eat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_5', 3, NULL, 'assets/topic/asb/25731.png', 'Fox and Raven went in search of food. +They found some meat. Raven started eating alone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_6', 3, NULL, 'assets/topic/asb/25732.png', 'Fox saw Raven eating meat alone. She grabbed the bird. +"Shall I kill you or not?" asked Fox.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_7', 3, NULL, 'assets/topic/asb/25733.png', '"Please, do not kill me! Specially, do not throw me off the cliff," begged Raven.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_8', 3, NULL, 'assets/topic/asb/25734.png', 'Fox replied, "I will not throw you off the cliff."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_9', 3, NULL, 'assets/topic/asb/25735.png', 'But Fox had decided to throw Raven off the cliff.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_10', 3, NULL, 'assets/topic/asb/25736.png', 'Fox threw Raven off the cliff. +She stood at the edge of the cliff to check for Raven''s body.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_11', 3, NULL, 'assets/topic/asb/25737.png', 'Meanwhile, Raven had turned in the air and started flying.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_12', 3, NULL, 'assets/topic/asb/25738.png', 'Raven landed in a tree. +Fox and Raven saw each other.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_13', 3, NULL, 'assets/topic/asb/25739.png', '"I escaped because I am clever," boasted Raven.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_14', 3, NULL, 'assets/topic/asb/25740.png', '"You escaped because I let you escape," replied Fox.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Raven and Fox +Author - +ሰለሙን ግደይ and ገ/ኣምላኽ ገ/መደህን +Translation - +Angesom Abadi +Illustration - +Isaac Okwir +Language - +English +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_16', 1, 'Paint a Raven and Fox.', 'assets/topic/22536.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_16', 2, 1, 'assets/topic/22536.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_17', 0, 'Fox and raven went in search of food.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_17', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_17', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_20', 0, 'Where did raven land after being thrown off the cliff?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_20', 1, 1, 'Tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_20', 0, 1, 'House'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_20', 0, 2, 'Air'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_20', 0, 3, 'Cliff'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_25', 0, 'What will you do if you get some food?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_25', 0, 1, 'Eat alone.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_25', 0, 2, 'Share with my friend.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_25', 0, 3, 'Throw it back.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_25', 0, 4, 'Take it to home.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837', 2, 'Grateful animals', 'assets/topic/asb/17299.png', 'Mariam Mohammed +Rob Owen', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_3', 3, NULL, 'assets/topic/asb/17289.png', 'Once upon a time, a man and five animals were going to war together. They traveled all day until the sun went down. "Where are we going to sleep?" asked Donkey. "Look, there''s a hut. We can sleep there," said Puff Adder.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_4', 3, NULL, 'assets/topic/asb/17290.png', 'They went to the hut and called. A man and a woman came out. "You''re welcome to sleep here, but we don''t have food for you," said the man. "What about the cow outside your house?" asked Dog.  "It''s the only thing we have. If we kill it, we''ll have nothing." The wife said.  Man said, "We will all reward you. Please kill the cow for us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_5', 3, NULL, 'assets/topic/asb/17291.png', '"If you give me its blood, I''ll repay you," said Lion. "I want the bones," said Dog, "and I''ll reward you." "Give me the fat, you won''t be sorry" said Puff Adder. "I want the meat under the skin. I''ll reward you," said Eagle. "Let me have the milk," the man said. "I''ll give you something wonderful one day." "I don''t want meat. Give me some grass from your roof," Donkey said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_6', 3, NULL, 'assets/topic/asb/17292.png', 'The husband and wife killed their cow. They gave the blood to Lion, the bones to Dog, the milk to the man, the fat to Puff Adder, and the meat under the skin to Eagle. Donkey got grass from the roof of the hut.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_7', 3, NULL, 'assets/topic/asb/17293.png', 'The travelers slept well that night. The next morning they went away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_8', 3, NULL, 'assets/topic/asb/17294.png', 'Many weeks passed. Then, one day, the man and his wife heard Lion roaring near their hut. They went outside. Lion wasn''t there, but a big elephant tusk was lying on the ground. "This is very valuable," the woman said to her husband. "Take it into the house," her husband said. "We must be careful. Perhaps thieves will come and steal it."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_9', 3, NULL, 'assets/topic/asb/17295.png', 'Just then, Dog barked. The husband and wife looked behind them. Dog was lying near the door of the house. "Don''t worry," he said. "I''ll keep the thieves away. You helped me once and now I''ll help you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_10', 3, NULL, 'assets/topic/asb/17296.png', 'Now, the husband had a wicked brother. He was rich, he was cruel, and everyone hated him. He heard about the elephant tusk. "I want that tusk," he thought. "I''ll kill my brother and take it from him."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_11', 3, NULL, 'assets/topic/asb/17297.png', 'Late at night, he went to his brother''s house. But Puff Adder was lying on the path, waiting for him. It bit the wicked brother and he died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_12', 3, NULL, 'assets/topic/asb/17298.png', 'In that country, a dead man''s brother takes his wealth. So, the wicked brother''s cows and sheep belonged to the husband and his wife. "Lion, Dog and Puff Adder have repaid us well," the man said to his wife. "What will Eagle, Donkey and the man do?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_13', 3, NULL, 'assets/topic/asb/17299.png', 'One day, Eagle was flying high in the sky. He looked down and saw a crowd of elders walking together along the road. Something bright was shining in their hands. "They have money and jewels," thought Eagle. "They are taking presents from a wife to her husband, or from a husband to his wife, to end a quarrel. But they will forgive each other anyway."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_14', 3, NULL, 'assets/topic/asb/17300.png', 'Eagle flew down and took the gifts out of the elders'' hands. He dropped them outside the hut of the man and his wife.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_15', 3, NULL, 'assets/topic/asb/17301.png', 'On the same day, Donkey was in a forest not far away. He had a heavy bag full of money on his back. Donkey''s master beat him saying, "Go faster, you stupid, lazy animal!"  Donkey wanted to punish his cruel master.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_16', 3, NULL, 'assets/topic/asb/17302.png', 'Donkey ran away, and went to the hut of the husband and wife. "Take the money," he said. "It''s yours." The old man and his wife were rich now.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_17', 3, NULL, 'assets/topic/asb/17303.png', '"Our friends the animals have been very good to us," the man said. "I''m glad we killed our cow for them." "The man has not repaid us yet," his wife said. "The animals have done many things for us, but the man will certainly do more."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_18', 3, NULL, 'assets/topic/asb/17304.png', 'They waited and waited. Weeks passed, then months and years, but the man never came back. Animals keep their promises, but humans forget theirs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Grateful animals +Author - +Mariam Mohammed and Elizabeth Laird +Illustration - +Rob Owen +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_20', 1, 'Draw an hut and decorate it.', 'assets/topic/21837.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_20', 2, 1, 'assets/topic/21837.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_21', 0, 'Select all the animals which weere taken to war.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 1, 1, 'Eagle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 1, 2, 'Snake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 1, 3, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 1, 4, 'Lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 1, 5, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 0, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 0, 3, 'Tortoise'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_30', 0, 'Match the animal with the help they did', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 1, 'Lion'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 2, 'Elephant Tusk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 3, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 4, 'Protect from thieves'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 5, 'Eagle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 6, 'some thing bright and shining.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 7, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 8, 'Bag of money'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_39', 0, 'How did you return the favour to a person who helped you once?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_39', 0, 1, 'Gave money'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_39', 0, 2, 'Gave food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_39', 0, 3, 'Gave cloth'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_39', 0, 4, 'Gave shelter'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934', 2, 'Kidnapped!', 'assets/topic/asb/14751.png', 'Richard Khadambi +Abraham Muzee', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_3', 3, NULL, 'assets/topic/asb/14735.png', 'My friend Kiki and I love to go exploring. We know our neighbourhood well. Every day after school we try to think of a new place to explore.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_4', 3, NULL, 'assets/topic/asb/14736.png', 'When walking home we often cut across the big field near the old railway. Even though Kiki''s father has warned us not to go there. On that day, we noticed a tall man in a black coat walking behind us. But at first we didn''t worry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_5', 3, NULL, 'assets/topic/asb/14737.png', 'We slowed down to look at the man. His skin was full of pimples. His lips were too small to cover his dark brown teeth. He had a deep scar across half his face. This man was following us!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_6', 3, NULL, 'assets/topic/asb/14738.png', 'We decided to stop and face the stranger. My heart beat so loudly that I thought he could hear it. I stared at him, paying attention to his features and clothes. He did not like the fact that I was looking at him so keenly. He shouted, "What are you looking at, boy?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_7', 3, NULL, 'assets/topic/asb/14739.png', 'At that point, we turned and ran! My friend Kiki escaped but I was not fast enough. He caught me by my shirt and pulled me back roughly. The man held me so tight that I thought my ribs would crack.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_8', 3, NULL, 'assets/topic/asb/14740.png', 'The tall man picked me up like a piece of paper and threw me into a van parked nearby. Then he got in the front of the van. Another man who was inside the van blindfolded me and tied my hands behind my back. Then the driver drove away at the speed of an ambulance.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_9', 3, NULL, 'assets/topic/asb/14741.png', 'In the back of the van, the man next to me held a wet rag over my face. The rag smelled sweet, and made me feel very sleepy.  When I woke up I found myself sitting on the floor in a dark room with cobwebs and mice. At least I was no longer blindfolded.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_10', 3, NULL, 'assets/topic/asb/14742.png', 'The door of the dark room opened noisily, and a man entered carrying a plate. He was the man who tied me up and put me to sleep. "Here is food for you. You better eat because you are going on a long journey," the man mumbled. He untied my hands.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_11', 3, NULL, 'assets/topic/asb/14743.png', 'When I heard the word ''journey'' I decided to eat. I would need to get the strength to rescue myself. As I ate, the man sat down and smoked a cigarette. The smoke filled the entire room.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_12', 3, NULL, 'assets/topic/asb/14744.png', 'Suddenly the other two men came in dragging a boy. It was Kiki! They had caught him as well. Now we were both trapped in the dark room.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_13', 3, NULL, 'assets/topic/asb/14745.png', 'I understood that the tall ugly man was the leader of the group. He gave orders to the other two. But the man who brought me the food did not seem to like what they were doing. A while later, we heard them arguing outside the room. The leader shouted, "I don''t care if you know his family. You can''t change your mind now."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_14', 3, NULL, 'assets/topic/asb/14746.png', 'This argument made us realise that one of them knew us. I wondered who it was. Kiki said, "We must find a way of escaping. Our parents don''t have the money to pay ransom." Luck was on our side. The men continued to disagree and started fighting. I untied my friend. We quietly bolted the door inside the room and started looking for a way to escape.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_15', 3, NULL, 'assets/topic/asb/14747.png', 'We saw some thin cracks of light between old timber nailed across one wall. We pulled at the wood until the nails came out of the wall. We pulled at another, and another, until the thin dim light became brighter. There was a small window under the wooden planks!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_16', 3, NULL, 'assets/topic/asb/14748.png', 'Quickly we made a decision. Kiki was faster and smaller than me, so he would run to get help. I helped him up. Kiki wriggled out of the window. It was not far to the ground outside, and I heard him land on his feet. He took a deep breath, then he was gone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_17', 3, NULL, 'assets/topic/asb/14749.png', 'By this time the men were kicking the door against the bolt. They burst into the room and stood for a minute looking at the window. Then they rushed outside, pushing each other, not sure which direction to go. The men were furious, especially the ugly leader. He hit me, shouting, "Your parents will pay for this!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_18', 3, NULL, 'assets/topic/asb/14750.png', 'The men nailed back the planks of wood over the window and locked me in the room. But they still could not agree about what to do. I could hear them arguing again. The man who smoked a lot wanted to let me go. The driver was worried that my friend would find his way back and bring the police. And the ugly leader, well, he wanted the ransom money.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_19', 3, NULL, 'assets/topic/asb/14751.png', 'It seemed like forever before I heard a soft tap from outside, on the broken window. A grown up voice said, "Don''t be scared. Police are here. Lie on the floor, cover your head. Don''t move."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_20', 3, NULL, 'assets/topic/asb/14752.png', 'I''m not sure what happened next. Everything happened! The men were taken by surprise as police stormed the room they were in. There was lots of shouting and noise, and some gunshots.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_21', 3, NULL, 'assets/topic/asb/14753.png', 'A policewoman opened the door to my room. She picked me up off the floor, and wrapped a blanket around me. She told me, "Your friend was lucky. He found the main road near here. We were on patrol when he ran into the road. After we heard his story, we called for backup and came to teach these criminals a lesson!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_22', 3, NULL, 'assets/topic/asb/14754.png', 'The three men were arrested, handcuffed, and bundled into a police van. I got into a car with the policewoman. She took me home to my worried parents. After that day, Kiki and I were more careful when we went exploring.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kidnapped! +Author - +Richard Khadambi and Collins Kipkirui +Illustration - +Abraham Muzee +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_24', 1, 'Paint lock and key.', 'assets/topic/15934.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_24', 2, 1, 'assets/topic/15934.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_25', 0, 'What do kiki and his friend love to?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_25', 1, 1, 'Exploring'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_25', 0, 1, 'Eating'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_25', 0, 2, 'Talking'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_25', 0, 3, 'Dancing'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_30', 0, 'Kiki and his friend were kidnaped by tall ugly man.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_30', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_30', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_33', 0, 'What will you do if you see kidnappers?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_33', 0, 1, 'Run away'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_33', 0, 2, 'Inform elders'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_33', 0, 3, 'inform police'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_33', 0, 4, 'Be calm and look for help.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149', 2, 'Pig that wouldn''t listen', 'assets/topic/asb/18310.png', 'Zanele Mguye +Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_3', 3, NULL, 'assets/topic/asb/18306.png', 'After a long day at the farm, it was time for all the animals to go to sleep. +But not everyone was willing to listen to the farmer.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_4', 3, NULL, 'assets/topic/asb/18307.png', '"Time for bed Miss Piggy," said the farmer. "In the pen you go." +"Oh no I won''t, I won''t go into the pen," said Miss Piggy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_5', 3, NULL, 'assets/topic/asb/18308.png', '"Trusty Whip, please whip Miss Piggy into the pen," said the farmer to her trusty whip. +"Oh no I won''t, I won''t whip Miss Piggy," said Trusty Whip.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_6', 3, NULL, 'assets/topic/asb/18309.png', '"Fiery Fire, please burn Trusty Whip, he won''t whip Miss Piggy into the pen," said the farmer to the fire. +"Oh no, I won''t, I won''t burn Trusty Whip," said Fiery Fire.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_7', 3, NULL, 'assets/topic/asb/18310.png', '"Clear Water, please put out Fiery Fire, he won''t burn the Trusty Whip, and Miss Piggy won''t go into the pen," said the farmer to the water. +"Oh no I won''t, I won''t put out the fire," said Clear Water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_8', 3, NULL, 'assets/topic/asb/18311.png', 'Then along came Milky Moo, the cow. "Milky Moo, please drink Clear Water, who won''t put out Fiery Fire. Fiery Fire won''t burn Trusty Whip, and Miss Piggy won''t go into the pen," said the farmer.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_9', 3, NULL, 'assets/topic/asb/18312.png', '"MOOO!" said thirsty Milky Moo with excitement. +"Of course I will drink the water."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_10', 3, NULL, 'assets/topic/asb/18313.png', '"No! No! No! Milky Moo, please don''t drink me," cried Clear Water. "I will put out Fiery Fire."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_11', 3, NULL, 'assets/topic/asb/18314.png', '"Oh no you won''t put me out!" shouted Fiery Fire. "I will burn Trusty Whip."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_12', 3, NULL, 'assets/topic/asb/18315.png', '"Please don''t burn me Fiery Fire," cried Trusty Whip. "I will whip Miss Piggy into the pen."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_13', 3, NULL, 'assets/topic/asb/18316.png', 'Miss Piggy was annoyed. "There will be no need for you to whip me, Trusty Whip," she said. "I will go into the pen."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_14', 3, NULL, 'assets/topic/asb/18317.png', 'Miss Piggy went into her pen and was ready for bed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Pig that wouldn''t listen +Author - +Thobile Gama +Translation - +Zanele Mguye +Illustration - +Marion Drew +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_16', 1, 'Paint cute piggy and decorate.', 'assets/topic/21149.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_16', 2, 1, 'assets/topic/21149.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_17', 0, 'Where did the farmer ask Miss piggy to sleep in?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_17', 1, 1, 'Pen'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_17', 0, 1, 'pencil'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_17', 0, 2, 'Compound'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_17', 0, 3, 'House'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_22', 0, 'Trusty whip asked fiery fire not to burn it.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_25', 0, 'Why do you think Miss piggy did not wanted to go into pen.', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_25', 0, 1, 'Miss piggy wanted to play.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_25', 0, 2, 'Did not get sleep.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_25', 0, 3, 'Miss piggy was hungry.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_25', 0, 4, 'Miss piggy wanted to sleep alone.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534', 2, 'Counting animals', 'assets/topic/asb/9651.png', 'Clare Verbeek +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_3', 3, NULL, 'assets/topic/asb/9652.png', 'One elephant is going to drink water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_4', 3, NULL, 'assets/topic/asb/9647.png', 'Two giraffes are going to drink water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_5', 3, NULL, 'assets/topic/asb/9644.png', 'Three buffaloes and four birds are also going to drink water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_6', 3, NULL, 'assets/topic/asb/9646.png', 'Five antelopes and six warthogs are walking to the water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_7', 3, NULL, 'assets/topic/asb/9650.png', 'Seven zebras are running to the water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_8', 3, NULL, 'assets/topic/asb/9645.png', 'Eight frogs and nine fish are swimming in the water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_9', 3, NULL, 'assets/topic/asb/9651.png', 'One lion roars. He also wants to drink. Who is afraid of the lion?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_10', 3, NULL, 'assets/topic/asb/9648.png', 'One elephant is drinking water with the lion.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Counting animals +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Rob Owen +Language - +English +Level - +First words +© School of Education and Development (UKZN) and African Storybook Initiative 2007 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_12', 1, 'Paint a elephant and decorate.', 'assets/topic/17534.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_12', 2, 1, 'assets/topic/17534.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_13', 0, 'How many lions drank water?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_13', 1, 1, 'One'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_13', 0, 1, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_13', 0, 2, 'None'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_13', 0, 3, 'Three'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_18', 0, 'Seven zebras were running towards water.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_21', 0, 'Why do you think animals are drinking water together?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_21', 0, 1, 'There might be drought.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_21', 0, 2, 'Water might be sweet.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_21', 0, 3, 'All are friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_21', 0, 4, 'To show their unity.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031', 2, 'Why Ajao was not buried', 'assets/topic/asb/16974.png', 'Taiwo Ẹhinẹni +Jesse Breytenbach', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_3', 3, NULL, 'assets/topic/asb/16973.png', 'Ajao, a bat, lay in his house very ill. There was no one to attend to him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_4', 3, NULL, 'assets/topic/asb/16974.png', 'Then, Ajao died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_5', 3, NULL, 'assets/topic/asb/16975.png', 'The neighbours said, "Ajao is dead. We must call his relations to come and bury him."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_6', 3, NULL, 'assets/topic/asb/16976.png', 'The neighbours went and called the birds saying, "A relative of yours is dead."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_7', 3, NULL, 'assets/topic/asb/16977.png', 'The birds came and saw that it was Ajao. They said, "This animal is not part of our family."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_8', 3, NULL, 'assets/topic/asb/16978.png', '"All our family have feathers but Ajao has none. So, he is not one of us." The birds went away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_9', 3, NULL, 'assets/topic/asb/16979.png', 'The neighbours reasoned together. They agreed, "The birds are right. Ajao has no feathers. So, he is not their relative."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_10', 3, NULL, 'assets/topic/asb/16980.png', 'One of them said, "He must be part of the family of rats. He looks like them."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_11', 3, NULL, 'assets/topic/asb/16981.png', 'The neighbours went and called the rats saying, "One of your family is dead."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_12', 3, NULL, 'assets/topic/asb/16982.png', 'The rats came and saw that it was Ajao. They said, "This animal is not part of our family."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_13', 3, NULL, 'assets/topic/asb/16983.png', '"Everyone in our family has a tail. Ajao has no tail." The rats went away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_14', 3, NULL, 'assets/topic/asb/16984.png', 'No relations were found for Ajao and he remained unburied.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Why Ajao was not buried +Author - +Taiwo Ẹhinẹni +Translation - +Taiwo Ẹhinẹni +Illustration - +Jesse Breytenbach +Language - +English +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_16', 1, 'Paint a bat mammal and decorate it.', 'assets/topic/17031.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_16', 2, 1, 'assets/topic/17031.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_17', 0, 'Who is a Ajao?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_17', 1, 1, 'Bat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_17', 0, 1, 'Bird'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_17', 0, 2, 'Rat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_17', 0, 3, 'Dog'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_22', 0, 'Birds and rats helped Ajao in burying.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_22', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_22', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_25', 0, 'What will you do if you were friend of Ajao?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_25', 0, 1, 'Bury Ajao.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_25', 0, 2, 'Avoid saying he is not our family.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_25', 0, 3, 'Inform his family.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_25', 0, 4, 'Never let him die.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069', 2, 'Lazy Anansi', 'assets/topic/asb/1069.png', 'Ghanaian folktale +Wiehan de Jager', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_3', 3, NULL, 'assets/topic/asb/1070.png', 'There was a spider called Anansi. Anansi was too lazy to cook his own food. Instead, he used to visit his friends and eat the delicious food they had cooked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_4', 3, NULL, 'assets/topic/asb/1071.png', 'One day, Anansi was passing Rabbit''s house when he smelled green vegetables cooking. He was very excited. Rabbit said to Anansi, "They''re not quite ready yet. You can help me to wash up while we wait."  Anansi replied, "Sorry, I have things to do. I''ll come back later."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_5', 3, NULL, 'assets/topic/asb/1072.png', '"How will I call you when they''re ready?" asked Rabbit. Anansi thought for a minute. "I''ll spin a web," he said. "I''ll tie one end around my leg and one end to your pot. When the greens are ready, pull on the web string. I''ll come right away." So Anansi tied the web to the pot, and walked on.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_6', 3, NULL, 'assets/topic/asb/1073.png', 'Anansi saw Monkey and his wife, cooking beans in a large pot. "Come and join us! The beans are nearly ready." Monkey said. Anansi replied, "Sorry, I have things to do. Let me tie one end of this web around my leg and one end to your pot. When the beans are ready, pull on the web string, and I''ll come."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_7', 3, NULL, 'assets/topic/asb/1074.png', 'As Anansi walked by Warthog''s house, he smelled sweet potatoes. Warthog told Anansi, "My pot is full of sweet potatoes and honey! Come and share my food with me. Take this fork and help me to stir it." Anansi replied, "I''ll come back later. Let me tie one end of this web around my leg and one end to your pot. When the sweet potatoes are ready, pull on the web string, and I''ll come."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_8', 3, NULL, 'assets/topic/asb/1075.png', 'By the time Anansi arrived at the river, each of his eight legs was tied to a pot of delicious food. Then, Anansi felt a pull on one of his legs. "Rabbit''s food is ready!" Anansi thought, licking his lips.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_9', 3, NULL, 'assets/topic/asb/1076.png', 'He felt a second pull. And a third. And a fourth, fifth, sixth, seventh, eighth pull. Everyone was pulling on the web strings at the same time! "Stop! Stop!" he cried in pain, as his legs were stretched thinner and thinner. But no one could hear him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_10', 3, NULL, 'assets/topic/asb/1069.png', 'Finally, the web strings could hold no longer. They snapped, one by one. Anansi rolled into the river to soothe his painful legs. But his legs would not return to their normal shape. Anansi was too embarrassed to go to any of his friends that day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Lazy Anansi +Author - +Ghanaian folktale +Illustration - +Wiehan de Jager +Language - +English +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_12', 1, 'Paint a spider and decorate it.', 'assets/topic/2069.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_12', 2, 1, 'assets/topic/2069.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_13', 0, 'Match animals with food they are cooking.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 1, 'Rabbit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 2, 'Green vegetables'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 3, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 4, 'Beans'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 5, 'Warthog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 6, 'Sweet potato'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_20', 0, 'Anansi final had food in rabbit''s house.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_20', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_20', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_23', 0, 'What will do if you are hungry?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_23', 0, 1, 'I will cook and eat.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_23', 0, 2, 'Visit friend''s home'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_23', 0, 3, 'Stay empty stomach'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_23', 0, 4, 'Eat some fruits'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088', 2, 'Why Fly pesters Cow', 'assets/topic/asb/19248.png', 'Jaco jacobs +Stephen Wallace', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_3', 3, NULL, 'assets/topic/asb/19248.png', 'Have you ever seen a herd of cows in the field? Every now and then you will notice a cow shaking her head. She tries to drive away the flies that pester her. But why do the flies zoom-zoom-zee around Cow''s head?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_4', 3, NULL, 'assets/topic/asb/19249.png', 'They say it started long, long ago in a far-off country. The country''s queen was very rich and had a kind heart. One day she decided to arrange a huge banquet. All the animals were invited. The enormous tables were beautifully laden. Every table groaned under the delicacies, dishes full of meat, freshly baked bread, steaming vegetables and honey-sweet fruit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_5', 3, NULL, 'assets/topic/asb/19250.png', 'The animals smacked their lips when they saw the delicious food. "The largest animal at each table should sit at the head," the queen said. "It is his or her job to dish out the food." Cow shared a table with Sheep, Goat, Dog, Goose and Fly. Since Cow was the biggest, she started dishing out the food.  Each animal received a big chunk of home-baked bread with grape jam and cheese.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_6', 3, NULL, 'assets/topic/asb/19251.png', 'But because Fly was so small, Cow hardly noticed her. "Zoom! Zoom! Zee! What about me? I''d also like something to eat, you see?" Fly grumbled. But Cow pretended not to hear Fly. She tucked into the delicious bread. Poor Fly sat there deprived of everything, watching the other animals eat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_7', 3, NULL, 'assets/topic/asb/19252.png', 'When they had finished the last crumb of bread, Cow started dishing out the meat and vegetables. Each animal received a large plate of food. But because Fly was so small, Cow once again hardly noticed her. "Zoom! Zoom! Zee! What about me? I''d also like something to eat, you see?" Fly grumbled louder than before. Cow rolled her eyes and was annoyed with Fly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_8', 3, NULL, 'assets/topic/asb/19253.png', '"Hey! Where are your manners?" Cow said. "A bug like you doesn''t even belong at the queen''s banquet. You can wait until the bigger animals have finished." The food was finished in two ticks. Poor Fly didn''t receive the tiniest morsel.  Cow started sharing the fruit. There were delicious water melon, juicy spanspek and red-cheeked apples.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_9', 3, NULL, 'assets/topic/asb/19254.png', 'All the animals received food, but Fly had to go without. "Zoom! Zoom! Zee! What about me? I''d also like something to eat, you see?" Fly complained. Cow laughed and took a bite from her apple. "Do you hear something?" she asked the other animals at the table. "I don''t hear anything." In a jiffy all the food at the table had been finished. The animals were overstuffed. Everyone except Fly. Her tummy growled with hunger.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_10', 3, NULL, 'assets/topic/asb/19256.png', 'After the meal it was time to dance and be merry. But Fly was angry. She decided to go home. The queen noticed Fly. "Why are you leaving, Fly?" the queen asked. "Don''t you enjoy my banquet?" Fly curtsied before the queen. "I''m sorry, your Majesty," she said. "I''m sure the food was delicious. But I didn''t have a tiny morsel of food." And she told the queen what had happened. The queen was very angry when she heard what Cow had done.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_11', 3, NULL, 'assets/topic/asb/19255.png', '"From now on you and your friends may pester Cow every day," the queen said. "From morning till night you may buzz around her ears. It will teach her a lesson. She will never be able to ignore you again. And she''ll see that even the tiniest insect is important to me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_12', 3, NULL, 'assets/topic/asb/19257.png', 'And that is exactly what Fly has been doing until today. She and her friends buzz around Cow''s ears from morning till night. And while they are doing it, they sing: "Zoom! Zoom! Zee! Never ever again, Can you ignore us. Say amen!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Why Fly pesters Cow +Author - +Jaco jacobs +Illustration - +Stephen Wallace +Language - +English +Level - +Longer paragraphs +© Lapa 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_14', 1, 'Paint a fly and a cow and decorate it.', 'assets/topic/22088.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_14', 2, 1, 'assets/topic/22088.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_15', 0, 'Who pesters the cow all the time?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_15', 1, 1, 'Fly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_15', 0, 1, 'Honey bee'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_15', 0, 2, 'Butterfly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_15', 0, 3, 'Bird'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_20', 0, 'Fly was very small therefore cow hardly noticed it.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_20', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_20', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_23', 0, 'What will you do if no one notices you?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_23', 0, 1, 'Shout loudly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_23', 0, 2, 'Throw paper ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_23', 0, 3, 'Throw small stone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_23', 0, 4, 'Poke the person'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938', 2, 'Why Hippos have no hair', 'assets/topic/asb/6143.png', 'Basilio Gimo +Carol Liddiment', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_3', 3, NULL, 'assets/topic/asb/6162.png', 'One day, Rabbit was walking by the riverside.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_4', 3, NULL, 'assets/topic/asb/6163.png', 'Hippo was there too, going for a stroll and eating some nice green grass.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_5', 3, NULL, 'assets/topic/asb/6145.png', 'Hippo didn''t see that Rabbit was there and she accidentally stepped on Rabbit''s foot. Rabbit started screaming at Hippo, "You Hippo! Can''t you see that you''re stepping on my foot?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_6', 3, NULL, 'assets/topic/asb/6146.png', 'Hippo apologised to Rabbit, "I''m so sorry. I didn''t see you. Please forgive me!" But Rabbit wouldn''t listen and he shouted at Hippo, "You did that on purpose! Someday, you''ll see! You''re going to pay!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_7', 3, NULL, 'assets/topic/asb/6147.png', 'Rabbit went to find Fire and said, "Go, burn Hippo when she comes out of the water to eat grass. She stepped on me!"  Fire answered, "No problem, Rabbit, my friend. I''ll do just what you ask."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_8', 3, NULL, 'assets/topic/asb/6148.png', 'Later, Hippo was eating grass far from the river when, "Whoosh!" Fire burst into flame. The flames began to burn Hippo''s hair.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_9', 3, NULL, 'assets/topic/asb/6149.png', 'Hippo started to cry and ran for the water. All her hair was burned off by the fire. Hippo kept crying, "My hair has burned in the fire! My hair is all gone! My beautiful hair!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_10', 3, NULL, 'assets/topic/asb/6170.png', 'Rabbit was happy that Hippo''s hair was burned. And to this day, for fear of fire, the hippo never goes far from the water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Why Hippos have no hair +Author - +Basilio Gimo and David Ker +Illustration - +Carol Liddiment +Language - +English +Level - +First paragraphs +© Little Zebra Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://www.littlezebrabooks.com/.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_12', 1, 'Paint hippopotamus and decorate it.', 'assets/topic/15938.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_12', 2, 1, 'assets/topic/15938.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_13', 0, 'Who stamped on the foot of rabbit?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_13', 1, 1, 'Hippo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_13', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_13', 0, 2, 'Elephant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_13', 0, 3, 'Lion'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_18', 0, 'Hippo got his hair burnt on land so he always stays in water.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_21', 0, 'If anyone stamps your feet what will you do?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_21', 0, 1, 'Forgive'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_21', 0, 2, 'Teach a lesson'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_21', 0, 3, 'stamp back'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_21', 0, 4, 'Shout and laugh'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442', 2, 'Why is Yayeri great?', 'assets/topic/asb/7509.png', 'Cornelius Wambi Gulere +Vusi Malindi', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_3', 3, NULL, 'assets/topic/asb/7513.png', 'Yayeri the great one wakes up very early every morning. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_4', 3, NULL, 'assets/topic/asb/7514.png', 'She is grateful for the night past. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_5', 3, NULL, 'assets/topic/asb/7517.png', 'She prepares her bed very well. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_6', 3, NULL, 'assets/topic/asb/7516.png', 'She greets her parents and grandparents. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_7', 3, NULL, 'assets/topic/asb/7515.png', 'She cleans her face with blue soap. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_8', 3, NULL, 'assets/topic/asb/7518.png', 'She brushes her teeth with the lughano stem. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_9', 3, NULL, 'assets/topic/asb/7507.png', 'She takes a cold water bath. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_10', 3, NULL, 'assets/topic/asb/7511.png', 'She puts on her orange school uniform. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_11', 3, NULL, 'assets/topic/asb/7508.png', 'She puts on her black shoes. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_12', 3, NULL, 'assets/topic/asb/7512.png', 'She hurries to her school at Mbala. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_13', 3, NULL, 'assets/topic/asb/7510.png', 'She studies Science, Social Studies and Mathematics. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_14', 3, NULL, 'assets/topic/asb/7509.png', 'She sings, dances, and plays football. +We ask ourselves, "Why is Yayeri great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Why is Yayeri great? +Author - +Michael Oguttu +Translation - +Cornelius Wambi Gulere +Illustration - +Vusi Malindi +Language - +English +Level - +First sentences +© Text: Uganda Community Libraries Association (Ugcla)  Artwork: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_16', 1, 'Draw a soap decorate it.', 'assets/topic/8442.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_16', 2, 1, 'assets/topic/8442.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_17', 0, 'What is the color of her soap?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_17', 1, 1, 'Blue'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_17', 0, 1, 'Black'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_17', 0, 2, 'Red'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_17', 0, 3, 'Yellow'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_22', 0, 'What is the color of her shoes?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_22', 1, 1, 'Black'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_22', 0, 1, 'Blue'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_22', 0, 2, 'Red'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_22', 0, 3, 'Orange'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_27', 0, 'What is your favourite color?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_27', 0, 1, 'Black'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_27', 0, 2, 'Blue'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_27', 0, 3, 'Red'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_27', 0, 4, 'Orange'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473', 2, 'Why the Library Was Built?', 'assets/topic/asb/7960.png', 'Kabubbu Remedial class + Marleen Visser, Magriet Brink, Karlien de Villiers, Marike le Roux, Jano Strydom, Rob Owen, Jesse Breytenbach and Catherine Groenewald', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_3', 3, NULL, 'assets/topic/asb/8548.png', 'Chairs and tables.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_4', 3, NULL, 'assets/topic/asb/8856.png', 'A lot of story books for children and adults.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_5', 3, NULL, 'assets/topic/asb/9652.png', 'Painted pictures on the wall.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_6', 3, NULL, 'assets/topic/asb/9850.png', 'White and blue clouds on the ceiling board.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_7', 3, NULL, 'assets/topic/asb/8947.png', 'Children and adults go to the library.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_8', 3, NULL, 'assets/topic/asb/9855.png', 'My friends and I go to the library in holidays.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_9', 3, NULL, 'assets/topic/asb/8850.png', 'We read this book on dear day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_10', 3, NULL, 'assets/topic/asb/8854.png', 'My mother borrowed a picture book from the library.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_11', 3, NULL, 'assets/topic/asb/8851.png', 'A place for me.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_12', 3, NULL, 'assets/topic/asb/8855.png', 'a place for you.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_13', 3, NULL, 'assets/topic/asb/8858.png', 'a place for all.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_14', 3, NULL, 'assets/topic/asb/8856.png', 'i enjoy the library so muuuuuuuuch!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Why the Library Was Built? +Author - +Kabubbu Remedial class +Illustration - +Marleen Visser, Magriet Brink, Karlien de Villiers, Marike le Roux, Jano Strydom, Rob Owen, Jesse Breytenbach and Catherine Groenewald +Language - +English +Level - +First sentences +© Kabubbu Pilot Site 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_16', 1, 'Draw lots of books and color it.', 'assets/topic/24473.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_16', 2, 1, 'assets/topic/24473.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_17', 0, 'Not only childrens but also adults go to library.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_17', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_17', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_20', 0, 'Where were the pictures painted in the library?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_20', 1, 1, 'Wall'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_20', 0, 1, 'chairs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_20', 0, 2, 'Tables'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_20', 0, 3, 'Ceiling'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_25', 0, 'If you go to library what do you like to read?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_25', 0, 1, 'Story books'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_25', 0, 2, 'HIstory'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_25', 0, 3, 'Science'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_25', 0, 4, 'Culture'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999', 2, 'Day I left home for the city', 'assets/topic/asb/15008.png', 'Lesley Koyi +Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_3', 3, NULL, 'assets/topic/asb/14993.png', 'The small bus stop in my village was busy with people and overloaded buses. On the ground were even more things to load. Touts were shouting the names where the buses were going.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_4', 3, NULL, 'assets/topic/asb/14994.png', '"City! City! Going west!" I heard a tout shouting. That was the bus I needed to catch.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_5', 3, NULL, 'assets/topic/asb/14995.png', 'The city bus was almost full, but more people were still pushing to get on. Some packed their luggage under the bus. Others put their things on the racks inside.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_6', 3, NULL, 'assets/topic/asb/14997.png', 'New passengers clutched their tickets as they looked for somewhere to sit in the crowded bus. Women with young children made them comfortable for the long journey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_7', 3, NULL, 'assets/topic/asb/14996.png', 'I squeezed in next to a window. The person sitting next to me was holding tightly to a green plastic bag. He wore old sandals, a worn out coat, and he looked nervous.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_8', 3, NULL, 'assets/topic/asb/14998.png', 'I looked outside the bus and realised that I was leaving my village, the place where I had grown up. I was going to the big city.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_9', 3, NULL, 'assets/topic/asb/14999.png', 'The loading was completed and all passengers were seated. Hawkers still pushed their way into the bus to sell their goods to the passengers. Each one was shouting the names of what was available for sale. The words sounded funny to me.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_10', 3, NULL, 'assets/topic/asb/15000.png', 'A few passengers bought drinks, others bought small snacks and began to chew. Those who did not have any money, like me, just watched.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_11', 3, NULL, 'assets/topic/asb/15001.png', 'These activities were interrupted by the hooting of the bus, a sign that we were ready to leave. The tout yelled at the hawkers to get out.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_12', 3, NULL, 'assets/topic/asb/15002.png', 'The hawkers pushed each other to make their way out of the bus. Some gave back change to the travelers. Others made last minute attempts to sell more.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_13', 3, NULL, 'assets/topic/asb/15003.png', 'As the bus left the bus stop, I stared out of the window. I wondered if I would ever go back to my village again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_14', 3, NULL, 'assets/topic/asb/15004.png', 'As the journey progressed, the inside of the bus got very hot. I closed my eyes, hoping to sleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_15', 3, NULL, 'assets/topic/asb/15005.png', 'But my mind drifted back home. Will my mother be safe? Will my rabbits fetch any money? Will my brother remember to water my tree seedlings?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_16', 3, NULL, 'assets/topic/asb/15006.png', 'On the way, I memorised the name of the place where my uncle lived in the big city. I was still mumbling it when I fell asleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_17', 3, NULL, 'assets/topic/asb/15007.png', 'Nine hours later, I woke up with loud banging and calling for passengers going back to my village. I grabbed my small bag and jumped out of the bus.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_18', 3, NULL, 'assets/topic/asb/15008.png', 'The return bus was filling up quickly. Soon it would make its way back east.  The most important thing for me now, was to start looking for my uncle''s house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Day I left home for the city +Author - +Lesley Koyi and Ursula Nafula +Illustration - +Brian Wambi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_20', 1, 'Paint bus.', 'assets/topic/21999.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_20', 2, 1, 'assets/topic/21999.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_21', 0, 'Where did the passengers keep their things?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_21', 1, 1, 'Rack'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_21', 0, 1, 'Rock'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_21', 0, 2, 'Seat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_21', 0, 3, 'Belt'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_26', 0, 'People carried different items in the bus.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_29', 0, 'What will you do when you get in to bus?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_29', 0, 1, 'Sleep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_29', 0, 2, 'Sit next to window'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_29', 0, 3, 'Eat snacks'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_29', 0, 4, 'Talk to others'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080', 2, 'Lerato, Thabo and Cow', 'assets/topic/asb/9373.png', 'Khothatso Ranoosi and Marion Drew + Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_3', 3, NULL, 'assets/topic/asb/9371.png', 'Once upon a time in a village there lived a boy named Thabo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_4', 3, NULL, 'assets/topic/asb/9370.png', 'Thabo was friends with a girl called Lerato. They were neighbours.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_5', 3, NULL, 'assets/topic/asb/9374.png', 'One day they went to get water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_6', 3, NULL, 'assets/topic/asb/9373.png', 'When they were near to the spring, they saw a cow lying there. They sat down and talked about how they could play with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_7', 3, NULL, 'assets/topic/asb/9378.png', 'Then Thabo started to imitate the cow. "Muuu, muuu, muuuuuuu!" he said in a clear, loud voice.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_8', 3, NULL, 'assets/topic/asb/9376.png', 'Until the cow turned to look at them. Suddenly Lerato got a fright. Thabo realised that she was scared.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_9', 3, NULL, 'assets/topic/asb/9380.png', 'Thabo said, "Let''s go to this cow and hit it. It will run away and then we can get water." "Thabo, I''m afraid!" said Lerato trembling.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_10', 3, NULL, 'assets/topic/asb/9381.png', 'Thabo went first. Lerato went slowly. They tried to hit the cow, but it didn''t move.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_11', 3, NULL, 'assets/topic/asb/9385.png', 'Thabo said, "Lerato, you can stay here. I will fetch the water." Lerato agreed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_12', 3, NULL, 'assets/topic/asb/9384.png', 'Thabo scooped the water into the first bucket.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_13', 3, NULL, NULL, 'While he was scooping the water into the other bucket the cow stood up. She picked up Thabo with one horn, and threw him onto her neck.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_14', 3, NULL, 'assets/topic/asb/9387.png', 'Thabo shouted, "Joo, jooo, jooooo!" Lerato burst out laughing, she could not stop.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_15', 3, NULL, 'assets/topic/asb/9388.png', 'The cow said, "Mmuuu, mmuuu, muuuuuuuuuuu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_16', 3, NULL, 'assets/topic/asb/9389.png', 'When at last Lerato stopped laughing, she ran home as quickly as she could. When she arrived, she found Ma Mathabo sweeping outside.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_17', 3, NULL, 'assets/topic/asb/9390.png', 'She said, "Ma Ma Ma, the co co cow has taken Thabo!" Lerato was panting.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_18', 3, NULL, 'assets/topic/asb/9391.png', 'Ma Mathabo dropped her broom and ran. What do you think happened next?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Lerato, Thabo and Cow +Author - +Matlotlisang Tenane +Translation - +Khothatso Ranoosi and Marion Drew +Illustration - +Marion Drew +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://paleng.weebly.com/,', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_20', 1, 'Paint cow and decorate it.', 'assets/topic/22080.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_20', 2, 1, 'assets/topic/22080.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_21', 0, 'Which animal was sleeping near to the spring?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_21', 1, 1, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_21', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_21', 0, 2, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_21', 0, 3, 'Lion'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_26', 0, 'Cow did not move though they tried hiting it.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_29', 0, 'Cow was kind and did not attack Thabo', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_29', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_29', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_32', 0, 'What will you do if you see cow sitting near to water?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_32', 0, 1, 'Avoid going near to it.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_32', 0, 2, 'Take another path.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_32', 0, 3, 'Try to scare it.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_32', 0, 4, 'Feed something to it.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670', 2, 'Holidays with grandmother', 'assets/topic/asb/11661.png', 'Violet Otieno +Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_3', 3, NULL, 'assets/topic/asb/11657.png', 'Odongo and Apiyo lived in the city with their father. They looked forward to the holidays. Not only because school was closed, but because they went to visit their grandmother. She lived in a fishing village near a large lake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_4', 3, NULL, 'assets/topic/asb/11658.png', 'Odongo and Apiyo were excited because it was time to visit their grandmother again. They packed their bags and got ready for their long journey the next day. They could not sleep and talked about the holiday the whole night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_5', 3, NULL, 'assets/topic/asb/11659.png', 'Early the next morning, they left for the village in their father''s car. They drove past mountains, wild animals, and tea plantations. They counted cars and sang songs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_6', 3, NULL, 'assets/topic/asb/11660.png', 'After a while, the children were tired and fell asleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_7', 3, NULL, 'assets/topic/asb/11661.png', 'Father woke up Odongo and Apiyo as they arrived in the village. They found Nyar-Kanyada, their grandmother, resting on a mat under a tree. In thier language, Nyar-Kanyada means "daughter of the people of Kanyada." She was a strong and beautiful woman.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_8', 3, NULL, 'assets/topic/asb/11662.png', 'Nyar-Kanyada welcomed them into the house. She danced around the room singing with joy. Her grandchildren were excited to give her the presents they brought from the city. "First open my gift," said Odongo. "No, my gift first!" said Apiyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_9', 3, NULL, 'assets/topic/asb/11663.png', 'After she opened the presents, Nyar-Kanyada blessed her grandchildren in a traditional way.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_10', 3, NULL, 'assets/topic/asb/11664.png', 'Then Odongo and Apiyo went outside. They chased butterflies and birds.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_11', 3, NULL, 'assets/topic/asb/11665.png', 'They climbed trees and splashed in the water of the lake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_12', 3, NULL, 'assets/topic/asb/11666.png', 'When it was dark they returned to the house for dinner. Before they could finish eating, they were falling asleep!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_13', 3, NULL, 'assets/topic/asb/11667.png', 'The next day, the children''s father drove back to the city leaving them with Nyar-Kanyada.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_14', 3, NULL, 'assets/topic/asb/11668.png', 'Odongo and Apiyo helped their grandmother with household chores. They fetched water and firewood. They collected eggs from the chickens and picked vegetables from the garden.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_15', 3, NULL, 'assets/topic/asb/11669.png', 'Nyar-Kanyada taught her grandchildren to make soft ugali to eat with stew. She showed them how to make coconut rice to eat with roast fish.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_16', 3, NULL, 'assets/topic/asb/11670.png', 'One morning, Odongo took his grandmother''s cows to graze. They ran onto a neighbour''s farm. The farmer was angry with Odongo. He threatened to keep the cows for eating his crops. After that day, the boy made sure that the cows did not get into trouble again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_17', 3, NULL, 'assets/topic/asb/11671.png', 'On another day, the children went to the market place with Nyar-Kanyada. She had a stall selling vegetables, sugar and soap. Apiyo liked to tell customers the price of items. Odongo would pack the items that customers bought.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_18', 3, NULL, 'assets/topic/asb/11672.png', 'At the end of the day they drank chai tea together. They helped grandmother to count the money she earned.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_19', 3, NULL, 'assets/topic/asb/11673.png', 'But too soon the holidays were over. The children had to go back to the city. Nyar-Kanyada gave Odongo a cap and Apiyo a sweater. She packed food for their journey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_20', 3, NULL, 'assets/topic/asb/11674.png', 'When their father came to fetch them, they did not want to leave. The children begged Nyar-Kanyada to go with them to the city. She smiled and said, "I am too old for the city. I will be waiting for you to visit me again."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_21', 3, NULL, 'assets/topic/asb/11675.png', 'Odongo and Apiyo both hugged her tightly, and said goodbye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_22', 3, NULL, 'assets/topic/asb/11676.png', 'When Odongo and Apiyo went back to school they told their friends about life in the village.   Some children felt that life in the city was good. Others felt that the village was better. But most of all, everyone agreed that Odongo and Apiyo had a wonderful grandmother!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Holidays with grandmother +Author - +Violet Otieno +Illustration - +Catherine Groenewald +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_24', 1, 'Paint grand mother on a chair.', 'assets/topic/12670.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_24', 2, 1, 'assets/topic/12670.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_25', 0, 'Odongo and Apiyo were excited to visit their grandmother.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_25', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_25', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_28', 0, 'Odongo and Apiyo bought present for their grandmother.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_28', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_28', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_31', 0, 'Nyar-Kanyada gave Odongo a cap and Apiyo a sweater.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_31', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_31', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_34', 0, 'What gift do you like to give your grandmother?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_34', 0, 1, 'Sweet box'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_34', 0, 2, 'Sweater'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_34', 0, 3, 'Glasses'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_34', 0, 4, 'Umbrella'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586', 2, 'Cunning Madola', 'assets/topic/asb/19552.png', 'Mariam Yusuf', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_3', 3, NULL, 'assets/topic/asb/19543.png', 'There was a rich cunning man called Madola. He hired people who worked hard but he did not pay them their wages.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_4', 3, NULL, 'assets/topic/asb/19544.png', 'Dande was 11 years old. He went to Madola for work so he could buy medicine for his grandmother. Madola hired Dande to graze his animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_5', 3, NULL, 'assets/topic/asb/19545.png', 'At the end of the month, Dande went for his pay. The cunning Madola said, "Go home and come back tomorrow for your pay."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_6', 3, NULL, 'assets/topic/asb/19546.png', 'Dande arrived early at Madola''s home expecting to be paid. Madola said, "Why! Are you a student? Why so early? Is this a school?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_7', 3, NULL, 'assets/topic/asb/19547.png', 'Madola took Dande away from other workers. He said, "I will pay you only if you bring me a gourd of honey."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_8', 3, NULL, 'assets/topic/asb/19548.png', 'Dande thought, "I need the money for grandmother''s medicine." He ran to the forest and placed two gourds beneath a bee-hive to fill up.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_9', 3, NULL, 'assets/topic/asb/19549.png', 'While Dande wondered how to punish Madola, a small black poisonous snake entered one of the gourds unnoticed. Afterwards, Dande sealed the gourds and left.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_10', 3, NULL, 'assets/topic/asb/19550.png', 'Dande gave Madola one gourd expecting his pay. After tasting, Madola said, "Bring me another gourd and I will pay you." Dande ran for it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_11', 3, NULL, 'assets/topic/asb/19551.png', 'Dande brought the second gourd. He gave it to Madola saying, "Here is another gourd of sweet honey like the last one. Pay me now."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_12', 3, NULL, 'assets/topic/asb/19552.png', 'Madola took the gourd but said in a cunning way, "There is no pay today. Wait for the end of the year." Dande was angry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_13', 3, NULL, 'assets/topic/asb/19553.png', 'Madola wanted to eat the honey. He put his finger in the gourd and was bitten. He cried, "I''m bitten! Help!" The snake disappeared unnoticed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_14', 3, NULL, 'assets/topic/asb/19554.png', 'All the workers ran away not knowing what had happened to their employer. A short while later, an ambulance arrived to take Madola to hospital.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Cunning Madola +Author - +Mariam Yusuf +Illustration - +Language - +English +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_16', 1, 'Decorate cunning rich and paint him.', 'assets/topic/19586.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_16', 2, 1, 'assets/topic/19586.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_17', 0, 'What is the name of rich cunning man?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_17', 1, 1, 'Madola'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_17', 0, 1, 'Badola'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_17', 0, 2, 'Cadola'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_17', 0, 3, 'Doladola'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_22', 0, 'What did Dande wanted to buy for his grandmother?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_22', 1, 1, 'Medicine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_22', 0, 1, 'Cap'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_22', 0, 2, 'Sweet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_22', 0, 3, 'Fruit'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_27', 0, 'Madola was very kind and he paid Dande.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_27', 1, 1, 'False.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_27', 0, 1, 'True.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_30', 0, 'What will you do if Madola does not pay you?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_30', 0, 1, 'Convince him about my problem.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_30', 0, 2, 'Inform elders.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_30', 0, 3, 'Complain to police.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_30', 0, 4, 'Teach a lesson.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075', 2, 'Magezi and the finger of millet', 'assets/topic/asb/15478.png', 'Cornelius Wambi Gulere +Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_3', 3, NULL, 'assets/topic/asb/15471.png', 'Long ago, there were two animals that were good friends. One was called Magezi Mataala Manene, the other was called Kasiru Kasiira Katono. They used to live by sharing. Their friendship was so deep that they could share one white ant.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_4', 3, NULL, 'assets/topic/asb/15472.png', 'One day, Magezi Matala Manene made a suggestion."Why don''t we dig together as we eat together?" he asked. Kasiru Kasiira Katono replied, "Good idea. We should also store our food together." They both agreed to this.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_5', 3, NULL, 'assets/topic/asb/15473.png', 'Magezi Mataala Manene asked his friend, "Ee! Who will start the digging? Why don''t you dig, and I will come to sow?" "Yes," replied Kasiru Kasiira Katono, and she dug a big garden. Then she told her friend, "Magezi Mataala Manene, I have finished digging. Come and sow millet."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_6', 3, NULL, 'assets/topic/asb/15474.png', 'Magezi Mataala Manene said, "You go on with the sowing, I will come and weed." So Kasiru Kasiira Katono went on with the sowing. When she finished she told her friend, "Grass has started to grow. Go and weed." But Magezi Mataala Manene replied, "No, you go on with weeding. I will harvest."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_7', 3, NULL, 'assets/topic/asb/15475.png', 'Kasiru Kasiira Katono went on with the weeding until the millet was ripe. At harvesting time she went to her friend and said, "Magezi Mataala Manene, I cultivated, and sowed, and weeded. Now come and harvest the millet."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_8', 3, NULL, 'assets/topic/asb/15476.png', 'Magezi Mataala Manene replied, "Not at all, I have no time! You go on and harvest. I will put it in the granary." Kasiru Kasiira Katono accepted this. She harvested the millet and took it home. She called Magezi Mataala Manene and said, "My friend, I have finished harvesting. Come and take the millet to the granary."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_9', 3, NULL, 'assets/topic/asb/15477.png', 'Magezi Mataala Manene replied, "I cannot lift all that millet. You put it in the granary. I will come during pounding." Kasiru Kasiira Katono said to her friend, "It seems you are simply tricking me." Magezi Mataala Manene replied, "No it''s not true! Give me just one millet finger and you take the rest. I will pay you back."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_10', 3, NULL, 'assets/topic/asb/15478.png', 'Kasiru Kasiira Katono was not mean. She gave Magezi Mataala Manene one finger of millet, and they parted ways. Magezi Mataala Manene moved on, moved on, moved on! He found a hen scratching the soil and eating stones. He said, "My in-law hen, instead of eating soil, have some of my millet."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_11', 3, NULL, 'assets/topic/asb/15479.png', 'Hen took the millet and ate. Magezi Mataala Manene looked and saw that the hen had eaten all the millet. He cried out, "Wuwiii! You have eaten all my millet. The millet was not mine, I borrowed it from Kasiru Kasiira Katono." Hen begged, "Since it is time for laying, I will lay one egg for you to take instead."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_12', 3, NULL, 'assets/topic/asb/15480.png', 'Magezi Mataala Manene got an egg from the hen. He moved on, moved on, moved on! He found some children shooting mangoes in a tree using stones. He told them, "If you want those mangoes to fall, you should use this egg to shoot them down." He gave them the egg. When they used it to shoot the mangoes, it hit a branch and broke. The egg dripped down and the shell remained in the branches.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_13', 3, NULL, 'assets/topic/asb/15481.png', 'Magezi Mataala Manene cried out, "Wuwiii! You have broken my egg! The hen gave me the egg, but it was not mine. The egg was for the millet the hen ate. The millet was not mine. I borrowed the millet from Kasiru Kasiira Katono." The children whispered, "Don''t shout like that. The owner of the mangoes will find us here. Instead of the egg take this mango."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_14', 3, NULL, 'assets/topic/asb/15482.png', 'Magezi Mataala Manene moved on, moved on, moved on! He came across a parrot eating an insect. "Have you ever seen such a mango as this?" he asked the parrot. When the parrot took the mango, its sharp beak pierced the skin and the fruit burst open. Magezi Mataala Manene cried out, "Wuuwiii! You have burst my mango! The children gave me the mango, but it was not mine. The mango was for the egg the children broke. The hen gave me the egg, but it was not mine. The egg was for the millet the hen ate. The millet was not mine. I borrowed the millet from Kasiru Kasiira Katono."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_15', 3, NULL, 'assets/topic/asb/15483.png', 'The parrot plucked out its most beautiful feather saying, "Here, take my feather instead of the mango." Magezi Mataala Manene took the feather and moved on, moved on, moved on. He came to a lake. When he was crossing, the feather slipped out of his hand and into the lake. He could not get the feather back. So he filled his mouth with water and kept it in his cheeks until he reached dry land. There he found the charcoal burners with their fire.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_16', 3, NULL, 'assets/topic/asb/15484.png', 'He opened his mouth, the water came out, and splashed on to the fire. The fire went out. The charcoal burners were pleased. Magezi Mataala Manene cried out, "Woweee! Your fire has taken my water. I got the water from the lake, but it was not mine. The water was for the feather that the lake took. The feather was for the mango that the parrot burst. The mango was for the egg that the children broke. The egg was for the millet that the hen ate. The millet was not mine. I borrowed the millet from Kasiru Kasiira Katono."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_17', 3, NULL, 'assets/topic/asb/15485.png', 'The charcoal burners said, "Here, take this axe instead of the water." Magezi Matala Manene took the axe and moved on, moved on, moved on! He came across butchers slaughtering a bull. He told the butchers, "Here is an axe for you to cut up the meat."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_18', 3, NULL, 'assets/topic/asb/15486.png', 'While the butchers were cutting the meat, the axe broke. Magezi Mataala Manene cried out, "Woweee! You have broken my axe. I got the axe from the charcoal burners, but it was not mine. The axe was for the water that the fire took. The water was for the feather that the lake took. The feather was for the mango that the parrot burst. The mango was for the egg that the children broke. The egg was for the millet that the hen ate. The millet was not mine. I borrowed the millet from Kasiru Kasiira Katono."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_19', 3, NULL, 'assets/topic/asb/15487.png', 'The butchers said, "Here, take the head and tail of the bull instead." Magezi Mataala Manene moved on, moved on, moved on! Until he got to a muddy swamp. He put the head of the bull on the mud. He also placed the tail in the mud. It looked as if the bull was stuck in the mud.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_20', 3, NULL, 'assets/topic/asb/15488.png', 'Magezi Mataala Manene began to shout, "Wu-lululu! Wu-lululu, wulululu! The king''s bull has got stuck in the mud!" All the villagers came running. What concerns the king, concerns everyone. A crowd soon gathered around the head and tail. They started asking, "Now what do we do?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_21', 3, NULL, 'assets/topic/asb/15489.png', 'Magezi Mataala Manene advised, "Some of you pull the tail, and some of you pull the head. We will pull the bull from the mud." The people took his advice. "Ready! One, two, three, pull! Come out nowwwww!" they shouted. The villagers fell down over each other from the effort of pulling. Two were still holding the head. One held up the tail.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_22', 3, NULL, 'assets/topic/asb/15490.png', 'Magezi Mataala Manene cried out, "Wo wee! You have pulled apart the king''s bull. Each one of you must give one bull for the king." Quickly, the people went back to their homes. Quickly, they returned with a bull each. And so Magezi Mataala Manene left with a herd of bulls to return to his friend Kasiru Kasiira Katono.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Magezi and the finger of millet +Author - +Cornelius Gulere +Translation - +Cornelius Wambi Gulere +Illustration - +Brian Wambi +Language - +English +Level - +Read aloud +© Text: Uganda Community Libraries Association (Ugcla) Artwork: African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_24', 1, 'Paint chimpanzee and monkey.', 'assets/topic/21075.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_24', 2, 1, 'assets/topic/21075.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_25', 0, 'They would share even one white ant with each other.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_25', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_25', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_28', 0, 'Choose all the activities in order that Kasiru Kasiira Katono did.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_28', 1, 1, 'Dig'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_28', 1, 2, 'Sow millet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_28', 1, 3, 'Weed grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_28', 1, 4, 'Harvest millet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_28', 1, 5, 'Granary'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_34', 0, 'Each one of the people gave Magezi Mataala Manene a bull.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_34', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_34', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_37', 0, 'What sort of person do you want to become?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_37', 0, 1, 'Hard working'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_37', 0, 2, 'Sharing with friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_37', 0, 3, 'Lucky'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_37', 0, 4, 'Own a business'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330', 2, 'Magozwe', 'assets/topic/asb/12937.png', 'Lesley Koyi +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_3', 3, NULL, 'assets/topic/asb/12931.png', 'In the busy city, far away from a caring life at home, lived a group of homeless boys. They welcomed each day just as it came. On one morning, the boys were packing their mats after sleeping on cold pavements. To chase away the cold they lit a fire. Among the group of boys was Magozwe. He was the youngest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_4', 3, NULL, 'assets/topic/asb/12932.png', 'When Magozwe''s parents died, he was only five years old. He went to live with his uncle. This man did not care about the child. He did not give Magozwe enough food. He made the boy do a lot of hard work.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_5', 3, NULL, 'assets/topic/asb/12933.png', 'If Magozwe complained or questioned, his uncle beat him. When Magozwe asked if he could go to school, his uncle beat him and said, "You''re too stupid to learn anything." After three years of this treatment Magozwe ran away from his uncle. He started living on the street.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_6', 3, NULL, 'assets/topic/asb/12935.png', 'Street life was difficult and most of the boys struggled daily just to get food. Sometimes they were arrested, sometimes they were beaten. When they were sick, there was no one to help. The group depended on the little money they got from begging, and from selling plastics and other recycling. Life was even more difficult because of fights with rival groups who wanted control of parts of the city.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_7', 3, NULL, 'assets/topic/asb/12936.png', 'One day while Magozwe was looking through the dustbins, he found an old tattered storybook. He cleaned the dirt from it and put it in his sack. Every day after that he would take out the book and look at the pictures. He did not know how to read the words.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_8', 3, NULL, 'assets/topic/asb/12937.png', 'The pictures told the story of a boy who grew up to be a pilot. Magozwe would daydream of being a pilot. Sometimes, he imagined that he was the boy in the story.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_9', 3, NULL, 'assets/topic/asb/12938.png', 'It was cold and Magozwe was standing on the road begging. A man walked up to him. "Hello, I''m Thomas. I work near here, at a place where you can get something to eat," said the man. He pointed to a yellow house with a blue roof. "I hope you will go there to get some food?" he asked. Magozwe looked at the man, and then at the house. "Maybe," he said, and walked away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_10', 3, NULL, 'assets/topic/asb/12939.png', 'Over the months that followed, the homeless boys got used to seeing Thomas around. He liked to talk to people, especially people living on the streets. Thomas listened to the stories of people''s lives. He was serious and patient, never rude or disrespectful. Some of the boys started going to the yellow and blue house to get food at midday.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_11', 3, NULL, 'assets/topic/asb/12940.png', 'Magozwe was sitting on the pavement looking at his picture book when Thomas sat down next to him. "What is the story about?" asked Thomas. "It''s about a boy who becomes a pilot," replied Magozwe. "What''s the boy''s name?" asked Thomas. "I don''t know, I can''t read," said Magozwe quietly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_12', 3, NULL, 'assets/topic/asb/12941.png', 'When they met, Magozwe began to tell his own story to Thomas. It was the story of his uncle and why he ran away. Thomas didn''t talk a lot, and he didn''t tell Magozwe what to do, but he always listened carefully. Sometimes they would talk while they ate at the house with the blue roof.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_13', 3, NULL, 'assets/topic/asb/12942.png', 'Around Magozwe''s tenth birthday, Thomas gave him a new storybook. It was a story about a village boy who grew up to be a famous soccer player. Thomas read that story to Magozwe many times, until one day he said, "I think it''s time you went to school and learned to read. What do you think?" Thomas explained that he knew of a place where children could stay, and go to school.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_14', 3, NULL, 'assets/topic/asb/12943.png', 'Magozwe thought about this new place, and about going to school. What if his uncle was right and he was too stupid to learn anything? What if they beat him at this new place? He was afraid. "Maybe it is better to stay living on the street," he thought.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_15', 3, NULL, 'assets/topic/asb/12944.png', 'He shared his fears with Thomas. Over time the man reassured the boy that life could be better at the new place.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_16', 3, NULL, 'assets/topic/asb/12945.png', 'And so Magozwe moved into a room in a house with a green roof. He shared the room with two other boys. Altogether there were ten children living at that house. Along with Auntie Cissy and her husband, three dogs, a cat, and an old goat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_17', 3, NULL, 'assets/topic/asb/12946.png', 'Magozwe started school and it was difficult. He had a lot to catch up. Sometimes he wanted to give up. But he thought about the pilot and the soccer player in the storybooks. Like them, he did not give up.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_18', 3, NULL, 'assets/topic/asb/12947.png', 'Magozwe was sitting in the yard at the house with the green roof, reading a storybook from school. Thomas came up and sat next to him. "What is the story about?" asked Thomas. "It''s about a boy who becomes a teacher," replied Magozwe. "What''s the boy''s name?" asked Thomas. "His name is Magozwe," said Magozwe with a smile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Magozwe +Author - +Lesley Koyi +Illustration - +Wiehan de Jager +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_20', 1, 'Make a camp fire and decorate it.', 'assets/topic/18330.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_20', 2, 1, 'assets/topic/18330.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_21', 0, 'Who was youngest among group of boys?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_21', 1, 1, 'Magozwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_21', 0, 1, 'Maggie'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_21', 0, 2, 'Mago'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_21', 0, 3, 'Gozwe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_26', 0, 'Magozwe''s uncle was a kind person.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_29', 0, 'One day Magozwe found a story book in dustbin.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_29', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_29', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_32', 0, 'Thomas was kind and gave food to boys.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_32', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_32', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_35', 0, 'How would you help homeless guys?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_35', 0, 1, 'Provide food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_35', 0, 2, 'Give alms'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_35', 0, 3, 'Be kind and listen to their story.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_35', 0, 4, 'Show them an orphanage.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412', 2, 'Maguru gives legs', 'assets/topic/asb/13910.png', 'Mutugi Kamundi +Wiehan de Jager', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_3', 3, NULL, 'assets/topic/asb/13904.png', 'Long time ago, animals had no legs. +They all used to crawl.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_4', 3, NULL, 'assets/topic/asb/13905.png', 'Only people had legs, which Maguru gave to them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_5', 3, NULL, 'assets/topic/asb/13906.png', 'One day, Maguru decided to give legs to every animal. He wanted them to walk. +He told them about it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_6', 3, NULL, 'assets/topic/asb/13907.png', 'The animals said, "It will be very nice to have legs." +They sang and danced.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_7', 3, NULL, 'assets/topic/asb/13908.png', 'The animals said it was hard to crawl. +They felt pain.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_8', 3, NULL, 'assets/topic/asb/13909.png', 'When the day came, many animals went to Maguru''s house. +Giraffes, lions, elephants, rabbits, crocodiles and birds stood in a line.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_9', 3, NULL, 'assets/topic/asb/13910.png', 'Each animal was given four legs. +Birds were given two legs each.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_10', 3, NULL, 'assets/topic/asb/13911.png', 'Everything was different after they got legs. +Some danced for joy. Others fell down.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_11', 3, NULL, 'assets/topic/asb/13912.png', 'They went to show people. +The animals said, "We will never crawl again."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_12', 3, NULL, 'assets/topic/asb/13913.png', 'The last one in the line was Millipede. Maguru asked, "Is there anyone else after you?" +Millipede answered, "No, I am the last one."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_13', 3, NULL, 'assets/topic/asb/13914.png', 'Maguru thought, "He is the last one. What will I do with the rest of the legs?" +Maguru gave Millipede all the remaining legs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_14', 3, NULL, 'assets/topic/asb/13915.png', 'Millipede was very happy. He said, "I will move faster than others."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_15', 3, NULL, 'assets/topic/asb/13916.png', 'After Millipede left, Snake came to Maguru''s house. He said to Maguru, "Please give me some legs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_16', 3, NULL, 'assets/topic/asb/13917.png', 'Maguru said, "I have given out all the legs. Where were you?" +Snake answered, "I over-slept."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_17', 3, NULL, 'assets/topic/asb/13918.png', 'Maguru looked to see if there were legs remaining. +He did not find any.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_18', 3, NULL, 'assets/topic/asb/13919.png', 'Maguru said to Snake, "Sorry. There are no legs left." Snake crawled home without legs. +From that day, Snake does not sleep much. He is waiting to be first in line to get legs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Maguru gives legs +Author - +Mutugi Kamundi +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_20', 1, 'Paint millipede and decorate it.', 'assets/topic/14412.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_20', 2, 1, 'assets/topic/14412.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_21', 0, 'Long long ago what did animals not have?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_21', 1, 1, 'Legs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_21', 0, 1, 'Ears'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_21', 0, 2, 'Eyes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_21', 0, 3, 'Tail'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_26', 0, 'Millipede got many legs from Maguru.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_29', 0, 'Snake did not get legs from maguru because of over sleeeping.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_29', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_29', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_32', 0, 'What did you miss because of over sleeping?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_32', 0, 1, 'Sweets'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_32', 0, 2, 'Studying'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_32', 0, 3, 'Fun with friends'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_32', 0, 4, 'Food'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405', 2, 'The sprouting bean', 'assets/topic/asb/1824.png', 'Clare Verbeek +Mlungisi Dlamini', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_3', 3, NULL, 'assets/topic/asb/1826.png', 'The root grows first.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_4', 3, NULL, 'assets/topic/asb/1827.png', 'It grows down into the soil.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_5', 3, NULL, 'assets/topic/asb/1828.png', 'Then the stem grows. It grows up towards the sun.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_6', 3, NULL, 'assets/topic/asb/1829.png', 'The first leaves come out.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_7', 3, NULL, 'assets/topic/asb/1824.png', 'The bean plant grows tall.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_8', 3, NULL, 'assets/topic/asb/1832.png', 'Then the flowers come out. The flowers turn into beans.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_9', 3, NULL, 'assets/topic/asb/1833.png', 'There are lots of seeds in the bean.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_10', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The sprouting bean +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Mlungisi Dlamini +Language - +English +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal, 2007 2014 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_11', 1, 'Draw a sprouting bean.', 'assets/topic/2405.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_11', 2, 1, 'assets/topic/2405.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_12', 0, 'Root grows first from a bean moves downward.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_12', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_12', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_15', 0, 'The stem grows up towards the sun.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_15', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_15', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_18', 0, 'What do flowers turn in to?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_18', 1, 1, 'Beans'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_18', 0, 1, 'Plant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_18', 0, 2, 'Stem'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_18', 0, 3, 'Root'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_23', 0, 'What type of bean would you like to grow?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_23', 0, 1, 'Green bean'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_23', 0, 2, 'Kidney bean'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_23', 0, 3, 'Pinto bean'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_23', 0, 4, 'Black beans'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126', 2, 'An egg for bride wealth', 'assets/topic/asb/6733.png', 'Cornelius Wambi Gulere +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_3', 3, NULL, 'assets/topic/asb/6733.png', 'Once upon a time, there was an old woman who loved her grandson very much. She gave him an egg as a gift. She said, "From this egg you will get bride wealth for your marriage when you are of age."  And the boy went on his way.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_4', 3, NULL, 'assets/topic/asb/6732.png', 'First he met some blackberry gatherers who asked him for the egg. They used it to shoot at the berries and it broke.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_5', 3, NULL, 'assets/topic/asb/6731.png', 'The boy cried, "EiEiEi! You have caused trouble for me! The egg was not mine. It belonged to my grandmother. And grandmother didn''t give it to me for nothing. She gave it to me to get bride wealth."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_6', 3, NULL, 'assets/topic/asb/6734.png', 'So the berry gatherers gave him the stick they used to bring down the berries. And the boy walked on.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_7', 3, NULL, 'assets/topic/asb/6735.png', 'Next the boy met some builders who asked him for his stick. They used it to build a house and it broke into pieces.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_8', 3, NULL, 'assets/topic/asb/6742.png', 'The boy cried, "HeeHeeHee! You have caused trouble for me! The stick was not mine, it belonged to the berry gatherers. And they didn''t give it to me for nothing. They gave it to me in place of my egg. The egg was not mine. It belonged to my grandmother. And grandmother didn''t give it to me for nothing, She gave it to me to get bride wealth."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_9', 3, NULL, 'assets/topic/asb/6737.png', 'So the builders gave him a bundle of grass for thatching. And the boy walked on.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_10', 3, NULL, 'assets/topic/asb/6736.png', 'Next the boy found a herdsman who asked for the boy''s bundle of grass. The herdsman gave it to the cow and the cow ate it all up.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_11', 3, NULL, 'assets/topic/asb/6738.png', 'The boy cried, "EEE! You have caused trouble for me! The grass was not mine. It belonged to the builders. The builders did not give it to me for nothing. They broke my stick. The stick was not mine. It belonged to the berry gatherers. And they didn''t give it to me for nothing. They gave it to me in place of my egg. The egg was not mine. It belonged to my grandmother. And grandmother did not give it to me for nothing. She gave it to me to get bride wealth."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_12', 3, NULL, 'assets/topic/asb/6739.png', 'So the herdsman gave the boy his cow. And the boy walked on.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_13', 3, NULL, 'assets/topic/asb/6743.png', 'While on his way home, the boy came across a marriage celebration. The bride''s family asked him for his cow. He gave it to them. And they slaughtered it and ate it all.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_14', 3, NULL, 'assets/topic/asb/6740.png', 'The boy cried, "EiEiEi! You have caused trouble for me! The cow was not mine. It belonged to the herdsman. The herdsman didn''t give it to me for nothing. He gave it to me in place of my bundle of grass. The grass was not mine. It belonged to the builders. The builders didn''t give it to me for nothing. They broke my stick. The stick was not mine. It belonged to the berry gatherers. They didn''t give it to me for nothing. They gave it to me in place of my egg. The egg was not mine. It belonged to my grandmother. And grandmother didn''t give it to me for nothing, She gave it to me to get bride wealth."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_15', 3, NULL, 'assets/topic/asb/6741.png', 'Then the bride''s family said, "We have nothing left to pay you. But let us give you the bride." And so, the saying came to pass that, "What goes round comes around!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_16', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +An egg for bride wealth +Author - +Nambi Sseppuuya Community Resource Centre +Translation - +Cornelius Wambi Gulere +Illustration - +Wiehan de Jager +Language - +English +Level - +Read aloud +© Text: Ugandan Community Libraries Association; Illustration: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_17', 1, 'Draw different sized eggs and decorate it.', 'assets/topic/21126.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_17', 2, 1, 'assets/topic/21126.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_18', 0, 'What did the old woman gift her grandson?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_18', 1, 1, 'Egg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_18', 0, 1, 'Gold'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_18', 0, 2, 'Apple'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_18', 0, 3, 'Money'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_23', 0, 'Choose all the things that boy got in order.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_23', 1, 1, 'Egg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_23', 1, 2, 'Stick'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_23', 1, 3, 'Bundle of grass'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_23', 1, 4, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_23', 1, 5, 'Bride'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_29', 0, 'What will you do if get an egg?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_29', 0, 1, 'Make omlet.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_29', 0, 2, 'Exchange it with someone.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_29', 0, 3, 'Hit someone'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_29', 0, 4, 'Play with it.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652', 2, 'My mother planted', 'assets/topic/asb/9002.png', 'Cornelius Wambi Gulere +Jonathan Field', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_3', 3, NULL, 'assets/topic/asb/8998.png', 'My mother planted. She planted a small garden. She planted a small garden of peas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_4', 3, NULL, 'assets/topic/asb/8999.png', 'My father planted. He planted a small garden. He planted a small garden of flowers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_5', 3, NULL, 'assets/topic/asb/9000.png', 'My mother weeded in both gardens.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_6', 3, NULL, 'assets/topic/asb/9001.png', 'My father watered in both gardens.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_7', 3, NULL, 'assets/topic/asb/9002.png', 'My parents and I worked in the small gardens. My sister and I harvested the flowers and peas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_8', 3, NULL, 'assets/topic/asb/9003.png', 'The small garden of peas yielded sacks of peas. The small garden of flowers yielded sacks of flowers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_9', 3, NULL, 'assets/topic/asb/9004.png', 'My mother planted. She planted a large garden. She planted a large garden of peas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_10', 3, NULL, 'assets/topic/asb/9005.png', 'My father planted. He planted a large garden. He planted a large garden of flowers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +My mother planted +Author - +Tom Sabwa +Translation - +Cornelius Wambi Gulere +Illustration - +Jonathan Field +Language - +English +Level - +First sentences +© Text: Ugandan Community Libraries Association (Ugcla) Artwork: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_12', 1, 'Decorate the field with flowers.', 'assets/topic/12652.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_12', 2, 1, 'assets/topic/12652.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_13', 0, 'What did the father plant in his small garden?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_13', 1, 1, 'Flowers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_13', 0, 1, 'Peas'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_13', 0, 2, 'Fruit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_13', 0, 3, 'Tree'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_18', 0, 'Mother weeded in both gardens.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_21', 0, 'What will you plant if you had a small garden?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_21', 0, 1, 'Mango tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_21', 0, 2, 'Papaya tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_21', 0, 3, 'Green vegetables'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_21', 0, 4, 'Sugarcane'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746', 2, 'Crocodile in my body', 'assets/topic/asb/6105.png', 'Val Morris +Felicity Bell', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_3', 3, NULL, 'assets/topic/asb/6093.png', 'Hello, I''m Ntombi. I''m a little girl like other little girls, except I have a crocodile in my body. You can''t see him, but I know he is there. His name is Horrible InVader. He hides in my body and doesn''t do any harm to my friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_4', 3, NULL, 'assets/topic/asb/6094.png', 'He won''t leave my body and go into yours if you sit next to me, or hold my hand.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_5', 3, NULL, 'assets/topic/asb/6092.png', 'He won''t leave my body and jump into yours even if you share your lunch with me, or lie down on the floor together when we have a rest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_6', 3, NULL, 'assets/topic/asb/6095.png', 'My crocodile, Horrible InVader, has been with me since I was born. He likes eating all the soldiers in my body that fight germs and stop me from getting sick. When he eats too many of my soldiers, I get very sick. Then I cannot go to school and play with my friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_7', 3, NULL, 'assets/topic/asb/6097.png', 'I have to take my medicine every day at the same time. Otherwise my crocodile wakes up in a bad mood and eats my soldiers again. I don''t want him to do that, so I remind my Gogo to give me my special medicine right on time.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_8', 3, NULL, 'assets/topic/asb/6099.png', 'If I eat good food like vegetables and fruit, my soldiers in my body get stronger and don''t let my crocodile catch them. I think he goes to sleep for a while, because then I am well and strong and able to play with my friends again. I am so happy when he goes to sleep and I am able to play.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_9', 3, NULL, 'assets/topic/asb/6139.png', 'My Gogo took me to the clinic a while ago and got something special to feed my crocodile. It makes him go to sleep, and he doesn''t eat my soldiers. Then I am able to do all the fun things that other children do, like run and climb and dance.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_10', 3, NULL, 'assets/topic/asb/6102.png', 'I love my Gogo very much. She is good and kind to me. She gives me good food to eat and sees that I take extra vitamins as well to keep my soldiers strong, so that I don''t get sick. If I do get sick she takes me to the clinic straight away, so that I can get medicine to make me better. I love it when she puts me on her lap and reads stories to me before I go to bed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_11', 3, NULL, 'assets/topic/asb/6103.png', 'After Gogo has put me to bed, I think of many things. I think about learning to read at big school. If I keep taking my special medicine that puts my crocodile to sleep, I will look after my Gogo and read her stories when she is very old and can''t see so well anymore. When I am a grown woman, I would like to study. I want to help to find a medicine that will put all the crocodiles in other peoples'' bodies, to sleep forever.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_12', 3, NULL, 'assets/topic/asb/6104.png', 'I will learn to live with my crocodile and keep him asleep as much as I can. I will have as many friends as I can. And have as much fun as I can every day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_13', 3, NULL, 'assets/topic/asb/6105.png', 'My Gogo, my aunts and uncles, and friends love me, even though I have a crocodile called Horrible InVader living in my body.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Crocodile in my body +Author - +Val Morris +Illustration - +Felicity Bell +Language - +English +Level - +Read aloud +© Books In Homes 2013 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_15', 1, 'Paint a little girl.', 'assets/topic/15746.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_15', 2, 1, 'assets/topic/15746.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_16', 0, 'What was in the body of little girl?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_16', 1, 1, 'Crocodile'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_16', 0, 1, 'Elephant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_16', 0, 2, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_16', 0, 3, 'Rat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_21', 0, 'If little girl takes medicine then crcodile sleeps.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_21', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_21', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_24', 0, 'According to story crocodile is fever.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_24', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_24', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_27', 0, 'What will you do to keep your crocodile sleeping?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_27', 0, 1, 'Eat healthy food.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_27', 0, 2, 'Eat fruit.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_27', 0, 3, 'Do exercise.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_27', 0, 4, 'Take medicine if needed.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602', 2, 'The hungry crocodile', 'assets/topic/asb/5948.png', 'Christian G. +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_3', 3, NULL, 'assets/topic/asb/5948.png', 'Once there was a very hungry crocodile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_4', 3, NULL, 'assets/topic/asb/5949.png', 'He searched for food slowly and quietly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_5', 3, NULL, NULL, 'And then.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_6', 3, NULL, 'assets/topic/asb/5950.png', 'POW! The crocodile strikes!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_7', 3, NULL, 'assets/topic/asb/5947.png', 'After that he is no longer hungry, and he is happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_8', 3, NULL, 'assets/topic/asb/5951.png', 'Until he gets hungry again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_9', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The hungry crocodile +Author - +Christian G. +Illustration - +Wiehan de Jager +Language - +English +Level - +First sentences +© Christian G. 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_10', 1, 'Paint crcodile and decorate it.', 'assets/topic/12602.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_10', 2, 1, 'assets/topic/12602.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_11', 0, 'Crocodile searched for food slowly and quietly.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_11', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_11', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_14', 0, 'After eating crocodile is happy.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_14', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_14', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_17', 0, 'What do you feel when you get your favourite thing to eat?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_17', 0, 1, 'Happy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_17', 0, 2, 'Excited'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_17', 0, 3, 'Wanting more'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_17', 0, 4, 'Share with family'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087', 2, 'Crocodile waits for brains', 'assets/topic/asb/25465.png', 'Northern Cape Teacher''s Workshop 2016 +Tawanda Mhandu', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_3', 3, NULL, 'assets/topic/asb/25460.png', 'Once upon a time, there was a crocodile living at a river with her young ones.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_4', 3, NULL, 'assets/topic/asb/25462.png', 'The crocodile taught her young ones not to trust humans. +This is because humans have brains.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_5', 3, NULL, 'assets/topic/asb/25461.png', 'One day a certain man crossed the river.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_6', 3, NULL, 'assets/topic/asb/25463.png', 'The man met the crocodile in the middle of the river and she attacked him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_7', 3, NULL, 'assets/topic/asb/25464.png', 'Just as the crocodile was about to kill him, she remembered her father''s words. +He always told her that people have brains.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_8', 3, NULL, 'assets/topic/asb/25467.png', 'The man promised the crocodile that he could bring her human brains. +So the crocodile released him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_9', 3, NULL, 'assets/topic/asb/25465.png', 'The crocodile and her young ones are still waiting on the riverbank to receive those brains.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_10', 3, NULL, 'assets/topic/asb/25466.png', 'Crocodiles are angry to this day because they never received the brains that were promised to them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Crocodile waits for brains +Author - +Northern Cape Teacher''s Workshop 2016 +Translation - +Northern Cape Teacher''s Workshop 2016 +Illustration - +Tawanda Mhandu +Language - +English +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_12', 1, 'Paint crocodile and its babies.', 'assets/topic/22087.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_12', 2, 1, 'assets/topic/22087.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_13', 0, 'Whom did crocodile tell not to trust?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_13', 1, 1, 'Humans'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_13', 0, 1, 'Elephant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_13', 0, 2, 'Ant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_13', 0, 3, 'Grass hopper'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_18', 0, 'What did the man promise to bring?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_18', 1, 1, 'Brain'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_18', 0, 1, 'Hand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_18', 0, 2, 'Meat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_18', 0, 3, 'Grass'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_23', 0, 'If you were in place of man what would you do?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_23', 0, 1, 'Never go near crocodile'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_23', 0, 2, 'Be calm and try to escape'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_23', 0, 3, 'Make a deal with crocodile'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_23', 0, 4, 'Cry for help'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151', 2, 'Dog and Crocodile', 'assets/topic/asb/17149.png', 'Candiru Enzikuru Mary + Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_3', 3, NULL, 'assets/topic/asb/17139.png', 'One day at the river, Dog came across some eggs in the sand. He asked himself, "Which animal left these eggs here?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_4', 3, NULL, 'assets/topic/asb/17140.png', 'He counted ten eggs and thought they might belong to Duck. He put them in his bag.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_5', 3, NULL, 'assets/topic/asb/17141.png', 'He took the eggs home and put them in a warm place.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_6', 3, NULL, 'assets/topic/asb/17142.png', 'When Dog returned to the river, he met Crocodile. She asked, "Have you seen my eggs?" "I don''t know anything about your eggs," he replied.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_7', 3, NULL, 'assets/topic/asb/17143.png', 'Crocodile started visiting all the animals asking about her eggs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_8', 3, NULL, 'assets/topic/asb/17144.png', 'Meanwhile, the eggs hatched one by one.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_9', 3, NULL, 'assets/topic/asb/17145.png', 'Dog did his best to look after the baby crocodiles, but there was never enough food. The young crocodiles were always hungry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_10', 3, NULL, 'assets/topic/asb/17146.png', 'One day Crocodile went to Dog''s house looking for her eggs. As she stood outside, she heard the rumbling of little crocodile bellies!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_11', 3, NULL, 'assets/topic/asb/17147.png', 'Crocodile stormed inside and hit Dog with her tail. Dog yelped and jumped through the window.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_12', 3, NULL, 'assets/topic/asb/17148.png', 'Crocodile chased Dog all the way to the river.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_13', 3, NULL, 'assets/topic/asb/17149.png', 'Dog cried, "I''m sorry, I didn''t know they were your eggs!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_14', 3, NULL, 'assets/topic/asb/17150.png', 'Crocodile believed him and forgave him. She took her offspring for their first swimming lesson.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Dog and Crocodile +Author - +Candiru Enzikuru Mary +Illustration - +Rob Owen +Language - +English +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_16', 1, 'Paint a dog and decorate it.', 'assets/topic/21151.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_16', 2, 1, 'assets/topic/21151.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_17', 0, 'What did the dog see in the sand?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_17', 1, 1, 'Eggs'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_17', 0, 1, 'Water'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_17', 0, 2, 'Bush'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_17', 0, 3, 'Stick'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_22', 0, 'Dog unknowingly stole eggs of crocodile.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_25', 0, 'In whose house did crocodile find its eggs?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_25', 1, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_25', 0, 1, 'Antelope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_25', 0, 2, 'Tiger'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_25', 0, 3, 'Fox'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_30', 0, 'What will you do if someone steals your eggs?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_30', 0, 1, 'Look clearly where I kept.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_30', 0, 2, 'Ask others.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_30', 0, 3, 'Bring another dozen eggs.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_30', 0, 4, 'Complain to elders.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742', 2, 'Look at the animals', 'assets/topic/asb/1747.png', 'Jenny Katz + Sandy Campbell', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_3', 3, NULL, 'assets/topic/asb/1749.png', 'Look at the animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_4', 3, NULL, 'assets/topic/asb/1750.png', 'The cow says, "Moo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_5', 3, NULL, 'assets/topic/asb/1751.png', 'The goat says, "Meh, meh."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_6', 3, NULL, 'assets/topic/asb/1752.png', 'The horse says, "Neigh."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_7', 3, NULL, 'assets/topic/asb/1753.png', 'The pig says, "Grunt."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_8', 3, NULL, 'assets/topic/asb/1754.png', 'The chicken says, "Cluck."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_9', 3, NULL, 'assets/topic/asb/1755.png', 'The dog says, "Woof."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_10', 3, NULL, 'assets/topic/asb/1757.png', 'The farmer says, "Shhh!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Look at the animals +Author - +Jenny Katz +Illustration - +Sandy Campbell +Language - +English +Level - +First words +© African Reading Matters 2003 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +www.read.org.za', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_12', 1, 'Paint animals which are in farm.', 'assets/topic/16742.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_12', 2, 1, 'assets/topic/16742.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_13', 0, 'The cow says Moo', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_13', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_13', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_16', 0, 'The goat says Meh Meh', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_16', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_16', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_19', 0, 'Select all the animals you read in the story.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 1, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 2, 'Goat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 3, 'Horse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 4, 'Pig'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 5, 'Chicken'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 6, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 0, 1, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 0, 2, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 0, 3, 'Cat'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_29', 0, 'What is the use of goat?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_29', 0, 1, 'Gives milk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_29', 0, 2, 'Gives sweater'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_29', 0, 3, 'Becomes friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_29', 0, 4, 'Gives small goats'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084', 2, 'Friends', 'assets/topic/asb/8601.png', 'Hlengiwe Zondi and Zimbili Dlamini +Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_3', 3, NULL, 'assets/topic/asb/8600.png', 'My name is Simo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_4', 3, NULL, 'assets/topic/asb/8601.png', 'I have four friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_5', 3, NULL, 'assets/topic/asb/8602.png', 'Their names are Zizo, Lele, Sisa and Ayanda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_6', 3, NULL, 'assets/topic/asb/8603.png', 'My friend Zizo likes to play soccer.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_7', 3, NULL, 'assets/topic/asb/8604.png', 'My friend Lele likes to swim.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_8', 3, NULL, 'assets/topic/asb/8605.png', 'My friend Sisa likes to play hide-and-seek.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_9', 3, NULL, 'assets/topic/asb/8606.png', 'My friend Ayanda likes to read.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_10', 3, NULL, 'assets/topic/asb/9857.png', 'Me? I like to do the things they like to do.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_11', 3, NULL, 'assets/topic/asb/8608.png', 'I play soccer with Zizo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_12', 3, NULL, 'assets/topic/asb/8609.png', 'I swim with Lele.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_13', 3, NULL, 'assets/topic/asb/8610.png', 'I play hide-and-seek with Sisa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_14', 3, NULL, 'assets/topic/asb/8607.png', 'Come, friend, what do you like?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_15', 3, NULL, 'assets/topic/asb/9845.png', 'Come, play soccer with us.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_16', 3, NULL, 'assets/topic/asb/9848.png', 'Come, swim with us.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_17', 3, NULL, 'assets/topic/asb/9858.png', 'Come, play hide-and-seek with us.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_18', 3, NULL, 'assets/topic/asb/9855.png', 'Come, read with us!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Friends +Author - +Zimbili Dlamini and Hlengiwe Zondi +Translation - +Hlengiwe Zondi and Zimbili Dlamini +Illustration - +Catherine Groenewald +Language - +English +Level - +First words +© African Storybook Initiative and Molteno Institute 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_20', 1, 'Color football with different colors.', 'assets/topic/16084.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_20', 2, 1, 'assets/topic/16084.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_21', 0, 'How many friends were there for Simon?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_21', 1, 1, 'Four'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_21', 0, 1, 'Three'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_21', 0, 2, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_21', 0, 3, 'One'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_26', 0, 'Simon''s friend Lele likes to swim.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_29', 0, 'Simon''s friend Ayanda likes to read.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_29', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_29', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_32', 0, 'What do you like to do in your free time?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_32', 0, 1, 'Swim'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_32', 0, 2, 'Dance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_32', 0, 3, 'Read'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_32', 0, 4, 'Play'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404', 2, 'Two little friends', 'assets/topic/asb/18402.png', 'Belainesh Woubishet +Jesse Pietersen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_3', 3, NULL, 'assets/topic/asb/18401.png', 'There was Little Goat and Little Leopard. They became friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_4', 3, NULL, 'assets/topic/asb/18402.png', 'They went to a field together to play.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_5', 3, NULL, 'assets/topic/asb/18403.png', 'They returned home very late.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_6', 3, NULL, 'assets/topic/asb/18404.png', 'Little Goat said to his mama, "I met a beautiful friend. I am so happy. We will meet again tomorrow."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_7', 3, NULL, 'assets/topic/asb/18405.png', 'Mama Goat answered, "Oh my child. I am glad you are back safely. He is not our friend. Do not meet him tomorrow."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_8', 3, NULL, 'assets/topic/asb/18406.png', 'At the same time, Little Leopard told his mother, "I met a beautiful friend. I am happy. We will meet tomorrow."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_9', 3, NULL, 'assets/topic/asb/18407.png', 'Mama Leopard answered, "Oh my son, I am sorry you did not eat Little Goat. When you meet him tomorrow, kill him and eat him."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_10', 3, NULL, 'assets/topic/asb/18408.png', 'The next day, Little Leopard went to the Little Goat''s village.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_11', 3, NULL, 'assets/topic/asb/18409.png', 'Little Goat was not outside. He was hiding inside with his mother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_12', 3, NULL, 'assets/topic/asb/18410.png', 'Little Leopard shouted, "Let us go to the field to play."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_13', 3, NULL, 'assets/topic/asb/18411.png', 'Little Goat said, "We are not friends anymore. I listen to my mama. Good children listen to their mamas."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_14', 3, NULL, 'assets/topic/asb/18412.png', 'Little Leopard was sad. He went back to his mama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Two little friends +Author - +Belainesh Woubishet +Illustration - +Jesse Pietersen +Language - +English +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_16', 1, 'Paint little goat and little leopard.', 'assets/topic/19404.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_16', 2, 1, 'assets/topic/19404.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_17', 0, 'Whom did the little goat meet and became friends?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_17', 1, 1, 'Leopard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_17', 0, 1, 'Tiger'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_17', 0, 2, 'Ant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_17', 0, 3, 'Fox'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_22', 0, 'Little leopard wanted to eat little goat.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_25', 0, 'Little goat listened its mother and got saved.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_25', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_25', 0, 1, 'false.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_28', 0, 'Who in your family always listens to the mother?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_28', 0, 1, 'Me'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_28', 0, 2, 'Brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_28', 0, 3, 'Sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_28', 0, 4, 'Father'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462', 2, 'Three boxes of wealth', 'assets/topic/asb/26153.png', 'Angesom Abadi +Adonay Gebru', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_3', 3, NULL, 'assets/topic/asb/26150.png', 'There lived an old man called Hagos. He lived with his three sons. +Hagos wanted his sons to have wealth after his death. He prepared three boxes for them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_4', 3, NULL, 'assets/topic/asb/26151.png', 'Hagos went to his neighbour Haile and said, "I want my sons to have wealth. I have prepared three boxes. I want you to give them the boxes after I die."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_5', 3, NULL, 'assets/topic/asb/26152.png', 'After Hagos died, Haile called the sons together. +He told them, "Your father gave me these boxes before he died. You will each find your name on one of them. Take yours please."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_6', 3, NULL, 'assets/topic/asb/26153.png', 'The sons took the boxes and opened them. +The first box had gold in it. The second box had soil. The third box had animal dung in it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_7', 3, NULL, 'assets/topic/asb/26154.png', 'The one who found gold was very happy. The other two were not happy. They started quarrelling with him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_8', 3, NULL, 'assets/topic/asb/26155.png', '"You are brothers, you should not quarrel. Let me take you to a wise old man to advise you," said Haile to the three brothers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_9', 3, NULL, 'assets/topic/asb/26156.png', 'Haile took the brothers to the wise old man. +"Good morning, we have come to ask advice about inheritance," said Haile to the old man.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_10', 3, NULL, 'assets/topic/asb/26157.png', 'Haile told the wise old man about the three boxes that Hagos had left for his sons. +"Now they are quarrelling because only one received gold," explained Haile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_11', 3, NULL, 'assets/topic/asb/26158.png', 'The wise old man asserted, "Your father had a reason for giving each of you a particular box."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_12', 3, NULL, 'assets/topic/asb/26159.png', 'He continued, "The one who received gold, your father wants you to be a merchant. The one who received soil, your father wants you to be a farmer."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_13', 3, NULL, 'assets/topic/asb/26160.png', '"The one who received animal dung, your father wants you to be a cowboy. Your father wanted you each to have his own profession," the old man concluded.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_14', 3, NULL, 'assets/topic/asb/26161.png', 'After they listened to the old man''s advice the three brothers agreed. They worked in their professions and lived happily.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Three boxes of wealth +Author - +ሰለሙን and ተኹሉ ይግዛው +Translation - +Angesom Abadi +Illustration - +Adonay Gebru +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_16', 1, 'Paint different sized boxes.', 'assets/topic/22462.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_16', 2, 1, 'assets/topic/22462.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_17', 0, 'How many sons did the old man have?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_17', 1, 1, 'Three'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_17', 0, 1, 'Two'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_17', 0, 2, 'One'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_17', 0, 3, 'Four'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_22', 0, 'Father wanted person getting animal dung to become cowboy.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_25', 0, 'If you were a farmer what will you do?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_25', 0, 1, 'Till the land.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_25', 0, 2, 'Sow seeds.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_25', 0, 3, 'Feed cattle.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_25', 0, 4, 'Grow my favourite crop.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582', 2, 'Kariza''s questions', 'assets/topic/asb/25965.png', 'Aloysie Uwizeyemariya +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_3', 3, NULL, 'assets/topic/asb/25964.png', 'Kariza loved to ask questions. She got this habit from her parents. They used to tell her, "If you don''t ask questions when you are young, you will grow up to be an ignorant adult!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_4', 3, NULL, 'assets/topic/asb/25965.png', 'One day, Kariza asked her teacher, "Why do our parents always tell us to wash our hands before eating, even when our hands look clean?" +Her classmates liked her question. They didn''t like being told to wash their hands either.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_5', 3, NULL, 'assets/topic/asb/25966.png', 'The teacher answered, "That''s a good question, Kariza. Even when our hands look clean, they can still have germs on them." +She explained, "Germs cause illness. We cannot see germs using only our eyes, we need something more powerful to see germs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_6', 3, NULL, 'assets/topic/asb/25967.png', 'The teacher got a microscope from the cupboard. "A microscope is a tool we use to see things that are too tiny for the human eye to see," she said. +The teacher gently scraped Kariza''s hands with a stick and then wiped it on a microscope slide.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_7', 3, NULL, 'assets/topic/asb/25968.png', 'The teacher put the slide on the microscope and this is what they saw through the viewer. +Even though Kariza''s hands did not look dirty, there were germs on them', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_8', 3, NULL, 'assets/topic/asb/25969.png', '"There are germs all around us, on the things we touch in our classroom, playground or at home. These germs can make us very sick," warned their teacher.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_9', 3, NULL, 'assets/topic/asb/25970.png', 'She continued, "To kill these germs, we need to wash our hands with clean water and soap, especially before eating. Also, when we are sick we must wash our hands so that we don''t spread the germs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_10', 3, NULL, 'assets/topic/asb/25971.png', 'When she got home, Kariza found her father making an interesting tool. "What are you making?" she asked. +"This is called a ''kandagirukarabe'' (step up and wash)," her father said. "You use it to wash your hands after using the toilet, and before each meal."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_11', 3, NULL, 'assets/topic/asb/25972.png', 'Kariza was surprised and said, "Oh yes! Our teacher has told us about this tool, but most of us do not know how to use it. How does it work?" +He laughed and told her, "Come closer and I will show you, my daughter."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_12', 3, NULL, 'assets/topic/asb/25973.png', '"First, step on this piece of wood on the floor," said father.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_13', 3, NULL, 'assets/topic/asb/25974.png', '"Then the water container will tilt and pour water onto your hands. Remember to wash with soap," he told Kariza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_14', 3, NULL, 'assets/topic/asb/25975.png', 'Kariza was happy and said, "How would I know this without asking questions? It''s true that questions lead to knowledge."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kariza''s questions +Author - +Jean de Dieu Bavugempore +Translation - +Aloysie Uwizeyemariya +Illustration - +Rob Owen +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_16', 1, 'Paint Washing hands under tap.', 'assets/topic/22582.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_16', 2, 1, 'assets/topic/22582.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_17', 0, 'What do Kariza likes to ask?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_17', 1, 1, 'Questions'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_17', 0, 1, 'Ball'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_17', 0, 2, 'Duster'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_17', 0, 3, 'Pen'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_22', 0, 'Germs can make us sick if we dont clean our hands.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_25', 0, 'How will you keep yourself healthy?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_25', 0, 1, 'Eating healthy food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_25', 0, 2, 'Keeping hands clean'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_25', 0, 3, 'Doing exercise'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_25', 0, 4, 'Wash hands before eating'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403', 2, 'Father''s advice', 'assets/topic/asb/17114.png', 'Mohammed Kuyu +Jacob Kono', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_3', 3, NULL, 'assets/topic/asb/17103.png', 'Once upon a time, there was a father who had two sons.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_4', 3, NULL, 'assets/topic/asb/17104.png', 'One day, he called his sons and said, "I am old and will die soon. But before I die, I want to see you in your own homes. You have one month to each make your own home. I want to see you back here after the month."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_5', 3, NULL, 'assets/topic/asb/17105.png', 'The two sons rushed out. The first one went to the roadside. He cut down trees and began to build a big compound for himself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_6', 3, NULL, 'assets/topic/asb/17106.png', 'The second one, however, went out and started forming special relationships with other families. He went to different people, and he became like their foster child.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_7', 3, NULL, 'assets/topic/asb/17107.png', 'After a month, the two brothers came back to their father. The father said, "Well, have you built your homes?" And both of the brothers said, "Yes."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_8', 3, NULL, 'assets/topic/asb/17108.png', 'The father went with his eldest son. He saw that the son had built many huts. As he walked by each hut, he asked, "Is there anybody in this hut?" Each time, the son replied, "No."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_9', 3, NULL, 'assets/topic/asb/17109.png', 'The father would ask, "Is there anybody in this hut?" And the son would reply, "No."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_10', 3, NULL, 'assets/topic/asb/17110.png', 'The father became hungry, but there was no one to serve food to him. He said, "Let''s go home." So they went home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_11', 3, NULL, 'assets/topic/asb/17111.png', 'The second brother took them to the first family he had adopted. He introduced them, "Here is my father and my brother." The family welcomed the men. They slaughtered a sheep and gave them a big feast.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_12', 3, NULL, 'assets/topic/asb/17112.png', 'They went to the second family the younger son had adopted. He introduced his father and brother and they were given another feast.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_13', 3, NULL, 'assets/topic/asb/17113.png', 'Father and brother were welcomed in all the places where the younger son was adopted. They ate and were satisfied. Then they left for home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_14', 3, NULL, 'assets/topic/asb/17114.png', 'The father said, "This is what I meant when I said you should make yourself a home. A home is more than many huts or a big expensive house. It is love, warmth and friendship with other people."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Father''s advice +Author - +Mohammed Kuyu and Elizabeth Laird +Illustration - +Jacob Kono +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_16', 1, 'Paint house and decorate it.', 'assets/topic/19403.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_16', 2, 1, 'assets/topic/19403.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_17', 0, 'What did the father ask his sons to make?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_17', 1, 1, 'Home'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_17', 0, 1, 'Farm'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_17', 0, 2, 'money'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_17', 0, 3, 'Land'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_22', 0, 'Home means love, warmth and friendship with other people.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_25', 0, 'What do understand from above story?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_25', 0, 1, 'Be friendly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_25', 0, 2, 'Be kind'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_25', 0, 3, 'Love one another'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_25', 0, 4, 'Turn house into home'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043', 2, 'The Hyena''s funeral', 'assets/topic/asb/25123.png', 'Daniel Ewoi +Jacob Kono', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_3', 3, NULL, 'assets/topic/asb/25123.png', 'One day, the hyena''s son died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_4', 3, NULL, 'assets/topic/asb/25124.png', 'A donkey heard the news. +He ran to his relatives and said, "The hyena''s son is dead." All the other donkeys said, "The hyena''s son? That''s good news. All the hyenas are our enemies."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_5', 3, NULL, 'assets/topic/asb/25125.png', 'One old donkey said, "Brothers, we must go to the hyena''s funeral and show respect." +"What? Go to the hyena''s funeral?" The other donkeys said. "We don''t want to go. We''re frightened. The hyenas will eat us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_6', 3, NULL, 'assets/topic/asb/25126.png', '"Listen," said the old donkey. "If we don''t go, the hyenas will be angry with us. They will have a reason to eat us." +"You are right," said all the other donkeys. "We must go to the hyena''s funeral. If we go, the hyenas will be happy with us. Perhaps they will become our friends."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_7', 3, NULL, 'assets/topic/asb/25127.png', 'The hyenas saw the donkeys outside their house. +"Why are the donkeys here? Have they come to laugh at us?" The hyenas wondered. +The donkeys heard the hyenas. They were frightened and they began to sing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_8', 3, NULL, 'assets/topic/asb/25128.png', 'This was the donkeys’ song: +"Great hyenas, you hunt all night. And we hear you sing in the cold moonlight." +"Your teeth are long. Your eyes are bright. Though your food is black, your dung is white." +"But now your son lies on his bed. And he is dead! Our lord is dead!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_9', 3, NULL, 'assets/topic/asb/25129.png', 'The dead hyena''s uncle answered them with another song: "Your song is good. Your words are sweet. Come in, dear donkeys. Take a seat!" +"But what did you bring for us to eat? +Hyenas are hungry. Hyenas want meat!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_10', 3, NULL, 'assets/topic/asb/25130.png', 'The donkeys were very frightened now. +"Let''s run away," said one. "We can''t. The hyenas will chase us," said another.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_11', 3, NULL, 'assets/topic/asb/25131.png', 'The oldest donkey said, "My lords, we came to show respect to you. We are sorry that your son is dead. We will pray to God to comfort you. Now we must go back to our home."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_12', 3, NULL, 'assets/topic/asb/25132.png', 'The donkeys began to go. +"Wait!" the hyenas said. "You cannot leave. You must give us something to eat. Cut off your lips and give them to us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_13', 3, NULL, 'assets/topic/asb/25133.png', 'The donkeys looked at each other. +"If we give them our lips, perhaps they will let us go," they thought.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_14', 3, NULL, 'assets/topic/asb/25134.png', 'The hyenas cut off the donkeys'' lips, and ate them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_15', 3, NULL, 'assets/topic/asb/25135.png', 'Again, the donkeys tried to go.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_16', 3, NULL, 'assets/topic/asb/25136.png', '"Stop!" Cried the dead hyena''s uncle. "My brothers, will you let these donkeys go? Look at them! We can see their teeth! They are laughing at us!" +"They are laughing! They are laughing!" said all the hyenas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_17', 3, NULL, 'assets/topic/asb/25137.png', 'They jumped on the donkeys. They killed them, and began to eat them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_18', 3, NULL, 'assets/topic/asb/25138.png', 'Before the oldest donkey died, he looked at the hyenas and said, "Wicked hyenas, we came with our song to comfort you but we were wrong! Next time you are hungry, don''t pretend that you need a reason to eat your friend!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The Hyena''s funeral +Author - +Elizabeth Laird and Yirga Ejigu +Translation - +Daniel Ewoi, James Ebulon, James Eipa, Johnstone Ekadeli, Magdaline Naumo, Roselyne Arot and Roselyne Wasike +Illustration - +Jacob Kono +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_20', 1, 'Paint donkey and decorate it.', 'assets/topic/22043.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_20', 2, 1, 'assets/topic/22043.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_21', 0, 'Donkey were kind and went to comfort hyenas.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_21', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_21', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_24', 0, 'Hyenas were cunning and wanted to eat donkey.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_24', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_24', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_27', 0, 'What will you do if you see your enemy suffering?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_27', 0, 1, 'Help him'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_27', 0, 2, 'Avoid Him'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_27', 0, 3, 'Inform his side people'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_27', 0, 4, 'Take suggestion of my elders'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101', 2, 'Two', 'assets/topic/asb/3062.png', 'Carole Bloch + Richard MacIntosh', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_3', 3, NULL, 'assets/topic/asb/3061.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_4', 3, NULL, 'assets/topic/asb/3063.png', 'Two little hands to hold.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_5', 3, NULL, 'assets/topic/asb/3064.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_6', 3, NULL, 'assets/topic/asb/3065.png', 'Two little feet to kick.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_7', 3, NULL, 'assets/topic/asb/3066.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_8', 3, NULL, 'assets/topic/asb/3067.png', 'Two little eyes to see.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_9', 3, NULL, 'assets/topic/asb/3068.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_10', 3, NULL, 'assets/topic/asb/3069.png', 'Two little ears to hear.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_11', 3, NULL, 'assets/topic/asb/3070.png', 'And two loving arms to HUG!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_12', 3, NULL, 'assets/topic/asb/3071.png', 'And two loving arms to HUG!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Two +Author - +Carole Bloch +Illustration - +Richard MacIntosh +Language - +English +Level - +First words +© Carole Bloch, Richard Macintosh and Praesa, 2002 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://www.littlehandstrust.com/books.html', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_14', 1, 'Draw two little hands.', 'assets/topic/3101.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_14', 2, 1, 'assets/topic/3101.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_15', 0, 'Two lilttle hands are to hold', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_15', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_15', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_18', 0, 'Two little ears to hear.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_21', 0, 'There is always loving arms to hug.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_21', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_21', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_24', 0, 'Who have you hugged with your loving arms?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_24', 0, 1, 'Mother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_24', 0, 2, 'Father'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_24', 0, 3, 'Sister'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_24', 0, 4, 'Friend'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877', 2, 'Africa unity race', 'assets/topic/asb/19868.png', 'Nina Orange +Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_3', 3, NULL, 'assets/topic/asb/19860.png', 'Kadogo and Juma are friends who love running. They run together every day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_4', 3, NULL, 'assets/topic/asb/19861.png', 'One day, Juma said, "Let''s run across our continent. Let''s race to support the idea of African unity!" +"Let''s go!" cheered Kadogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_5', 3, NULL, 'assets/topic/asb/19862.png', 'They decided to carry a unity torch on their journey. +They started the race in the far south, in Cape Town.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_6', 3, NULL, 'assets/topic/asb/19863.png', 'From South Africa they headed along the west coast. They ran through Namibia, Angola, DRC, Congo and Cameroon. They rested in Abuja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_7', 3, NULL, 'assets/topic/asb/19864.png', 'West African runners joined the friends in Nigeria. They continued together, following the River Niger further west.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_8', 3, NULL, 'assets/topic/asb/19865.png', 'A sandstorm in Mali made it difficult to run. Juma was the strongest of all of them. He led the way safely.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_9', 3, NULL, 'assets/topic/asb/19866.png', 'At Guinea''s coast in Conakry the dusty runners washed in the sea. Then they decided to race to Morocco through Senegal and Mauritania.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_10', 3, NULL, 'assets/topic/asb/19867.png', 'At Casablanca the runners played with other young people on the beaches. +Next, they set off across north Africa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_11', 3, NULL, 'assets/topic/asb/19868.png', 'They ran through Algeria and Libya, and stopped in Egypt to visit the pyramids. Then they headed east, following the River Nile to Uganda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_12', 3, NULL, 'assets/topic/asb/19869.png', 'They ran through deserts and national parks. More young people joined them in Kampala. The group headed for Kenya''s coast.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_13', 3, NULL, 'assets/topic/asb/19870.png', 'In Mombasa they sat on the beach and ate coconut rice with fish. +Juma said, "Let''s take the unity torch to Mount Kilimanjaro."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_14', 3, NULL, 'assets/topic/asb/19871.png', 'But Juma was tired. On the way to Tanzania, he fell down. +All the runners stopped and turned back to help Juma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_15', 3, NULL, 'assets/topic/asb/19872.png', 'Juma passed on the torch to Kadogo. He said, "You carry the torch to Mount Kilimanjaro. Light a flame for African unity."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_16', 3, NULL, 'assets/topic/asb/19873.png', 'People cheered the runners saying, "You are our heroes." +After lighting a unity flame high on Kilimanjaro, they continued back into southern Africa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_17', 3, NULL, 'assets/topic/asb/19874.png', 'They stopped to swim in Lake Malawi. Kadogo said to Juma, "We''ve run south to north and back again. Our journey is ending."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_18', 3, NULL, 'assets/topic/asb/19875.png', 'The unity runners finally carried the torch to Great Zimbabwe. Crowds gathered at this important place. +"What a race!" smiled Juma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Africa unity race +Author - +Nina Orange and Ursula Nafula +Illustration - +Brian Wambi +Language - +English +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_20', 1, 'Paint people running.', 'assets/topic/19877.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_20', 2, 1, 'assets/topic/19877.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_21', 0, 'Where did Juma and kadogo wanted to run across?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_21', 1, 1, 'Continent'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_21', 0, 1, 'City'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_21', 0, 2, 'Village'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_21', 0, 3, 'State'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_26', 0, 'They decided to carry unity torch on their journey.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_29', 0, 'Kadogo carried light to kilimanjaro and light the flame.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_29', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_29', 0, 1, 'false.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_32', 0, 'What do you feel about running for unity?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_32', 0, 1, 'Exciting'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_32', 0, 2, 'Having fun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_32', 0, 3, 'Representing unity'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_32', 0, 4, 'Meet new people'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635', 2, 'Annoying mosquito', 'assets/topic/asb/14756.png', 'Ursula Nafula +Magriet Brink', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_3', 3, NULL, 'assets/topic/asb/14755.png', 'Knock! Knock!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_4', 3, NULL, 'assets/topic/asb/14756.png', '"Who is there?" I ask sleepily.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_5', 3, NULL, 'assets/topic/asb/14757.png', '"It is me," a shrill voice says.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_6', 3, NULL, 'assets/topic/asb/14758.png', '"Who is ''me''?" I ask.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_7', 3, NULL, 'assets/topic/asb/14759.png', '"I told you, it is o-n-l-y m-e," the same voice says.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_8', 3, NULL, 'assets/topic/asb/14760.png', '"I don''t know anyone called, ''o-n-l-y m-e''," I reply. I check that my mosquito net is tucked in around my bed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_9', 3, NULL, 'assets/topic/asb/14761.png', '"Well, my name is Amos." The voice sounds more shrill than before. It is very close to my ear.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_10', 3, NULL, 'assets/topic/asb/14762.png', '"Amos who?" I ask as I look under the net.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_11', 3, NULL, 'assets/topic/asb/14763.png', '"Amos Quito," the voice finally says. I feel a bite on my ear.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_12', 3, NULL, 'assets/topic/asb/14764.png', '"Ouch!" I jump up and begin to search. "You will pay for this!" I shout.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_13', 3, NULL, 'assets/topic/asb/14766.png', 'Angrily, I get out of bed and switch on the light.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_14', 3, NULL, 'assets/topic/asb/14765.png', 'I declare war on the annoying Amos Quito!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Annoying mosquito +Author - +Ursula Nafula +Illustration - +Magriet Brink +Language - +English +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_16', 1, 'Paint a mosquito and decorate it.', 'assets/topic/21635.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_16', 2, 1, 'assets/topic/21635.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_17', 0, 'Who replied in a shrill voice?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_17', 1, 1, 'Mosquito'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_17', 0, 1, 'Fly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_17', 0, 2, 'Grass hopper'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_17', 0, 3, 'Bed bug'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_22', 0, 'When he did not find mosquito he switched on lights.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_25', 0, 'How will you fight a mosquito?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_25', 0, 1, 'Hit with hand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_25', 0, 2, 'Use Spray'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_25', 0, 3, 'Mosquito bat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_25', 0, 4, 'Lit a mosquito coil.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401', 2, 'Ostrich and Lioness', 'assets/topic/asb/19205.png', 'Turkana ECD Teachers + Brian Wambi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_3', 3, NULL, 'assets/topic/asb/19195.png', 'Ostrich and Lioness were great friends. Both of them had young ones.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_4', 3, NULL, 'assets/topic/asb/19196.png', 'Ostrich fed her chicks well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_5', 3, NULL, 'assets/topic/asb/19197.png', 'The cubs had little food to eat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_6', 3, NULL, 'assets/topic/asb/19198.png', 'Lioness looked at the chicks and thought, "They are beautiful! I wish they were mine."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_7', 3, NULL, 'assets/topic/asb/19199.png', 'When Ostrich was away, Lioness took the chicks to her home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_8', 3, NULL, 'assets/topic/asb/19200.png', 'Ostrich returned and found the cubs in her home. She cried, "Where are my children?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_9', 3, NULL, 'assets/topic/asb/19201.png', 'Ostrich ran to Lioness'' hut and saw her chicks with Lioness.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_10', 3, NULL, 'assets/topic/asb/19202.png', 'Lioness refused to let Ostrich take her chicks. She said, "They are mine now. You can have the cubs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_11', 3, NULL, 'assets/topic/asb/19203.png', 'Ostrich was angry and upset. "What can I do to get back my children?" she wondered to herself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_12', 3, NULL, 'assets/topic/asb/19204.png', 'Then she thought, "I know what to do. I will call all the animals for a meeting."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_13', 3, NULL, 'assets/topic/asb/19205.png', 'The animals gathered together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_14', 3, NULL, 'assets/topic/asb/19206.png', 'Elephant asked Ostrich and Lioness to speak.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_15', 3, NULL, 'assets/topic/asb/19207.png', 'Most of the animals were afraid to blame Lioness.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_16', 3, NULL, 'assets/topic/asb/19208.png', 'Finally, Squirrel stood up and said, "Children that look like birds, belong to Ostrich. Those with tails, belong to Lioness."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_17', 3, NULL, 'assets/topic/asb/19209.png', 'Then Squirrel disappeared into a hole. All the animals cheered.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_18', 3, NULL, 'assets/topic/asb/19210.png', 'Lioness was very annoyed. She went home with her cubs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ostrich and Lioness +Author - +Daniel Nanok +Translation - +Turkana ECD Teachers +Illustration - +Brian Wambi +Language - +English +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_20', 1, 'Paint any animal and it young ones.', 'assets/topic/19401.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_20', 2, 1, 'assets/topic/19401.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_21', 0, 'Ostrich fed her chicks well.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_21', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_21', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_24', 0, 'The cubs had little food to eat.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_24', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_24', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_27', 0, 'Which animal judged properly and ran in to hole?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_27', 1, 1, 'Squirrel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_27', 0, 1, 'Elephant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_27', 0, 2, 'Tortoise'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_27', 0, 3, 'Chimpanzee'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_32', 0, 'Why do you think lioness changed her cubs with chicks?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_32', 0, 1, 'She found chicks cute'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_32', 0, 2, 'Chicks had little food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_32', 0, 3, 'She wanted to eat them'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_32', 0, 4, 'She did not remember her cubs'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611', 2, 'Goat and Hyena''s knife', 'assets/topic/asb/13567.png', 'Cornelius Wekunya +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_3', 3, NULL, 'assets/topic/asb/13550.png', 'Once upon a time, there was a long dry spell. The animals ate all the grass in the country. Only the imbowa plants on the big trees survived.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_4', 3, NULL, 'assets/topic/asb/13552.png', 'One day Goat saw Hyena pass by with a knife. Goat asked for the knife so that she could cut imbowa plants to eat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_5', 3, NULL, 'assets/topic/asb/13551.png', 'Hyena gave the knife to Goat. She cut down the climbing plant, and ate until she was full. Goat forgot all about the knife she had used.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_6', 3, NULL, 'assets/topic/asb/13566.png', 'When Hyena returned to ask for the knife, Goat was at a loss. She could not remember where she had dropped it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_7', 3, NULL, 'assets/topic/asb/13567.png', 'Goat scratched here and there in search of the knife. Up to today Goat is still looking for that knife.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_8', 3, NULL, 'assets/topic/asb/13568.png', 'Hyena told Goat, "Since you have lost my knife, which was the source of my livelihood, I will eat you. Then I will eat your offspring!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_9', 3, NULL, 'assets/topic/asb/13569.png', 'From that time, Hyena has never spared Goat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_10', 3, NULL, 'assets/topic/asb/13570.png', 'Meanwhile, Goat continues to search for Hyena''s knife.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Goat and Hyena''s knife +Author - +Wekunya Cornelius +Translation - +Cornelius Wekunya +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_12', 1, 'Paint Goat and decorate it.', 'assets/topic/15611.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_12', 2, 1, 'assets/topic/15611.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_13', 0, 'From whom did goat take the knife?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_13', 1, 1, 'Hyena'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_13', 0, 1, 'Monkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_13', 0, 2, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_13', 0, 3, 'Fox'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_18', 0, 'Goat could not remember where she dropped the knife.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_21', 0, 'What will do after having eating a lot?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_21', 0, 1, 'Sleep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_21', 0, 2, 'Go for walk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_21', 0, 3, 'Have fruits'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_21', 0, 4, 'Go to play'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868', 2, '(Colour-in) Goat, Dog and Cow', 'assets/topic/asb/6372.png', 'Marleen Visser', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_3', 3, NULL, 'assets/topic/asb/6371.png', 'Goat, Dog and Cow were great friends. One day they went on a journey in a taxi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_4', 3, NULL, 'assets/topic/asb/6373.png', 'They reached the end of their journey. The driver asked them to pay their fares. Cow paid her fare.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_5', 3, NULL, 'assets/topic/asb/6374.png', 'Dog paid extra, because he did not have the correct money.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_6', 3, NULL, 'assets/topic/asb/6375.png', 'The driver was about to give Dog his change. Suddenly, Goat ran away without paying.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_7', 3, NULL, 'assets/topic/asb/6376.png', 'The driver was very annoyed. He drove away without giving Dog his change.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_8', 3, NULL, 'assets/topic/asb/6377.png', 'That is why, even today, Dog runs towards a car to peep inside. He is looking for the driver who owes him change.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_9', 3, NULL, 'assets/topic/asb/6378.png', 'Goat runs away from the sound of a car. She is afraid she will be arrested for not paying her fare.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_10', 3, NULL, 'assets/topic/asb/6379.png', 'Cow is not bothered by cars. Cow takes her time crossing the road. She knows she paid her fare in full.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +(Colour-in) Goat, Dog and Cow +Author - +Fabian Wakholi +Translation - +Illustration - +Marleen Visser +Language - +English +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_12', 1, 'Paint goat, dog and cow and decorate it.', 'assets/topic/7868.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_12', 2, 1, 'assets/topic/7868.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_13', 0, 'Who did not pay money to taxi driver?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_13', 1, 1, 'Goat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_13', 0, 1, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_13', 0, 2, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_13', 0, 3, 'All paid'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_18', 0, 'Dog is looking for the driver who owes him change.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_21', 0, 'What will you do if you do not find change to give driver?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_21', 0, 1, 'Run from there'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_21', 0, 2, 'Get change from any person'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_21', 0, 3, 'Ask driver to look for change'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_21', 0, 4, 'Ask him to take next time'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059', 2, 'Goat, the false king', 'assets/topic/asb/13362.png', 'Cornelius Wambi Gulere +Marleen Visser', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_3', 3, NULL, 'assets/topic/asb/13351.png', 'Once upon a time, there was a goat called Igodhoobe. Igodhoobe the goat was the king of farm animals and birds. He lived a good life. One day, Igodhoobe the goat called all the animals and birds to a meeting.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_4', 3, NULL, 'assets/topic/asb/13350.png', '"My friends, I have called you because I had a dream," said the goat. All the animals and birds kept quiet. They listened to their king carefully.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_5', 3, NULL, 'assets/topic/asb/13352.png', '"I dreamed that there was no food or water left in the land. Many of our relatives died!" said the king. When the animals and the birds heard the dream, they were worried. "What shall we do?" asked the cat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_6', 3, NULL, 'assets/topic/asb/13353.png', 'The hen and the duck had an idea. They said, "Let each one of us bring food and put it in the king''s store." All the animals agreed with this idea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_7', 3, NULL, 'assets/topic/asb/13362.png', 'The king made a rule. He said, "Get ropes. Tie up anyone who does not bring food to my store. Then carry him to me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_8', 3, NULL, 'assets/topic/asb/13354.png', 'But, soon after this, it was time for a new king to rule over the farm. All the animals and birds met and elected the cat as their new king.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_9', 3, NULL, 'assets/topic/asb/13363.png', 'But the goat refused to agree that the cat was king. "I''m the king. There is no other king. I can''t obey any other animal," said the goat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_10', 3, NULL, 'assets/topic/asb/13355.png', 'The animals took food to the new king''s store. But the goat did not take anything. "When the goat was king, we all obeyed him. Now he does not want to obey our new king. What shall we do?" asked the cow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_11', 3, NULL, 'assets/topic/asb/13357.png', 'All the domestic animals and birds were angry. "He thinks he is different to us," they all muttered.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_12', 3, NULL, 'assets/topic/asb/13356.png', 'The dog said, "I helped him when he was king. I did not sleep at night. I was always with him, ready to help."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_13', 3, NULL, 'assets/topic/asb/13358.png', 'The sheep said, "I gave him my wool to cover his children."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_14', 3, NULL, 'assets/topic/asb/13359.png', 'The pig said, "When he was king, he told his friends that I eat a lot. But I was often in his garden digging and weeding his maize and millet."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_15', 3, NULL, 'assets/topic/asb/13360.png', 'The sheep asked, "What did he say? That you eat a lot? Did he think that he will be king forever?" Then the sheep added, "Let him understand that he is not king any more. I don''t know why he thinks he is so important."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_16', 3, NULL, 'assets/topic/asb/13361.png', 'All the animals laughed and agreed that the goat must take food to the new king. King Cat ordered the goat to come to him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_17', 3, NULL, 'assets/topic/asb/13364.png', 'When the animals went to fetch the goat, he was sitting on a chair with his legs crossed. "I shall not go to the cat. There is no other king except me. When you become a king, you are always a king," said the goat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_18', 3, NULL, 'assets/topic/asb/13365.png', '"We will tie you with ropes and take you to the new king," said the sheep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_19', 3, NULL, 'assets/topic/asb/13366.png', 'So the cow tied the goat to her tail. She then pulled him to the king. The sheep, the duck, the dog, the pig, and the cock cheered as the cow pulled the goat. They all shouted, "Take this stubborn goat to our new king!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_20', 3, NULL, 'assets/topic/asb/13367.png', 'From that time, every goat refuses to move when it is pulled. It thinks that you are taking it to the king''s court.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_21', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Goat, the false king +Author - +Alice Nakasango +Translation - +Cornelius Wambi Gulere +Illustration - +Marleen Visser +Language - +English +Level - +Longer paragraphs +© Text: Uganda Community Libraries Association (Ugcla) Artwork: African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_22', 1, 'Paint cat and decorate it with crown.', 'assets/topic/22059.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_22', 2, 1, 'assets/topic/22059.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_23', 0, 'Who was elected as new king?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_23', 0, 1, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_23', 0, 2, 'Cow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_23', 0, 3, 'Pig'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_23', 0, 4, 'Chicken'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_28', 0, 'Sheep gave wool to goat for covering its children.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_28', 1, 1, 'Ture.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_28', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_31', 0, 'How will you punish goat for his disobedience?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_31', 0, 1, 'Tie him'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_31', 0, 2, 'Do not give him food'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_31', 0, 3, 'Hit him'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_31', 0, 4, 'Put him in prision'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851', 2, 'A Dog', 'assets/topic/asb/5927.png', 'Ritah Katetemera and Cissy Namugerwa +Catherine Groenewald, Jean Fullalove, Sandy Campbell, Ursula Nafula and Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_3', 3, NULL, 'assets/topic/asb/1393.png', 'There was a man with his one dog.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_4', 3, NULL, 'assets/topic/asb/5926.png', 'He loved his dog so much.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_5', 3, NULL, 'assets/topic/asb/3033.png', 'It was hard working and it used to go to the market to buy meat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_6', 3, NULL, 'assets/topic/asb/2494.png', 'Fetching water from the well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_7', 3, NULL, 'assets/topic/asb/2492.png', 'Guarding every thing at home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_8', 3, NULL, 'assets/topic/asb/1757.png', 'One day the man thanked his dog in a special way for being faithful.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_9', 3, NULL, 'assets/topic/asb/2490.png', 'The dog became so happy and it continued working hard.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_10', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +A Dog +Author - +Ritah Katetemera +Translation - +Ritah Katetemera and Cissy Namugerwa +Illustration - +Catherine Groenewald, Jean Fullalove, Sandy Campbell, Ursula Nafula and Wiehan de Jager +Language - +English +Level - +First paragraphs +© Ritah Katetemera and Cissy Namugerwa 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_11', 1, 'Paint man and dog.', 'assets/topic/23851.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_11', 2, 1, 'assets/topic/23851.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_12', 0, 'Who was very faithful to man?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_12', 1, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_12', 0, 1, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_12', 0, 2, 'Buffalo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_12', 0, 3, 'Donkey'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_17', 0, 'Man''s dog was guarding everything at home.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_17', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_17', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_20', 0, 'What gift would you give to dog if you had one?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_20', 0, 1, 'Meat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_20', 0, 2, 'Sweet'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_20', 0, 3, 'Dress'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_20', 0, 4, 'Goggles'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124', 2, 'Jackal and Rabbit', 'assets/topic/asb/18475.png', 'Mohammed Kuyu + Jacob Kono', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_3', 3, NULL, 'assets/topic/asb/18468.png', 'Once upon a time, there was a hungry Jackal. He tried to catch a bush rat, but the rat ran away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_4', 3, NULL, 'assets/topic/asb/18469.png', 'He tried to catch a squirrel, but the squirrel ran up a tree. Then Jackal saw a fat little mouse. "That mouse looks delicious to eat," he thought. The mouse saw Jackal. It ran under a big rock, and jumped into its hole. "I must dig the mouse out of its hole," thought Jackal.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_5', 3, NULL, 'assets/topic/asb/18470.png', 'Jackal began to dig. But he dug too far and too deep. The rock fell down on Jackal''s paw. He couldn''t pull his paw out from under the rock. "I''m trapped! Help! Help!" Jackal shouted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_6', 3, NULL, 'assets/topic/asb/18471.png', 'Rabbit heard Jackal and ran up to him. "What happened to you?" she asked. "I was hunting a mouse and this rock fell on my paw. Please, kind Rabbit, help me!" cried Jackal.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_7', 3, NULL, 'assets/topic/asb/18472.png', '"I''d like to help you," said Rabbit. "But I''m small and weak and this rock is big and heavy. It will be hard work. What will you give me if I help you?" "Oh, I''ll make all your favourite dishes for dinner," replied Jackal.  So Rabbit agreed to help Jackal.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_8', 3, NULL, 'assets/topic/asb/18473.png', 'Rabbit pushed the rock. It didn''t move. She pushed again and again and again. At last the rock rolled off Jackal''s paw. Rabbit smiled.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_9', 3, NULL, 'assets/topic/asb/18474.png', '"Where''s my reward?" asked Rabbit. "There''s no reward. I''m going to eat you," snarled Jackal. "But I helped you! You promised a reward!" shouted Rabbit. "I''m a jackal and you''re a rabbit. Jackals eat rabbits," snapped Jackal. "Wait! We must find elders and ask advice," begged Rabbit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_10', 3, NULL, 'assets/topic/asb/18475.png', 'Jackal and Rabbit found an old man. "Please help us," Rabbit said. "Jackal wants to eat me but I saved his life. A rock was on his paw and he couldn''t escape. He promised to reward me. I pushed the rock off his paw. He has forgotten his promise."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_11', 3, NULL, 'assets/topic/asb/18476.png', '"That''s not right," the old man said. "Jackal, you are ungrateful." Jackal opened his mouth. He showed the old man his sharp teeth. "No," he said. "Don''t try to stop me eating the rabbit, old man, or I''ll eat you too." The old man looked frightened.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_12', 3, NULL, 'assets/topic/asb/18477.png', '"Please don''t eat me," the old man said. "Perhaps I was wrong. Perhaps you are right after all. I can''t decide until I have seen the rock. What happened exactly?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_13', 3, NULL, 'assets/topic/asb/18478.png', '"Oh, that''s easy," Jackal said. "Come, let me show you." So the old man went back to the rock with Jackal and Rabbit. "What were you doing?" he asked Jackal.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_14', 3, NULL, 'assets/topic/asb/18479.png', '"The mouse I was hunting ran into its hole, so I was digging it out. The rock fell on to my paw," said Jackal. "Which rock?" asked the old man. "This one," answered Jackal. "And where were you?" asked the old man. "I was here," Jackal replied.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_15', 3, NULL, 'assets/topic/asb/18481.png', 'The old man looked at Rabbit. "You''re only a little rabbit, small and weak. I don''t believe you could move that big rock," the man said. "But I did! I did!" cried Rabbit. "Show me then," the old man said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_16', 3, NULL, 'assets/topic/asb/18482.png', 'Rabbit pushed and pushed. The rock fell back on to Jackal''s paw. "Did you find Jackal like this?" asked the old man. Rabbit nodded.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_17', 3, NULL, 'assets/topic/asb/18483.png', '"Good," said the old man. "Then it''s all fair now. Run away Rabbit and go home. I''m going home too."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_18', 3, NULL, 'assets/topic/asb/18484.png', 'And so, the old man and Rabbit went away. They left the ungrateful Jackal trapped by the rock.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jackal and Rabbit +Author - +Mohammed Kuyu and Elizabeth Laird +Illustration - +Jacob Kono +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_20', 1, 'Paint rabbit and decorate it.', 'assets/topic/21124.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_20', 2, 1, 'assets/topic/21124.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_21', 0, 'Who helped jackal by rolling the stone?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_21', 1, 1, 'Rabbit'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_21', 0, 1, 'Rat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_21', 0, 2, 'Mouse'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_21', 0, 3, 'Squirrel'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_26', 0, 'Old man tricked Jackal and rescued rabbit.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_29', 0, 'What you think about jackal''s nature?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_29', 0, 1, 'Cunning'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_29', 0, 2, 'Unworthy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_29', 0, 3, 'Not trustable'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_29', 0, 4, 'Cruel'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881', 2, 'Jackal and the sun', 'assets/topic/asb/5253.png', 'Traditional San story +Manyeka Arts Trust', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_3', 3, NULL, 'assets/topic/asb/5246.png', 'Long ago, there was a foolish lazy jackal. He lived with his old father in the Kalahari bush.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_4', 3, NULL, 'assets/topic/asb/5247.png', 'One morning Old Jackal woke up to find his son sleeping in the sun. The food was not ready and the goats were still in the kraal! "Young man, you are so lazy! Go and find a wife. I am too old to look after you," said Jackal''s father. So Jackal jumped up and took the goats out to graze.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_5', 3, NULL, 'assets/topic/asb/5250.png', 'In the bush, he saw something shining on a rock. He went closer and closer to the rock. The closer he got, the more beautiful the shine was. Perhaps this was the wife for him!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_6', 3, NULL, 'assets/topic/asb/5251.png', '"You are beautiful," said Jackal to the shine. "But who are you? Why are you alone?" "I am the sun," the shine answered. "My family left me here when they moved on. They did not want to carry me. I am too hot."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_7', 3, NULL, 'assets/topic/asb/5252.png', 'The jackal said, "But you are so beautiful! I will carry you. I will take you home to meet my father." "All right, you can carry me. But do not complain when I get too hot for you," said the sun.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_8', 3, NULL, 'assets/topic/asb/5253.png', 'So Jackal put the sun on his back and started the journey home. Before long, the sun was burning Jackal''s fur. "Will you please come down from my back? I need to rest," said Jackal. His back was so sore that he could hardly walk. "Just carry on!" said the sun. "I told you not to complain!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_9', 3, NULL, 'assets/topic/asb/5255.png', 'Then Jackal saw a log across the path. He crawled under the log so that the sun would fall off.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_10', 3, NULL, 'assets/topic/asb/5256.png', 'But the log also scraped the skin and fur from his back and they were left behind with the sun.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_11', 3, NULL, 'assets/topic/asb/5258.png', 'The new fur was a different colour to the fur on the rest of his body. The different colours always reminded Jackal not to be so foolish again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_12', 3, NULL, NULL, 'Story notes In 2005, Naro storyteller Bega Cgase from the Kalahari Desert in Botswana told this story to Marlene Winberg, who retells it here. The story appears in different versions in many southern African San communities. It warns foolish young men not to be confused by the outside appearance of a girl, and tells parents not to force their children to marry for the sake of domestic help. It also provokes the powerful presence of the hot sun in the desert and does what stories do – give everything in nature a personality. The illustrations in this story are from story boards by Marlene Winberg, interpreted digitally by Satsiri Winberg through manipulations of the Manyeka Art Collection of paintings made by San artists /Thaalu Rumao, /Tuoi Samcuia and Joao Wenne Dikuango, who have all passed away since.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jackal and the sun +Author - +Traditional San story +Illustration - +Manyeka Arts Trust +Language - +English +Level - +Longer paragraphs +© Manyeka Arts Trust 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.manyeka.co.za', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_14', 1, 'Paint Jackal and decorate it.', 'assets/topic/7881.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_14', 2, 1, 'assets/topic/7881.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_15', 0, 'Old jackal asked his son to find wife for himself.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_15', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_15', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_18', 0, 'Whom did the jackal carry?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_18', 1, 1, 'Sun'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_18', 0, 1, 'Tree'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_18', 0, 2, 'Moon'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_18', 0, 3, 'Stone'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_23', 0, 'What would you to like dry in hot sun?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_23', 0, 1, 'Clothes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_23', 0, 2, 'Fish'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_23', 0, 3, 'Seeds'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_23', 0, 4, 'Red chiily'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865', 2, 'Hungry Jackal and the sour grapes', 'assets/topic/asb/1775.png', 'Kholeka Mabeta +Benjamin Mitchley', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_3', 3, NULL, 'assets/topic/asb/1776.png', 'Once upon a time, there was a hungry jackal. He was walking around the bush looking for food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_4', 3, NULL, 'assets/topic/asb/1775.png', 'He came across a grapevine. He spotted a bunch of juicy ripe grapes hanging from a high branch.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_5', 3, NULL, 'assets/topic/asb/1777.png', '"Those look really delicious," he thought. He took a few steps back so that he could make his highest jump.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_6', 3, NULL, 'assets/topic/asb/1778.png', 'The grapes were too high. Jackal fell on his back without even touching the bunch.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_7', 3, NULL, 'assets/topic/asb/1779.png', 'Jackal got up and went further back from his starting spot. He ran, and almost got high enough. But he fell even harder.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_8', 3, NULL, 'assets/topic/asb/1780.png', 'He tried again and again. But he couldn''t get to the grapes. He kept falling until his back was very sore.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_9', 3, NULL, 'assets/topic/asb/1781.png', 'Finally, he gave up and walked away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_10', 3, NULL, 'assets/topic/asb/1782.png', 'He stopped and looked back at the grapes. He was hungrier than ever. "Those grapes look really sour anyway," he thought.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hungry Jackal and the sour grapes +Author - +Kholeka Mabeta +Illustration - +Benjamin Mitchley +Language - +English +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_12', 1, 'Draw grapes and decorate it.', 'assets/topic/7865.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_12', 2, 1, 'assets/topic/7865.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_13', 0, 'What did the hungry jackal spot?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_13', 1, 1, 'Grapes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_13', 0, 1, 'Mango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_13', 0, 2, 'Banana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_13', 0, 3, 'Pineapple'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_18', 0, 'Hungry jackal could not reach the grapes and gave up.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_18', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_18', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_21', 0, 'Why do you think jackal gave up?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_21', 0, 1, 'He could not reach grapes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_21', 0, 2, 'He was lazy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_21', 0, 3, 'He did not plant properly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_21', 0, 4, 'There was no strength in him'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085', 2, 'Teret', 'assets/topic/asb/19575.png', 'Beza', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_3', 3, NULL, 'assets/topic/asb/19569.png', 'There was a shepherd who had no grass to feed his pig, sheep and goat and no grains for his hen. He had no barn to keep them warm.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_4', 3, NULL, 'assets/topic/asb/19572.png', 'He decided to take them where they could get food and shelter.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_5', 3, NULL, 'assets/topic/asb/19573.png', 'The shepherd said, "I could sell them for a quarter each." But the man was negotiating for a lower price.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_6', 3, NULL, 'assets/topic/asb/19574.png', 'The man said, "I only want the goat." But the shepherd said, "These animals are friends. I want all of them to be together."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_7', 3, NULL, 'assets/topic/asb/19575.png', 'The shepherd sold the sheep, the goat and the pig for a quarter each. He gave the hen for free. He was sad as he headed home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_8', 3, NULL, 'assets/topic/asb/19577.png', 'He realised they weren''t just animals. They were also his friends. So he went back to return the money and take his friends home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_9', 3, NULL, 'assets/topic/asb/19578.png', '"They are mine now," the man said. "I won''t give them back." But the shepherd kept begging.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_10', 3, NULL, 'assets/topic/asb/19581.png', '"I realised they are not just animals but also my friends," said the shepherd. The man asked, "Why did you sell them in the first place?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_11', 3, NULL, 'assets/topic/asb/19582.png', 'A neighbour heard the argument and said, "Make a barn, provide grass and grains. Then you can get your animals back."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_12', 3, NULL, 'assets/topic/asb/19572.png', 'The shepherd loved his animals. He gave back the money and took home his friends to a perfect barn and plenty of grass and grains.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Teret +Author - +Beza +Illustration - +Language - +English +Level - +First sentences +© Bezawork Lindlöf 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_14', 1, 'Paint a shepherd and sheep.', 'assets/topic/22085.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_14', 2, 1, 'assets/topic/22085.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_15', 0, 'Select all the animals shepherd had.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 1, 1, 'Pig'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 1, 2, 'Goat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 1, 3, 'sheep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 1, 4, 'Hen'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 0, 1, 'Donkey'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 0, 2, 'Cow'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_22', 0, 'Shepherd got his animals back after making barn.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_22', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_22', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_25', 0, 'Which animal is your best friend?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_25', 0, 1, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_25', 0, 2, 'Cat'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_25', 0, 3, 'Sheep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_25', 0, 4, 'Cow'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750', 2, 'The kingfisher and the sea', 'assets/topic/asb/26594.png', 'Peter Omoko +Idowu Abayomi Oluwasegun', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_3', 3, NULL, 'assets/topic/asb/26584.png', 'There once lived a king in the southern part of Okugbe Island. This king had not known pain in his life. +Not even for a minute.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_4', 3, NULL, 'assets/topic/asb/26585.png', 'One morning he was imagining what pain would be like. His head was bowed, "There are so many poor people in my land. How can I feel their pain?" he asked himself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_5', 3, NULL, 'assets/topic/asb/26586.png', 'Day and night, he wished he could experience pain just once. +Then one night, he dreamed and heard a voice. "I have heard your wishes. You will experience pain," said the voice.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_6', 3, NULL, 'assets/topic/asb/26587.png', 'The voice continued, "Build seven large boats that can contain all your wealth and family. Then sail away to the northern part of Okugbe Island." +The king was very happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_7', 3, NULL, 'assets/topic/asb/26588.png', 'Soon, the seven boats were built and ready to sail. The king loaded them with his wealth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_8', 3, NULL, 'assets/topic/asb/26589.png', 'The day before the king and his family left, he held a feast. Everyone attended. Leopards, snakes, rabbits, snails, birds and even ants came to the feast.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_9', 3, NULL, 'assets/topic/asb/26590.png', 'The king addressed the people, "My family and I are going away to the other part of Okugbe Island. We want to feel the pain that other people feel."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_10', 3, NULL, 'assets/topic/asb/26591.png', 'People whispered amongst themselves. The elders did not believe him. +But who could question the king? So everyone drank and feasted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_11', 3, NULL, 'assets/topic/asb/26592.png', 'The next day, the king and his family sailed away. +For the first two days, the boats rolled through the waters. The sky was clear, the sea was calm and the trip was a happy one.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_12', 3, NULL, 'assets/topic/asb/26593.png', 'On the third day, the sea became rough. The sky became cloudy. A great storm came upon them. +The boats were overturned. The king was helpless as his wealth and family were lost to the sea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_13', 3, NULL, 'assets/topic/asb/26594.png', 'The king alone survived. But he was now a kingfisher bird. +Kingfisher flew to the shore. He still hoped to get his family and wealth back from the sea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_14', 3, NULL, 'assets/topic/asb/26595.png', 'Kingfisher dived into the sea many times. He was not able to rescue his family or even part of his wealth. +"If only I had known, I would have been happy with my life," he cried silently.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The kingfisher and the sea +Author - +Peter Omoko +Translation - +Peter Omoko +Illustration - +Idowu Abayomi Oluwasegun +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_16', 1, 'Paint king and decorate him.', 'assets/topic/24750.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_16', 2, 1, 'assets/topic/24750.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_17', 0, 'The king of southern part of Okugbe island never felt pain.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_17', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_17', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_20', 0, 'How many large boats did king built?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_20', 1, 1, 'Seven'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_20', 0, 1, 'Five'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_20', 0, 2, 'Four'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_20', 0, 3, 'Eight'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_25', 0, 'King became kingfisher.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_25', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_25', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_28', 0, 'When did you last feel pain?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_28', 0, 1, 'I got wounded'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_28', 0, 2, 'My father hit me for my mistake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_28', 0, 3, 'There was nothing to eat at home'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_28', 0, 4, 'I was alone'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152', 2, 'Teeth', 'assets/topic/asb/1701.png', 'Clare Verbeek + Kathy Arbuckle', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_3', 3, NULL, 'assets/topic/asb/1701.png', 'A crocodile has big teeth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_4', 3, NULL, 'assets/topic/asb/1702.png', 'A lion has big teeth as well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_5', 3, NULL, 'assets/topic/asb/1703.png', 'A cow has strong teeth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_6', 3, NULL, 'assets/topic/asb/1704.png', 'Birds do not have teeth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_7', 3, NULL, 'assets/topic/asb/1705.png', 'Rats have big front teeth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_8', 3, NULL, 'assets/topic/asb/1706.png', 'Sharks have sharp teeth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_9', 3, NULL, 'assets/topic/asb/1707.png', 'I used to have a lot of teeth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_10', 3, NULL, 'assets/topic/asb/1708.png', 'But now I don''t have many.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Teeth +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Kathy Arbuckle +Language - +English +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal, 2007 2014 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_12', 1, 'Paint a roaring lion.', 'assets/topic/10152.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_12', 2, 1, 'assets/topic/10152.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_13', 0, 'A lion has a big teeth.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_13', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_13', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_16', 0, 'Birds do not have teeth.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_16', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_16', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_19', 0, 'Sharks have sharp teeth.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_19', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_19', 0, 1, 'false.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_22', 0, 'In your home who has less teeth?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_22', 0, 1, 'Grandmother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_22', 0, 2, 'Grandfather'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_22', 0, 3, 'Small baby boy'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_22', 0, 4, 'Small baby girl'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469', 2, 'Cassava and Palm', 'assets/topic/asb/25923.png', 'Divine Apedo +Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_3', 3, NULL, 'assets/topic/asb/25919.png', 'Long time ago, Cassava and Palm lived in a village called Koowa. They were very good friends. They visited each other every day. They were farmers. They worked very hard on their farms.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_4', 3, NULL, 'assets/topic/asb/25920.png', 'In a certain year, there was no rain. The crops did not grow well. All the plants dried up. People did not have any food to eat. +Cassava and Palm decided to travel to another village to look for work.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_5', 3, NULL, 'assets/topic/asb/25921.png', 'On their way, they met a woman. "Good afternoon," they greeted her. +She responded and asked, "Where are you going?" "We are going to the next village to look for work," said Palm.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_6', 3, NULL, 'assets/topic/asb/25922.png', '"What work can you do?" the woman asked. The friends responded, "We can provide food for your family and animals." +The woman asked, "What do you need to provide the food?" "Give us land, water and good care," they replied.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_7', 3, NULL, 'assets/topic/asb/25923.png', 'The woman took them home with her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_8', 3, NULL, 'assets/topic/asb/25924.png', 'One afternoon, Palm tree and Cassava had an argument. Cassava said he was more important than Palm. +Palm said he was more important than Cassava.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_9', 3, NULL, 'assets/topic/asb/25925.png', 'The woman heard them from her room. She came out and asked "Why are you fighting?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_10', 3, NULL, 'assets/topic/asb/25926.png', 'Cassava spoke first. "I am more important than Palm tree. I provide tubers for your fufu, gari, boiled cassava and cassava dough."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_11', 3, NULL, 'assets/topic/asb/25927.png', '"My stems are used for planting. My leaves and peels feed your animals. What does Palm tree do?" asked Cassava.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_12', 3, NULL, 'assets/topic/asb/25928.png', 'Palm tree laughed, shook his head and said, "Woman, do you remember the palm soup you enjoy so much? I provide it."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_13', 3, NULL, 'assets/topic/asb/25929.png', '"I provide the palm oil for preparing kpokpoi and the palm kernel oil for frying fish and meat. How would you prepare stews and gravies without oil?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_14', 3, NULL, 'assets/topic/asb/25930.png', '"In addition, my fronds provide shade for your huts. You cool your heart with my sweet, rich, foamy palm wine after your hard day''s work."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_15', 3, NULL, 'assets/topic/asb/25931.png', '"Above all, the brooms that are used to sweep the rooms and compounds come from me," concluded Palm.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_16', 3, NULL, 'assets/topic/asb/25932.png', '"Hmmm!" sighed the woman. "Alright friends, I have heard you. I will settle this problem."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_17', 3, NULL, 'assets/topic/asb/25933.png', '"Both of you are very important to me. The two of you together make a delicious meal, fufu and palm-nut soup!" said the woman.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_18', 3, NULL, 'assets/topic/asb/25934.png', 'The woman prepared palm nut soup with fufu from cassavas. She invited her friends to eat with her. They enjoyed the meal very much. +Since then, Cassava and Palm tree have remained good friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Cassava and Palm +Author - +Divine Apedo, Elizabeth Nkrumah and Georgina Abbey +Translation - +Divine Apedo, Elizabeth Nkrumah and Georgina Abbey +Illustration - +Brian Wambi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_20', 1, 'Paint a palm tree.', 'assets/topic/22469.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_20', 2, 1, 'assets/topic/22469.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_21', 0, 'In which village did cassava and palm tree live?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_21', 1, 1, 'Koowa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_21', 0, 1, 'Boowa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_21', 0, 2, 'Noowa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_21', 0, 3, 'Doowa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_26', 0, 'Brooms that are used come from palm tree.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_26', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_26', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_29', 0, 'Over what did you and your friend fight?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_29', 0, 1, 'Playing best'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_29', 0, 2, 'studying best'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_29', 0, 3, 'Cooking best'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_29', 0, 4, 'Working best'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871', 2, 'My family and I', 'assets/topic/asb/5216.png', 'Cornelius Wambi Gulere +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_3', 3, NULL, 'assets/topic/asb/5217.png', 'My dinosaur and I look at my birds in the sky.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_4', 3, NULL, 'assets/topic/asb/5218.png', 'My birds and I meet Chimpanzee in the tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_5', 3, NULL, 'assets/topic/asb/5219.png', 'My chimpanzee and I play with my giraffes on the hill.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_6', 3, NULL, 'assets/topic/asb/5232.png', 'My giraffes and I make monkey balls from clay.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_7', 3, NULL, 'assets/topic/asb/5221.png', 'My monkey and I eat bananas with Gorilla every day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_8', 3, NULL, 'assets/topic/asb/5220.png', 'My gorilla and monkey fear Tortoise in every way.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_9', 3, NULL, 'assets/topic/asb/5222.png', 'Tortoise and I go home very slowly with Snake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_10', 3, NULL, 'assets/topic/asb/5223.png', 'Snake and I love to hiss and sing songs by the lake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_11', 3, NULL, 'assets/topic/asb/5224.png', 'My entire family and I live together in great happiness!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_12', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +My family and I +Author - +Cornelius Wambi Gulere and Waako Joshua +Illustration - +Wiehan de Jager +Language - +English +Level - +First sentences +© Ugandan Community Libraries Association 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_13', 1, 'Paint dinosaur and decorate it.', 'assets/topic/7871.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_13', 2, 1, 'assets/topic/7871.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_14', 0, 'The boy and his dinosaur were looking at birds.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_14', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_14', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_17', 0, 'The boy, monkey and Gorilla eat banana together.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_17', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_17', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_20', 0, 'What do you do with your family?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_20', 1, 1, 'Eat together'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_20', 0, 1, 'Play'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_20', 0, 2, 'Dance'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_20', 0, 3, 'Cook'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082', 2, 'Fire''s story', 'assets/topic/asb/8558.png', 'African Storybook and Lisa Treffry-Goatley +Rob Owen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_3', 3, NULL, 'assets/topic/asb/8555.png', 'Let me tell you my story. I start as a small spark.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_4', 3, NULL, 'assets/topic/asb/8556.png', 'I run wild when the wind carries me.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_5', 3, NULL, 'assets/topic/asb/8558.png', 'We are good friends, you and I.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_6', 3, NULL, 'assets/topic/asb/8557.png', 'I cook your food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_7', 3, NULL, 'assets/topic/asb/8559.png', 'I light your night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_8', 3, NULL, 'assets/topic/asb/8560.png', 'I have many tricks.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_9', 3, NULL, 'assets/topic/asb/8561.png', 'I am part of your family.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_10', 3, NULL, 'assets/topic/asb/8562.png', 'But be careful when you invite me to your home. I don''t like to be left alone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Fire''s story +Author - +Deborah Namugosa, Beatres Nabune, Alison Tukei and Rose Sabano +Adaptation - +African Storybook and Lisa Treffry-Goatley +Illustration - +Rob Owen +Language - +English +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_12', 1, 'Draw matchstick', 'assets/topic/22082.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_12', 2, 1, 'assets/topic/22082.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_13', 0, 'Fire starts as a small spark.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_13', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_13', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_16', 0, 'Fire says it is part of our family.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_16', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_16', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_19', 0, 'If there was no fire what problems would we face?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_19', 0, 1, 'Cooking would be difficult'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_19', 0, 2, 'No light in house'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_19', 0, 3, 'Shiver in winter'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_19', 0, 4, 'Difficult to walk at night'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140', 2, 'The tree wife', 'assets/topic/asb/2580.png', 'Southern African Folktale +Jemma Kahn', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_3', 3, NULL, 'assets/topic/asb/2584.png', 'Once upon a time, there lived a man who had plenty of everything – a large fertile farm, with cattle, sheep, and goats. But, as he grew old, he grew sad, because one thing was missing. He did not have a wife.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_4', 3, NULL, 'assets/topic/asb/2585.png', 'Standing under a tree one day, he had a brilliant idea. If he couldn''t find a wife, perhaps he could make one?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_5', 3, NULL, 'assets/topic/asb/2583.png', 'So he set to work to shape a beautiful woman from a strong branch of the tree. When he had finished making the statue, he touched her eyes, and they opened. He blew gently on her, and she came alive.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_6', 3, NULL, 'assets/topic/asb/2586.png', 'She was truly the most beautiful woman he had ever seen. He knelt before her, and asked her to be his wife.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_7', 3, NULL, 'assets/topic/asb/2587.png', 'He gave her a colourful apron, beads, and a head ring, the sign of a married woman. And he built her a house with the mud and grass that used to lie at the foot of her trunk. "Only one thing I beg of you," he said to his wife. "Never tell anyone where you come from."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_8', 3, NULL, 'assets/topic/asb/2588.png', 'But before long, the young men from a neighbouring village began talking among themselves. "How can such an old man have such a beautiful young wife?" So they decided to steal her and take her to their own kraal.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_9', 3, NULL, 'assets/topic/asb/2589.png', 'The old man was heartbroken. He felt he could not live without her. But then he thought, "Perhaps if I have something of hers, I would not feel so sad?" So he sent his doves to find her, to sing to her, and to bring back something of hers to him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_10', 3, NULL, 'assets/topic/asb/2590.png', 'When they found her, they sang to her in the language of birds. "Tree woman, tree woman. More beautiful than any other. Your husband has sent us. To bring back your apron!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_11', 3, NULL, 'assets/topic/asb/2591.png', 'She gave them her apron, and they flew over the hill, over the river, back to her husband. He held the apron to his face, and was comforted for a little while.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_12', 3, NULL, 'assets/topic/asb/2592.png', 'But his longing did not go away. So again he sent his doves to sing to her: Tree woman, tree woman More beautiful than any other Your husband has sent us To bring back your head ring! And back they flew with the head ring, the sign of a married woman.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_13', 3, NULL, 'assets/topic/asb/2581.png', 'He held the head ring and sighed for his wife, far away in the kraal of other people. After a while, he called his doves again. He told them to go to her and sing: Tree woman, tree woman More beautiful than any other Your husband has sent us To bring back your life!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_14', 3, NULL, 'assets/topic/asb/2582.png', 'So away they went the third time. They perched on her shoulders. As they sang, each bird pecked out an eye. Immediately she turned again into a statue. Her feet and arms fell away. Then her head. And she fell to the ground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_15', 3, NULL, 'assets/topic/asb/2593.png', 'Her husband slowly rolled her wooden trunk to the river. He stood her up with her roots in the water. Nourished by sun and soil, she grew leaves again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_16', 3, NULL, 'assets/topic/asb/2580.png', 'And when the wind blows, the leaves sigh. Just as a woman does when she longs for her husband.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_17', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The tree wife +Author - +Southern African Folktale +Illustration - +Jemma Kahn +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://www.youtube.com/watch?v=li8tkliflms', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_18', 1, 'Paint a tree woman', 'assets/topic/3140.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_18', 2, 1, 'assets/topic/3140.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_19', 0, 'Old man made a woman out of tree and married her.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_19', 1, 1, 'True.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_19', 0, 1, 'False.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_22', 0, 'Which bird did the old man send to the woman?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_22', 1, 1, 'Dove'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_22', 0, 1, 'Crow'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_22', 0, 2, 'Eagle'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_22', 0, 3, 'Parrot'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_27', 0, 'Whom do you love the most?', NULL, NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_27', 0, 1, 'Friend'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_27', 0, 2, 'Dog'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_27', 0, 3, 'Brother'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_27', 0, 4, 'Sister'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079', 2, 'Jealous co-wife', 'assets/topic/asb/25521.png', 'Mary Narebon +Jacob Kono', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_3', 3, NULL, 'assets/topic/asb/25510.png', 'There lived two co-wives. +They shared the same hut with their husband.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_4', 3, NULL, 'assets/topic/asb/25511.png', 'For a long time, neither wife had a child. Then, the first wife became pregnant. +She gave birth at a time when the husband was not at home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_5', 3, NULL, 'assets/topic/asb/25512.png', 'The second wife felt jealous towards the first wife and her baby. +She began to think of ways of killing her co-wife so that she could have the husband alone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_6', 3, NULL, 'assets/topic/asb/25513.png', 'During that time, people did not cook food. They ate it raw.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_7', 3, NULL, 'assets/topic/asb/25514.png', 'The second wife said, "I will cook the food so that I poison my co-wife." +She believed that cooked food could kill a person.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_8', 3, NULL, 'assets/topic/asb/25515.png', 'She cooked food for her co-wife for many days. +However, instead of dying, the first wife became healthier and healthier because of cooked food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_9', 3, NULL, 'assets/topic/asb/25516.png', 'When the husband returned home, he found a new baby, the first wife healthier and the food being cooked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_10', 3, NULL, 'assets/topic/asb/25517.png', 'The husband was amazed by the cooking of food and he asked, "Who taught you to cook!" +The second wife whispered to the husband and said, "I am cooking so that I poison my co-wife."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_11', 3, NULL, 'assets/topic/asb/25518.png', '"I am jealous of her for having had a baby while I have not. I feel you will chase me away."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_12', 3, NULL, 'assets/topic/asb/25519.png', 'The husband was angry and warned her, "Stop being evil minded."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_13', 3, NULL, 'assets/topic/asb/25520.png', 'The husband gathered his wives and made peace between them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_14', 3, NULL, 'assets/topic/asb/25521.png', 'They all agreed to cook food because it made them healthier. +That is how the cooking of food began!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jealous co-wife +Author - +Mary Narebon +Illustration - +Jacob Kono +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860', 2, 'Akai''s special mat', 'assets/topic/asb/6007.png', 'Ursula Nafula +Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_3', 3, NULL, 'assets/topic/asb/5845.png', 'When Akai was a little girl, her mother used to put her to sleep on a beautiful mat. Akai''s aunt made this special mat from palm leaves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_4', 3, NULL, 'assets/topic/asb/5846.png', 'The mat had bright pink, blue and green colours. It was different from other mats that Akai''s mother had in the hut.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_5', 3, NULL, 'assets/topic/asb/5847.png', 'The land around Akai''s home was very dry, hot and full of stones. There were many scorpions, spiders and snakes too. But Akai was never in danger of being bitten by these dangerous creatures.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_6', 3, NULL, 'assets/topic/asb/5848.png', 'Her mother said, "Her special mat protects Akai from any harm."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_7', 3, NULL, 'assets/topic/asb/5996.png', 'Akai was a clever child. She discovered where the nearest shallow well was.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_8', 3, NULL, 'assets/topic/asb/5997.png', 'Akai also knew where her grandmother''s manyatta was located. She often went to drink camel milk with her grandmother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_9', 3, NULL, 'assets/topic/asb/5999.png', 'One day, Akai was not so lucky. She left to go to her grandmother''s manyatta, but she got lost in the hills. Akai was afraid.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_10', 3, NULL, 'assets/topic/asb/6000.png', 'She sat under an edome tree and waited for help. Soon she fell asleep and had a dream.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_11', 3, NULL, 'assets/topic/asb/6001.png', 'This is what Akai dreamed. She was lying on her special mat. A woman who looked like her grandmother was watching over her. The old woman smiled and gave her a bowl of camel milk. Just when Akai stretched out her hand to take the milk, she woke up.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_12', 3, NULL, 'assets/topic/asb/6002.png', 'Akai opened her eyes slowly. When she looked up, she saw a small blue bird on a branch above her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_13', 3, NULL, 'assets/topic/asb/6003.png', 'When Akai got up, the small blue bird flapped its wings and led the way for Akai. She followed the bird.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_14', 3, NULL, 'assets/topic/asb/6004.png', 'Akai came to a place where the path went in two different directions. The blue bird dropped a piece of a mat that was like Akai''s own mat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_15', 3, NULL, 'assets/topic/asb/6005.png', 'Picking up the piece of mat, Akai saw footprints that she knew were her mother''s. Soon she saw the shallow well from where they fetched water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_16', 3, NULL, 'assets/topic/asb/6006.png', 'Akai''s family sang and danced to welcome her home. They slaughtered a goat, roasted the meat and celebrated their child''s safe return.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_17', 3, NULL, 'assets/topic/asb/6007.png', 'Akai sat on her special mat and enjoyed eating a big piece of roast meat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Akai''s special mat +Author - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530', 2, 'The talking bag', 'assets/topic/asb/1461.png', 'Caroline Lentupuru +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_3', 3, NULL, 'assets/topic/asb/1461.png', 'Once upon a time there was a female giant. As she was walking near the lake one day, she met three little girls.    The giant asked the girls, "Who among you is loved by both parents?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_4', 3, NULL, 'assets/topic/asb/1462.png', 'One of the girls said, "My mother loves me most." Another said, "My father loves me most." But the third one said, "I am loved by both parents."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_5', 3, NULL, 'assets/topic/asb/1463.png', 'The giant asked the girl loved by both parents to help her carry firewood. So the girl followed the giant.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_6', 3, NULL, 'assets/topic/asb/1465.png', 'They walked for some distance. The girl asked the giant, "Where is your firewood?" The giant replied, "It is near those trees over there!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_7', 3, NULL, 'assets/topic/asb/1466.png', 'When they reached the trees, the girl asked again, "Where is your firewood?" The giant answered, "Not far now!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_8', 3, NULL, 'assets/topic/asb/1467.png', 'They met a man along the way. He asked the giant, "What is the name of your child?" The giant replied, "She is called the talking bag."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_9', 3, NULL, 'assets/topic/asb/1468.png', 'The girl burst out singing. She sang, "I am not called the talking bag. My name is Kaamungei! Oh! My mother, whom I love. Oh! My father, whom I love. Oh! My calabash, which I use to drink milk!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_10', 3, NULL, 'assets/topic/asb/1469.png', 'When the man heard what the girl sang, he rescued her and took her back to her parents.   The story ends there!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The talking bag +Author - +Caroline Lentupuru +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026', 2, 'Keeper and his nursery', 'assets/topic/asb/12997.png', 'Nina Orange +Magriet Brink', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_3', 3, NULL, 'assets/topic/asb/12979.png', 'This is the story of Keeper and his nursery for orphaned animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_4', 3, NULL, 'assets/topic/asb/12980.png', 'August was a busy month for Keeper and his helpers at the nursery.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_5', 3, NULL, 'assets/topic/asb/12981.png', 'One year old Mkite arrived first. She came in an old green truck.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_6', 3, NULL, 'assets/topic/asb/12982.png', 'Keeper and his helpers were very sorry for Mkite. She was so thin and sad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_7', 3, NULL, 'assets/topic/asb/12983.png', 'But soon, Mkite got stronger. She began to play with the other animals at the nursery.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_8', 3, NULL, 'assets/topic/asb/12984.png', 'On another day in August, a helicopter landed at the nursery.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_9', 3, NULL, 'assets/topic/asb/12985.png', 'Keeper and his helpers rushed outside. In the helicopter was a small elephant covered with a blanket.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_10', 3, NULL, 'assets/topic/asb/12986.png', 'It was Ndiwa. He was five days'' old. Keeper fed Ndiwa with a bottle.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_11', 3, NULL, 'assets/topic/asb/12987.png', 'The third orphan that month was Malea. She arrived at the nursery on a red tractor. She was six months'' old.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_12', 3, NULL, 'assets/topic/asb/12988.png', 'Malea the rhinoceros soon became close friends with Enkare, a baby buffalo. They went everywhere together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_13', 3, NULL, 'assets/topic/asb/12989.png', 'One night, everybody was woken up by the arrival of Ambia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_14', 3, NULL, 'assets/topic/asb/12990.png', 'Ambia was five months'' old. She was weak after her long journey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_15', 3, NULL, 'assets/topic/asb/12991.png', 'Because of her long neck, Keeper held the bottle high to feed Ambia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_16', 3, NULL, 'assets/topic/asb/12992.png', 'Tiny twins Abei and Moit arrived in the middle of August. These antelopes were only a few hours'' old. They were very sick.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_17', 3, NULL, 'assets/topic/asb/12994.png', 'Everyone was sad when Abei died a week after he arrived at the nursery. But Keeper and his helpers saved Moit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_18', 3, NULL, 'assets/topic/asb/12997.png', 'The last orphans to arrive in August were Kopi, Kepi and Keji. These cubs were two weeks'' old. They were very hungry when they arrived.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_19', 3, NULL, 'assets/topic/asb/12995.png', 'Keeper and his helpers love all of the animals, even the naughty ones.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_20', 3, NULL, 'assets/topic/asb/12996.png', 'The naughtiest baby was Lobolia. Lobolia liked to hide Keeper''s glasses.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_21', 3, NULL, 'assets/topic/asb/12998.png', 'The people at the nursery work hard to look after the baby animals. They hope that one day the orphans can look after themselves. Then they can return to the wild.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_22', 3, NULL, NULL, 'How old and how many? Read the story again and then answer these questions. 1. How many animals arrived at the nursery in the month of August? 2. Who arrived first that month? 3. How old was this animal? 4. Who arrived last? How old were these animals? 5. Who were the youngest animals to arrive in August? 6. How old were they? 7. Who was the oldest animal to arrive in August?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Keeper and his nursery +Author - +Nina Orange +Illustration - +Magriet Brink +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771', 2, 'Mojo and Tortiose', 'assets/topic/asb/26787.png', 'Monica Oyovwevotu Dale +Edwin Irabor', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_3', 3, NULL, 'assets/topic/asb/26785.png', 'Long time ago, Mojo the bird lived in a kingdom called Baro. Tortoise was his friend. +Mojo was a messenger and travelled far to deliver messages.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_4', 3, NULL, 'assets/topic/asb/26786.png', 'One day the lion king called for Mojo. +The king wanted him to deliver an important message to another kingdom. His relative Tiger was the king there.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_5', 3, NULL, 'assets/topic/asb/26787.png', 'When Tortoise heard about this he felt jealous. +He advised Mojo, "Do not go. It is a trap. Lion wants to send you as a sacrifice."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_6', 3, NULL, 'assets/topic/asb/26788.png', 'Mojo felt scared. The next day, he went to his relative Cock. Mojo told him what Tortoise had said. +Cock did not trust Tortoise.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_7', 3, NULL, 'assets/topic/asb/26789.png', '"I will make you a delicious meal tonight," offered Tortoise when he met Mojo later. +Mojo happily went to Tortoise''s house for dinner.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_8', 3, NULL, 'assets/topic/asb/26790.png', 'As Mojo was relaxing, Tortoise threw a net over him! Then he went out to fetch firewood. +Mojo could not move. "Help me, help me!" he cried.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_9', 3, NULL, 'assets/topic/asb/26791.png', 'Cock was near Tortoise''s house. He heard Mojo shouting. He called "Mojo? Mojo?" +"Cock! Come and rescue me! responded Mojo. +Cock hurried to where Mojo was trapped.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_10', 3, NULL, 'assets/topic/asb/26792.png', 'Cock freed Mojo from the net. +Mojo thanked Cock and they ran away. +Mojo told Lion about this. The king banished Tortoise from the kingdom.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mojo and Tortiose +Author - +Monica Oyovwevotu Dale +Translation - +Monica Oyovwevotu Dale +Illustration - +Edwin Irabor +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419', 2, 'Fire, Water, Truth and Lies', 'assets/topic/asb/18348.png', 'Merga Debelo + Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_3', 3, NULL, 'assets/topic/asb/18347.png', 'Fire, Water, Truth and Lies were friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_4', 3, NULL, 'assets/topic/asb/18348.png', 'But Lies was not happy and wanted to destroy their friendship.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_5', 3, NULL, 'assets/topic/asb/18349.png', 'One day Lies said, "Why don''t we all go and look for free land. Then each one of us can have a kingdom?" They agreed and started walking.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_6', 3, NULL, 'assets/topic/asb/18350.png', 'Lies went to Water and said, "Fire is our worst enemy. She burns everything. We need to find a kingdom without her around."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_7', 3, NULL, 'assets/topic/asb/18351.png', 'Water said, "What should we do?" Lies replied, "Obviously we''ll have to kill her. You are the only one with the power to do that. When she is sitting down, splash on her and destroy her!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_8', 3, NULL, 'assets/topic/asb/18352.png', 'Water said, "If I do that I''ll spill on the earth and won''t be able to become one again." But Lies said, "No problem, I''ll put some stones down, so you won''t spill away. I will collect you again." Lies put down stones to collect Water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_9', 3, NULL, 'assets/topic/asb/18353.png', 'When the unsuspecting Fire sat down, Water poured all over her. This way, Lies got rid of Fire and they went on their way.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_10', 3, NULL, 'assets/topic/asb/18354.png', 'After some time, Lies said to Water, "Look, why don''t you sit at the top of this cliff to enjoy the scenery?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_11', 3, NULL, 'assets/topic/asb/18355.png', 'When Water sat down, Lies sneaked up and pulled the stones from under her. She spilled away, and that was the end of her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_12', 3, NULL, 'assets/topic/asb/18356.png', 'Now, Lies had to get rid of Truth. When they came to a big mountain, Lies told Truth to wait at the bottom of the mountain.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_13', 3, NULL, 'assets/topic/asb/18357.png', 'He pushed down a big stone to crush Truth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_14', 3, NULL, 'assets/topic/asb/18358.png', 'When the stone crashed down, diamonds and gold and all sorts of valuable things fell out. Truth managed to crawl out from the broken stone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_15', 3, NULL, 'assets/topic/asb/18359.png', 'Lies came down to look at the body of Truth. Instead, he saw all the valuable things. He asked, "Where did these come from?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_16', 3, NULL, 'assets/topic/asb/18360.png', 'Truth said, "When the stone landed on me, this is what came out." Lies wanted these valuable things too. He said, "I''ll go down to the bottom of the mountain. You go up and push down another big stone."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_17', 3, NULL, 'assets/topic/asb/18361.png', 'So, Truth went up and pushed down a big stone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_18', 3, NULL, 'assets/topic/asb/18362.png', 'The stone landed on Lies'' head and crushed him to death.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Fire, Water, Truth and Lies +Author - +Merga Debelo and Elizabeth Laird +Illustration - +Marion Drew +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994', 2, 'The girl with one breast', 'assets/topic/asb/2673.png', 'Cornelius Wekunya +Rachael Napagi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994_3', 3, NULL, 'assets/topic/asb/2673.png', 'A long time ago, there was a man who lived with his wife whom he loved very much. One day he took a walk to the forest. Along the way, he met a tall, slender, and very beautiful girl. He fell in love with her at first sight. The girl too readily accepted him. But she told him that she had only one breast.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994_4', 3, NULL, 'assets/topic/asb/2674.png', 'So she told him to go home, cut off one of his wife''s breasts and bring it to her. Then she would have two breasts, and they could marry. The man ran very fast back home, picked a knife, pounced on his dear wife, and the breast was off instantly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994_5', 3, NULL, 'assets/topic/asb/2675.png', 'He hurried back to the forest to where he had left his newfound darling. But she was nowhere to be seen. He called her name very loudly, but there was complete silence. Then he heard a voice saying, "Why are you calling? Don''t you know that you are in the forest area of Musambwa kwa Libeeletwela?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994_6', 3, NULL, 'assets/topic/asb/2676.png', 'When the man heard that, he ran home as fast as a bullet only to find his wife had just died. He was so grief stricken because of what he had done that he too died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994_7', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The girl with one breast +Author - +Cornelius Wekunya +Illustration - +Rachael Napagi +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309', 2, 'Forest of snakes', 'assets/topic/asb/10763.png', 'Joseph Sanchez Nadimo +Rob Owen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_3', 3, NULL, 'assets/topic/asb/10763.png', 'Sinyaire village was surrounded by hills. Many snakes lived in the forest on those hills. The biggest snake was called Unyalego by the villagers. Unyalego scared many people. It swallowed whole goats and sheep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_4', 3, NULL, 'assets/topic/asb/10765.png', 'One day, three sisters, Apiyo, Ajoh and Atieno went to the forest to fetch firewood. The girls'' grandmother warned, "Beware of Unyalego the big snake. Do not take anything from the forest except the wood."  Only Ajoh did not pay attention to her grandmother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_5', 3, NULL, 'assets/topic/asb/10766.png', 'The girls packed milk, bananas, sweet potatoes and water. They took ropes for tying firewood and a sharp machete for chopping the wood. Then they left for the forest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_6', 3, NULL, 'assets/topic/asb/10767.png', 'On the way, the sisters chatted and laughed. Suddenly, Apiyo, the eldest of them, said, "Be quiet. We are coming to where Unyalego the snake lives."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_7', 3, NULL, 'assets/topic/asb/10769.png', 'Atieno called to the others, "Look, here are Unyalego''s golden teeth. Let us take them."  Apiyo reminded them, "Don''t forget grandmother''s warning. We must not take anything from the forest except firewood."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_8', 3, NULL, 'assets/topic/asb/10770.png', 'Ajoh said, "I don''t trust grandmother. She said that to stop us having what we want. I want the golden teeth." Her sisters were worried, but Ajoh did not care.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_9', 3, NULL, 'assets/topic/asb/10771.png', 'At that moment Unyalego came looking for his golden teeth. He was furious when he could not find the teeth. Then Unyalego heard the girls chatting and laughing. He hid under a rock next to the road where the girls would pass on their way back.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_10', 3, NULL, 'assets/topic/asb/10772.png', 'The sisters were going home carrying their firewood. Suddenly, they heard, "Hssssss!" There was Unyalego with his mouth wide open, ready to bite. The girls were terrified.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_11', 3, NULL, 'assets/topic/asb/10773.png', 'Unyalego asked the girls, "Who took my golden teeth?" No one answered. Unyalego decided to test the girls. "Whoever is innocent, will be able to sing well. She will go home with her wood. But the guilty one will sing badly. And I will eat her!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_12', 3, NULL, 'assets/topic/asb/10774.png', 'Apiyo started to sing with a clear voice, "It was not me, it was not me who took the teeth. The one who took is still behind." Then Atieno sang the song. She also sang well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_13', 3, NULL, 'assets/topic/asb/10775.png', 'Lastly, it was Ajoh''s turn. She was scared. She started singing. It  sounded terrible and the words were wrong. Unyalego shouted, "Can''t you sing properly like the others?" Unyalego knew that Ajoh took his golden teeth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_14', 3, NULL, 'assets/topic/asb/10776.png', 'Unyalego opened his huge jaws and swallowed Ajoh. Her sisters ran back to the village. They told everyone the story of what happened. "I warned her, if only she had listened," the girls'' grandmother said sadly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Forest of snakes +Author - +Joseph Sanchez Nadimo +Illustration - +Rob Owen +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861', 2, 'Child as a peacemaker', 'assets/topic/asb/14590.png', 'John Nga''sike +Jacob Kono', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_3', 3, NULL, 'assets/topic/asb/14580.png', 'A woman with her baby went into the forest. She went to pick fruit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_4', 3, NULL, 'assets/topic/asb/14581.png', 'In the forest she found a tree with ripe fruit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_5', 3, NULL, 'assets/topic/asb/14582.png', 'She put down her sleeping baby and climbed the tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_6', 3, NULL, 'assets/topic/asb/14583.png', 'An erotot from another community came by. He saw the baby. He was surprised. He asked himself, "Where is the mother?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_7', 3, NULL, 'assets/topic/asb/14584.png', 'He bent down. The sound of the chains on his neck woke the baby.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_8', 3, NULL, 'assets/topic/asb/14585.png', 'He let the baby play with his chains. The baby laughed as he played.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_9', 3, NULL, 'assets/topic/asb/14586.png', 'The woman looked down to see why the baby was laughing. She saw the stranger.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_10', 3, NULL, 'assets/topic/asb/14587.png', 'She was so afraid that she dropped her bag of fruit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_11', 3, NULL, 'assets/topic/asb/14588.png', 'The erotot looked up. He said, "Don''t be afraid. I''m only playing with your beautiful baby."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_12', 3, NULL, 'assets/topic/asb/14589.png', 'So the woman came down from the tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_13', 3, NULL, 'assets/topic/asb/14590.png', 'The erotot took off one of his chains. He gave it to the baby. "Here is a gift for you," he said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_14', 3, NULL, 'assets/topic/asb/14591.png', '"Go home with your baby. Tell your husband to move to a more peaceful village. Your baby has given me peace," said the erotot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Child as a peacemaker +Author - +John Nga''sike +Translation - +John Nga''sike +Illustration - +Jacob Kono +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300', 2, 'Baby snatched by cranes', 'assets/topic/asb/8485.png', 'South African Folktale +Emily Berg', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_3', 3, NULL, 'assets/topic/asb/8479.png', 'Once upon a time there was a family who lived in a village. The parents in this family woke up early every morning to work in the fields. They left the baby with their elder son, Sipho who was ten years old, and their eldest daughter Bulelwa, who was twelve years old.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_4', 3, NULL, 'assets/topic/asb/8482.png', 'The older children loved playing outside during the day and they forgot about doing their household chores. They called their friends to come and play with them. The boys loved playing soccer. The girls loved playing with dolls around the yard. They forgot about looking after the baby when their friends arrived. The baby cried and cried and nobody heard.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_5', 3, NULL, 'assets/topic/asb/8154.png', 'One day the children put the baby under a tree in the shade on a bright red blanket. They went to play. The baby began crying as usual. A group of cranes flew above the playground and felt sorry for the crying baby. They tried to get the children to notice that the baby was crying but the children kept on playing. The cranes decided to take the baby and raise it themselves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_6', 3, NULL, 'assets/topic/asb/8156.png', 'Four cranes came to pick up the baby from under the tree. Each crane took a corner of the baby''s blanket, lifted the baby up and flew away. The children did not notice anything because they were busy playing. The children''s parents were working hard in the hot sun.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_7', 3, NULL, 'assets/topic/asb/8485.png', 'It was so hot that the mother decided to rest under a tree. While she was resting she heard her baby crying. She looked around and she could not see anything. Then she looked up and she saw four cranes flying away with her baby in the bright red blanket. She screamed and chased after the cranes. When the woman told her husband what she saw he did not believe her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_8', 3, NULL, 'assets/topic/asb/8484.png', 'The cranes hid the baby between the reeds to protect it. They wanted to find a new family that would care for the baby. They fed it and put it to sleep. Then they flew away to look for more food. The baby slept for a long time without crying. When the baby woke up it started crying because it was hungry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_9', 3, NULL, 'assets/topic/asb/8483.png', 'A big frog heard the baby''s cry. It came closer and saw the baby wrapped in the blanket. The frog thought the cranes had stolen the baby, and decided to hide the baby from the cranes. Suddenly the frog heard the voices of the cranes. There was no time to hide. The frog swallowed the baby and hid behind a big rock. When the cranes arrived they could not find the baby and they flew off to look for it. The frog hopped back to the baby''s family home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_10', 3, NULL, 'assets/topic/asb/8486.png', 'The baby''s family was sitting in the evening feeling very sad. Suddenly, a big frog jumped through the door. The frog told them about how it swallowed their baby. They begged the frog to give them the baby. "Give me three flies to eat then I will give you the baby," said the frog." The father caught three flies and fed them to the frog. The frog coughed and the baby popped out. The family and the frog jumped and danced with joy."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Baby snatched by cranes +Author - +South African Folktale +Illustration - +Emily Berg +Language - +English +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865', 2, 'Donkey child', 'assets/topic/asb/14980.png', 'Lindiwe Matshikiza + Meghan Judge', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_3', 3, NULL, 'assets/topic/asb/14972.png', 'It was a little girl who first saw the mysterious shape in the distance.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_4', 3, NULL, 'assets/topic/asb/14973.png', 'As the shape moved closer, the girl saw that it was a heavily pregnant woman.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_5', 3, NULL, 'assets/topic/asb/14974.png', 'Shy but brave, the little girl moved nearer to the woman. "We must keep her with us," the little girl''s people decided. "We''ll keep her and her child safe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_6', 3, NULL, 'assets/topic/asb/14976.png', 'The child was soon on its way. Everyone wanted to help. "Push!" "Bring blankets!" "Water!" "Puuuuussssshhh!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_7', 3, NULL, 'assets/topic/asb/14977.png', 'But when they saw the baby, everyone jumped back in shock. "A donkey!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_8', 3, NULL, 'assets/topic/asb/14978.png', 'Everyone began to argue. "We said we would keep mother and child safe, and that''s what we''ll do," said some. "But they will bring us bad luck!" said others.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_9', 3, NULL, 'assets/topic/asb/14979.png', 'And so the woman found herself alone again. She wondered what to do with this awkward child. She wondered what to do with herself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_10', 3, NULL, 'assets/topic/asb/14980.png', 'But finally she had to accept that he was her child and she was his mother. Now, if the child had stayed that same, small size, everything might have been different.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_11', 3, NULL, 'assets/topic/asb/14981.png', 'But the donkey child grew and grew until he could no longer fit on his mother''s back. And no matter how hard he tried, he could not behave like a human being. His mother was often tired and frustrated. Sometimes she made him do work meant for animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_12', 3, NULL, 'assets/topic/asb/14982.png', 'Confusion and anger built up inside Donkey. He couldn''t do this and he couldn''t do that. He couldn''t be like this and he couldn''t be like that. He became so angry that, one day, he kicked his mother to the ground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_13', 3, NULL, 'assets/topic/asb/14983.png', 'Donkey was filled with shame. He ran away as far and as fast as he could.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_14', 3, NULL, 'assets/topic/asb/14984.png', 'By the time he stopped running, it was night, and Donkey was lost. "Hee haw?" he whispered to the darkness. "Hee Haw?" it echoed back. He was all alone. Curling himself into a tight ball, he fell into a deep and troubled sleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_15', 3, NULL, 'assets/topic/asb/14985.png', 'Donkey woke up to find a strange old man staring down at him. He looked into the old man''s eyes and started to feel a twinkle of hope.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_16', 3, NULL, 'assets/topic/asb/14986.png', 'Donkey went to stay with the old man, who taught him many different ways to survive. Donkey listened and learned, and so did the old man. They helped each other, and they laughed together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_17', 3, NULL, 'assets/topic/asb/14987.png', 'One morning, the old man asked Donkey to carry him to the top of a mountain.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_18', 3, NULL, 'assets/topic/asb/14988.png', 'High up amongst the clouds they fell asleep. Donkey dreamed that his mother was sick and calling to him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_19', 3, NULL, 'assets/topic/asb/14989.png', 'When Donkey woke up, the clouds had disappeared along with his friend, the old man.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_20', 3, NULL, 'assets/topic/asb/14990.png', 'Donkey finally knew what to do.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_21', 3, NULL, 'assets/topic/asb/14991.png', 'Donkey found his mother, alone and mourning her lost child. They stared at each other for a long time. And then hugged each other very hard.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_22', 3, NULL, 'assets/topic/asb/14992.png', 'The donkey child and his mother have grown together and found many ways of living together. Slowly, all around them, other families have started to settle.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Donkey child +Author - +Lindiwe Matshikiza +Illustration - +Meghan Judge +Language - +English +Level - +First paragraphs +© Text: Lindiwe Matshikiza, Artwork: African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.donkeychildprojects.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915', 2, '(Colour-in) Monkey and the hunter''s wife', 'assets/topic/asb/9057.png', 'Wesley Kipkorir Rop +Jesse Breytenbach', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_3', 3, NULL, 'assets/topic/asb/9042.png', 'In Miwa Forest, there lived a monkey who was always sad. This was because every time she had a baby, it died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_4', 3, NULL, 'assets/topic/asb/9043.png', 'The pain of losing her babies made Monkey jump up and down. She would jump to one branch, then to another, and cry out, "Kwi! Kwi! Kwi!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_5', 3, NULL, 'assets/topic/asb/9044.png', 'Monkey was always sad. She was sadder when she saw other monkeys with their babies.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_6', 3, NULL, 'assets/topic/asb/9045.png', 'The sad monkey sat on a branch.  Days passed and she cried more and more.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_7', 3, NULL, 'assets/topic/asb/9046.png', 'Then she gave birth again. She decided to take the baby to the path so that people passing would see the baby and wish it well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_8', 3, NULL, 'assets/topic/asb/9047.png', 'Monkey climbed down from the branch and put her baby on the path. At that time, a hunter was returning home. He saw the baby monkey lying on the side of the path.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_9', 3, NULL, 'assets/topic/asb/9048.png', 'The hunter carried the baby monkey to his house. When the hunter reached home, his three sons wanted to hold the baby monkey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_10', 3, NULL, 'assets/topic/asb/9054.png', 'The three boys played singing, "Throw it up! Throw it down! Throw it to me! Throw it to him!" The baby monkey was thrown from one child to the other.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_11', 3, NULL, 'assets/topic/asb/9058.png', 'As the three boys played with the baby monkey, mother Monkey was hiding in a tree. She was watching them. She was afraid that this baby would also die, like the others.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_12', 3, NULL, 'assets/topic/asb/9059.png', 'Then the hunter''s wife came and saw her children playing with the little monkey. She said, "Be careful! Bring it here. You will drop it!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_13', 3, NULL, 'assets/topic/asb/9057.png', 'She took the baby monkey in her arms, and blessed it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_14', 3, NULL, 'assets/topic/asb/9060.png', 'The hunter''s wife put the baby monkey down. Mother Monkey picked up her baby. She disappeared into the forest. From then on, all her babies survived.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +(Colour-in) Monkey and the hunter''s wife +Author - +Wesley Kipkorir Rop +Illustration - +Jesse Breytenbach +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812', 2, 'Magic baby', 'assets/topic/asb/14779.png', 'Simon Ipoo +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_3', 3, NULL, 'assets/topic/asb/14777.png', 'There once lived a man with a lot of livestock. He kept goats, camels, cows and donkeys. The man was married to a beautiful woman.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_4', 3, NULL, 'assets/topic/asb/14778.png', 'For a long time, the man and his wife did not have a baby. Then the woman gave birth to a beautiful girl. They named the baby Muurui. The man was happy and proud.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_5', 3, NULL, 'assets/topic/asb/14779.png', 'The woman was very busy. She left her baby alone in the hut and went to milk cows. The baby''s gourd of milk was also in the hut.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_6', 3, NULL, 'assets/topic/asb/14780.png', 'When the baby was alone in the hut, she would wake up. She would drink all of the milk, and begin to cry. Her mother would run home to nurse her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_7', 3, NULL, 'assets/topic/asb/14781.png', 'The woman always found the gourd empty. This was surprising! Who drank the milk?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_8', 3, NULL, 'assets/topic/asb/14782.png', 'The woman shared this problem with her husband. He decided to find out what happened to the milk.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_9', 3, NULL, 'assets/topic/asb/14783.png', 'The man hid in the hut when his wife went out. To his surprise, the baby got up and drank the milk!  It was unbelievable.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_10', 3, NULL, 'assets/topic/asb/14784.png', 'The man told his wife what he saw and they decided to leave. They went at night, when the baby was asleep. They left their home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_11', 3, NULL, 'assets/topic/asb/14785.png', 'And so, the magic baby was abandoned by her parents. They left her a goat, a cow and a camel. When Muurui awoke, she found the compound was quiet. She was all alone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_12', 3, NULL, 'assets/topic/asb/14786.png', 'She felt angry. She killed the goat and the camel. Then she decided to hide inside the cow''s stomach.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_13', 3, NULL, 'assets/topic/asb/14787.png', 'While Muurui''s cow was grazing, a man passed by and saw it. He said, "I will slaughter this cow for beef." He speared the cow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_14', 3, NULL, 'assets/topic/asb/14788.png', 'As this man was skinning the cow, he heard a voice say, "Do not harm me, I am in the cow''s stomach!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_15', 3, NULL, 'assets/topic/asb/14789.png', 'Muurui then grabbed the man''s head. He got such a fright that he ran away. He left the cow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_16', 3, NULL, 'assets/topic/asb/14790.png', 'When the man got home, he slaughtered a fat ram. He cooked the meat and took it to the magic baby.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_17', 3, NULL, 'assets/topic/asb/14791.png', 'Muurui ate and was happy. The magic baby disappeared into the night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Magic baby +Author - +Simon Ipoo and Jackline Akute +Translation - +Simon Ipoo +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769', 2, 'A very tall man', 'assets/topic/asb/309.png', 'Cornelius Wambi Gulere +Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_3', 3, NULL, 'assets/topic/asb/309.png', 'His hoe was too short.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_4', 3, NULL, 'assets/topic/asb/310.png', 'His doorway was too low.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_5', 3, NULL, 'assets/topic/asb/311.png', 'His bed was too short.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_6', 3, NULL, 'assets/topic/asb/314.png', 'His bicycle was too short.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_7', 3, NULL, 'assets/topic/asb/313.png', 'This man was too tall!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_8', 3, NULL, 'assets/topic/asb/316.png', 'He made a very long hoe handle.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_9', 3, NULL, 'assets/topic/asb/315.png', 'He made very high door frames.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_10', 3, NULL, 'assets/topic/asb/317.png', 'He made a very long bed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_11', 3, NULL, 'assets/topic/asb/318.png', 'He bought a very high bicycle.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_12', 3, NULL, 'assets/topic/asb/319.png', 'He sat on a very high chair. He ate with a very long fork.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_13', 3, NULL, 'assets/topic/asb/320.png', 'He left his house and lived in a big forest. He lived for many years.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +A very tall man +Author - +Cornelius Wambi Gulere +Illustration - +Catherine Groenewald +Language - +English +Level - +First words +© Text: Ugandan Community Libraries Association; Illustration: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689', 2, 'Man and Lion', 'assets/topic/asb/8180.png', 'Mozambican folktale +Hélder de Paz Alexandre', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_3', 3, NULL, 'assets/topic/asb/8180.png', 'Once upon a time, Man was walking in the bush. Suddenly, he met Lion!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_4', 3, NULL, 'assets/topic/asb/8181.png', 'Lion was resting in the short grass.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_5', 3, NULL, 'assets/topic/asb/8182.png', 'The meeting was so sudden that Man did not know what to do. He was full of fear.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_6', 3, NULL, 'assets/topic/asb/8184.png', 'At first, Lion was surprised too, and a little afraid. But there was a low rumble in his stomach, because he was hungry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_7', 3, NULL, 'assets/topic/asb/8188.png', 'Man suddenly found himself up a tall tree. He began to shout at Lion.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_8', 3, NULL, 'assets/topic/asb/8189.png', 'Lion lay down under the tree, waiting for his meal. As time went on, Lion fell asleep, or so it seemed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_9', 3, NULL, 'assets/topic/asb/8190.png', 'Soon Man fell asleep. Then he woke up again. Finally he dozed off and went fast asleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_10', 3, NULL, 'assets/topic/asb/8191.png', 'But then he crashed down on the sleeping Lion!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_11', 3, NULL, 'assets/topic/asb/8192.png', 'They both woke up confused and frightened. Lion forgot his meal and ran for his life.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_12', 3, NULL, 'assets/topic/asb/8193.png', 'Man began to run in the same direction as Lion. Then he realized that he was running behind Lion!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_13', 3, NULL, 'assets/topic/asb/8194.png', 'So he changed direction and escaped. He was not eaten by Lion!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Man and Lion +Author - +Mozambican folktale +Illustration - +Hélder de Paz Alexandre +Language - +English +Level - +First sentences +© Mozambican Folktale 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340', 2, 'Mulongo and the Hyenas', 'assets/topic/asb/1419.png', 'Sarah Nangobi + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_3', 3, NULL, 'assets/topic/asb/1420.png', 'There was once a girl called Mulongo who lived with her parents near the village of Budongo. One day Mulongo''s mother sent her to fetch water at the well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_4', 3, NULL, 'assets/topic/asb/1421.png', 'On the way, she met her friends. They were going to the forest to get firewood. Mulongo wanted to go with them. "Please wait for me under this muvule tree!" she said, "I have to fetch water for my mother." But her friends didn''t want to wait.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_5', 3, NULL, 'assets/topic/asb/1422.png', '"All right, I''ll catch up with you in the forest!" said Mulongo. She ran off to fetch water and take it to her mother. Then she went to the forest to look for her friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_6', 3, NULL, 'assets/topic/asb/1423.png', 'She followed a path that led to a stream. On the other side of the stream were many tiny paths each one, leading in a different direction. "Which path had her friends taken?" she wondered.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_7', 3, NULL, 'assets/topic/asb/1424.png', 'She chose the biggest path, and walked and walked, but she could not find her friends. She was so tired that when she sat under a tree to rest, she fell fast asleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_8', 3, NULL, 'assets/topic/asb/1425.png', 'When Mulongo woke up, it was dark. In the darkness, yellow eyes were gleaming. She was surrounded by hyenas! She was too terrified even to cry out. She tried running, but the hyenas circled her hungrily.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_9', 3, NULL, 'assets/topic/asb/1426.png', '"Don''t move," said the gruff voice of the biggest hyena. "If you run, we''ll eat you!" "Please let me go home!" Mulongo pleaded.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_10', 3, NULL, 'assets/topic/asb/1427.png', 'But instead the hyenas took Mulongo to their house in the forest. It was a dirty hut full of bones and buzzing flies. She lay down and pretended to go to sleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_11', 3, NULL, 'assets/topic/asb/1428.png', 'In the darkness, she heard the hyenas talking to each other. "How is the fire doing?" one hyena asked. "Is the water boiling?" "Everything is ready," was the reply. "Should I bring her?" "Yes, yes!" growled the other hyenas. "We''re hungry!" They were ready to drag Mulongo out of the hut.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_12', 3, NULL, 'assets/topic/asb/1419.png', 'But the big hyena spoke, "Hyenas, wait. Remember the rule of the village. No hyena may eat alone. We have to invite the whole family to share a meal." "I''ll go and call the in-laws," said his wife. "I''ll go and fetch my cousins," said the small hyena. "I''ll fetch our brothers and sisters," said another. "And I will remain here with our food," said the big hyena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_13', 3, NULL, 'assets/topic/asb/1429.png', 'The big hyena sat in the doorway of the hut and the others went off in different directions. They took a long time, and the big hyena began to doze in front of the warm fire. Soon he was snoring. This was Mulongo''s chance! But how was she going to get past the hyena? He was so big he filled the whole doorway.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_14', 3, NULL, 'assets/topic/asb/1430.png', 'There was only one way. She took a flying leap right over the hyena''s back, and ran as fast as her legs could carry her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_15', 3, NULL, 'assets/topic/asb/1431.png', 'Just then the other hyenas returned, and saw what had happened. They ran after her, howling with anger and disappointment. But it was too late.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_16', 3, NULL, 'assets/topic/asb/1432.png', 'As she came to her village, one of the villagers recognised her and shouted, "Mulongo, Mulongo is coming, Mulongo is coming." Her father and mother ran out to meet her. They hugged her, while thanking God for saving their child, "Mulongo, Mulongo, we thought you had died!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_17', 3, NULL, 'assets/topic/asb/2135.png', 'From that day, Mulongo and the other children never again went back to the forest alone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mulongo and the Hyenas +Author - +Sarah Nangobi +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative, 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352', 2, 'Musa and the cat', 'assets/topic/asb/26349.png', 'TDP Nigeria +Tawanda Mhandu', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_3', 3, NULL, 'assets/topic/asb/26346.png', 'Musa lives with his parents in the village of Kagadama, in Nigeria. +He is an intelligent boy, but he is stubborn.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_4', 3, NULL, 'assets/topic/asb/26347.png', 'Musa is also a bully. He always beats his friends. +Whenever he comes across animals he also beats them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_5', 3, NULL, 'assets/topic/asb/26348.png', 'One day on his way back from school, he sees a cat. +He picks up the cat and goes home with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_6', 3, NULL, 'assets/topic/asb/26349.png', 'When his father sees him, he says "Musa stop abusing that cat! Take it back to where you found it."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_7', 3, NULL, 'assets/topic/asb/26350.png', 'Musa refuses to return the cat and locks it in a cage.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_8', 3, NULL, 'assets/topic/asb/26351.png', 'As he is sleeping in his room that night, Musa has a dream. +Musa sees the cat growing bigger and running towards him. Its mouth is open, with sharp teeth. It wants to eat him!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_9', 3, NULL, 'assets/topic/asb/26352.png', 'The cat starts to swallow his feet. It eats half way up to Musa''s knees. +Then he wakes up.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_10', 3, NULL, 'assets/topic/asb/26353.png', 'The next day Musa returns the cat to where he found it. +From then, he promises to be a good boy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Musa and the cat +Author - +Zainab Muhd Kazaure +Translation - +TDP Nigeria +Illustration - +Tawanda Mhandu +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600', 2, 'The boy who nobody loved', 'assets/topic/asb/7991.png', 'Phumy Zikode +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_3', 3, NULL, 'assets/topic/asb/9191.png', 'Once upon a time, there was a boy who was so ugly that nobody loved him. Not even his parents. At home, he would sit alone while his family watched television.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_4', 3, NULL, 'assets/topic/asb/7987.png', 'At school, he would sit alone while other children were playing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_5', 3, NULL, 'assets/topic/asb/7988.png', 'He would walk alone behind the other boys when they went to fetch the cattle. They didn''t want to walk with him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_6', 3, NULL, 'assets/topic/asb/7989.png', 'One day he decided to leave home. He walked until he got to an indigenous forest. He started to feel scared, but was comforted by the thought that nobody would speak to him. Because nobody loved him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_7', 3, NULL, 'assets/topic/asb/7990.png', 'He was about to enter the forest when an old, dirty, ugly woman came up to him. She greeted him and asked why he was going into the scary forest. The boy was shocked to hear someone speaking to him. He told the old woman that he wasn''t going anywhere. Because no one loved him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_8', 3, NULL, 'assets/topic/asb/7991.png', 'The old woman asked if he needed help. He quickly said, "Yes." The old woman said that before she helped him, she wanted him to lick her face until she was clean and beautiful.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_9', 3, NULL, 'assets/topic/asb/7992.png', 'The boy didn''t have any other choice in order to get the help he needed. He licked the sleep from her eyes, the snot from her nose, and the wax from her ears. He licked her face until she was clean and beautiful.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_10', 3, NULL, 'assets/topic/asb/7993.png', 'The old woman thanked him. She said, "You will find many wonderful things in the forest, but don''t take any of these things. Only bring back the root that you find."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_11', 3, NULL, 'assets/topic/asb/7994.png', 'The boy ran, wanting to see all of the things in the forest. Before he could enter the forest, the old woman called him. She said, "Boy! Come back here!" He ran back to her. She repeated, "Don''t take any of the wonderful things in the forest. Only bring back the root that you find." The boy nodded and ran off.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_12', 3, NULL, 'assets/topic/asb/7995.png', 'Before he could enter the forest, he heard a voice saying, "Boy! Come back here!" He started to feel confused about what the old woman wanted. He ran back to her again. She said, "You will find many wonderful things in the forest. But only bring back the root that you find." The boy nodded and ran off.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_13', 3, NULL, 'assets/topic/asb/7996.png', 'Just after he had entered the forest, he heard a voice saying, "Boy! Come back here!" He again went back to the old woman. She said, "Listen to me. Only bring back the root that you find. Don''t take anything else from the forest." The boy was annoyed with the repetition. He ran into the forest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_14', 3, NULL, 'assets/topic/asb/7997.png', 'Once he was in the forest, he saw a bowl filled with money. He took the money and put it in his pocket. All of a sudden, he thought about what the old woman said. He took the money out of his pocket and put it back in the bowl.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_15', 3, NULL, 'assets/topic/asb/7998.png', 'He continued walking. He saw some splendid new clothes. He took off his clothes and put on the new ones. Then he thought about what the old woman had said. He took off the new clothes and put his old ones back on.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_16', 3, NULL, 'assets/topic/asb/7999.png', 'Next he saw the root. It was withered from the sun. He asked himself what the old woman thought he would do with the root. Next to the root, there was a bowl of food. The food smelled delicious and the boy was hungry. He couldn''t stop himself from eating.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_17', 3, NULL, 'assets/topic/asb/8000.png', 'When he had finished, he remembered what the old woman had told him. The old woman had said he must only take the root. He looked around for the root, but he couldn''t see it anymore.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_18', 3, NULL, 'assets/topic/asb/8001.png', 'The boy left the forest feeling disappointed. He went back to tell the old woman what had happened. But the old woman was gone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The boy who nobody loved +Author - +Phumy Zikode +Translation - +Phumy Zikode +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609', 2, 'My teacher', 'assets/topic/asb/8513.png', 'Hlengiwe Zondi +Jesse Pietersen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_3', 3, NULL, 'assets/topic/asb/8509.png', 'I love my teacher.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_4', 3, NULL, 'assets/topic/asb/8510.png', 'She is a good teacher. She is kind and patient.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_5', 3, NULL, 'assets/topic/asb/8511.png', 'She has braided her hair so nicely.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_6', 3, NULL, 'assets/topic/asb/8512.png', 'She has put colourful beads in her hair.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_7', 3, NULL, 'assets/topic/asb/8513.png', 'Her beads are green, white, red, and yellow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_8', 3, NULL, 'assets/topic/asb/8514.png', 'Mom, please would you braid my hair like my teacher''s?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_9', 3, NULL, 'assets/topic/asb/8515.png', 'When I am older I will put beads in my hair.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_10', 3, NULL, 'assets/topic/asb/8516.png', 'I will grow up to be just like my teacher!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +My teacher +Author - +Hlengiwe Zondi and Zimbili Dlamini +Illustration - +Jesse Pietersen +Language - +English +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166', 2, '(Colour-in) Monkey and the hunter''s wife', 'assets/topic/asb/9057.png', 'Wesley Kipkorir Rop +Jesse Breytenbach', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_3', 3, NULL, 'assets/topic/asb/9042.png', 'In Miwa Forest, there lived a monkey who was always sad. This was because every time she had a baby, it died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_4', 3, NULL, 'assets/topic/asb/9043.png', 'The pain of losing her babies made Monkey jump up and down. She would jump to one branch, then to another, and cry out, "Kwi! Kwi! Kwi!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_5', 3, NULL, 'assets/topic/asb/9044.png', 'Monkey was always sad. She was sadder when she saw other monkeys with their babies.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_6', 3, NULL, 'assets/topic/asb/9045.png', 'The sad monkey sat on a branch.  Days passed and she cried more and more.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_7', 3, NULL, 'assets/topic/asb/9046.png', 'Then she gave birth again. She decided to take the baby to the path so that people passing would see the baby and wish it well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_8', 3, NULL, 'assets/topic/asb/9047.png', 'Monkey climbed down from the branch and put her baby on the path. At that time, a hunter was returning home. He saw the baby monkey lying on the side of the path.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_9', 3, NULL, 'assets/topic/asb/9048.png', 'The hunter carried the baby monkey to his house. When the hunter reached home, his three sons wanted to hold the baby monkey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_10', 3, NULL, 'assets/topic/asb/9054.png', 'The three boys played singing, "Throw it up! Throw it down! Throw it to me! Throw it to him!" The baby monkey was thrown from one child to the other.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_11', 3, NULL, 'assets/topic/asb/9058.png', 'As the three boys played with the baby monkey, mother Monkey was hiding in a tree. She was watching them. She was afraid that this baby would also die, like the others.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_12', 3, NULL, 'assets/topic/asb/9059.png', 'Then the hunter''s wife came and saw her children playing with the little monkey. She said, "Be careful! Bring it here. You will drop it!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_13', 3, NULL, 'assets/topic/asb/9057.png', 'She took the baby monkey in her arms, and blessed it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_14', 3, NULL, 'assets/topic/asb/9060.png', 'The hunter''s wife put the baby monkey down. Mother Monkey picked up her baby. She disappeared into the forest. From then on, all her babies survived.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +(Colour-in) Monkey and the hunter''s wife +Author - +Wesley Kipkorir Rop +Illustration - +Jesse Breytenbach +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068', 2, 'Greedy woman', 'assets/topic/asb/19126.png', 'Annet Ssebaggala and Ritah Katetemera +Abraham Muzee', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_3', 3, NULL, 'assets/topic/asb/19113.png', 'Long time ago, there was a man called Kato. He lived in Kabuusu town. He stayed with his dog in a small house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_4', 3, NULL, 'assets/topic/asb/19114.png', 'One day Kato was very sick. He had no one to help him. When he recovered, he decided he would marry a woman who lived nearby.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_5', 3, NULL, 'assets/topic/asb/19115.png', 'He invited friends and relatives to attend the marriage ceremony. Kato was very excited because he thought he was getting a helper.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_6', 3, NULL, 'assets/topic/asb/19116.png', 'Many things were brought for the bride and her groom. These were baskets of millet, mats, bananas, groundnuts, and other gifts for the home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_7', 3, NULL, 'assets/topic/asb/19117.png', 'The wedding function ended and all the visitors left for their homes. Kato was ready to start a new life with his wife and the dog.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_8', 3, NULL, 'assets/topic/asb/19118.png', 'The next day, Kato served sweet banana to his wife, but she refused to eat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_9', 3, NULL, 'assets/topic/asb/19119.png', 'When Kato went out to hunt, the woman ate all the sweet bananas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_10', 3, NULL, 'assets/topic/asb/19120.png', 'Kato came back from hunting and he was hungry. He asked for sweet bananas. His wife said that the dog had eaten them all!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_11', 3, NULL, 'assets/topic/asb/19121.png', 'The following day, Kato went to his farm. When he came home, he found that his wife had eaten all the meat. She did not even share with the dog.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_12', 3, NULL, 'assets/topic/asb/19123.png', 'Another day, Kato went to visit his friend and when he came back, the woman had eaten all the groundnuts. The basket was completely empty. Kato was annoyed with his new wife.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_13', 3, NULL, 'assets/topic/asb/19124.png', 'Kato thought, "Something is wrong with this woman." He decided to apply magic. He put milk in a magic pot, put the pot under the bed, and went out hunting.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_14', 3, NULL, 'assets/topic/asb/19125.png', 'The woman saw the pot, and that it was full of milk. At once, she picked up the pot and put it to her mouth. She drank all the milk while the dog watched her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_15', 3, NULL, 'assets/topic/asb/19126.png', 'Unfortunately, the pot got stuck to her mouth. She tried to remove the pot but all in vain. She shouted, and jumped up and down. But the pot stayed stuck. The dog watched all this.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_16', 3, NULL, 'assets/topic/asb/19127.png', 'Then the dog ran off to find Kato. The dog barked and barked, and jumped up and down. Kato realised that something was wrong at home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_17', 3, NULL, 'assets/topic/asb/19128.png', 'They ran home together. Kato was very surprised to find his wife with a pot stuck to her mouth. He looked at her and wondered.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_18', 3, NULL, 'assets/topic/asb/19129.png', 'Kato touched his wife''s cheek and the pot dropped down at once. The woman was very ashamed. She decided to go back to her parents'' home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Greedy woman +Author - +Alungho Rose and Annet Ssebaggala +Translation - +Annet Ssebaggala and Ritah Katetemera +Illustration - +Abraham Muzee +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176', 2, 'A very tall man', 'assets/topic/asb/309.png', 'Cornelius Wambi Gulere +Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_3', 3, NULL, 'assets/topic/asb/309.png', 'His hoe was too short.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_4', 3, NULL, 'assets/topic/asb/310.png', 'His doorway was too low.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_5', 3, NULL, 'assets/topic/asb/311.png', 'His bed was too short.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_6', 3, NULL, 'assets/topic/asb/314.png', 'His bicycle was too short.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_7', 3, NULL, 'assets/topic/asb/313.png', 'This man was too tall!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_8', 3, NULL, 'assets/topic/asb/316.png', 'He made a very long hoe handle.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_9', 3, NULL, 'assets/topic/asb/315.png', 'He made very high door frames.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_10', 3, NULL, 'assets/topic/asb/317.png', 'He made a very long bed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_11', 3, NULL, 'assets/topic/asb/318.png', 'He bought a very high bicycle.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_12', 3, NULL, 'assets/topic/asb/319.png', 'He sat on a very high chair. He ate with a very long fork.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_13', 3, NULL, 'assets/topic/asb/320.png', 'He left his house and lived in a big forest. He lived for many years.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +A very tall man +Author - +Cornelius Wambi Gulere +Illustration - +Catherine Groenewald +Language - +English +Level - +First words +© Text: Ugandan Community Libraries Association; Illustration: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600', 2, 'Man with a serious problem', 'assets/topic/asb/19570.png', 'Ursula Nafula +Abraham Muzee', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_3', 3, NULL, 'assets/topic/asb/19567.png', 'Muniafu lived with his grandparents, his aunt, an uncle, a hen, a goat, a sheep and a pig. The hen stayed in a small cage. The goat, sheep and pig were each tied on the side of the wall. The grandparents were still well, and the aunt and uncle helped with the work.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_4', 3, NULL, 'assets/topic/asb/19568.png', 'This changed few years later. Muniafu''s grandparents aged and could not hear or see well. His aunt became sickly and could not help clean the house. His uncle slept all the time and did not help to feed the animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_5', 3, NULL, 'assets/topic/asb/19569.png', 'The animals made so much noise because they were hungry. The house was so dirty because the aunt did not clean it. Muniafu was tired all the time because he went out every day to look for food for them all.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_6', 3, NULL, 'assets/topic/asb/19570.png', 'Muniafu could not cope with the situation anymore. He went to ask his elderly grandparents for a solution. He was unhappy because his grandparents did not hear him. His sick aunt said, "All I want is to be able to sleep at night and wake up in the morning."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_7', 3, NULL, 'assets/topic/asb/19571.png', 'His lazy uncle said, "Sell the animals and buy alcohol for your grandparents. They will sleep and won''t bother you." Muniafu was angry. He said, "Uncle, you know that I cannot sell the animals. They are the only wealth I have."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_8', 3, NULL, 'assets/topic/asb/19572.png', 'One night Muniafu lay awake. He remembered a wise man who was believed to have solutions to all problems. Muniafu took his animals and visited the wise man. He kept a rope on the goat, sheep and pig and carried the hen.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_9', 3, NULL, 'assets/topic/asb/19573.png', 'Muniafu arrived at the wise man''s home, tired and hungry. After explaining his problem to the wise man, the wise man said, "I will help you but you must do as I say." Muniafu replied, "I will do anything to solve my problem."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_10', 3, NULL, 'assets/topic/asb/19574.png', 'The wise man said, "Leave the animals here and go back to your house." Muniafu said, "But I have lived with my animals for a long time. They are the only wealth I have."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_11', 3, NULL, 'assets/topic/asb/19575.png', 'The wise man said, "I told you I would help you but you must do as I say." Muniafu needed a solution to his problem so much that he left his animals and returned home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_12', 3, NULL, 'assets/topic/asb/19576.png', 'His house was too quiet and empty. Everybody missed the animals. Muniafu''s grandparents complained because they had no milk from the goat. The uncle said, "We are so poor, everyone is laughing at us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_13', 3, NULL, 'assets/topic/asb/19577.png', 'Muniafu could not cope with the complaints anymore. Besides, he missed his animals. He returned to the wise man to ask for advice. "Life is very different without my animals in the house. My relatives are complaining so much."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_14', 3, NULL, 'assets/topic/asb/19578.png', 'The wise man said, "I will help you but you must do as I tell you. Go home and take your grandparents out of the house." Muniafu said, "How can I do that? They are my grandparents and they depend on me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_15', 3, NULL, 'assets/topic/asb/19579.png', 'In the end, Muniafu went home and did as he was told. He did not have any peace of mind. His grandparents had nowhere to go. They wandered around, trying not to bump into things. They felt the heat during the day and the cold at night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_16', 3, NULL, 'assets/topic/asb/19580.png', 'His sick aunt cried, "Don''t throw me out!" His lazy uncle cried, "Don''t throw me out either!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_17', 3, NULL, 'assets/topic/asb/19581.png', 'Muniafu could not take it anymore. He returned to the wise man confused and angry. He cried saying, "This is too much for one person. Give me a better solution."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_18', 3, NULL, 'assets/topic/asb/19582.png', 'The wise man said, "Here, take your animals home and return your grandparents in the house."  Muniafu did as he was told. His aunt said, "I will clean the house." His uncle stopped being lazy and helped Muniafu with work. They were all happy once more.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Man with a serious problem +Author - +Ursula Nafula +Illustration - +Abraham Muzee +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400', 2, 'Man who grew feathers', 'assets/topic/asb/18142.png', 'Worku Debele + Tadesse Teshome', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_3', 3, NULL, 'assets/topic/asb/17994.png', 'Once upon a time, there was a rich man who had two sons. The rich man wrote in his will that the first son should get all his cows. And only one rooster should go to his second son.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_4', 3, NULL, 'assets/topic/asb/17995.png', 'So, after the man died, his first son got all the cows. The second son was only given one rooster.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_5', 3, NULL, 'assets/topic/asb/17997.png', 'After some time, the rich son became sick. He went to the healer to ask what he should do to get better. The healer said, "You should slaughter a rooster of a special colour."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_6', 3, NULL, 'assets/topic/asb/18138.png', 'The rich son did not know where to get the rooster of the special colour. Then he remembered his brother''s rooster. He sent some people to his brother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_7', 3, NULL, 'assets/topic/asb/18139.png', 'The brother said to them, "All that I have is this rooster. But if it can make my brother better, I would rather lose the rooster." He generously gave the rooster.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_8', 3, NULL, 'assets/topic/asb/18140.png', 'The people slaughtered it and fed it to the sick brother. The brother recovered from his sickness.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_9', 3, NULL, 'assets/topic/asb/18141.png', 'After some time a most unusual thing happened. The rich brother''s body began growing feathers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_10', 3, NULL, 'assets/topic/asb/18142.png', 'He could not believe his eyes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_11', 3, NULL, 'assets/topic/asb/18143.png', 'He went to the elders. They said, "This is the result of being unfair to your brother. You have taken all the cows, and the rooster that your father left him."  The elders told the rich brother, "To get better, your brother must forgive you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_12', 3, NULL, 'assets/topic/asb/18144.png', 'The elders continued, "We will take this bracelet as a sign of forgiveness and give it to your brother. If he spits on it, you''ll be cured."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_13', 3, NULL, 'assets/topic/asb/18145.png', 'The elders took the bracelet to the brother and said, "Spit on it and forgive your brother." The brother spat on it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_14', 3, NULL, 'assets/topic/asb/18146.png', 'As a result, the elders decided to give the poor brother half of the rich brother''s cows.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Man who grew feathers +Author - +Worku Debele and Elizabeth Laird +Illustration - +Tadesse Teshome +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229', 2, 'The moon and the cap', 'assets/topic/asb/2137.png', 'Noni + Angie & Upesh', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_3', 3, NULL, 'assets/topic/asb/2138.png', 'All of us went to the fun fair.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_4', 3, NULL, 'assets/topic/asb/2139.png', 'Father bought brother fancy glasses. Mother bought me a bright blue cap. The baby got sugar candy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_5', 3, NULL, 'assets/topic/asb/2141.png', 'On the way home, a very strong wind came. It blew my cap away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_6', 3, NULL, 'assets/topic/asb/2142.png', 'My cap got stuck on a branch of a big old tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_7', 3, NULL, 'assets/topic/asb/2143.png', 'I cried a lot. And I did not eat my dinner.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_8', 3, NULL, 'assets/topic/asb/2144.png', 'Later that night, the moon came up. It looked at my cap in the big old tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_9', 3, NULL, 'assets/topic/asb/2145.png', 'The moon tried on my cap. It smiled happily. I had to smile too.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_10', 3, NULL, 'assets/topic/asb/2146.png', 'After school the next day, my mother gave me a shiny new red cap. "The moon sent it," she said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_11', 3, NULL, 'assets/topic/asb/2147.png', 'That night, both the moon and I wore our caps and smiled. We were happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_12', 3, NULL, 'assets/topic/asb/2148.png', 'Do you think the sun needs a hat?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_13', 3, NULL, 'assets/topic/asb/2150.png', 'Guess which cap I am wearing today!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The moon and the cap +Author - +Noni +Illustration - +Angie & Upesh +Language - +English +Level - +First words +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282', 2, 'Body', 'assets/topic/asb/26739.png', 'Little Zebra Books +Sue Beattie', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_3', 3, NULL, 'assets/topic/asb/26749.png', 'Feet', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_4', 3, NULL, 'assets/topic/asb/26744.png', 'Legs', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_5', 3, NULL, 'assets/topic/asb/26741.png', 'Knees', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_6', 3, NULL, 'assets/topic/asb/26747.png', 'Waist', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_7', 3, NULL, 'assets/topic/asb/26740.png', 'Belly', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_8', 3, NULL, 'assets/topic/asb/26748.png', 'Chest', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_9', 3, NULL, 'assets/topic/asb/26742.png', 'Hands', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_10', 3, NULL, 'assets/topic/asb/26745.png', 'Arms', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_11', 3, NULL, 'assets/topic/asb/26746.png', 'Elbows', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_12', 3, NULL, 'assets/topic/asb/26743.png', 'Head', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Body +Author - +Little Zebra Books +Illustration - +Sue Beattie +Language - +English +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632', 2, 'My body', 'assets/topic/asb/1622.png', 'Clare Verbeek +Mlungisi Dlamini', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_3', 3, NULL, 'assets/topic/asb/1623.png', 'I can run with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_4', 3, NULL, 'assets/topic/asb/1624.png', 'I can jump with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_5', 3, NULL, 'assets/topic/asb/1625.png', 'I can dance with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_6', 3, NULL, 'assets/topic/asb/1626.png', 'I can swim with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_7', 3, NULL, 'assets/topic/asb/1627.png', 'I can skip with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_8', 3, NULL, 'assets/topic/asb/1622.png', 'I can kick with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_9', 3, NULL, 'assets/topic/asb/1628.png', 'I can escape with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_10', 3, NULL, 'assets/topic/asb/1629.png', 'But I can never fly with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +My body +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Mlungisi Dlamini +Language - +English +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061', 2, 'Hyena and Monkey', 'assets/topic/asb/18699.png', 'Elizabeth Laird +Salim Kasamba', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_3', 3, NULL, 'assets/topic/asb/18696.png', 'Once upon a time there was a hyena and a monkey. +The hyena and the monkey had an argument. They went to a judge to settle their differences.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_4', 3, NULL, 'assets/topic/asb/18697.png', 'After the judge listened to their case he was afraid to pass judgement on their case. +He thought to himself, "If I condemn the hyena, it will eat all my cattle. And if I condemn the monkey, he will eat all my corn! So, what am I to do?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_5', 3, NULL, 'assets/topic/asb/18698.png', 'The judge thought for a while, and said, "The case is too difficult for me to judge alone. You should go to the elders of the village." +So the hyena and monkey went to the elders.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_6', 3, NULL, 'assets/topic/asb/18699.png', 'They told the elders about their disagreement. +After the elders listened to their case, they were also afraid to pass judgement.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_7', 3, NULL, 'assets/topic/asb/18708.png', 'If they supported the monkey, the hyena might eat their cattle. If they supported the hyena, the monkey might eat their corn. The elders told Hyena and Monkey that their case was very difficult.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_8', 3, NULL, 'assets/topic/asb/18701.png', 'Suddenly, the elders remembered a poor woman in the town. She had nothing to lose, neither cattle nor corn. +"She can pass the judgement without any fear," said the elders to one another. They told the two animals to go to her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_9', 3, NULL, 'assets/topic/asb/18702.png', 'They arrived at the poor woman’s house and asked her to give them judgement. She agreed. +But, she told them to speak to her separately, one by one.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_10', 3, NULL, 'assets/topic/asb/18703.png', 'First the poor woman called Hyena and said, "You are respected, a big animal, and a hero. How could you quarrel with this small and miserable monkey?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_11', 3, NULL, 'assets/topic/asb/18704.png', 'The poor woman said to Hyena, "If people heard about this disagreement, they would look down on you. Stop the quarrel with Monkey." +"Of course you are right,” said Hyena. “I will drop this case. I will end the argument."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_12', 3, NULL, 'assets/topic/asb/18705.png', 'Then the poor woman called the monkey and she said, "You are smart and pretty. Why do you argue with this dirty, smelly animal who eats rotten things? What will people think of you when they hear about your argument with this ugly creature?" +After a while Monkey said, "You are right! I will drop this case."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_13', 3, NULL, 'assets/topic/asb/18706.png', 'After that, the poor woman called both of them and said, "You both agreed to drop this case. So, you should forgive each other."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_14', 3, NULL, 'assets/topic/asb/18707.png', 'Both animals apologised to each other and settled their dispute. +When people from the town heard this story, they were surprised. The poor woman solved the problem that the judge and the elders failed to solve.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hyena and Monkey +Author - +Mulualem Daba +Translation - +Elizabeth Laird +Illustration - +Salim Kasamba +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863', 2, 'Namorutunga', 'assets/topic/asb/11754.png', 'Simon Ipoo +Zablon Alex Nguku', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_3', 3, NULL, 'assets/topic/asb/11743.png', 'Long time ago, in a Turkana village, people loved to dance edonga, the traditional dance.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_4', 3, NULL, 'assets/topic/asb/11747.png', 'Every evening they gathered together and danced edonga. The whole region came to know of this village and its dancers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_5', 3, NULL, 'assets/topic/asb/11748.png', 'People from nearby villages also came to this village to dance.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_6', 3, NULL, 'assets/topic/asb/11749.png', 'A stranger heard of the famous village. He sent his messenger to go there before him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_7', 3, NULL, 'assets/topic/asb/11750.png', 'When the messenger arrived, the villagers were afraid. They wondered who the stranger was, and why he had sent his messenger. The villagers prepared food and animals to be slaughtered.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_8', 3, NULL, 'assets/topic/asb/11751.png', 'The villagers gathered and waited. They sat the whole day until evening. But the stranger did not arrive.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_9', 3, NULL, 'assets/topic/asb/11752.png', 'That night, the villagers danced as usual until midnight. That night there were many dancers. Everybody in the village was excited.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_10', 3, NULL, 'assets/topic/asb/11753.png', 'While they were dancing, the stranger arrived. Although he was a stranger, he looked just like the other villagers. They did not notice him at first.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_11', 3, NULL, 'assets/topic/asb/11754.png', 'When it was the stranger''s turn to dance, he joined the men. But his dancing was strange and different from the others.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_12', 3, NULL, 'assets/topic/asb/11755.png', 'People were amused and began to laugh at the stranger. Some dancers fell down laughing. Some sat down, and others knelt laughing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_13', 3, NULL, 'assets/topic/asb/11756.png', 'The stranger did not like people laughing at him. He decided to curse them. He stopped dancing and everyone became a stone in the position they were in. Some were lying down, others standing, others sitting and kneeling. Then the stranger left the village.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_14', 3, NULL, NULL, 'Since then, those stones remained there. At night they can be heard singing and dancing edonga. +That is how we have the site of Namoratunga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Namorutunga +Author - +Simon Ipoo +Translation - +Simon Ipoo +Illustration - +Zablon Alex Nguku +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874', 2, 'Namukhaywa', 'assets/topic/asb/5807.png', 'Matthews M Wanga + Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_3', 3, NULL, 'assets/topic/asb/5806.png', 'Long time ago, in the village of Elunyiko, there lived a man called Ndong''a and his wife called Namukhaywa. They had six children. All of them were girls.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_4', 3, NULL, 'assets/topic/asb/5807.png', 'When Namukhaywa was pregnant with her seventh child, Ndong''a warned her, "If you give birth to another girl, I will leave you. But if you give me a baby boy, I will hold a big party for you!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_5', 3, NULL, 'assets/topic/asb/5808.png', 'When it was time to give birth, Namukhaywa went to the traditional midwife. Would the child be a girl or a boy?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_6', 3, NULL, 'assets/topic/asb/5809.png', 'It was a boy AND a girl – twins! She called the boy Mukhwana, and the girl she called Mulongo. As she looked at Mukhwana, she was very happy. But as she looked at Mulongo, she felt sad. She felt that there was only one thing she could do.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_7', 3, NULL, 'assets/topic/asb/5810.png', 'Namukhaywa left Mulongo in the care of the midwife and took Mukhwana home to her husband.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_8', 3, NULL, 'assets/topic/asb/5812.png', 'She proudly showed Ndong''a the baby boy. He was very happy and called all the villagers to celebrate the birth of his son.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_9', 3, NULL, 'assets/topic/asb/5813.png', 'Mukhwana grew up to be a fine young man. And Mulongo grew up to be a fine young woman.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_10', 3, NULL, 'assets/topic/asb/5814.png', 'One day, while minding his father''s cattle, Mukhwana saw a very beautiful girl. "This is the girl I want to marry," he said to himself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_11', 3, NULL, 'assets/topic/asb/5815.png', 'But when he asked her to marry him, she sang this song: "Mukhwana wefwe, Mukhwana. So yakhupa omunwa, Mukhwana. Nebebula omukhana, Mukhwana. Barulaka khulwanda, Mukhwana. Nebebula omusiani, Mukhwana. Barera mungo muno, Mukhwana. Iyeyi yakwa, Mukhwana. Iyindi yakwa, Mukhwana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_12', 3, NULL, 'assets/topic/asb/5817.png', 'This happened again and again. Mukhwana did not know what to do. So he went to his mother, Namukhaywa. "I have found a beautiful girl," he said. "And I want to marry her. But every time I ask her, she sings the same song."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_13', 3, NULL, 'assets/topic/asb/5818.png', 'To his surprise, Namukhaywa said, "What the girl is singing about is true. That is your sister. You were born twins. Your father wanted a son, not a daughter. So I left your baby sister with the midwife, and brought you home to your father."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_14', 3, NULL, 'assets/topic/asb/5820.png', 'When Mukhwana told his father the story, he saw that he had been wrong. He called Namukhaywa and together they went to the midwife to fetch Mulongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_15', 3, NULL, 'assets/topic/asb/5822.png', 'When Mulongo arrived home, her father and the village elders slaughtered a goat and performed the traditional ceremony for re-uniting Mulongo and her seven siblings.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_16', 3, NULL, 'assets/topic/asb/5824.png', 'A year later, Mulongo was married to the son of the rich king of that village. She brought a lot of wealth and happiness to her family.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_17', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Namukhaywa +Author - +Matthews M Wanga +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049', 2, 'Who can count to ten?', 'assets/topic/asb/25319.png', 'Athieno Gertrude and Owino Ogot +Salim Kasamba', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_3', 3, NULL, 'assets/topic/asb/25317.png', 'A long time ago, deep in the forests, King Leopard began to think about the future. +He thought, "I''m getting old and one day, I''m going to die. A wise ruler should pick a successor while still young and healthy." +But how could King Leopard choose? He loved all the members of the animal kingdom the same!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_4', 3, NULL, 'assets/topic/asb/25318.png', 'King Leopard had an idea. He sent his messengers out into the forests. He told them to ask all the animals of the kingdom to come to the palace. +He was going to have a big party and he was going to make an important announcement. +Away the messengers ran, to all four corners of the forest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_5', 3, NULL, 'assets/topic/asb/25319.png', 'On the night of the party, all the animals were at the palace. They sang and they danced and had a great time. +After the moon had risen above the trees, King Leopard came and stood in the middle of the clearing. The animals stopped their singing and dancing. They listened quietly as their king began to speak.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_6', 3, NULL, 'assets/topic/asb/25320.png', 'He cleared his throat and said, "I''ve been thinking that it''s time for me to pick a successor. But because I love all of you equally, I can''t decide who among you is most worthy. So, I have decided to let a contest decide for me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_7', 3, NULL, 'assets/topic/asb/25321.png', 'King Leopard held up a spear. He said, "The first one among you who can throw this spear up into the sky and count to ten before it touches the ground, will be my successor."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_8', 3, NULL, 'assets/topic/asb/25322.png', 'As King Leopard finished talking, the animals heard a loud noise from behind them. They turned around and saw Elephant stomping through the crowd to the front. +"Move out of my way. I''m the biggest, I should be king," said Elephant.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_9', 3, NULL, 'assets/topic/asb/25323.png', 'Elephant took the spear and held it up with his trunk. He put his head back and threw the spear up into the sky. "One! Two! Three! Oh!" Elephant cried. +The spear hit the ground on the count of four. Elephant was angry and started stomping. King Leopard told him, "You''ve had your chance." +And so Elephant had to leave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_10', 3, NULL, 'assets/topic/asb/25324.png', 'After Elephant left, the animals started to talk excitedly amongst themselves. They were again disturbed by a loud noise coming from the back of the crowd. +Boar came charging through saying, "Get out of my way. Get out of my way. I''m going to be king. I''ve got the biggest muscles. I''m the strongest. I should be king."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_11', 3, NULL, 'assets/topic/asb/25325.png', 'Boar leaned back, clenched the spear, and threw it into the sky. "One! Two! Three! Four! Five! Oh!" he shouted. +The spear dropped on the count of six. He was so angry. He fumed and threw clods of dirt into the air. +Leopard told him "Boar, you only throw once and you''ve had your chance." Boar had to leave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_12', 3, NULL, 'assets/topic/asb/25326.png', 'After that, the animals started to say things like, "This contest is difficult! Elephant couldn''t do it, and he''s really big. Boar couldn''t do it either, and he''s really strong. No one can win this contest!" +Right about then, they heard another sound coming from the back of crowd. When the animals looked around, they couldn''t believe their eyes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_13', 3, NULL, 'assets/topic/asb/25327.png', 'They saw a big ape coming forward. As Ape moved, he chanted "I can do it. I know I can do it. I can do it." +Ape took the spear and he backed way up. He pulled his arm back, charged forward, leapt into the air and threw the spear into the sky. +"One! Two! Three! Four! Five! Six! Seven! Oh!" cried Ape', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_14', 3, NULL, 'assets/topic/asb/25328.png', 'The spear hit the ground on the count of eight. +Ape was upset. He was so angry that he started turning round, complaining and making all sorts of excuses. +But King Leopard told him "No, Ape, you only get one chance." And so the ape had to leave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_15', 3, NULL, 'assets/topic/asb/25329.png', 'Some of the animals turned and started to leave for home. As they were leaving, they saw a little antelope coming through the crowd. As she trotted, she said, "Wait, wait. Let me try. I can do it. I can do it. Let me try." +When the animals heard her words, they all started laughing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_16', 3, NULL, 'assets/topic/asb/25330.png', 'King Leopard jumped up and shouted angrily, "Stop it! Do not make fun of Antelope! Who is to say that small animals can''t do things that big animals can do? If Antelope wants to have a chance, she will be given the same chance that all the other animals had. So stand back and let Antelope throw the spear."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_17', 3, NULL, 'assets/topic/asb/25331.png', 'Antelope bowed to her king, turned and took the spear in her mouth. She backed up, and with all the strength in her tiny body she started running. When she reached the centre of the clearing, she jumped high. +She took a deep breath, released the spear and shouted, "Five and five is ten." The spear hit the ground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_18', 3, NULL, 'assets/topic/asb/25332.png', 'All the animals were quiet. They were confused. +King Leopard explained, "Yes, Antelope! Five plus five is another way to get to ten. There is more than one way to count to ten." +The contest was not to find the biggest or the strongest animal. It was a contest to find the smartest animal! That is how Antelope became queen when leopard died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Who can count to ten? +Author - +Athieno Gertrude and Owino Ogot +Translation - +Athieno Gertrude and Owino Ogot +Illustration - +Salim Kasamba +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747', 2, 'I Can Do This!', 'assets/topic/asb/13814.png', 'Isabelle Duston + Silva Afonso', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_3', 3, NULL, 'assets/topic/asb/13815.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_4', 3, NULL, NULL, 'Amelia wakes up and thinks, "Today is my first day of school."  .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_5', 3, NULL, 'assets/topic/asb/13816.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_6', 3, NULL, NULL, '"Carlos, what do I have to do?" asks Amelia. "I will tell you," replies Carlos. .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_7', 3, NULL, 'assets/topic/asb/13819.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_8', 3, NULL, NULL, 'Carlos tells Amelia to wash her face. Amelia says, "I can wash my face. And then?" .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_9', 3, NULL, 'assets/topic/asb/13817.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_10', 3, NULL, NULL, 'Carlos tells Amelia to brush her teeth. Amelia says, "I can brush my teeth. And then?" .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_11', 3, NULL, 'assets/topic/asb/13820.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_12', 3, NULL, NULL, 'Carlos tells Amelia that she must eat. Amelia says, "I know how to eat. And then?" .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_13', 3, NULL, 'assets/topic/asb/13821.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_14', 3, NULL, NULL, 'Carlos tells Amelia to put on her uniform. Amelia says, "I can put on my uniform. And then?" .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_15', 3, NULL, 'assets/topic/asb/13822.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_16', 3, NULL, NULL, 'Carlos tells Amelia to pick up her bag. Amelia says, "I can pick up my bag. And then?"     .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_17', 3, NULL, 'assets/topic/asb/13823.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_18', 3, NULL, NULL, 'Carlos says, "You must go to school." Amelia says, "I can go to school. And then?" .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_19', 3, NULL, 'assets/topic/asb/13824.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_20', 3, NULL, NULL, 'Carlos says, "You must enter the classroom."Amelia replies, "I can enter the classroom. And then?" .', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_21', 3, NULL, 'assets/topic/asb/14003.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_22', 3, NULL, 'assets/topic/asb/14005.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_23', 3, NULL, 'assets/topic/asb/14006.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_24', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +I Can Do This! +Author - +World Education +Translation - +Isabelle Duston +Illustration - +Silva Afonso +Language - +English +Level - +First sentences +© World Education, Inc. 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750', 2, 'Pendo our cow', 'assets/topic/asb/7945.png', 'Ruth Odondi +Rob Owen', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_3', 3, NULL, 'assets/topic/asb/11992.png', 'This is Ndalo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_4', 3, NULL, 'assets/topic/asb/7944.png', 'Ndalo likes to read books.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_5', 3, NULL, 'assets/topic/asb/11993.png', 'This is Pendo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_6', 3, NULL, 'assets/topic/asb/7939.png', 'Pendo likes to eat carrots.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_7', 3, NULL, 'assets/topic/asb/11994.png', 'Ndalo grazes Pendo after school.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_8', 3, NULL, 'assets/topic/asb/7938.png', 'He gives fresh water to Pendo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_9', 3, NULL, 'assets/topic/asb/11995.png', 'Father gives grain to Pendo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_10', 3, NULL, 'assets/topic/asb/11996.png', 'He milks Pendo every day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_11', 3, NULL, 'assets/topic/asb/7941.png', 'Pendo gives a lot of milk.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_12', 3, NULL, 'assets/topic/asb/7943.png', 'Father sells Pendo''s milk.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_13', 3, NULL, 'assets/topic/asb/11997.png', 'Ndalo drinks fresh milk every day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_14', 3, NULL, 'assets/topic/asb/7945.png', 'He says, "Thank you Pendo!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Pendo our cow +Author - +Ruth Odondi +Adaptation - +Ruth Odondi +Illustration - +Rob Owen +Language - +English +Level - +First words +© African Storybook Initiative and Molteno Institute, 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747', 2, 'Parna''s calf', 'assets/topic/asb/25507.png', 'Soila Murianka +Jacob Kono', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_3', 3, NULL, 'assets/topic/asb/25498.png', 'Parna was a tall, slender boy who was in Grade 3. +He liked to wear the long black coat that his Uncle Teteyo gave him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_4', 3, NULL, 'assets/topic/asb/25499.png', 'During holiday time, Parna looked after his parents'' cows.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_5', 3, NULL, 'assets/topic/asb/25500.png', 'One day, as Parna looked after the cows, it suddenly started raining.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_6', 3, NULL, 'assets/topic/asb/25501.png', 'Just at that time, his father''s favourite cow, Blackie, gave birth. +The calf was the most beautiful calf that Parna had ever seen.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_7', 3, NULL, 'assets/topic/asb/25502.png', 'Parna was so happy caring for Blackie and the calf that he forgot about the rest of the cows.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_8', 3, NULL, 'assets/topic/asb/25503.png', 'He thought, "Father promised to give the calf to me if it is female."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_9', 3, NULL, 'assets/topic/asb/25504.png', 'As he daydreamed, a strong hand pulled him up. +Parna saw Uncle Teteyo and remembered, "Uncle, where are the cows?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_10', 3, NULL, 'assets/topic/asb/25505.png', 'Uncle Teteyo replied, "Your mother found all the cows in the shed, except Blackie, and you. +She was afraid so she sent me to fetch you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_11', 3, NULL, 'assets/topic/asb/25506.png', 'Parna excitedly told his uncle how Blackie gave birth to the beautiful calf. +Uncle Teteyo said, "I''ll carry the calf as you and Blackie follow."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_12', 3, NULL, 'assets/topic/asb/25507.png', 'Everyone was happy to see Parna, Blackie and the calf safe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_13', 3, NULL, 'assets/topic/asb/25508.png', 'Parna asked his father, "Will you let me have the calf as you promised?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_14', 3, NULL, 'assets/topic/asb/25509.png', '"Yes, my son, she is all yours. A promise is a promise."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Parna''s calf +Author - +Soila Murianka +Illustration - +Jacob Kono +Language - +English +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344', 2, 'The Honeyguide''s revenge', 'assets/topic/asb/1865.png', 'Zulu folktale +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_3', 3, NULL, NULL, 'This is the story of Ngede, the Honeyguide, and a greedy young man named Gingile. One day while Gingile was out hunting he heard the call of Ngede. Gingile''s mouth began to water at the thought of honey. He stopped and listened carefully, searching until he saw the bird in the branches above his head. "Chitik-chitik-chitik," the little bird rattled, as he flew to the next tree, and the next. "Chitik, chitik, chitik," he called, stopping from time to time to be sure that Gingile followed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_4', 3, NULL, 'assets/topic/asb/1866.png', 'After half an hour, they reached a huge wild fig tree. Ngede hopped about madly among the branches. He then settled on one branch and cocked his head at Gingile as if to say, "Here it is! Come now! What is taking you so long?" Gingile couldn''t see any bees from under the tree, but he trusted Ngede.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_5', 3, NULL, 'assets/topic/asb/1867.png', 'After half an hour, they reached a huge wild fig tree. Ngede hopped about madly among the branches. He then settled on one branch and cocked his head at Gingile as if to say, "Here it is! Come now! What is taking you so long?" Gingile couldn''t see any bees from under the tree, but he trusted Ngede.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_6', 3, NULL, 'assets/topic/asb/1588.png', 'So Gingile put down his hunting spear under the tree, gathered some dry twigs and made a small fire. When the fire was burning well, he put a long dry stick into the heart of the fire. This wood was especially known to make lots of smoke while it burned. He began climbing, holding the cool end of the smoking stick in his teeth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_7', 3, NULL, 'assets/topic/asb/1869.png', 'Soon he could hear the loud buzzing of the busy bees. They were coming in and out of a hollow in the tree trunk – their hive. When Gingile reached the hive he pushed the smoking end of the stick into the hollow. The bees came rushing out, angry and mean. They flew away because they didn''t like the smoke – but not before they had given Gingile some painful stings!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_8', 3, NULL, 'assets/topic/asb/1870.png', 'When the bees were out, Gingile pushed his hands into the nest. He took out handfuls of the heavy comb, dripping with rich honey and full of fat, white grubs. He put the comb carefully in the pouch he carried on his shoulder, and started to climb down the tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_9', 3, NULL, 'assets/topic/asb/1871.png', 'Ngede eagerly watched everything that Gingile was doing. He was waiting for him to leave a fat piece of honeycomb as a thank-you offering to the Honeyguide. Ngede flittered from branch to branch, closer and closer to the ground. Finally Gingile reached the bottom of the tree. Ngede perched on a rock near the boy and waited for his reward.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_10', 3, NULL, NULL, 'But, Gingile put out the fire, picked up his spear and started walking home, ignoring the bird. Ngede called out angrily, "VIC-torr! VIC-torrr!" Gingile stopped, stared at the little bird and laughed aloud. "You want some honey, do you, my friend? Ha! But I did all the work, and got all the stings. Why should I share any of this lovely honey with you?" Then he walked off. Ngede was furious! This was no way to treat him! But he would get his revenge.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_11', 3, NULL, 'assets/topic/asb/1872.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_12', 3, NULL, NULL, 'One day several weeks later Gingile again heard the honey call of the Ngede. He remembered the delicious honey, and eagerly followed the bird once again. After leading Gingile along the edge of the forest, Ngede stopped to rest in a great umbrella thorn. "Ahh," thought Gingile. "The hive must be in this tree." He quickly made his small fire and began to climb, the smoking branch in his teeth. Ngede sat and watched.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_13', 3, NULL, 'assets/topic/asb/1873.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_14', 3, NULL, NULL, 'Gingile climbed, wondering why he didn''t hear the usual buzzing. "Perhaps the hive is deep in the tree," he thought to himself. He pulled himself up another branch. But instead of the hive, he was staring into the face of a leopard! Leopard was very angry at having her sleep so rudely interrupted. She narrowed her eyes, opened her mouth to reveal her very large and very sharp teeth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_15', 3, NULL, 'assets/topic/asb/1875.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_16', 3, NULL, 'assets/topic/asb/1865.png', 'Before Leopard could take a swipe at Gingile, he rushed down the tree. In his hurry he missed a branch, and landed with a heavy thud on the ground twisting his ankle. He hobbled off as fast as he could. Luckily for him, Leopard was still too sleepy to chase him. Ngede, the Honeyguide, had his revenge. And Gingile learned his lesson.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_17', 3, NULL, 'assets/topic/asb/1865.png', 'And so, when the children of Gingile hear the story of Ngede they have respect for the little bird. Whenever they harvest honey, they make sure to leave the biggest part of the comb for Honeyguide!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The Honeyguide''s revenge +Author - +Zulu folktale +Illustration - +Wiehan de Jager +Language - +English +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942', 2, 'Grandma''s bananas', 'assets/topic/asb/1360.png', 'Ursula Nafula +Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_3', 3, NULL, 'assets/topic/asb/1361.png', 'Grandma''s garden was wonderful. It was full of sorghum, millet, and cassava. But best of all were the bananas. Although Grandma had many grandchildren, I secretly knew that I was her favourite. She invited me often to her house. She also told me little secrets. But there was one secret she did not share with me. Where she ripened bananas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_4', 3, NULL, 'assets/topic/asb/1360.png', 'One day I saw a big straw basket placed in the sun outside Grandma''s house. When I asked what it was for, the only answer I got was, "It''s my magic basket." Next to the basket, there were several banana leaves that Grandma turned from time to time. I was curious. "What are the leaves for, Grandma?" I asked. The only answer I got was, "They are my magic leaves."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_5', 3, NULL, 'assets/topic/asb/1362.png', 'It was so interesting watching Grandma, the bananas, the banana leaves and the big straw basket. But Grandma sent me off to my mother on an errand. "Grandma, please, let me watch as you prepare." "Don''t be stubborn, child, do as you are told," she insisted. I took off running.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_6', 3, NULL, 'assets/topic/asb/1363.png', 'When I returned, Grandma was sitting outside but with neither the basket nor the bananas. "Grandma, where is the basket, where are all the bananas, and where..." But the only answer I got was, "They are in my magic place." It was so disappointing!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_7', 3, NULL, 'assets/topic/asb/1364.png', 'Two days later, Grandma sent me to fetch her walking stick from her bedroom. As soon as I opened the door, I was welcomed by the strong smell of ripening bananas. In the inner room was grandma''s big magic straw basket. It was well hidden by an old blanket. I lifted it and sniffed that glorious smell.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_8', 3, NULL, 'assets/topic/asb/1366.png', 'Grandma''s voice startled me when she called, "What are you doing? Hurry up and bring me the stick." I hurried out with her walking stick. "What are you smiling about?" Grandma asked. Her question made me realise that I was still smiling at the discovery of her magic place.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_9', 3, NULL, 'assets/topic/asb/1368.png', 'The following day when Grandma came to visit my mother, I rushed to her house to check the bananas once more. There was a bunch of very ripe ones. I picked one and hid it in my dress. After covering the basket again, I went behind the house and quickly ate the banana. It was the sweetest banana I had ever tasted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_10', 3, NULL, 'assets/topic/asb/1369.png', 'The following day, when Grandma was in the garden picking vegetables, I sneaked in and peered at the bananas. Nearly all were ripe. I couldn''t help taking a bunch of four. As I tiptoed towards the door, I heard Grandma coughing outside. I just managed to hide the bananas under my dress and walked past her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_11', 3, NULL, 'assets/topic/asb/1370.png', 'The following day was market day. Grandma woke up early. She always took ripe bananas and cassava to sell at the market. I did not hurry to visit her that day. But I could not avoid her for long.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_12', 3, NULL, 'assets/topic/asb/1371.png', 'Later that evening I was called by my mother and father, and Grandma. I knew why. That night as I lay down to sleep, I knew I could never steal again. Not from grandma, not from my parents, and certainly not from anyone else.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Grandma''s bananas +Author - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877', 2, 'Too small', 'assets/topic/asb/2282.png', 'Media Matters +Sandy Lightly', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_3', 3, NULL, 'assets/topic/asb/2283.png', '"Mom," calls Lebo. "Come and look. These clothes are all too small for me!" "Let me see," says Mom.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_4', 3, NULL, 'assets/topic/asb/2284.png', '"Look at my skirt. It''s too small," says Lebo. "Yes, it is," says Mom. "Nomsa can have your skirt."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_5', 3, NULL, 'assets/topic/asb/2285.png', '"Look at my jeans. They''re too small," says Lebo. "Yes, they are," says Mom.  "Nomsa can have your jeans."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_6', 3, NULL, 'assets/topic/asb/2286.png', '"Look at my T-shirt. It''s too small," says Lebo. "Yes, it is," says Mom. "Nomsa can have your T-shirt."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_7', 3, NULL, 'assets/topic/asb/2287.png', '"Look at my jersey. It''s too small," says Lebo. "Yes, it is," says Mom. "Nomsa can have your jersey."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_8', 3, NULL, 'assets/topic/asb/2288.png', '"Look at my raincoat. It''s too small," says Lebo. "Yes, it is," says Mom. "Nomsa can have your raincoat."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_9', 3, NULL, 'assets/topic/asb/2289.png', '"Look at my socks. They''re too small," says Lebo. "Yes, they are," says Mom. "Nomsa can have your socks."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_10', 3, NULL, 'assets/topic/asb/2290.png', '"Look at my shoes. They''re too small," says Lebo. "Yes, they are," says Mom. "Nomsa can have your shoes."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_11', 3, NULL, 'assets/topic/asb/2291.png', '"Now you have lots of clothes," says Lebo. "Oh no I don''t," says Nomsa. "These clothes are all too big for me!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_12', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Too small +Author - +Media Matters +Illustration - +Sandy Lightly +Language - +English +Level - +First sentences +© African Reading Matters 2003 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +www.read.org.za', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684', 2, 'Graca''s dream', 'assets/topic/asb/8850.png', 'Melissa Fagan +Karlien de Villiers and Marike le Roux', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_3', 3, NULL, 'assets/topic/asb/8852.png', 'Graça was about to be born in a small village in Mozambique. The country was poor and the people did not yet rule themselves. Children didn''t have good schools and many couldn''t read. Graça''s mother dreamed of giving her children better opportunities. But without education there was little hope.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_4', 3, NULL, 'assets/topic/asb/8853.png', 'Baby Graça would be the sixth child. But with this joyous event there was great sadness. Their beloved father was dying. He dreamed that his youngest daughter would go to a good school. He knew that education would give her opportunities he never had. His family promised to make their dad''s dream come true.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_5', 3, NULL, 'assets/topic/asb/8854.png', 'Just weeks after their dad died, the new baby was born. She was given a name to match the beauty and blessing that she was – Graça. As the years passed, Graça brought much joy to her family and they kept the promise made to their father. Graça would have a good education.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_6', 3, NULL, 'assets/topic/asb/8855.png', 'Graça worked hard at school and as a teenager she received a gift that would change her life. It was a scholarship to attend a rich city school.   She dreamed of becoming a teacher and using her education to educate others. She wanted the children of her beloved Mozambique to know reading and learning. She dreamed of a time when all children would go to school.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_7', 3, NULL, 'assets/topic/asb/8856.png', 'Graça did her best in that city school and years later she was blessed again. It was another scholarship to attend a university in faraway Portugal. She met new friends, learned new languages and read a bounty of books. She realised her dream of becoming a teacher.   All this made Graça very happy. There was only one thing that still made her sad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_8', 3, NULL, 'assets/topic/asb/8857.png', 'Back at home people were still not free. But now Graça had an education, skills, and hope. She also had friends who felt as she did about children''s right to learn. She would use her knowledge and work with her friends. Together they would bring change to Mozambique.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_9', 3, NULL, 'assets/topic/asb/8858.png', 'Finally with the help of all her friends, Mozambique was free!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_10', 3, NULL, 'assets/topic/asb/8859.png', 'The man chosen to lead the country was Graça''s friend, Samora Machel. They fell in love and got married.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_11', 3, NULL, 'assets/topic/asb/8860.png', 'Graça was given the important job of making sure that all children in Mozambique got a good education. It was a hard job because there were so many children in Mozambique who couldn''t read. She knew that they needed education and wanted to make real change in her country. She started with primary schools and getting boys and girls into classrooms. Literacy was her focus and putting books into children''s hands.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_12', 3, NULL, 'assets/topic/asb/8861.png', 'Graça and Samora had two children. They shared a dream to create good lives for their own family and for the Mozambican people. They were happy and hopeful.   Then one terrible day, Samora died in an aeroplane crash.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_13', 3, NULL, 'assets/topic/asb/8862.png', 'Graça mourned Samora for many years, but she found love again. She met a man who had also spent his life dreaming of bringing freedom, hope and education to his people.   Graça married Nelson Mandela and together they worked to help Africa''s children.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_14', 3, NULL, 'assets/topic/asb/8863.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Graca''s dream +Author - +Melissa Fagan +Illustration - +Karlien de Villiers and Marike le Roux +Language - +English +Level - +Read aloud +© Melissa Fagan, Karlien De Villiers, Marike Le Roux and Bookdash.org 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.bookdash.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616', 2, 'Elephant and Chameleon', 'assets/topic/asb/9461.png', 'Stella Badaru + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_3', 3, NULL, 'assets/topic/asb/9457.png', 'Once upon a time in a big palace, there lived a king and his beautiful daughter, the princess.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_4', 3, NULL, 'assets/topic/asb/9458.png', 'Elephant lived in a house on one side of the palace. Chameleon lived on the other side.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_5', 3, NULL, 'assets/topic/asb/9459.png', 'At this time, there was a terrible drought across the land. The king had an idea and called his two neighbours to the palace.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_6', 3, NULL, 'assets/topic/asb/9460.png', 'The kind said to Elephant and Chameleon, "I want you to stomp on the ground with your feet until water comes out." The king promised the princess in marriage to the one who succeeded.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_7', 3, NULL, 'assets/topic/asb/9461.png', 'Chameleon had no hope since he was very small. Elephant was extremely happy since he was so big and powerful. Elephant went to the field and started stomping on the ground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_8', 3, NULL, 'assets/topic/asb/9462.png', 'A lot of dust came, but no water. Elephant stomped on the ground until water was almost coming out, but he was too tired. He gave Chameleon a chance to try.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_9', 3, NULL, 'assets/topic/asb/9463.png', 'Chameleon started stomping on the ground. After a short while, water came out. People could not believe their eyes!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_10', 3, NULL, 'assets/topic/asb/9464.png', 'So the King gave the beautiful princess to Chameleon. Elephant went home annoyed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Elephant and Chameleon +Author - +Stella Badaru +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480', 2, 'The Elephant and the Frogs', 'assets/topic/asb/8197.png', 'Mozambican folktale +Amir Bachir António Necas', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_3', 3, NULL, 'assets/topic/asb/8195.png', 'A long time ago, the king of the bush was Mr Lion.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_4', 3, NULL, 'assets/topic/asb/8196.png', 'He sent his animals to stop the noise coming from a small lake in the bush. But they did not succeed!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_5', 3, NULL, 'assets/topic/asb/8197.png', 'An elephant volunteered to stop it. The elephant was sent out as a guard.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_6', 3, NULL, 'assets/topic/asb/8198.png', 'At midnight the noise began and the elephant started killing the frogs. He did the same thing the next day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_7', 3, NULL, 'assets/topic/asb/8199.png', 'After a couple of weeks, King Lion was happy because the elephant had stopped the noise.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_8', 3, NULL, 'assets/topic/asb/8200.png', 'But about a month later, they saw a lot of insects on their farm.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_9', 3, NULL, 'assets/topic/asb/8201.png', 'King Lion asked the elephant to call the frogs to come and eat the insects.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_10', 3, NULL, 'assets/topic/asb/8202.png', 'The elephant was very nervous because he had killed all of them. He said, "Sorry, sorry, I k- k- k- killed them!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_11', 3, NULL, 'assets/topic/asb/8203.png', 'Then King Lion said: Elephant, I asked you to stop the noise, not to kill the frogs. And the elephant was put in prison for many years!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_12', 3, NULL, 'assets/topic/asb/8195.png', 'And the king told all the animals to always do exactly what he said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The Elephant and the Frogs +Author - +Mozambican folktale +Illustration - +Amir Bachir António Necas +Language - +English +Level - +First sentences +© Mozambican Writers 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621', 2, 'Clever brother', 'assets/topic/asb/19342.png', 'Mulualem Daba and Elizabeth Laird +Tadesse Teshome', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_3', 3, NULL, 'assets/topic/asb/19349.png', 'Once upon a time, there was a man who had three sons. The youngest son was the cleverest and his father liked him the most. Then the man realised that his two other sons were jealous. So when the father died, he left all his cattle to his two elder sons. He only left one ox for the youngest son. But the brothers were still jealous of him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_4', 3, NULL, 'assets/topic/asb/19340.png', 'One day they said, "We''ve got to slaughter your ox." He was the youngest so he couldn''t protest. He said, "If that must be so, there''s nothing I can do. But please give me the hide." When they slaughtered the ox, he took the hide. After drying it, he climbed a tree with it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_5', 3, NULL, 'assets/topic/asb/19351.png', 'As it got darker, a group of merchants came to sleep under the tree. In the middle of the night, the young man started beating the hide with a stick. When the stick hit the hide it sounded like thunder. The merchants thought that a storm was coming. They ran off leaving their goods behind.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_6', 3, NULL, 'assets/topic/asb/19345.png', 'The young man picked up the goods and took them home to his brothers. They asked, "Where did you get all these things?"  He said, "The price of hides is so expensive that I got all this for my one hide."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_7', 3, NULL, 'assets/topic/asb/19348.png', 'The brothers quickly slaughtered their cattle. They went to the market and called, "Hides for sale! Hides for sale!"  The people at the market said, "We don''t want your hides!" They were very angry and said to their brother, "You fooled us, so as a punishment, we''re going to burn your hut."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_8', 3, NULL, 'assets/topic/asb/19342.png', 'The smart brother said, "There''s nothing I can do, but please give me the ashes." They burnt his hut. He took the ashes in a bag and went away to a rich man''s hut. The rich man gave him permission to sleep in his hut. When he was going to eat, he said to the rich man, "Look after this bag, it has got a lot of valuables."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_9', 3, NULL, 'assets/topic/asb/19341.png', 'In the morning he started shouting. The rich man went to ask him what was wrong. "Someone has taken all my valuables and replaced them with ashes!" moaned the young man. The rich man didn''t want his reputation to be ruined. So he said, "I''ll fill it up with anything you want." He filled it with wheat, teff and all sorts of seeds.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_10', 3, NULL, 'assets/topic/asb/19347.png', 'The brother went home and said, "Look, ashes have become very expensive. See what I managed to buy from selling those ashes." The brothers went and burnt their huts as well. They took the ashes to the market and shouted, "Ashes for sale! Ashes for sale!"  Everybody said, "How stupid you are, who''ll buy ashes?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_11', 3, NULL, 'assets/topic/asb/19344.png', 'The brothers were very angry and decided to kill their younger brother. They tied him up and put him in a basket so that they could throw him over a cliff. While they were carrying the basket to the cliff, they met an old man. He said to them, "My cattle have run away, will you bring them back for me?" The brothers put down the basket and ran off.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_12', 3, NULL, 'assets/topic/asb/19350.png', 'The young man called from inside the basket to the old man. He asked, "What''s wrong with you?" The young man replied, "They want me to become a king but I don''t want to be one." The old man said, "If I get into the basket will I become king?" And the young man answered, "Yes."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_13', 3, NULL, 'assets/topic/asb/19343.png', 'The old man let the young man out of the basket and he got inside. After the brothers returned with the cattle, they picked up the basket and threw it over the cliff. The young brother took the old man''s cattle back to his hut. His brothers were amazed that he was still alive, but all they said was, "Where did you get these cattle?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_14', 3, NULL, 'assets/topic/asb/19346.png', 'He said, "There are many cattle at the bottom of the cliffs. If you jump off the cliffs in baskets, you will find some too." The older brothers got into baskets. The clever brother threw the baskets over the cliffs. He lived happily ever after.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Clever brother +Author - +Merga Debelo and Elizabeth Laird +Translation - +Mulualem Daba and Elizabeth Laird +Illustration - +Tadesse Teshome +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687', 2, 'The girl who got rich', 'assets/topic/asb/9239.png', 'Salaama Wanale +Mango Tree', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_3', 3, NULL, 'assets/topic/asb/9230.png', 'Once upon a time, there lived two sisters, Nelima and Nambuya. Their parents were dead. They lived on bare land. There was neither rain nor crops. Whoever wanted food had to go a long distance to find it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_4', 3, NULL, 'assets/topic/asb/9231.png', 'Nelima was a humble, quiet and helpful girl. Her sister Nambuya was proud and did not listen to advice. She did not care about other people.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_5', 3, NULL, 'assets/topic/asb/9232.png', 'One day, the two sisters had nothing to eat. They would have to look for food. So Nelima and Nambuya went off in different directions.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_6', 3, NULL, 'assets/topic/asb/9233.png', 'Meanwhile, there lived an old woman called Netasile. She was believed to be a giver of riches. Netasile had leprosy and her body was full of sores.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_7', 3, NULL, 'assets/topic/asb/9234.png', 'Nambuya came across Netasile. Netasile called the Nambuya, "My daughter, how are you? Where do you come from? Where are you going?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_8', 3, NULL, 'assets/topic/asb/9235.png', 'Nambuya answered all the questions. Then the Netasile said, "Come help me to go to my house and I will tell you what to do."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_9', 3, NULL, 'assets/topic/asb/9237.png', 'Nambuya was rude to the woman. She said, "I would rather die than touch those sores of yours." Netasile kept quiet and wished Nambuya a safe journey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_10', 3, NULL, 'assets/topic/asb/9236.png', 'Nambuya walked for a long time. She reached a place where there were snakes, millipedes, caterpillars and other insects. She was very tired and weak from hunger. When she sat down to rest, she fell asleep. The insects began to bite her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_11', 3, NULL, 'assets/topic/asb/9238.png', 'On her journey, Nelima came to the same old woman. She was happy to see Netasile, who was the first person she met since starting her journey. Netasile asked the same questions as she asked Nambuya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_12', 3, NULL, 'assets/topic/asb/9239.png', 'Nelima agreed to help Netasile. "You have done what others failed to do," said the old woman. She told Nelima to go back home. There she would find everything she wanted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_13', 3, NULL, 'assets/topic/asb/9240.png', 'Nelima was very grateful and thanked the old woman. She ran back home and found a new house with everything in it, and a lot of food. She was now rich.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_14', 3, NULL, 'assets/topic/asb/9241.png', 'But Nelima mourned the loss of her sister, Nambuya. +She said to herself, "One who did not listen to advice ended up in an elephant''s mouth."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The girl who got rich +Author - +Salaama Wanale +Translation - +Salaama Wanale +Illustration - +Mango Tree +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712', 2, 'Cow with one horn', 'assets/topic/asb/9612.png', 'Khothatso Ranoosi and Marion Drew +Marion Drew', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_3', 3, NULL, 'assets/topic/asb/9613.png', 'Heeeee! There is a beautiful cow at home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_4', 3, NULL, 'assets/topic/asb/9614.png', 'It has only one horn, and no tail.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_5', 3, NULL, 'assets/topic/asb/9615.png', 'It is fat, with a big stomach.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_6', 3, NULL, 'assets/topic/asb/9616.png', 'It is a powerful cow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_7', 3, NULL, 'assets/topic/asb/9617.png', 'The shepherd loves this cow the most.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_8', 3, NULL, 'assets/topic/asb/9618.png', 'When the other cattle graze, this one eats alone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_9', 3, NULL, 'assets/topic/asb/9619.png', 'This cow is a fighter. Other cows leave it alone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_10', 3, NULL, 'assets/topic/asb/9620.png', 'If you met such a cow, what would you do?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Cow with one horn +Author - +Sebongile Daniel, Mpho Ntlhanngoe and Khothatso Ranoosi +Translation - +Khothatso Ranoosi and Marion Drew +Illustration - +Marion Drew +Language - +English +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://paleng.weebly.com/,', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042', 2, 'A Cow is my Friend', 'assets/topic/asb/6379.png', 'Frista and Fatima +Felicity Bell and Marleen Visser', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042_3', 3, NULL, 'assets/topic/asb/6373.png', 'Mother cow cow, I like you cow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042_4', 3, NULL, 'assets/topic/asb/6376.png', 'Yesterday you gave me milk.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042_5', 3, NULL, NULL, 'My father buys meat every Saturday.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042_6', 3, NULL, 'assets/topic/asb/6105.png', 'Mummy has a nice bag, and I have very good shoes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042_7', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +A Cow is my Friend +Author - +Frista and Fatima +Illustration - +Felicity Bell and Marleen Visser +Language - +English +Level - +First words +© Frista and Fatima 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003', 2, 'Market cows', 'assets/topic/asb/1607.png', 'Ursula Nafula +Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_3', 3, NULL, 'assets/topic/asb/1608.png', 'Everybody knew that Mama Schola liked to shout a lot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_4', 3, NULL, 'assets/topic/asb/1609.png', 'That day, it was about cows at the market. "Push these silly cows away," she said. "They are eating my vegetables."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_5', 3, NULL, 'assets/topic/asb/1609.png', '"Hey you there! Push these silly cows away from here," she insisted. "They are eating my clothes."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_6', 3, NULL, 'assets/topic/asb/1610.png', '"Where is the owner of these silly cows?" she shouted. "They are eating my grains."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_7', 3, NULL, 'assets/topic/asb/1611.png', 'Sorimpan, the herd boy, had just gone to drink water at a tap when his cows wandered off to the market. He hid away, squatting in fear, when he heard the shouting woman.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_8', 3, NULL, 'assets/topic/asb/1612.png', '"Now look what these silly cows have done!" she continued to shout. "They have broken my beautiful pots."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_9', 3, NULL, 'assets/topic/asb/1613.png', 'A short time later, "Aah! Not again!" she was heard saying. "I will report this matter to the police. These silly cows have knocked down my fruit stand."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_10', 3, NULL, 'assets/topic/asb/1614.png', 'Sorimpan finally came out stick in hand, dodged between the gathering crowds and managed to get a clear view of his cows. Sorimpan''s cows knew him well so they turned and looked up at him as he appeared!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_11', 3, NULL, 'assets/topic/asb/1617.png', 'At this point, the big crowd of onlookers of men, women and even children all stared at the cows which paid attention only to Sorimpan.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_12', 3, NULL, 'assets/topic/asb/1607.png', 'Suddenly, the cows broke their silence! They began to talk all at the same time, criticising the people!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_13', 3, NULL, 'assets/topic/asb/1608.png', 'The crowds were shocked and stepped back one by one, afraid of the cows. Then the cows stopped talking and watched the crowd in amazement! But Mama Schola was heard saying, "Since when did cows meddle in our market businesses?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_14', 3, NULL, 'assets/topic/asb/1617.png', 'It was Mama Schola''s turn to be criticised by the cows! All the other women selling moved to stand with Mama Schola out of fear.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_15', 3, NULL, 'assets/topic/asb/1618.png', 'The cows criticised the women, commenting on the state of their vegetables, saying, "What kind of vegetables are these? They are all old and drying up!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_16', 3, NULL, 'assets/topic/asb/1619.png', 'It was clear that the cows were not yet done! They turned round and faced the cloth-stand and shouted, "You say we eat your clothes, what clothes? You mean these old rugs! Who will buy them?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_17', 3, NULL, 'assets/topic/asb/1620.png', 'The cows then moved to the next stand and everybody followed them with their eyes. "Your grains are full of weevils. Who wants to eat that! We only tasted to see if this is a place to come more often!" the cows sneered.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_18', 3, NULL, 'assets/topic/asb/1621.png', '"And you Mama Schola," the cows continued, "stop making noise. You talk of these cracked pots?" The cows turned their heads towards Mama Schola''s pots. "They are no good, they break so easily, so don''t blame us." With that, the cows turned and left, followed closely by Sorimpan.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Market cows +Author - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative, 2014 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531', 2, 'Drum', 'assets/topic/asb/25948.png', 'Owino Ogot +Salim Kasamba', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_3', 3, NULL, 'assets/topic/asb/25947.png', 'The drum has always been an important musical instrument in our community. We love drums! +We have drums of different sizes: big, medium-sized and small.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_4', 3, NULL, 'assets/topic/asb/25948.png', 'We play drums using beaters, or with our fingers. +We play drums for various reasons. We play drums with songs and dances, for feasts and in bad times.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_5', 3, NULL, 'assets/topic/asb/25949.png', 'Drums enrich songs and make people want to dance. Drums make ceremonies colourful. +We play drums during ceremonies for marriage and child naming. We play drums when celebrating a new harvest or a twin birth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_6', 3, NULL, 'assets/topic/asb/25950.png', 'We sound drums to announce grief and call people when death occurs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_7', 3, NULL, 'assets/topic/asb/25951.png', 'We sound drums to call people to clean wells, clear roads, or to build a hut for a needy old person. +We sound drums to call people when cattle are stolen in our village.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_8', 3, NULL, 'assets/topic/asb/25952.png', 'We sound drums to gather people for meetings at our chief''s palace.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_9', 3, NULL, 'assets/topic/asb/25953.png', 'Drums call people to go to church for prayers on Sundays, and other prayer days. +We also play drums to enrich songs when singing in churches.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_10', 3, NULL, 'assets/topic/asb/25954.png', 'The big drum sounds, "An a bul mba, an a bul mba, an a bul mba-mba-mba-mba bul." +The small drums sing in their high pitches, "Tindiri, tindiri tindiri ti." +Together they chorus, "Tindiri mba, tindiri mba, tindiri mba-mba-mba-mba, tindiri ti!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Drum +Author - +Athieno Gertrude +Translation - +Owino Ogot +Illustration - +Salim Kasamba +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141', 2, 'Thunder and Lightning', 'assets/topic/asb/19056.png', 'Athieno Gertrude and Owino Ogot +Jesse Breytenbach', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_3', 3, NULL, 'assets/topic/asb/19042.png', 'In the olden days, Thunder and Lightning lived on earth amongst people.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_4', 3, NULL, 'assets/topic/asb/19044.png', 'Thunder was the mother of Lightning.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_5', 3, NULL, 'assets/topic/asb/19046.png', 'Lightning was hot tempered and he often got into arguments.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_6', 3, NULL, 'assets/topic/asb/19047.png', 'Whenever Lightning was angry he used to go around burning houses and knocking down trees. He made a frightening noise, "Pia-la-la-la, pia-la-la-la!" He damaged farms, and even sometimes killed people.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_7', 3, NULL, 'assets/topic/asb/19048.png', 'Whenever Lightning did these things, his mother would call out to him in a very loud voice, "Bum-rambo-la-la-la, la-bum!" She tried to make him stop causing damage.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_8', 3, NULL, 'assets/topic/asb/19050.png', 'But Lightning did not care about what his mother said. He would instead cause problems for everyone when he was in a bad temper.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_9', 3, NULL, 'assets/topic/asb/19051.png', 'At last, people complained to the king.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_10', 3, NULL, 'assets/topic/asb/19052.png', 'So the king ordered that Thunder and her son should leave the village. He sent them to live far away from people''s houses.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_11', 3, NULL, 'assets/topic/asb/19053.png', 'This did not do much good. When Lightning was angry he still burnt forests, "Pia-la-la-la, pia-la-la-la!" The flames sometimes spread to farms and burned them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_12', 3, NULL, 'assets/topic/asb/19054.png', 'So people complained to the king again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_13', 3, NULL, 'assets/topic/asb/19055.png', 'This time, the king told Lightning and Thunder that they could no longer live on earth. He sent them to live in the sky, where they could not cause as much damage.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_14', 3, NULL, 'assets/topic/asb/19056.png', 'Ever since then, when Lightning is angry, he still manages to burn and destroy, "Pia-la-la-la, pia-la-la-la!" And we still hear his mother, Thunder, scolding him, "Bum-rambo-la-la-la, la-bum!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Thunder and Lightning +Author - +Ogot Owino +Translation - +Athieno Gertrude and Owino Ogot +Illustration - +Jesse Breytenbach +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653', 2, 'No pigs allowed', 'assets/topic/asb/6814.png', 'Little Zebra Books +Laura Libertore and Little Zebra Books', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_3', 3, NULL, 'assets/topic/asb/6805.png', 'Years ago, a group of horned animals decided to have a big party high up in the mountains. They only invited other animals with horns. No one else.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_4', 3, NULL, 'assets/topic/asb/6806.png', 'When the pig heard about the party, he thought, "I don''t have horns. What am I going to do?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_5', 3, NULL, 'assets/topic/asb/6807.png', 'The next day, he had an idea. He stuck some horns to his head with wax!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_6', 3, NULL, 'assets/topic/asb/6809.png', 'It worked and the pig felt very clever when he was allowed into the party. The problem was that the party was taking place close to the sun.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_7', 3, NULL, 'assets/topic/asb/6808.png', 'When the party started heating up, the wax began to melt. Pig''s horns fell off. The horned animals were shocked. "Who''s that one with no horns? Why did he come here?" they asked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_8', 3, NULL, 'assets/topic/asb/6810.png', 'The king of the animals commanded, "Grab that pig and throw him down to earth." They grabbed the pig and threw him down to earth.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_9', 3, NULL, 'assets/topic/asb/6811.png', 'Poor pig! When he fell, he landed on his nose. And his nose was flattened into a snout.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_10', 3, NULL, 'assets/topic/asb/6813.png', 'Ever since then, the pig has had a flat snout for a nose.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +No pigs allowed +Author - +Basilio Gimo +Translation - +Little Zebra Books +Illustration - +Laura Libertore and Little Zebra Books +Language - +English +Level - +First paragraphs +© Little Zebra Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://littlezebrabooks.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433', 2, 'Disagreement among occupations', 'assets/topic/asb/10274.png', 'Beatrice Inzikuru +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_3', 3, NULL, 'assets/topic/asb/10274.png', 'In a village there was a disagreement among people of different occupations. Everyone thought their work was the most important!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_4', 3, NULL, 'assets/topic/asb/10278.png', 'The teacher said that he had the most important occupation. "Without teachers you could not go to school and learn."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_5', 3, NULL, 'assets/topic/asb/10276.png', 'The builder said that he had the most important occupation. "Without builders you would not have schools to learn in or houses to sleep in."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_6', 3, NULL, 'assets/topic/asb/10279.png', 'The carpenter said that he had the most important occupation. "Without carpenters you would have no furniture for your houses and schools."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_7', 3, NULL, 'assets/topic/asb/10277.png', 'The doctor claimed that he had the most important occupation. "Without doctors and nurses you could get sick and die."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_8', 3, NULL, 'assets/topic/asb/10275.png', 'The farmer said that she had the most important occupation. "Without farmers you would not have food to eat."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_9', 3, NULL, 'assets/topic/asb/10280.png', 'The student argued that students had the most important work. "Without students, there would be no teachers, builders, doctors, farmers, or carpenters."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_10', 3, NULL, 'assets/topic/asb/10281.png', 'Eventually everyone agreed that all the occupations are important. We need teachers, builders, doctors, farmers, and carpenters. But everyone has to be a student first!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Disagreement among occupations +Author - +Beatrice Inzikuru +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842', 2, 'Who can count to ten?', 'assets/topic/asb/25319.png', 'Athieno Gertrude and Owino Ogot +Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_3', 3, NULL, 'assets/topic/asb/25317.png', 'A long time ago, deep in the forests, King Leopard began to think about the future. +He thought, "I''m getting old and one day, I''m going to die. A wise ruler should pick a successor while still young and healthy." +But how could King Leopard choose? He loved all the members of the animal kingdom the same!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_4', 3, NULL, 'assets/topic/asb/25318.png', 'King Leopard had an idea. He sent his messengers out into the forests. He told them to ask all the animals of the kingdom to come to the palace. +He was going to have a big party and he was going to make an important announcement. +Away the messengers ran, to all four corners of the forest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_5', 3, NULL, 'assets/topic/asb/25319.png', 'On the night of the party, all the animals were at the palace. They sang and they danced and had a great time. +After the moon had risen above the trees, King Leopard came and stood in the middle of the clearing. The animals stopped their singing and dancing. They listened quietly as their king began to speak.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_6', 3, NULL, 'assets/topic/asb/25320.png', 'He cleared his throat and said, "I''ve been thinking that it''s time for me to pick a successor. But because I love all of you equally, I can''t decide who among you is most worthy. So, I have decided to let a contest decide for me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_7', 3, NULL, 'assets/topic/asb/25321.png', 'King Leopard held up a spear. He said, "The first one among you who can throw this spear up into the sky and count to ten before it touches the ground, will be my successor."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_8', 3, NULL, 'assets/topic/asb/25322.png', 'As King Leopard finished talking, the animals heard a loud noise from behind them. They turned around and saw Elephant stomping through the crowd to the front. +"Move out of my way. I''m the biggest, I should be king," said Elephant.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_9', 3, NULL, 'assets/topic/asb/25323.png', 'Elephant took the spear and held it up with his trunk. He put his head back and threw the spear up into the sky. "One! Two! Three! Oh!" Elephant cried. +The spear hit the ground on the count of four. Elephant was angry and started stomping. King Leopard told him, "You''ve had your chance." +And so Elephant had to leave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_10', 3, NULL, 'assets/topic/asb/25324.png', 'After Elephant left, the animals started to talk excitedly amongst themselves. They were again disturbed by a loud noise coming from the back of the crowd. +Boar came charging through saying, "Get out of my way. Get out of my way. I''m going to be king. I''ve got the biggest muscles. I''m the strongest. I should be king."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_11', 3, NULL, 'assets/topic/asb/25325.png', 'Boar leaned back, clenched the spear, and threw it into the sky. "One! Two! Three! Four! Five! Oh!" he shouted. +The spear dropped on the count of six. He was so angry. He fumed and threw clods of dirt into the air. +Leopard told him "Boar, you only throw once and you''ve had your chance." Boar had to leave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_12', 3, NULL, 'assets/topic/asb/25326.png', 'After that, the animals started to say things like, "This contest is difficult! Elephant couldn''t do it, and he''s really big. Boar couldn''t do it either, and he''s really strong. No one can win this contest!" +Right about then, they heard another sound coming from the back of crowd. When the animals looked around, they couldn''t believe their eyes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_13', 3, NULL, 'assets/topic/asb/25327.png', 'They saw a big ape coming forward. As Ape moved, he chanted "I can do it. I know I can do it. I can do it." +Ape took the spear and he backed way up. He pulled his arm back, charged forward, leapt into the air and threw the spear into the sky. +"One! Two! Three! Four! Five! Six! Seven! Oh!" cried Ape', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_14', 3, NULL, 'assets/topic/asb/25328.png', 'The spear hit the ground on the count of eight. +Ape was upset. He was so angry that he started turning round, complaining and making all sorts of excuses. +But King Leopard told him "No, Ape, you only get one chance." And so the ape had to leave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_15', 3, NULL, 'assets/topic/asb/25329.png', 'Some of the animals turned and started to leave for home. As they were leaving, they saw a little antelope coming through the crowd. As she trotted, she said, "Wait, wait. Let me try. I can do it. I can do it. Let me try." +When the animals heard her words, they all started laughing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_16', 3, NULL, 'assets/topic/asb/25330.png', 'King Leopard jumped up and shouted angrily, "Stop it! Do not make fun of Antelope! Who is to say that small animals can''t do things that big animals can do? If Antelope wants to have a chance, she will be given the same chance that all the other animals had. So stand back and let Antelope throw the spear."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_17', 3, NULL, 'assets/topic/asb/25331.png', 'Antelope bowed to her king, turned and took the spear in her mouth. She backed up, and with all the strength in her tiny body she started running. When she reached the centre of the clearing, she jumped high. +She took a deep breath, released the spear and shouted, "Five and five is ten." The spear hit the ground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_18', 3, NULL, 'assets/topic/asb/25332.png', 'All the animals were quiet. They were confused. +King Leopard explained, "Yes, Antelope! Five plus five is another way to get to ten. There is more than one way to count to ten." +The contest was not to find the biggest or the strongest animal. It was a contest to find the smartest animal! That is how Antelope became queen when leopard died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Who can count to ten? +Author - +Athieno Gertrude and Owino Ogot +Translation - +Athieno Gertrude and Owino Ogot +Illustration - +Salim Kasamba +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529', 2, 'How many?', 'assets/topic/asb/1786.png', 'Clare Verbeek +Sandra McDougall', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_3', 3, NULL, 'assets/topic/asb/1600.png', 'How many legs do two ladybirds have?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_4', 3, NULL, 'assets/topic/asb/1599.png', 'How many wings do four birds have?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_5', 3, NULL, 'assets/topic/asb/1601.png', 'How many horns do three rhinos have?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_6', 3, NULL, 'assets/topic/asb/1602.png', 'How many trunks do five elephants have?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_7', 3, NULL, 'assets/topic/asb/1603.png', 'How many ears do seven dogs have?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_8', 3, NULL, 'assets/topic/asb/1604.png', 'How many tails do three monkeys have?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_9', 3, NULL, 'assets/topic/asb/1605.png', 'How many eyes do six cats have?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_10', 3, NULL, 'assets/topic/asb/1606.png', 'How many legs does one worm have?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +How many? +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Sandra McDougall +Language - +English +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836', 2, 'Grandma''s bananas', 'assets/topic/asb/1360.png', 'Ursula Nafula +Catherine Groenewald', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_3', 3, NULL, 'assets/topic/asb/1361.png', 'Grandma''s garden was wonderful. It was full of sorghum, millet, and cassava. But best of all were the bananas. Although Grandma had many grandchildren, I secretly knew that I was her favourite. She invited me often to her house. She also told me little secrets. But there was one secret she did not share with me. Where she ripened bananas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_4', 3, NULL, 'assets/topic/asb/1360.png', 'One day I saw a big straw basket placed in the sun outside Grandma''s house. When I asked what it was for, the only answer I got was, "It''s my magic basket." Next to the basket, there were several banana leaves that Grandma turned from time to time. I was curious. "What are the leaves for, Grandma?" I asked. The only answer I got was, "They are my magic leaves."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_5', 3, NULL, 'assets/topic/asb/1362.png', 'It was so interesting watching Grandma, the bananas, the banana leaves and the big straw basket. But Grandma sent me off to my mother on an errand. "Grandma, please, let me watch as you prepare." "Don''t be stubborn, child, do as you are told," she insisted. I took off running.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_6', 3, NULL, 'assets/topic/asb/1363.png', 'When I returned, Grandma was sitting outside but with neither the basket nor the bananas. "Grandma, where is the basket, where are all the bananas, and where..." But the only answer I got was, "They are in my magic place." It was so disappointing!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_7', 3, NULL, 'assets/topic/asb/1364.png', 'Two days later, Grandma sent me to fetch her walking stick from her bedroom. As soon as I opened the door, I was welcomed by the strong smell of ripening bananas. In the inner room was grandma''s big magic straw basket. It was well hidden by an old blanket. I lifted it and sniffed that glorious smell.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_8', 3, NULL, 'assets/topic/asb/1366.png', 'Grandma''s voice startled me when she called, "What are you doing? Hurry up and bring me the stick." I hurried out with her walking stick. "What are you smiling about?" Grandma asked. Her question made me realise that I was still smiling at the discovery of her magic place.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_9', 3, NULL, 'assets/topic/asb/1368.png', 'The following day when Grandma came to visit my mother, I rushed to her house to check the bananas once more. There was a bunch of very ripe ones. I picked one and hid it in my dress. After covering the basket again, I went behind the house and quickly ate the banana. It was the sweetest banana I had ever tasted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_10', 3, NULL, 'assets/topic/asb/1369.png', 'The following day, when Grandma was in the garden picking vegetables, I sneaked in and peered at the bananas. Nearly all were ripe. I couldn''t help taking a bunch of four. As I tiptoed towards the door, I heard Grandma coughing outside. I just managed to hide the bananas under my dress and walked past her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_11', 3, NULL, 'assets/topic/asb/1370.png', 'The following day was market day. Grandma woke up early. She always took ripe bananas and cassava to sell at the market. I did not hurry to visit her that day. But I could not avoid her for long.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_12', 3, NULL, 'assets/topic/asb/1371.png', 'Later that evening I was called by my mother and father, and Grandma. I knew why. That night as I lay down to sleep, I knew I could never steal again. Not from grandma, not from my parents, and certainly not from anyone else.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Grandma''s bananas +Author - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106', 2, 'Ndikonda', 'assets/topic/asb/1492.png', 'Richard Ndazye and Mutinta Mwanamoonga + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_3', 3, NULL, 'assets/topic/asb/1493.png', 'Ndimakonda masewero nthambo. +I enjoy skipping.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_4', 3, NULL, 'assets/topic/asb/1494.png', 'Ine ndili ndekha. +On my own.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_5', 3, NULL, 'assets/topic/asb/1495.png', 'Ndimakondanso masewero a nthambo ndi anzanga. +I enjoy skipping with my friend too.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_6', 3, NULL, 'assets/topic/asb/1496.png', 'Ndimakonda kuwerenga nthano zabwino. +I enjoy reading interesting stories.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_7', 3, NULL, 'assets/topic/asb/1497.png', 'Ndimakonda kuyenda mu dambo ndi anzanga. +I enjoy walking in the field with my friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_8', 3, NULL, 'assets/topic/asb/1498.png', 'Ndimakonda kutsuka mbale za amai. +I enjoy washing dishes for my mother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_9', 3, NULL, 'assets/topic/asb/1499.png', 'Ndimakonda kulemba malembo akulu akulu amene sabvuta kuwerenga. +I enjoy writing big letters which I can read easily.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_10', 3, NULL, 'assets/topic/asb/1500.png', 'Ndimakonda kudya zipatso zosiyana siyana. +I enjoy eating different fruit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_11', 3, NULL, 'assets/topic/asb/1501.png', 'Ndimakonda kugona pa bedi lalikulu. +I enjoy sleeping on a big bed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_12', 3, NULL, 'assets/topic/asb/1492.png', 'Ndimakonda kumvetsera ku nthano zabwino za amai. +I enjoy listening to my mother''s interesting stories.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_13', 3, NULL, 'assets/topic/asb/1502.png', 'Ndimakonda kucita zonse izi. +I enjoy all these things.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ndikonda +Author - +Ursula Nafula +Translation - +Richard Ndazye and Mutinta Mwanamoonga +Illustration - +Wiehan de Jager +Language - +English Chinyanja +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301', 2, 'I enjoy doing', 'assets/topic/asb/1496.png', 'Ursula Nafula +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_3', 3, NULL, 'assets/topic/asb/1495.png', 'I enjoy skipping with my friend.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_4', 3, NULL, 'assets/topic/asb/1499.png', 'I enjoy writing letters on the board.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_5', 3, NULL, 'assets/topic/asb/1496.png', 'I enjoy reading picture books.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_6', 3, NULL, 'assets/topic/asb/1500.png', 'I enjoy eating fruit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_7', 3, NULL, 'assets/topic/asb/1498.png', 'I enjoy helping at home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_8', 3, NULL, 'assets/topic/asb/1492.png', 'I enjoy listening to my mother''s stories.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_9', 3, NULL, 'assets/topic/asb/1501.png', 'I enjoy sleeping on a big bed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_10', 3, NULL, 'assets/topic/asb/1502.png', 'I enjoy doing these things. +What do you enjoy doing?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +I enjoy doing +Author - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +English +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878', 2, 'I can do this', 'assets/topic/asb/1372.png', 'Clare Verbeek +Cathy Feek', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878_3', 3, NULL, 'assets/topic/asb/1373.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878_4', 3, NULL, 'assets/topic/asb/1374.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878_5', 3, NULL, 'assets/topic/asb/1372.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878_6', 3, NULL, 'assets/topic/asb/1375.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878_7', 3, NULL, 'assets/topic/asb/1376.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878_8', 3, NULL, 'assets/topic/asb/1377.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878_9', 3, NULL, 'assets/topic/asb/1379.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878_10', 3, NULL, 'assets/topic/asb/1378.png', 'I can read.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +I can do this +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Cathy Feek +Language - +English +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159', 2, 'Nozibele and the three hairs', 'assets/topic/asb/1196.png', 'Tessa Welch +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_3', 3, NULL, 'assets/topic/asb/1197.png', 'A long time ago, three girls went out to collect wood.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_4', 3, NULL, 'assets/topic/asb/1198.png', 'It was a hot day so they went down to the river to swim. They played and splashed and swam in the water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_5', 3, NULL, 'assets/topic/asb/1196.png', 'Suddenly, they realised that it was late. They hurried back to the village.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_6', 3, NULL, 'assets/topic/asb/1199.png', 'When they were nearly home, Nozibele put her hand to her neck. She had forgotten her necklace! "Please come back with me!" she begged her friends. But her friends said it was too late.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_7', 3, NULL, 'assets/topic/asb/1200.png', 'Nozibele went back to the river alone. She found her necklace and began hurrying home. But, she got lost in the dark.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_8', 3, NULL, 'assets/topic/asb/1201.png', 'In the distance she saw light coming from a hut. She walked quickly towards it and knocked at the door.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_9', 3, NULL, 'assets/topic/asb/1202.png', 'To her surprise, a dog opened the door and said, "What do you want?" "I''m lost and I need a place to sleep," said Nozibele. "Come in, or I''ll bite you!" said the dog. Nozibele went in.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_10', 3, NULL, 'assets/topic/asb/1203.png', 'The dog said, "Cook for me!" "But I''ve never cooked for a dog before," Nozibele answered. "Cook, or I''ll bite you!" said the dog. Nozibele cooked some food for the dog.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_11', 3, NULL, 'assets/topic/asb/1204.png', 'Then the dog said, "Make the bed for me!" Nozibele answered, "I''ve never made a bed for a dog." "Make the bed, or I''ll bite you!" the dog said. Nozibele made the bed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_12', 3, NULL, 'assets/topic/asb/1207.png', 'Every day she had to cook and sweep and wash for the dog. Then one day the dog said, "Nozibele, today I have to visit some friends. Sweep the house, cook the food and wash my things before I come back."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_13', 3, NULL, 'assets/topic/asb/1208.png', 'As soon as the dog had gone, Nozibele took three hairs from her head. She put one hair under the bed, one behind the door, and one in the kraal. Then she ran home as fast as she could.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_14', 3, NULL, 'assets/topic/asb/1209.png', 'When the dog came back, he looked for Nozibele. "Nozibele, where are you?" he shouted. "I''m here, under the bed," said the first hair. "I''m here, behind the door," said the second hair. "I''m here, in the kraal," said the third hair.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_15', 3, NULL, 'assets/topic/asb/1210.png', 'The dog knew that Nozibele had tricked him. He ran and ran all the way to the village. But Nozibele''s brothers were waiting there with big sticks. The dog turned and ran away and has never been seen since.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_16', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nozibele and the three hairs +Author - +Tessa Welch +Illustration - +Wiehan de Jager +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative, 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994', 2, 'Baboon chief', 'assets/topic/asb/18900.png', 'Bonsamo Miesso +Isaac Okwir', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_3', 3, NULL, 'assets/topic/asb/18894.png', 'There was a huge baboon with a large troop of baboons that followed him. He was a real dictator!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_4', 3, NULL, 'assets/topic/asb/18895.png', 'But there were many huge baboons in the troop, and the herd was often not sure which one was giving the orders.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_5', 3, NULL, 'assets/topic/asb/18896.png', 'So the other baboons said to the chief, "You need a special mark, so that we can be sure who you are. Then we''ll be able to follow your orders."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_6', 3, NULL, 'assets/topic/asb/18897.png', '"All right," said the chief. "I''ll wear a band round my head. But if I do that you must make sure that you follow my instructions exactly." They all agreed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_7', 3, NULL, 'assets/topic/asb/18898.png', 'So a big baboon tied a head band round the chief''s head. The chief said, "From today, whatever I tell you to do you must do. I don''t want any disobedience."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_8', 3, NULL, 'assets/topic/asb/18899.png', 'When the chief jumped the others jumped, when he sat down the others sat down. When he screamed, the others would scream.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_9', 3, NULL, 'assets/topic/asb/18900.png', 'As time went by the head band became tighter and tighter.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_10', 3, NULL, 'assets/topic/asb/18901.png', 'One day the chief sat down and said, "This head band is hurting me." And he put his head in his hands.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_11', 3, NULL, 'assets/topic/asb/18902.png', 'And all the baboons sat down, and they put their heads in their hands, and they said, "This head band is hurting me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_12', 3, NULL, 'assets/topic/asb/18903.png', 'He said, "No, I''m serious." And they all said, "No, I''m serious." The chief said, "This thing''s killing me." And they all said, "This thing''s killing me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_13', 3, NULL, 'assets/topic/asb/18904.png', 'And then he fell off the rock. And they all imitated him and fell off the rock. Then he began struggling and they began struggling.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_14', 3, NULL, 'assets/topic/asb/18905.png', 'Although the rest of the troop survived, the chief died from his injuries.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Baboon chief +Author - +Bonsamo Miesso and Elizabeth Laird +Illustration - +Isaac Okwir +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987', 2, 'The baboons that went this way and that', 'assets/topic/asb/1160.png', 'Southern African Folktale +Benjamin Mitchley', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_3', 3, NULL, 'assets/topic/asb/1161.png', 'The people in a village of small huts were becoming unhappy. Wild animals began to come and frighten them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_4', 3, NULL, 'assets/topic/asb/1162.png', 'These animals ate all their crops and even carried children away. It was not a good place to live any longer, but where could the people go?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_5', 3, NULL, 'assets/topic/asb/1163.png', 'One family found the answer. It was not hard to find food up in the hills.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_6', 3, NULL, 'assets/topic/asb/1164.png', 'Bushes grew in the cracks between rocks. Trees grew on the slopes of the hills. The parents trapped rock rabbits and the children caught birds.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_7', 3, NULL, 'assets/topic/asb/1165.png', 'Other families noticed how well the hill family lived. "It is a good life up in the hills," said the husband. "You should come there too."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_8', 3, NULL, 'assets/topic/asb/1166.png', 'Soon the other families left the flat land and went up to the hills. Each family found a cave to live in, and felt warm and secure.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_9', 3, NULL, 'assets/topic/asb/1160.png', 'Soon the children became very quick at climbing rocks, and finding fruit in the trees. They could swing in the branches almost as well as any monkey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_10', 3, NULL, 'assets/topic/asb/1167.png', 'Slowly, things began to change. The children talked less, and grunted more. Then the adults noticed that their noses were getting bigger and that they were growing more hair.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_11', 3, NULL, 'assets/topic/asb/1169.png', 'Every time they looked at one another they saw that their teeth were longer. They started to walk on four legs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_12', 3, NULL, 'assets/topic/asb/1175.png', 'They became a new creature that no-one had seen before in that place. This was the creature which people now call the baboon.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_13', 3, NULL, 'assets/topic/asb/1168.png', 'For a time, the baboons lived happily. They stopped chasing the rock rabbits and ate grubs from the ground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_14', 3, NULL, NULL, 'They forgot how to talk. They took off their clothes because their legs and arms were covered with dark hair.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_15', 3, NULL, 'assets/topic/asb/1170.png', 'They still remembered that they had been people. They looked at each other''s big noses and laughed at each other.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_16', 3, NULL, 'assets/topic/asb/1171.png', 'But they did not like the laughing. They jumped up and down in anger. Soon the baboons could not be together because of the laughing and the anger. Each family went off and lived by itself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_17', 3, NULL, 'assets/topic/asb/1173.png', 'That is why baboons live in small groups today and do not live as a baboon nation.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The baboons that went this way and that +Author - +Southern African Folktale +Illustration - +Benjamin Mitchley +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692', 2, 'Tortoise finds his house', 'assets/topic/asb/9213.png', 'Maya Fowler +Katrien Coetzer', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_3', 3, NULL, 'assets/topic/asb/9214.png', 'One day Tortoise was walking through the veld. He was looking for something. He gazed into the distance and squinted at the grass. Then he walked past Snail.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_4', 3, NULL, NULL, '"Are you looking for something?" Snail asked. "Yes, Snail, I''m looking for my house. Have you seen it, by any chance?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_5', 3, NULL, 'assets/topic/asb/9215.png', 'Snail said, "No, I haven''t, but I''ll help you look!" She climbed onto Tortoise''s shell. Tortoise walked on with Snail on his back. They looked and looked, but there was no sign of a house. The sun was high in the sky.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_6', 3, NULL, 'assets/topic/asb/9216.png', 'A little later they passed Sparrow. "Are you looking for something?" asked Sparrow. "Yes, Sparrow, I''m looking for my house. Have you seen it, by any chance?" Sparrow said, "No, I haven''t, but I''ll help you look!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_7', 3, NULL, 'assets/topic/asb/9213.png', 'He flapped his wings and he whizzed away. "But you''re going too fast for me," complained Tortoise. Sparrow came back. "Alright, then I''ll hop on too."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_8', 3, NULL, 'assets/topic/asb/9223.png', 'Tortoise carried on, with Snail and Sparrow perched on his shell. They looked and looked, but there was no sign of a house. The sun had inched lower in the sky.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_9', 3, NULL, 'assets/topic/asb/9218.png', 'A little later they passed Ladybird. "Are you looking for something?" asked Ladybird. "Yes, Ladybird, I''m looking for my house. Have you seen it, by any chance?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_10', 3, NULL, 'assets/topic/asb/9219.png', 'Ladybird said, "No, I haven''t, but I''ll help you look!" She hopped onto Tortoise''s back and on he went, with Snail and Sparrow and Ladybird on his back. They looked and looked, but there was no sign of a house. A breeze started to blow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_11', 3, NULL, 'assets/topic/asb/9220.png', 'A little later they passed Mouse. He was making a garland of daisies. "Are you looking for something?" asked Mouse. "Yes, Mouse, I''m looking for my house. Have you seen it, by any chance?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_12', 3, NULL, 'assets/topic/asb/9221.png', 'Mouse said: "No, I haven''t, but I''ll help you look!" She hopped onto Tortoise''s back. "Wait, I can''t leave my flowers behind." Tortoise waited. Mouse stretched and stretched and scooped up her daisies.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_13', 3, NULL, 'assets/topic/asb/9222.png', 'Tortoise walked on, with Snail and Sparrow and Ladybird and Mouse on his back. They looked and looked, but there was no sign of a house. The wind swept leaves off the ground and swirled them around Tortoise''s feet. He was tired. "You lot are heavy," he sighed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_14', 3, NULL, 'assets/topic/asb/9224.png', 'The wind got stronger. The sky turned dark. "Oh, where is my house?" asked Tortoise. Thunder roared in the hills. Lightning flashed in the distance. Drip-drip came the rain.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_15', 3, NULL, 'assets/topic/asb/9227.png', 'The wind whirled and whipped. It blew Snail and Sparrow and Ladybird and Mouse right off Tortoise''s back.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_16', 3, NULL, 'assets/topic/asb/9226.png', 'And then came the hail, tip-tip-tip. Tortoise got such a fright he shrank into his shell. It was warm and cosy in there. "Oh, here is my house!" smiled Tortoise.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_17', 3, NULL, 'assets/topic/asb/9225.png', '"Oh, here is Tortoise''s house!" said Snail and Robin and Mouse.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Tortoise finds his house +Author - +Maya Fowler +Translation - +Maya Fowler +Illustration - +Katrien Coetzer +Language - +English +Level - +First paragraphs +© Katrien Coetzer, Maya Fowler, Damian Gibbs, Bookdash.org and African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.bookdash.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073', 2, 'Wardit, the mule', 'assets/topic/asb/17977.png', 'Mesfin Habte-Mariam +Marleen Visser', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_3', 3, NULL, 'assets/topic/asb/17968.png', 'Once upon a time, there was a young mule called Wardit. She was clever, and beautiful. She was also very proud. One day, Wardit was going to the river to drink some water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_4', 3, NULL, 'assets/topic/asb/17969.png', 'A handsome young horse was walking along the same road. The horse saw Wardit and thought, "Here is the most beautiful mule in the world! I must marry her."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_5', 3, NULL, 'assets/topic/asb/17970.png', '"Where are you going?" the horse asked Wardit. "I''m going to the river to drink water," she replied. "Let me come with you," the horse said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_6', 3, NULL, 'assets/topic/asb/17971.png', 'The horse said, "Wardit, you are the most beautiful mule in the world! Please, be my wife!" Wardit looked at the horse. She thought, "He is young, handsome, and strong. Yes, I will marry him!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_7', 3, NULL, 'assets/topic/asb/17972.png', 'The horse wanted to know everything about his future wife. He asked, "Who is your father? Who is your mother?" Wardit turned her head away. She didn''t answer him. The horse said, "My dear, I must know the family of my bride."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_8', 3, NULL, 'assets/topic/asb/17973.png', 'Wardit laughed. She said, "You can see my mother every day. She lives in the palace. The governor rides her each morning." "But who is your father?" the horse asked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_9', 3, NULL, 'assets/topic/asb/17974.png', 'Wardit said, "My sister belongs to the priest. Don''t you know her? He rides her to the church." "Yes, but who is your father? Where is he?" the horse asked again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_10', 3, NULL, 'assets/topic/asb/17975.png', 'Wardit went on, "And my aunt is so beautiful! She lives with the headman of the village. He loves her like his daughter." "That''s very good, but please, tell me about your father," the horse said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_11', 3, NULL, 'assets/topic/asb/17976.png', 'Just then, an old donkey came down the road. It was Wardit''s father. She looked at him, and she was ashamed. "My father is only a donkey. The horse will not want a donkey to be his father-in-law," thought Wardit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_12', 3, NULL, 'assets/topic/asb/17977.png', 'The donkey was near Wardit now. She did not greet him. She did not even look at him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_13', 3, NULL, 'assets/topic/asb/17978.png', '"Wardit!" exclaimed the old donkey. "What''s the matter, my girl?" he asked. "Why don''t you speak to me?" The donkey became angry with his daughter. Wardit said nothing. She looked away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_14', 3, NULL, 'assets/topic/asb/17979.png', 'Then the horse became angry. He said to Wardit, "Who is this foolish old donkey? Why is he speaking to you?" "I don''t know him," said Wardit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_15', 3, NULL, 'assets/topic/asb/17980.png', '"You don''t know me? Wardit, I am your" cried the old donkey. But the horse wasn''t listening.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_16', 3, NULL, 'assets/topic/asb/17981.png', '"Go away!" shouted the horse. "You foolish old donkey. Leave us alone!" The old donkey didn''t move. The horse kicked him. The donkey fell down.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_17', 3, NULL, 'assets/topic/asb/17982.png', 'The donkey looked up to the sky. "Oh God," he cried. "Did you see this?" The poor old donkey''s heart broke, and he died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_18', 3, NULL, 'assets/topic/asb/17984.png', 'God heard the donkey''s words. God said to Wardit, "Your father is dead, and now I will punish you. Horses will have children, and donkeys will have children. But you, the mule, will never have a child. This is your punishment because you did not respect your father."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wardit, the mule +Author - +Mesfin Habte-Mariam and Elizabeth Laird +Illustration - +Marleen Visser +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270', 2, 'Face', 'assets/topic/asb/26803.png', 'Little Zebra Books +Sue Beattie', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_3', 3, NULL, 'assets/topic/asb/26807.png', 'Eyes', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_4', 3, NULL, 'assets/topic/asb/26808.png', 'Ears', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_5', 3, NULL, 'assets/topic/asb/26802.png', 'Mouth', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_6', 3, NULL, 'assets/topic/asb/26800.png', 'Nose', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_7', 3, NULL, 'assets/topic/asb/26801.png', 'Chin', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_8', 3, NULL, 'assets/topic/asb/26755.png', 'Teeth', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_9', 3, NULL, 'assets/topic/asb/26810.png', 'Tongue', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_10', 3, NULL, 'assets/topic/asb/26809.png', 'Cheeks', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_11', 3, NULL, 'assets/topic/asb/26804.png', 'Eyebrows', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_12', 3, NULL, 'assets/topic/asb/26806.png', 'Hair', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Face +Author - +Little Zebra Books +Illustration - +Sue Beattie +Language - +English +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775', 2, 'A Naughty Girl', 'assets/topic/asb/8665.png', 'Bathokwa book club + Catherine Groenewald, Vusi Malindi, Rob Owen, Natalie Propa, Ingrid Schechter and Melany Pietersen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_3', 3, NULL, 'assets/topic/asb/8661.png', 'Once upon a time the was a girl by the name of Emily Emily was very naughty.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_4', 3, NULL, 'assets/topic/asb/7518.png', 'Whenever her mother asked her to do anything she would refuse.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_5', 3, NULL, 'assets/topic/asb/8630.png', 'One day her mother was sick. She asked her to go her grandma and ask for some special medicine, so that she can drink and get better. Because Emily was naughty, she decided to go and have a swim on her way to grand ma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_6', 3, NULL, 'assets/topic/asb/8559.png', 'It became late, her mother started to worry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_7', 3, NULL, 'assets/topic/asb/8558.png', 'Her mother called the people of the village to help her look for Emily.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_8', 3, NULL, 'assets/topic/asb/8115.png', 'She was very worried because there was a monster who eats little girls at night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_9', 3, NULL, 'assets/topic/asb/8643.png', 'While the people were looking for Emily, she was still having fun in the pond. She was not aware of the darkness.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_10', 3, NULL, 'assets/topic/asb/8114.png', 'It was time for dinner for the monster and he started looking for food. As he was walking he started to smell a little girl. The village people were getting closer and closer to the pond.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_11', 3, NULL, 'assets/topic/asb/7584.png', 'Emily saw the monster coming and she started to scream. The people of the village heard a little girl''s scream and they started to run towards the voice.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_12', 3, NULL, 'assets/topic/asb/8025.png', 'The people of the village found emily still in the pond, she was very scared. And from that day she learned to listen and to respect her mother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +A Naughty Girl +Author - +Bathokwa book club +Illustration - +Catherine Groenewald, Vusi Malindi, Rob Owen, Natalie Propa, Ingrid Schechter and Melany Pietersen +Language - +English +Level - +First paragraphs +© Bathokwa Book Club 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530', 2, 'Pa Nase the spider and the village women', 'assets/topic/asb/26450.png', 'Abdul Koroma +Kenneth Boyowa Okitikpi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_3', 3, NULL, 'assets/topic/asb/26446.png', 'Once upon a time, Pa Nase the spider felt very hungry. He decided to go in search of food. He visited his friend''s place where he usually got help. +But his friend was not at home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_4', 3, NULL, 'assets/topic/asb/26447.png', 'Hungry Pa Nase thought of an idea for getting food. He remembered the store where the village women usually kept food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_5', 3, NULL, 'assets/topic/asb/26448.png', 'He sneaked into the store and stole some fish and bananas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_6', 3, NULL, 'assets/topic/asb/26449.png', 'On his way out, the little children noticed his unusual movements. They called on one of the women. +The women rushed at Pa Nase.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_7', 3, NULL, 'assets/topic/asb/26450.png', 'With loaded pockets, Pa Nase was very afraid and wanted to run. +The women caught him and decided to punish him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_8', 3, NULL, 'assets/topic/asb/26451.png', '"Let us grind him on the village stone," Yalol, one of the women suggested.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_9', 3, NULL, 'assets/topic/asb/26452.png', 'Pa Nase laughed out loud and said, "My grandfather lives in this rock. Grinding me on it is like sending me home. Thank you!" +The women decided not to grind him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_10', 3, NULL, 'assets/topic/asb/26453.png', '"Let us throw him in the fire," said Yangbet. +Again, Pa Nase laughed and said, "My grandmother, who loved me so much, is the owner of all fires. Throwing me into fire is like sending me home. Thank you!" The women felt disappointed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_11', 3, NULL, 'assets/topic/asb/26454.png', '"Let us fill a basket with fruit, put him inside and throw it into the river" Yabana suggested. At this, Pa Nase cried, "You have finally killed me!" +The women were happy. They filled a basket with fruit, put him inside and threw it into the river.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_12', 3, NULL, 'assets/topic/asb/26455.png', 'Once in the middle of the river, Pa Nase celebrated. He took some fruit and ate as he laughed at the women.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_13', 3, NULL, 'assets/topic/asb/26456.png', 'The women felt tricked and tried to hook Pa Nase. +But the fast flowing river did not allow them to catch him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_14', 3, NULL, 'assets/topic/asb/26457.png', 'Pa Nase forgot that there was fishing net down the river. He was caught in the net and got trapped. +Nobody came to help him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Pa Nase the spider and the village women +Author - +Abdul Koroma +Translation - +Abdul Koroma +Illustration - +Kenneth Boyowa Okitikpi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877', 2, 'Clever cat', 'assets/topic/asb/8876.png', 'Ursula Nafula +Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_3', 3, NULL, 'assets/topic/asb/8864.png', 'In my village, lives Mister Kio. Mister Kio has a cat called Safi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_4', 3, NULL, 'assets/topic/asb/8865.png', 'When Mister Kio goes to work, he leaves the door open.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_5', 3, NULL, 'assets/topic/asb/8866.png', 'Safi sits in the doorway to watch over the house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_6', 3, NULL, 'assets/topic/asb/8867.png', 'When the neighbour''s dog comes close, Safi scares him away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_7', 3, NULL, 'assets/topic/asb/8868.png', 'The dog runs away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_8', 3, NULL, 'assets/topic/asb/8870.png', 'When a neighbour knocks at the door, Safi is ready to scratch.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_9', 3, NULL, 'assets/topic/asb/8873.png', 'The neighbour turns and runs away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_10', 3, NULL, 'assets/topic/asb/8871.png', 'When Safi is hungry, she closes the door.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_11', 3, NULL, 'assets/topic/asb/8872.png', 'Safi eats her food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_12', 3, NULL, 'assets/topic/asb/8874.png', 'Afterwards, Safi jumps onto the sofa and sleeps, "Purr! Purr! Purr!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_13', 3, NULL, 'assets/topic/asb/8876.png', 'When Mister Kio returns, Safi stretches happily and welcomes him home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_14', 3, NULL, 'assets/topic/asb/8875.png', 'Mister Kio and Safi sit down, and each of them reads the newspaper.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Clever cat +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +English +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065', 2, 'Clever cat and foolish dog', 'assets/topic/asb/25483.png', 'Angesom Abadi +Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_3', 3, NULL, 'assets/topic/asb/25473.png', 'Long ago, there was a clever cat and a foolish dog. +The clever cat lived well in a wealthy family''s house. The foolish dog starved on the street.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_4', 3, NULL, 'assets/topic/asb/25474.png', '"How is it that a wealthy family allows you to live in their house?" the foolish dog angrily asked the clever cat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_5', 3, NULL, 'assets/topic/asb/25475.png', 'The clever cat replied, "I live with people because I''m neat and I bury my waste. I ask for food saying, meow."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_6', 3, NULL, 'assets/topic/asb/25476.png', '"If I do the same, will they allow me to live in a house?" asked the dog. +The cat replied, "Yes, do what I have told you and they will allow you. They will give you food."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_7', 3, NULL, 'assets/topic/asb/25477.png', 'The foolish dog said, "Today, I will not hurt you." +"He almost got me this time. I don''t want to meet him again," said the cat, jumping away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_8', 3, NULL, 'assets/topic/asb/25478.png', 'Based on the cat''s advice, the foolish dog barked loudly at the door of a house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_9', 3, NULL, 'assets/topic/asb/25479.png', 'The owners of the house beat him with a stick. +"The cat fooled me. I will eat her when I get her," shouted the foolish dog.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_10', 3, NULL, 'assets/topic/asb/25480.png', 'While the cat was playing outside her house, the dog grabbed her. +He said, "Last time you fooled me. You told me to bark at the gate of a house. The owners beat me. Now I will eat you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_11', 3, NULL, 'assets/topic/asb/25481.png', '"Listen dog, you can eat me, but let me play a little first. Just as I allow a rat to play before I eat her," replied the clever cat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_12', 3, NULL, 'assets/topic/asb/25482.png', 'The dog asked, "How does the rat play?" +The cat replied, "I let it go a little, and I tell it to count to three. While the rat is counting, I grab it."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_13', 3, NULL, 'assets/topic/asb/25483.png', 'The foolish dog let the cat go free and told her to count to three. +The clever cat escaped and climbed up a tree. +"Come down from the tree and count to three," asked the dog.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_14', 3, NULL, 'assets/topic/asb/25484.png', 'The clever cat answered, "Listen dog, you will never get me again. I''m not a fool. +You can count to a hundred, a thousand or a million but you will never get me again!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Clever cat and foolish dog +Author - +Solomon Abreha and Teki''a Gebrehiwot +Translation - +Angesom Abadi +Illustration - +Salim Kasamba +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402', 2, 'Cats and mice', 'assets/topic/asb/18908.png', 'Merga Debelo +Jacob Kono', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_3', 3, NULL, 'assets/topic/asb/18908.png', 'A long time ago, the cats and the mice were friends. They worked together and played together. Cats married mice and mice married cats and they were happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_4', 3, NULL, 'assets/topic/asb/18909.png', 'But over time, the mice became worried. "Some of our relatives have disappeared," they said. "Where are they?" "I haven''t seen my uncle for a long time," one mouse said. "And I haven''t seen my aunt," said another mouse. "My sister isn''t here anymore," a third mouse said. "And where''s my brother?" said a fourth mouse.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_5', 3, NULL, 'assets/topic/asb/18910.png', 'An old mouse shook his head. He looked sad. "I have bad news for you, my friends," he said. "The cats are eating us. We must be very careful. Soon they will eat us all."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_6', 3, NULL, 'assets/topic/asb/18911.png', 'The mice were very frightened. The mothers said to their children, "Don''t go outside. Be careful. The cats will catch you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_7', 3, NULL, 'assets/topic/asb/18912.png', 'All the mice were careful now. They stayed inside their holes. They did not like to go outside.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_8', 3, NULL, 'assets/topic/asb/18913.png', 'Now, the cats were worried too. "Where have all the mice gone?" they said. "We''re hungry. We haven''t got anything to eat." "They''re hiding from us," a big cat said. "How can we catch them?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_9', 3, NULL, 'assets/topic/asb/18932.png', '"I''ve got an idea," another cat said. "Let''s go and visit the mice and arrange a wedding. We''ll ask for one of their daughters to marry one of our sons. There''ll be a feast and they''ll all be together in one place. We can catch them all at the same time. It will be a great feast for us!" "That''s a very good idea," said all the other cats.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_10', 3, NULL, 'assets/topic/asb/18933.png', 'So, the cats sent their elders to the mice. "Give us one of your daughters," they said. "We want a wife for one of our sons."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_11', 3, NULL, 'assets/topic/asb/18934.png', 'The mice were very surprised. "We don''t trust you," they said. "You only want to eat us." "No! No!" answered the cats. "We''re very honest and sincere and want to be your friends. It''s true, a long time ago some of us ate some of you. But we must forget that now. We''ll never eat you again."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_12', 3, NULL, 'assets/topic/asb/18935.png', 'The mice looked at the cats. The cats were all smiling. "All right," the mice said. "We agree. We will give one of our daughters to one of your sons."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_13', 3, NULL, 'assets/topic/asb/18936.png', 'The cats went home happily. "The wedding day will be wonderful," they said, licking their lips.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_14', 3, NULL, 'assets/topic/asb/18937.png', 'The wedding day came. The mice were still very worried. "Stay near your holes," they said to their children. "Look, the cats are coming. If they''re nice to us, we''ll be nice to them. But if they try to eat us, we''ll be ready."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_15', 3, NULL, 'assets/topic/asb/18938.png', 'The cats came down the road. They were singing a wedding song.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_16', 3, NULL, 'assets/topic/asb/18939.png', '"Can you hear the words of the song?" an old mouse asked a young one. "Yes," the young mouse said. "Catch them and eat them. Catch them and eat them!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_17', 3, NULL, 'assets/topic/asb/18940.png', '"Then we must sing too," said the old mouse. He began to sing, "Run, mice, run. Run, mice, run!" All the mice jumped into their holes and escaped.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_18', 3, NULL, 'assets/topic/asb/18941.png', 'The cats arrived and asked each other, "Where is the bride for our son?" The old mouse put his head out of his hole. "We''ve learned our lesson," he said. "When your enemies pretend to be your friends, you must be ready to run away."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Cats and mice +Author - +Merga Debelo and Elizabeth Laird +Illustration - +Jacob Kono +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558', 2, 'Selemeng''s cats', 'assets/topic/asb/12005.png', 'Khothatso Ranoosi and Marion Drew +Marleen Visser and Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_3', 3, NULL, 'assets/topic/asb/12005.png', 'Selemeng loves cats. There are many cats at her house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_4', 3, NULL, 'assets/topic/asb/12006.png', 'Selemeng has one black cat. This cat eats a lot of meat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_5', 3, NULL, 'assets/topic/asb/12007.png', 'Selemeng has one fat cat. This cat eats everything.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_6', 3, NULL, 'assets/topic/asb/12008.png', 'Cat number three, runs up a tree. This cat gets stuck in the tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_7', 3, NULL, 'assets/topic/asb/12028.png', 'Selemeng climbs the tree. She gets stuck with cat three. Selemeng''s mother has to help them get down.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_8', 3, NULL, 'assets/topic/asb/12009.png', 'Selemeng has two lazy cats. They lie outside in the sun all day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_9', 3, NULL, 'assets/topic/asb/12019.png', 'Selemeng has three busy cats. They catch rats in the kitchen at night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_10', 3, NULL, 'assets/topic/asb/12020.png', 'Selemeng has one dog. His name is Lirafi. Lirafi has no friends. He is sad.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_11', 3, NULL, 'assets/topic/asb/12021.png', 'Selemeng''s cats do not like Lirafi. They chase him out of the house. Lirafi runs away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_12', 3, NULL, 'assets/topic/asb/12022.png', 'Selmeng finds Lirafi and brings him home. The cats are not happy. They do not want to see Lirafi again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_13', 3, NULL, 'assets/topic/asb/12024.png', 'How many cats does Selemeng have? She has eight cats.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_14', 3, NULL, 'assets/topic/asb/12023.png', 'How many dogs does Selemeng have? She has one dog. Where is Lirafi now?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_15', 3, NULL, NULL, 'How many cats do you have at home? How many dogs do you have at home?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_16', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Selemeng''s cats +Author - +Khothatso Ranoosi and Marion Drew +Translation - +Khothatso Ranoosi and Marion Drew +Illustration - +Marleen Visser and Wiehan de Jager +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://paleng.weebly.com/.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083', 2, 'The rat', 'assets/topic/asb/7506.png', 'Cornelius Wambi Gulere +Zablon Alex Nguku', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_3', 3, NULL, 'assets/topic/asb/7496.png', 'Once upon a time, there lived two rats. One rat lived in the bush.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_4', 3, NULL, 'assets/topic/asb/7497.png', 'The other rat lived in a house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_5', 3, NULL, 'assets/topic/asb/7498.png', 'One day, the rat that lived in the house said to the rat that lived in the bush, "You eat badly, sleep badly, and it rains on you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_6', 3, NULL, 'assets/topic/asb/7499.png', '"But us, we sleep in chief''s houses. We eat many different kinds of food. One day come and visit me and see," said the house rat. "I will come this very night," said the bush rat. "I''m ready like a straw for taking soda."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_7', 3, NULL, 'assets/topic/asb/7500.png', 'Meanwhile the owner of the house was furious. He cursed, "These rats that eat my food, they will see!" This time, he set a trap with sugar.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_8', 3, NULL, 'assets/topic/asb/7501.png', 'The rats came in to eat the goodies in the house. They came laughing, "Chuchuchichicheche!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_9', 3, NULL, 'assets/topic/asb/7502.png', 'When they reached the trap the house rat said, "Let me taste this sugar. You see the goodies we eat here."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_10', 3, NULL, 'assets/topic/asb/7503.png', 'But before the rat could take the sugar, the trap snapped, PA! The trap caught the rat''s head, and his eyes bulged like eggplants.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_11', 3, NULL, 'assets/topic/asb/7504.png', 'The bush rat just looked, amazed. He said, "E. Heee! My friend, which goodies did you eat that made your eyes bulge?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_12', 3, NULL, 'assets/topic/asb/7505.png', 'But the house rat could not reply.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_13', 3, NULL, 'assets/topic/asb/7505.png', 'The bush rat left the house saying, "Haa! I will not manage these goodies you praise."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_14', 3, NULL, 'assets/topic/asb/7506.png', 'Your worst home is better than your neighbour''s best home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The rat +Author - +Nambi Sseppuuya Community Resource Centre +Translation - +Cornelius Wambi Gulere +Illustration - +Zablon Alex Nguku +Language - +English +Level - +First sentences +© Text: Ugandan Community Libraries Association (Ugcla; Illusrations: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127', 2, 'Cats and mice', 'assets/topic/asb/18908.png', 'Merga Debelo +Jacob Kono', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_3', 3, NULL, 'assets/topic/asb/18908.png', 'A long time ago, the cats and the mice were friends. They worked together and played together. Cats married mice and mice married cats and they were happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_4', 3, NULL, 'assets/topic/asb/18909.png', 'But over time, the mice became worried. "Some of our relatives have disappeared," they said. "Where are they?" "I haven''t seen my uncle for a long time," one mouse said. "And I haven''t seen my aunt," said another mouse. "My sister isn''t here anymore," a third mouse said. "And where''s my brother?" said a fourth mouse.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_5', 3, NULL, 'assets/topic/asb/18910.png', 'An old mouse shook his head. He looked sad. "I have bad news for you, my friends," he said. "The cats are eating us. We must be very careful. Soon they will eat us all."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_6', 3, NULL, 'assets/topic/asb/18911.png', 'The mice were very frightened. The mothers said to their children, "Don''t go outside. Be careful. The cats will catch you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_7', 3, NULL, 'assets/topic/asb/18912.png', 'All the mice were careful now. They stayed inside their holes. They did not like to go outside.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_8', 3, NULL, 'assets/topic/asb/18913.png', 'Now, the cats were worried too. "Where have all the mice gone?" they said. "We''re hungry. We haven''t got anything to eat." "They''re hiding from us," a big cat said. "How can we catch them?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_9', 3, NULL, 'assets/topic/asb/18932.png', '"I''ve got an idea," another cat said. "Let''s go and visit the mice and arrange a wedding. We''ll ask for one of their daughters to marry one of our sons. There''ll be a feast and they''ll all be together in one place. We can catch them all at the same time. It will be a great feast for us!" "That''s a very good idea," said all the other cats.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_10', 3, NULL, 'assets/topic/asb/18933.png', 'So, the cats sent their elders to the mice. "Give us one of your daughters," they said. "We want a wife for one of our sons."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_11', 3, NULL, 'assets/topic/asb/18934.png', 'The mice were very surprised. "We don''t trust you," they said. "You only want to eat us." "No! No!" answered the cats. "We''re very honest and sincere and want to be your friends. It''s true, a long time ago some of us ate some of you. But we must forget that now. We''ll never eat you again."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_12', 3, NULL, 'assets/topic/asb/18935.png', 'The mice looked at the cats. The cats were all smiling. "All right," the mice said. "We agree. We will give one of our daughters to one of your sons."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_13', 3, NULL, 'assets/topic/asb/18936.png', 'The cats went home happily. "The wedding day will be wonderful," they said, licking their lips.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_14', 3, NULL, 'assets/topic/asb/18937.png', 'The wedding day came. The mice were still very worried. "Stay near your holes," they said to their children. "Look, the cats are coming. If they''re nice to us, we''ll be nice to them. But if they try to eat us, we''ll be ready."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_15', 3, NULL, 'assets/topic/asb/18938.png', 'The cats came down the road. They were singing a wedding song.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_16', 3, NULL, 'assets/topic/asb/18939.png', '"Can you hear the words of the song?" an old mouse asked a young one. "Yes," the young mouse said. "Catch them and eat them. Catch them and eat them!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_17', 3, NULL, 'assets/topic/asb/18940.png', '"Then we must sing too," said the old mouse. He began to sing, "Run, mice, run. Run, mice, run!" All the mice jumped into their holes and escaped.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_18', 3, NULL, 'assets/topic/asb/18941.png', 'The cats arrived and asked each other, "Where is the bride for our son?" The old mouse put his head out of his hole. "We''ve learned our lesson," he said. "When your enemies pretend to be your friends, you must be ready to run away."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Cats and mice +Author - +Merga Debelo and Elizabeth Laird +Illustration - +Jacob Kono +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418', 2, 'Petros and his dog', 'assets/topic/asb/25201.png', 'Bethelihem Waltenegus +Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_3', 3, NULL, 'assets/topic/asb/25198.png', 'Once upon a time, there was a boy called Petros. He was a very clever student. He came first in his class and his parents were proud of him. But Petros wished he had a brother, a sister, or a pet to play with.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_4', 3, NULL, 'assets/topic/asb/25199.png', 'One day he asked his mom, "Can I play outside? I have studied all morning and I want to play with my friends now." His mom replied, "All right! Go, but don''t be late!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_5', 3, NULL, 'assets/topic/asb/25200.png', 'On the way to the playground, Petros saw something unusual. It was a little dog with white and brown spots. The dog was stuck in a hole and he was scared. "Don''t worry, I won''t hurt you. I will help you," said Petros.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_6', 3, NULL, 'assets/topic/asb/25201.png', 'Petros helped the dog out of the hole. He barked with joy, dancing around the boy and licking him. "You are going to be my dog," said Petros happily as they continued to the playground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_7', 3, NULL, 'assets/topic/asb/25197.png', 'The dog ran far ahead. When Petros'' friends saw the dog running towards them, they said, "This dog might be dangerous. It might bite us." They picked up stones and threw them at the little dog. Petros was running and shouting for his friends to stop.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_8', 3, NULL, 'assets/topic/asb/25202.png', 'The friends did not hear Petros. The small dog ran as fast as he could to save his life. Then he hid from the boys who were chasing him. They did not find him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_9', 3, NULL, 'assets/topic/asb/25203.png', 'Petros'' friends went back to the playground and found Petros crying. "What is wrong?" asked one of them. "You chased my dog!" cried Petros. They were shocked and said, "We didn''t know it was your dog. We''re sorry. Let''s find him."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_10', 3, NULL, 'assets/topic/asb/25204.png', '"It''s no use. We will never find my dog," said Petros in a hopeless voice. "Yes, we will find him. Get up Petros, we will find your dog. We must not lose hope," his friends said, consoling him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_11', 3, NULL, 'assets/topic/asb/25205.png', 'Petros and his friends searched for the dog all afternoon until they got tired. Finally, Petros said, "There is one last place where the dog could be. If we don''t find him there, I will search no more. Let''s go to the river."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_12', 3, NULL, 'assets/topic/asb/25206.png', 'When the dog saw the boys coming, he was scared. He tried to cross the river but he was scared of the water. He was about to jump into the river, when he heard Petros calling, "Stop, don''t jump!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_13', 3, NULL, 'assets/topic/asb/25207.png', 'The dog turned around, saw Petros and ran to him. Petros hugged the dog and the dog licked Petros''s face. "My friend! I thought you were gone forever!" cried Petros.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_14', 3, NULL, 'assets/topic/asb/25208.png', 'Back at the playground, Petros gave his friends some advice. "Before you make decisions, think about what could happen as a result. Be careful of hurting others." His friends thought about his words and said, "We are sorry. The dog will be our friend too."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Petros and his dog +Author - +Bethelihem Waltenegus +Illustration - +Brian Wambi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809', 2, 'Petros and his dog', 'assets/topic/asb/25201.png', 'Bethelihem Waltenegus +Brian Wambi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_3', 3, NULL, 'assets/topic/asb/25198.png', 'Once upon a time, there was a boy called Petros. He was a very clever student. He came first in his class and his parents were proud of him. But Petros wished he had a brother, a sister, or a pet to play with.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_4', 3, NULL, 'assets/topic/asb/25199.png', 'One day he asked his mom, "Can I play outside? I have studied all morning and I want to play with my friends now." His mom replied, "All right! Go, but don''t be late!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_5', 3, NULL, 'assets/topic/asb/25200.png', 'On the way to the playground, Petros saw something unusual. It was a little dog with white and brown spots. The dog was stuck in a hole and he was scared. "Don''t worry, I won''t hurt you. I will help you," said Petros.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_6', 3, NULL, 'assets/topic/asb/25201.png', 'Petros helped the dog out of the hole. He barked with joy, dancing around the boy and licking him. "You are going to be my dog," said Petros happily as they continued to the playground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_7', 3, NULL, 'assets/topic/asb/25197.png', 'The dog ran far ahead. When Petros'' friends saw the dog running towards them, they said, "This dog might be dangerous. It might bite us." They picked up stones and threw them at the little dog. Petros was running and shouting for his friends to stop.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_8', 3, NULL, 'assets/topic/asb/25202.png', 'The friends did not hear Petros. The small dog ran as fast as he could to save his life. Then he hid from the boys who were chasing him. They did not find him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_9', 3, NULL, 'assets/topic/asb/25203.png', 'Petros'' friends went back to the playground and found Petros crying. "What is wrong?" asked one of them. "You chased my dog!" cried Petros. They were shocked and said, "We didn''t know it was your dog. We''re sorry. Let''s find him."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_10', 3, NULL, 'assets/topic/asb/25204.png', '"It''s no use. We will never find my dog," said Petros in a hopeless voice. "Yes, we will find him. Get up Petros, we will find your dog. We must not lose hope," his friends said, consoling him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_11', 3, NULL, 'assets/topic/asb/25205.png', 'Petros and his friends searched for the dog all afternoon until they got tired. Finally, Petros said, "There is one last place where the dog could be. If we don''t find him there, I will search no more. Let''s go to the river."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_12', 3, NULL, 'assets/topic/asb/25206.png', 'When the dog saw the boys coming, he was scared. He tried to cross the river but he was scared of the water. He was about to jump into the river, when he heard Petros calling, "Stop, don''t jump!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_13', 3, NULL, 'assets/topic/asb/25207.png', 'The dog turned around, saw Petros and ran to him. Petros hugged the dog and the dog licked Petros''s face. "My friend! I thought you were gone forever!" cried Petros.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_14', 3, NULL, 'assets/topic/asb/25208.png', 'Back at the playground, Petros gave his friends some advice. "Before you make decisions, think about what could happen as a result. Be careful of hurting others." His friends thought about his words and said, "We are sorry. The dog will be our friend too."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Petros and his dog +Author - +Bethelihem Waltenegus +Illustration - +Brian Wambi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688', 2, 'Donkey', 'assets/topic/asb/26642.png', 'Little Zebra Books +Marleen Visser', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_3', 3, NULL, 'assets/topic/asb/26643.png', 'Dog', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_4', 3, NULL, 'assets/topic/asb/26644.png', 'Duck', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_5', 3, NULL, 'assets/topic/asb/26645.png', 'Cow', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_6', 3, NULL, 'assets/topic/asb/26642.png', 'Donkey', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_7', 3, NULL, 'assets/topic/asb/26647.png', 'Mouse', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_8', 3, NULL, 'assets/topic/asb/26648.png', 'Cat', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_9', 3, NULL, 'assets/topic/asb/26649.png', 'Sheep', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_10', 3, NULL, 'assets/topic/asb/26687.png', 'Goat', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_11', 3, NULL, 'assets/topic/asb/26652.png', 'Pig', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_12', 3, NULL, 'assets/topic/asb/26651.png', 'Chicken', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_13', 3, NULL, 'assets/topic/asb/26647.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Donkey +Author - +Little Zebra Books +Illustration - +Marleen Visser +Language - +English +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422', 2, 'Three Best Friends', 'assets/topic/asb/25842.png', 'Catherine Amia +Wiehan de Jager, Idowu Abayomi Oluwasegun, Andrews Opoku Antwi, Michelangelo Quaye Anang and Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_3', 3, NULL, 'assets/topic/asb/1497.png', 'Once upon a time, there lived three best friends; Jude, Becky and Rachael.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_4', 3, NULL, 'assets/topic/asb/19328.png', 'They always did their house chores together; they actually went to each other''s homes and helped each other.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_5', 3, NULL, 'assets/topic/asb/19336.png', 'Their parents were so pleased with them. +Each time they finished their chores, they gave them nice things to eat such as very good food, fruits, biscuits and other nice things.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_6', 3, NULL, 'assets/topic/asb/13497.png', 'One day, they went to the well, and spent a very long time there. They forgot that it was getting late. The games they were playing were just to nice to help them remember that they had to go home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_7', 3, NULL, NULL, 'They even forgot about the warning they had been given about what always happened when one left the well late... Can you guess what the warning was?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_8', 3, NULL, NULL, 'It''s only when people started to leave the well one by one, that they remembered that it was getting late and they needed to go home as well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_9', 3, NULL, 'assets/topic/asb/931.png', 'However, on their way home, grass covered them up!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_10', 3, NULL, NULL, 'As they were still struggling to get out, it completely engulfed them! And they totally disappeared! +Their parents looked for them in vain. They all gathered together at the village local council... and sought for help. Most of the villagers helped them search for the missing children, but their search was in vain.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_11', 3, NULL, 'assets/topic/asb/25390.png', 'Early in the morning, one of the village women went to the well to fetch water. +She was shocked to find the missing children struggling to get out of the grass...', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_12', 3, NULL, 'assets/topic/asb/26427.png', 'She helped them get out of the entangled grass. And immediately took them to the village local council. And everyone was excited to see them. +They told them everything that had happened to them. And this was a lesson for everyone to learn... including the grown ups.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Three Best Friends +Author - +Catherine Amia +Illustration - +Wiehan de Jager, Idowu Abayomi Oluwasegun, Andrews Opoku Antwi, Michelangelo Quaye Anang and Rob Owen +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527', 2, 'The friend I miss', 'assets/topic/asb/8658.png', 'Ursula Nafula +Benjamin Mitchley, Catherine Groenewald, Rijuta Ghate and Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_3', 3, NULL, 'assets/topic/asb/2444.png', 'Every morning when I woke up I hurried to eat my breakfast.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_4', 3, NULL, 'assets/topic/asb/2450.png', 'Then I would take my blue blouse and run out of the house to find my friend Muthoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_5', 3, NULL, 'assets/topic/asb/2452.png', 'Once I found Muthoni, we would forget everything else.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_6', 3, NULL, 'assets/topic/asb/1191.png', 'Muthoni and I would play hide and seek. I hid in big trees, while Muthoni went behind huts.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_7', 3, NULL, NULL, 'Muthoni and I went to the village well together. We went to fetch firewood together. We went to school together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_8', 3, NULL, 'assets/topic/asb/1514.png', 'We promised each other that we would work hard in school and graduate.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_9', 3, NULL, 'assets/topic/asb/1517.png', 'But one day, Muthoni did not come to school. I stood at the door to our class and waited for her to arrive. But she did not come.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_10', 3, NULL, 'assets/topic/asb/2481.png', 'When I returned home that day, I told my mother about my friend Muthoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_11', 3, NULL, 'assets/topic/asb/8666.png', 'I continued with school, but I missed Muthoni very much.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_12', 3, NULL, 'assets/topic/asb/8641.png', 'But every day I went to school, I looked for Muthoni everywhere.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_13', 3, NULL, 'assets/topic/asb/1812.png', 'Now I am a lady, but I still miss my friend Muthoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The friend I miss +Author - +Ursula Nafula +Illustration - +Benjamin Mitchley, Catherine Groenewald, Rijuta Ghate and Wiehan de Jager +Language - +English +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547', 2, 'Aku the Sun Maker', 'assets/topic/asb/26422.png', 'Aisha Nelson +Idowu Abayomi Oluwasegun', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_3', 3, NULL, 'assets/topic/asb/26422.png', 'Long ago in a town called Sunland lived a girl with very long legs. Aku was her name.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_4', 3, NULL, 'assets/topic/asb/26423.png', 'Aku wondered about a lot of things. +Sometimes Aku''s father, Ataa Ankra, a fisherman let her go to the river with him to fish in his canoe. While Aku fished with her father, she wondered why the sun always looked at her from the sky. +Sometimes Aku helped her mother, A''anua to cook. Aku wondered why palm oil looked red in calabash but yellow in yam pottage.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_5', 3, NULL, 'assets/topic/asb/26424.png', 'And Aku wondered why Oti, her brother, and the other boys would not let her play football with them. Once, Aku asked the boys why. They only laughed and told her to go and play with the girls. +The girls too would not play with Aku. "Your legs are too long," they always said. +Aku was left lonely. She had no one to share her many thoughts with.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_6', 3, NULL, 'assets/topic/asb/26425.png', 'But Aku soon became friends with the sun. +She looked forward to seeing the sun every morning when she woke up. The cocks crowed to announce sunrise. Aku loved to dance in the early morning sun, her shadow dancing with her. The tweeting of birds made the cock crow music sweeter. +The sun filled Aku with happiness. The sun made Aku smile a lot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_7', 3, NULL, 'assets/topic/asb/26426.png', 'But one day, the sun did not rise. Aku waited for the cocks to crow. They did not. The birds too did not tweet. +And without the sun in Sunland, people could not go about their daily activities. Farmers could not go to tend their crops. And the sky was grey and sad. Ataa Ankra could not go fishing. Children too could not prepare for school. And women could not go to the market to haggle over the prices of soap and kerosene. +Aku missed all these. She missed the cock crows and bird tweets too. And she missed the sunrise more.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_8', 3, NULL, 'assets/topic/asb/26427.png', 'Everyone wanted to know where the sun went. "Maybe the sun is dead," some people said. "The sun has travelled," said others. +Aku disagreed, "No, the sun is not dead. And the sun has not travelled. Or it would have first told me." +Some people chuckled at what Aku said. She continued anyway, "I tell the truth. The sun is my friend. The sun is not dead. It is only –". But no one would hear anymore. Everyone forgot about the sun. They laughed hard at Aku. The children laughed too. +The children''s laughter pained Aku the most.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_9', 3, NULL, 'assets/topic/asb/26428.png', 'Sad like the sky, Aku hastened into her house. +On the way, she accidentally kicked her brother''s football. The ball rolled into the kitchen. There was a calabash of palm oil in a corner of the kitchen. The ball hit the calabash. The calabash toppled. +The palm oil in it spilled. The palm oil soiled the ball.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_10', 3, NULL, 'assets/topic/asb/26429.png', 'Oti came into the house with one of his friends to fetch his ball. He saw the toppled calabash, the spilled palm oil. He saw his soiled ball too. +Before he could run out to tell A''nua what Aku had done, Aku picked up the ball and ran off. The boys followed Aku. They all met A''anua outside the house. A''anua saw Aku holding the ball. Before she could call Aku and scold her, Aku ran past her. +Oti, A''anua and all the people of Sunland watched Aku run away. They wondered what she would do with a soiled ball.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_11', 3, NULL, 'assets/topic/asb/26430.png', 'Aku stopped when she got to the middle of the town square. She put the ball on the ground. +With a mighty swing of her hands and a swift pull of one long leg behind the other, Aku kicked the ball. The ball turned round on the ground, spinning towards the edge of the town square. It hit the roots of the palm tree at one end of the town square.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_12', 3, NULL, 'assets/topic/asb/26431.png', 'Then the ball shot into the sad sky. With mouths opened wide, the people of Sunland gazed after the flying ball. The ball flew beyond the clouds, beyond the gaze of the eyes. +Everything was still. All was quiet. +Suddenly, the sky cleared. The clouds became white, round and fluffy. Then a big ball came from behind the clouds. The ball was bright. And it was red and yellow like palm oil. The ball was the sun. Aku''s sun. +Everything stirred. The quietness left.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_13', 3, NULL, 'assets/topic/asb/26432.png', 'Soon, everyone was rushing home to prepare for their daily activities. +Ataa Ankra looked for his fish bucket. Farmers took their hoes. Children bathed and dressed, ready to go to school. Women tied monies at the ends of their cover cloths. They carried their basins and baskets and hurried to the market.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_14', 3, NULL, 'assets/topic/asb/26433.png', 'The sun returned to Sunland. Aku made it. A new day began...', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Aku the Sun Maker +Author - +Aisha Nelson +Translation - +Aisha Nelson +Illustration - +Idowu Abayomi Oluwasegun +Language - +English +Level - +Read aloud +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718', 2, 'My friend Coco', 'assets/topic/asb/2485.png', 'Ursula Nafula +Ursula Nafula', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_3', 3, NULL, 'assets/topic/asb/2486.png', 'When I was five years old, my uncle gave me a wonderful present. It was a three-week-old puppy! The day my uncle brought the puppy home, I was very happy. I knew I had a friend.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_4', 3, NULL, 'assets/topic/asb/2487.png', 'After putting him down, my uncle turned to me and asked, "What name will you give him?" I looked at my puppy, and said, "Coco." My uncle was surprised. He asked, "Why do you call him Coco?" I said, "Because he looks like cocoa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_5', 3, NULL, 'assets/topic/asb/2488.png', 'I asked my uncle if Coco was born alone. My uncle said that there was another puppy, exactly like Coco. I went to see Coco''s brother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_6', 3, NULL, 'assets/topic/asb/2485.png', 'When Coco saw his brother, he was very excited. The two of them put their heads together as if they were talking.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_7', 3, NULL, 'assets/topic/asb/2491.png', 'I asked my uncle if I could keep both Coco and his brother. "All right," he said. "But you must look after them." So every evening, I played with them and took them for exercise.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_8', 3, NULL, 'assets/topic/asb/2490.png', 'A few months later, Coco and his brother were big, strong and healthy. They were too big for me to look after on my own.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_9', 3, NULL, 'assets/topic/asb/2492.png', 'So I asked my uncle to take back Coco''s brother. But when Coco was left alone, he looked very sad. It felt as if he was asking me, "Why did you do that?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_10', 3, NULL, 'assets/topic/asb/2489.png', 'He stopped playing. Sometimes he refused to go for a walk with me. There were times when Coco ate very little. I was worried. I asked myself, "What can I do to help Coco?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_11', 3, NULL, NULL, 'Then one day my uncle came to visit. When I heard his voice, I rushed out of the house. Before I could see him, I heard the barking of dogs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_12', 3, NULL, 'assets/topic/asb/2493.png', 'Behind the kitchen, dancing happily before me were Coco and his brother!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_13', 3, NULL, 'assets/topic/asb/2494.png', 'I was so happy that I did not know who to hug first, Coco or my uncle. I knew Coco would go back to his old self now that his brother was back. We would go running in the fields again!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +My friend Coco +Author - +Ursula Nafula +Illustration - +Ursula Nafula +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078', 2, 'My friend, my enemy', 'assets/topic/asb/25536.png', 'Lorato Trok +Thulani Mhlanga', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_3', 3, NULL, 'assets/topic/asb/25535.png', 'Once upon a time, in the village of Mphahlele, there was a young man who lived with his parents.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_4', 3, NULL, 'assets/topic/asb/25536.png', 'This young man was very respectful to his parents and to all the other people in the village. His name was Thabo Maloba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_5', 3, NULL, 'assets/topic/asb/25537.png', 'Mondays are a busy day in the village as the children get ready for school after the weekend. +One day, on his way to school, Thabo met a boy called Sparks. They chatted along the way and became friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_6', 3, NULL, 'assets/topic/asb/25538.png', 'Sparks was always fighting, bullying others and bunking school. He was a bad person who gambled and enjoyed the company of other bad people. Slowly but surely Sparks influenced Thabo. Thabo did not want to be seen as uncool and he started behaving as badly as Sparks.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_7', 3, NULL, 'assets/topic/asb/25539.png', 'Thabo became a bully and disrespected his parents and people he used to respect. He became a drunkard and was unable to look after himself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_8', 3, NULL, 'assets/topic/asb/25540.png', 'Thabo became reckless and got sexually transmitted infections. He became so thin that Sparks made jokes and didn''t want to be his friend any more. Thabo''s parents encouraged him to visit a local clinic to get medication. After taking medication he became better.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_9', 3, NULL, 'assets/topic/asb/25541.png', 'Thabo reflected on his life. He realised that he had befriended an enemy. He started working at school and apologised to his parents and teachers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_10', 3, NULL, 'assets/topic/asb/25542.png', 'Sparks was disappointed by Thabo''s good behaviour. But he was embarrassed by his own behaviour and decided to change and became a better person.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +My friend, my enemy +Author - +Smangaliso Molebale +Translation - +Lorato Trok +Illustration - +Thulani Mhlanga +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +This story was selected as one of the 7 winning stories from the Writing in your mother tongue writing competition partnership between Saulsville Library and the African Storybook Initiative.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202', 2, 'The lady in orange', 'assets/topic/asb/9474.png', 'Ursula Nafula +Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_3', 3, NULL, 'assets/topic/asb/9465.png', 'My father took me to town in our old blue car. We stopped at a big roundabout to wait for the lights to turn green.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_4', 3, NULL, 'assets/topic/asb/9466.png', 'I saw a lady walking on the side of the road. She was wearing a beautiful bright orange dress.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_5', 3, NULL, 'assets/topic/asb/9469.png', 'She had a big red belt around her waist.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_6', 3, NULL, 'assets/topic/asb/9470.png', 'In her hand, she carried a shiny little orange handbag.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_7', 3, NULL, 'assets/topic/asb/9939.png', 'She wore a pair of shiny orange high-heeled shoes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_8', 3, NULL, 'assets/topic/asb/9940.png', 'She stopped and touched her long hair, which was held together in the middle with a hairpin.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_9', 3, NULL, 'assets/topic/asb/9474.png', 'As she fixed her hairpin, her handbag fell down. "Ouch," I said feeling bad for her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_10', 3, NULL, 'assets/topic/asb/9942.png', 'The lady bent to pick up her handbag.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_11', 3, NULL, 'assets/topic/asb/9475.png', 'I saw long orange earrings as she cleaned the dust off her handbag.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_12', 3, NULL, 'assets/topic/asb/9476.png', 'The lights changed green, and our car drove off, but I kept looking behind.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_13', 3, NULL, 'assets/topic/asb/9477.png', '"What are you looking at?" my father asked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_14', 3, NULL, 'assets/topic/asb/9478.png', '"At the lady in orange," I said. I thought of the colour orange all day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The lady in orange +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +English +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442', 2, 'Colours of a rainbow', 'assets/topic/asb/9838.png', 'Caren Echesa + Jesse Breytenbach', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_3', 3, NULL, 'assets/topic/asb/9838.png', 'A rainbow has seven colours.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_4', 3, NULL, 'assets/topic/asb/9839.png', 'The first colour is red.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_5', 3, NULL, 'assets/topic/asb/9840.png', 'Kewyu is wearing a red shirt.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_6', 3, NULL, 'assets/topic/asb/9841.png', 'The second colour is orange.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_7', 3, NULL, 'assets/topic/asb/9842.png', 'This is an orange. What else can you see that is the colour orange?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_8', 3, NULL, 'assets/topic/asb/9843.png', 'The third colour is yellow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_9', 3, NULL, 'assets/topic/asb/9844.png', 'The yolk of an egg is yellow. What else can you see that is the colour yellow?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_10', 3, NULL, 'assets/topic/asb/9846.png', 'The fourth colour is green.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_11', 3, NULL, 'assets/topic/asb/9847.png', 'Our banana garden is green.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_12', 3, NULL, 'assets/topic/asb/9849.png', 'The fifth colour is blue.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_13', 3, NULL, 'assets/topic/asb/9850.png', 'The sky is blue.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_14', 3, NULL, 'assets/topic/asb/9851.png', 'The sixth colour is indigo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_15', 3, NULL, 'assets/topic/asb/9852.png', 'These berries are the colour indigo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_16', 3, NULL, 'assets/topic/asb/9854.png', 'The seventh colour is violet.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_17', 3, NULL, 'assets/topic/asb/9853.png', 'My dress is violet. Violet is my favourite colour! What is your favourite colour?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_18', 3, NULL, 'assets/topic/asb/9856.png', 'Do you know the seven colours of the rainbow?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Colours of a rainbow +Author - +Caren Echesa +Translation - +Caren Echesa +Illustration - +Jesse Breytenbach +Language - +English +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574', 2, 'Refiloe and the washed chickens', 'assets/topic/asb/986.png', 'Marion Drew +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_3', 3, NULL, 'assets/topic/asb/1003.png', 'It was the first wedding in the Tenane family, and Refiloe had never been so excited in her life. "I''m going to be Palesa''s bridesmaid, with a new dress and shoes!" she said to her chickens. Refiloe told her chickens everything. Her father had given the chickens to her as a birthday present, and she loved them very much.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_4', 3, NULL, 'assets/topic/asb/1011.png', '"Take those dirty scruffy chickens out of here Refiloe!" shouted her mother, "I don''t want them anywhere near this wedding tent."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_5', 3, NULL, 'assets/topic/asb/989.png', 'Refiloe shooed her chickens out of the tent. "Run away you silly things." she said, "I don''t want you to be eaten at Palesa''s wedding!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_6', 3, NULL, 'assets/topic/asb/1013.png', '"Mme says that this is going to be the best wedding ever seen in Malealea," Refiloe told her chickens, "and she says that I can help all the older girls with the cooking." The chickens paid no attention to her. "Refiloe!" called her mother from inside, "leave those chickens of yours and come and help me with these pots please!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_7', 3, NULL, 'assets/topic/asb/992.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_8', 3, NULL, NULL, 'Refiloe''s mother was very proud of her house, and wanted it to be perfect for the wedding. She cleaned and washed and scrubbed and scoured and polished everything in sight. When she had finished, there was not a single speck of dust anywhere. The chickens poked their heads inside the front door. "Out!" shouted Refiloe''s mother, "out you scruffy things with your dirty feet and beaks!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_9', 3, NULL, 'assets/topic/asb/1018.png', 'Refiloe followed her chickens out into the yard. "Mme is right, you are a disgrace," she scolded them So Refiloe thought for a while. Suddenly she smiled and said to herself, "I have an excellent idea." She went and filled a bucket with water from the spring. Refiloe had a lot of trouble catching her chickens. They did not think that a bath was such a good idea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_10', 3, NULL, 'assets/topic/asb/993.png', 'Refiloe put the first chicken into the bucket of water. It clucked at the top of its voice and flapped its wings like crazy. "Hold still you silly thing," Refiloe shouted, "this won''t take long!" When Refiloe wiped the chicken''s nose and eyes it suddenly went limp and flopped over the side of the bucket.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_11', 3, NULL, 'assets/topic/asb/1000.png', '"This is no time to sleep," said Refiloe. She gave it a good shake to get all the water out. "If you are not going to wake up now, I''ll have to put you somewhere to dry nicely," she said. She laid the chicken out on the grass to dry. The chicken lay completely still.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_12', 3, NULL, 'assets/topic/asb/994.png', 'Refiloe washed each and every one of her chickens. Each and every one of them went limp and floppy before she was finished with it. She put all those eight chickens in a row on the grass to dry. Not one of them moved a single feather. "I''ll leave them to sleep a little," Refiloe thought to herself, and off she went to check on the moroho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_13', 3, NULL, 'assets/topic/asb/990.png', 'Mme Ngwe and Mme Pedi were Refiloe''s aunts. They did not like each other at all. The aunts had been preparing for months for Palesa''s wedding, but they would not even think about riding together in the same taxi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_14', 3, NULL, 'assets/topic/asb/995.png', 'Mme Ngwe spotted Refiloe''s chickens laid out to dry. "What a nice little snack for me to take home!" she said to herself. She took off her chale and carefully wrapped all those chickens up in it. Not a single chicken moved. "Perfect!" she smiled, "now I shall put them somewhere where Mme Pedi will not ever find them," and she put the bundle around the corner among the pumpkin vines.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_15', 3, NULL, NULL, 'Mme Pedi decided to make her famous pumpkin dish. She took her big bowl and went off to the vegetable garden. In the vegetable garden she saw Mme Ngwe''s bundle under the pumpkin vine. She undid the bundle. Out fell all eight chickens. "Eish!" she cried jumping back in surprise. "Oh, you are the cleanest, prettiest chickens! Just ready for my pot," she crooned. "Now, where shall I hide you my darlings?" Mme Pedi chuckled, "I''ll have to find a very good place," she said walking round the house. "I know," she said at last, "I''ll put you on the roof!" Mme Pedi climbed up onto the garden wall and put the chickens in a row on the thatched roof.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_16', 3, NULL, 'assets/topic/asb/997.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_17', 3, NULL, NULL, 'The next day the sun rose in good time for the wedding. Refiloe was up first and went to see her chickens. She saw that they were no longer lying on the grass. "They must be nicely dry by now. I''m sure they have gone to look for their breakfast," she said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_18', 3, NULL, 'assets/topic/asb/1047.png', 'Palesa''s wedding was wonderful. Those chickens did not get up off the roof to join in when all the bridesmaid ladies danced into the yard. Not one of the chickens stirred when the church choir sang in their loudest, sweetest voices. The chickens were still lying on the roof when the priest gave his sermon. They did not even twitch a feather when the pigs and Refiloe''s grandfather all snored loudly in the middle of the sermon. Not one foot of those chickens trembled when sheep wandered into the tent, nearly knocking over the wedding cake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_19', 3, NULL, 'assets/topic/asb/999.png', 'It was only when the groom''s father was halfway through his speech that things started to change on that roof.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_20', 3, NULL, NULL, 'The first chicken spread its wings and flew onto Mme Ngwe''s bosom. Mme Pedi next to her started giggling. Another chicken flew up onto Mme Ngwe''s new duku. The people at the next table tried not to laugh. The lady next to Mme Ngwe put her head down onto the table, "Ai, aai, aaaaii, he, he, heeeeeeee!" she cackled. All the other chickens decided to join the first two. You couldn''t see Mme Ngwe for all those chickens!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_21', 3, NULL, 'assets/topic/asb/1002.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_22', 3, NULL, NULL, 'The guests screamed with laughter. The men had to hold onto their bellies. The women rolled around in their chairs. The boys and girls were hanging onto each other. The grandmothers could hardly breathe for laughing. The grandfathers stamped their walking sticks. Then the two aunts looked at each other and started giggling. Mme Pedi opened her mouth wide with laughter. Mme Ngwe threw back her head and laughed until all her chins shook. Refiloe couldn''t believe it!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_23', 3, NULL, 'assets/topic/asb/1046.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_24', 3, NULL, NULL, 'All the guests agreed that it was the best wedding entertainment ever known in Malealea. "Oh you are so lucky!" Refiloe said to her chickens as she put them into their coop for the night, "Mme says that she will never put you in the supper pot." "But look how dirty you are again," she told them, "I think I''ll have to give you another wash tomorrow!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_25', 3, NULL, 'assets/topic/asb/1048.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_26', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Refiloe and the washed chickens +Author - +Marion Drew +Illustration - +Wiehan de Jager +Language - +English +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747', 2, 'Mr Mkhize''s quarters', 'assets/topic/asb/15721.png', 'Lorato Trok +Marleen Visser', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_3', 3, NULL, 'assets/topic/asb/15714.png', 'It is nearly break time at Siyafunda Primary School. The two spaza shop owners at the school are preparing lunch to sell to hungry children.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_4', 3, NULL, 'assets/topic/asb/15715.png', 'In Mr Motaung''s shop, the bread is cut and ready for making kotas. He carefully cuts out the soft middle of each quarter loaf. Then he puts polony and chips in the space inside. Motaung puts two spoonfuls of his wife''s homemade atchar in each kota. He likes to boast that his kotas have atchar inside and atchar on top!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_5', 3, NULL, 'assets/topic/asb/15716.png', 'In Mr Mkhize''s shop, the chips are nearly ready, but he is still cutting his bread for kotas. He is worried because things are not going well with his shop. "It started well," thinks Mkhize. "But now I get fewer and fewer customers. At least I''m reducing some of my costs by cutting five kotas from a loaf."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_6', 3, NULL, 'assets/topic/asb/15717.png', 'Jabu and Zodwa are buying lunch. Zodwa buys from Mr Mkhize. Jabu buys from Mr Motaung. He believes that Motaung''s kota has got more chips and atchar than Mkhize''s kota.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_7', 3, NULL, 'assets/topic/asb/15718.png', 'The queue at Mr Motaung''s shop is always longer. Zodwa waits for Jabu. Then the friends sit together in the shade to enjoy their kotas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_8', 3, NULL, 'assets/topic/asb/15719.png', 'Zodwa notices something that makes her stare and frown. "What are you staring at?" asks Jabu. "Your kota! It looks bigger than mine," says Zodwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_9', 3, NULL, 'assets/topic/asb/15720.png', 'They both look very closely at their kotas. Sure enough, Jabu''s is bigger. "Something is not right here," says Zodwa. "I wonder if this is the reason Mr Mkhize''s shop is not busy anymore." Jabu thinks for a while and then he replies, "Well, I heard that some kids saw Mkhize cutting his bread into five pieces for kotas!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_10', 3, NULL, 'assets/topic/asb/15721.png', 'Nomsa overhears Jabu and Zodwa talking and she''s curious. She asks them what''s wrong with cutting the loaf into five pieces for kotas. Zodwa and Jabu reply together, "A kota is a quarter of a loaf!" Nomsa still looks confused, so Zodwa explains, "The loaf must be cut into four equal pieces. Otherwise, they are not quarters."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_11', 3, NULL, 'assets/topic/asb/15722.png', 'Nomsa is cross because she also buys from Mr Mkhize. "So, he is stealing bread from us!" she says in a loud voice. Zodwa decides to go back to Mkhize''s shop to complain. She marches off, holding her kota up in the air. Nomsa hurries behind her. Jabu sighs and gets up to follow his friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_12', 3, NULL, 'assets/topic/asb/15723.png', 'Mr Mkhize is disappointed when he sees that the children aren''t new customers. "Oh, hello again kids," he mutters, "how can I help you?" +"Mr Mkhize, I asked you for a quarter and I paid you for a quarter. But this is not a quarter," says Zodwa, pointing at her kota. "I want a quarter kota or my money back," she adds firmly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_13', 3, NULL, 'assets/topic/asb/15724.png', '"Is it true Mr Mkhize? You''ve been cheating us!" cries Nomsa. A few children have followed them to the shop and are now listening to the fierce accusations. Mkhize waves his hands wildly. "What are you saying about me?" he protests. "I''m not like that! I want you to get out of my shop now!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_14', 3, NULL, 'assets/topic/asb/15725.png', 'Then Zodwa says quietly, "We will tell everyone what you are doing. It will spread like wildfire throughout the school. You will have to close your shop. No one will come and buy from you!" Mr Mkhize looks at the three children standing in front of him. Then he looks at the growing crowd outside his shop.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_15', 3, NULL, 'assets/topic/asb/15726.png', '"OK," he says eventually, "I will give you your money back. "And also promise that you will cut each loaf into quarters for your kotas," speaks up Jabu. Mr Mkhize promises that he will. Then he clears his throat and says loud enough for everyone to hear, "I also promise that I will add more atchar and more chips to my kotas."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_16', 3, NULL, 'assets/topic/asb/15727.png', 'Mr Mkhize did indeed add extra chips and atchaar to his kotas. Soon more children were buying from him, and his shop started doing well. He was even able to hire someone to help him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_17', 3, NULL, 'assets/topic/asb/15728.png', 'Now there is a healthy competition between Mr Mkhize and Mr Motaung, and everyone is happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_18', 3, NULL, 'assets/topic/asb/15729.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mr Mkhize''s quarters +Author - +Lorato Trok +Illustration - +Marleen Visser +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712', 2, 'Why Frog is so ugly', 'assets/topic/asb/7077.png', 'Mozambican folktale +Hélder de Paz Alexandre', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_3', 3, NULL, 'assets/topic/asb/7069.png', 'Many years ago, the Lizard and the Frog were friends. One day they decided to look for girlfriends in the city.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_4', 3, NULL, 'assets/topic/asb/7070.png', 'The Frog was jealous of the Lizard''s shining and brilliant skin.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_5', 3, NULL, 'assets/topic/asb/7071.png', 'He said, "What did you do to look so beautiful? Look at me, I am so ugly. What can I do about my skin?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_6', 3, NULL, 'assets/topic/asb/7072.png', 'The Lizard said, "Listen! Put some water in a pot and put it on the fire. Next you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_7', 3, NULL, 'assets/topic/asb/7073.png', 'But the Frog said, "I know already, I know. Shut up, my friend." And he left.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_8', 3, NULL, 'assets/topic/asb/7074.png', 'So he arrived home and put some water in a pot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_9', 3, NULL, 'assets/topic/asb/7075.png', 'When the water began to boil, he threw himself into it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_10', 3, NULL, 'assets/topic/asb/7076.png', 'His skin was burnt and his tail came off!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_11', 3, NULL, 'assets/topic/asb/7077.png', 'And instead of being brilliant and beautiful like the Lizard, he was even more ugly!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_12', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Why Frog is so ugly +Author - +Mozambican folktale +Illustration - +Hélder de Paz Alexandre +Language - +English +Level - +First sentences +© Mozambican Writers 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197', 2, 'The generous fish', 'assets/topic/asb/1840.png', 'Kholeka Mabeta +Jemma Kahn and Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_3', 3, NULL, 'assets/topic/asb/1841.png', 'Once upon a time there was a very rich man called Mpunzi. He had a wife and one daughter called Nosisa. Mpunzi wanted a son, but he and his wife could not have any more children. Mpunzi blamed his wife for not giving him a son. He bullied his wife and treated her like a child.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_4', 3, NULL, 'assets/topic/asb/1843.png', 'One day Mpunzi was very angry and he hit his wife with a stick. She ran away back to her family. She left with a sad heart because Mpunzi did not let her take Nosisa with her. Mpunzi bullied his daughter in the same way he bullied his wife. Nosisa lived a very sad life.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_5', 3, NULL, 'assets/topic/asb/1844.png', 'Mpunzi decided to marry another wife. He hoped that the new wife would give him a baby boy. Nosisa''s life became even more difficult when her father married again. Mpunzi scolded her all the time and made her serve the new wife. Nosisa worked like a slave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_6', 3, NULL, NULL, 'Mpunzi was very proud of his cattle. He used to sit outside his homestead and watch his cattle grazing in the field. He felt very satisfied with his wealth. Mpunzi''s many servants cleaned around the homestead, and looked after his goats, cattle and sheep. They milked the cows for fresh milk that Mpunzi sold to other villagers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_7', 3, NULL, 'assets/topic/asb/1845.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_8', 3, NULL, 'assets/topic/asb/1848.png', 'Mpunzi loved his new wife very much. He treated her like a queen. She sat inside her hut all day and gave orders to Nosisa and the servants. Nosisa woke up early every day to make tea for her stepmother. She cleaned her hut and cooked for her, but her stepmother always complained that her food was cold, her tea was weak, and her hut was not clean.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_9', 3, NULL, 'assets/topic/asb/1846.png', 'One day Mpunzi became very angry at Nosisa. He scolded her and hit her with a stick. Nosisa ran off to the river where she sat and cried the whole afternoon. Suddenly she heard a voice coming out of the river. She looked up and saw a big fish. The voice was coming from the fish. Nosisa was so shocked she almost ran away, but the fish stopped her. "Please don''t run away my daughter, I am your mother. I have changed myself into a fish so that your father does not know it''s me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_10', 3, NULL, 'assets/topic/asb/1849.png', '"What is the matter?" asked the fish. Nosisa told the fish everything about her sad life. "Don''t worry my girl. I will bring you food every day," said the fish. The fish gave fresh vegetables to Nosisa. She had a feast. When she looked up the fish was gone. That day Nosisa went home smiling. She would not have to go to bed without food as usual.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_11', 3, NULL, 'assets/topic/asb/1857.png', 'Nosisa went to the river every day. In the morning she woke up as usual and did her chores around the house. At midday, she went to the river. She called out every time, and every time the fish would appear with delicious food. Nosisa became happier and happier. She could talk to the fish about anything. She started to regain her health. Her skin was glowing and she was a happy child.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_12', 3, NULL, 'assets/topic/asb/1850.png', 'Nosisa visited the fish every day until her stepmother became suspicious. Nosisa had gained weight and she was glowing. "Something is going on at the river, I must find out what it is," thought the stepmother. One afternoon she followed Nosisa to the river. She saw Nosisa talking to the fish, and getting delicious food. Nosisa''s secret was out. "I have to do something about this fish," said the stepmother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_13', 3, NULL, 'assets/topic/asb/1851.png', 'In the evening, Mpunzi came back from the fields. He found his new wife crying in her hut. "What is wrong my lovely wife," asked Mpunzi. "I went to a traditional doctor," said the wife. "He told me that the only way for me to give you a son is to eat the biggest fish that lives in this nearby river," she said. "Will you catch the fish for me tonight?" pleaded the woman. "I will do anything for you my beautiful wife," said Mpunzi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_14', 3, NULL, 'assets/topic/asb/1852.png', 'Mpunzi set off to the river before it was too dark. He took his servants to help him find the biggest fish in that river. They searched and searched and eventually Mpunzi caught the biggest fish. He put it in a bag and went home with it. When he got to the house, there was a good hot fire ready to cook the fish. "I will make the best meal ever for us," said the woman to Mpunzi. "You are the bravest and strongest man I know." Mpunzi was very pleased with himself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_15', 3, NULL, 'assets/topic/asb/1853.png', 'That night Mpunzi and his wife went to bed happy after their delicious meal. They left the bones on the table for Nosisa to clean in the morning. When Nosisa brought coffee into their hut in the morning they were still sleeping. "This is very strange," she thought to herself. "My father usually wakes up very early in the morning to go to the fields. I wonder why he is still sleeping."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_16', 3, NULL, 'assets/topic/asb/1854.png', '"Anyway, now I can run to the river for a nice breakfast," she thought. Nosisa ran to the river. When she got there she called out to the fish, and she called again and again. The fish never came. Nosisa started to cry. She did not know what had happened to the fish. While she was crying a bird came to sit next to her and told her what had happened. She cried harder thinking that her mother had been caught and eaten.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_17', 3, NULL, 'assets/topic/asb/1855.png', 'The bird told her to collect the fish bones from the table and throw them back into the river. If she did that the fish would come back to life. The bird also told her to let her father and stepmother sleep and wake them up only at midday. Nosisa did as she was told. She ran back home and walked quietly into her father''s hut. They were still fast asleep. She took the bones, put them inside a bag and threw them back into the river.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_18', 3, NULL, 'assets/topic/asb/1856.png', 'Nosisa ran back home and just before midday she woke her father and stepmother. She could hardly recognise them. They looked old and grey and frail. They were too old to scold her. They were too weak to hit her. They were too tired to look after the homestead. So, Nosisa took over the homestead and her father''s wealth. She called all the servants and told them what had happened. They prepared a feast and there was peace at the homestead from that day on.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The generous fish +Author - +Kholeka Mabeta +Illustration - +Jemma Kahn and Wiehan de Jager +Language - +English +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974', 2, 'School clothes', 'assets/topic/asb/954.png', 'Clare Verbeek +Mlungisi Dlamini', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_3', 3, NULL, 'assets/topic/asb/955.png', 'This dress is long.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_4', 3, NULL, 'assets/topic/asb/956.png', 'This jersey is big.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_5', 3, NULL, 'assets/topic/asb/957.png', 'This bag is big.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_6', 3, NULL, 'assets/topic/asb/958.png', 'This belt is.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_7', 3, NULL, 'assets/topic/asb/959.png', 'This hat is small.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_8', 3, NULL, 'assets/topic/asb/960.png', 'The socks are short.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_9', 3, NULL, 'assets/topic/asb/961.png', 'But these shoes are new.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_10', 3, NULL, 'assets/topic/asb/954.png', 'They fit well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +School clothes +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Mlungisi Dlamini +Language - +English +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2014 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397', 2, 'The Seventh Sun: A Tribal Tale From Odisha, India', 'assets/topic/asb/2316.png', 'Indian Folktale +Pratham Books', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_3', 3, NULL, 'assets/topic/asb/2317.png', 'Long, long ago there were seven suns in the sky. Their rays made the earth so hot that human beings could not bear it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_4', 3, NULL, 'assets/topic/asb/2318.png', 'So, the seven brothers belonging to a tribe called the Munda decided to kill the suns. They shot arrows at them and were able to kill six of the suns.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_5', 3, NULL, 'assets/topic/asb/2319.png', 'The seventh sun hid behind a hill.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_6', 3, NULL, 'assets/topic/asb/2320.png', 'Now, with the suns gone, there was darkness everywhere. The deer could not see the tigers. The elephants bumped into trees. The rabbits walked over the lions and there was confusion all around.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_7', 3, NULL, 'assets/topic/asb/2328.png', 'To find a solution, the animals decided to have a meeting. A rabbit told them about one of the seven suns who was still alive and hiding behind a hill. But who would be the best one to call back the sun?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_8', 3, NULL, 'assets/topic/asb/2321.png', '"I will call out to the sun," said the lion, for he was the king of the forest. "Sun, sun, please do not run away. Come back and shine on us," roared the lion. But the sun did not listen to him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_9', 3, NULL, 'assets/topic/asb/2322.png', 'The elephant called out next. He raised his trunk and trumpeted, "Sun, sun, please come back." But the sun did not listen to him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_10', 3, NULL, 'assets/topic/asb/2323.png', 'The peacock danced and pleaded, "Sun, sun, please come back." But the sun refused to come out. One after the other, all the animals called out to the sun. But he did not listen to any of them. Finally, a rooster offered to call the sun. Everybody laughed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_11', 3, NULL, 'assets/topic/asb/2324.png', 'The lion said, "The rooster should be allowed to try." Rooster stepped forward and gently crowed, "Kookoodokoo, koo." To everyone''s surprise, the sun peeped out a little from behind the hill.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_12', 3, NULL, 'assets/topic/asb/2325.png', 'The rooster crowed again, this time more boldly, "KookoodoKOO-KOO." The sun came up a little higher. The rooster crowed a third time, even louder and bolder, "KOOKOODOKOO-KOO." The sun rose high and bright. There was light everywhere. The animals were delighted and the humans felt relieved.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_13', 3, NULL, 'assets/topic/asb/2326.png', 'Ever since that day, when the rooster crows in the morning, the sun rises and shines in the sky.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The Seventh Sun: A Tribal Tale From Odisha, India +Author - +Indian Folktale +Illustration - +Pratham Books +Language - +English +Level - +First paragraphs +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109', 2, 'Lynne''s birthday surprise', 'assets/topic/asb/18612.png', 'Leo Daly +Marleen Visser', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_3', 3, NULL, 'assets/topic/asb/18613.png', '"The house looks beautiful," said Oupa Karel, as Lynne put up the last of her birthday decorations. "Your guests will be very impressed." Getting things ready for the party had been hard work. Lynne and Anton had to do most of it themselves as Oupa Karel was too old to climb up ladders. But Oupa Karel did what he could by blowing up the balloons. +"Now we only have to bake the cake!" said Lynne.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_4', 3, NULL, 'assets/topic/asb/18599.png', 'Oupa Karel sighed as he turned the pages of his recipe book. "I''m not going to be much help," he said, shaking his head. "I''ve never been good at cooking." +"That''s okay, Oupa," said Lynne with a smile. "Anton and I can do it. We just need to follow the recipe. How much of these ingredients should we use?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_5', 3, NULL, 'assets/topic/asb/18600.png', '"We need 150 grams of flour," said Oupa Karel, running a finger down the list of ingredients. "Fifty grams of cocoa, 220 grams of sugar, 80 grams of butter, two eggs and half a cup of milk. That''s 125 millilitres of milk." +"Let''s mix everything together in the big bowl," said Lynne.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_6', 3, NULL, 'assets/topic/asb/18601.png', 'Anton took the wooden spoon and began to mix the ingredients together. +"Be careful," said Lynne. "Don''t make a mess." "But going slow is so boring," said Anton, as he stirred the ingredients as quickly as he could. Soon he was covered in the cake mix. +"Oh goodness," laughed Oupa Karel. "What a mess!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_7', 3, NULL, 'assets/topic/asb/18602.png', '"Let''s work out how much this weighs," said Oupa. "We used 150 grams of flour and 50 grams of cocoa. That''s 200 grams. We added 220 grams sugar and 80 grams butter. So add 300 grams to 200 grams. That''s 500 grams. We used 125 millilitres of milk. That weighs the same as 125 grams. An egg weighs about 50 grams and two are about 100 grams. That''s 225 grams added to 500 grams. That''s 725 grams."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_8', 3, NULL, 'assets/topic/asb/18603.png', '"We were just in time," said Oupa Karel with a smile. "Look Lynne! Your friends have arrived. And look at all the presents they''ve brought for you." +"I bet that green one is heavy!" said Lynne excitedly. +"Yes," said Anton. "But that red one looks even heavier. Look at how big it is. Wow! I wonder what''s inside?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_9', 3, NULL, 'assets/topic/asb/18604.png', '"Thank you very much for my present, Cedric," said Lynne. It was the biggest present she had ever seen. "I can''t wait to open it." +"That must weigh as much as Cedric weighs," said Anton with a smile. "Look! It''s bigger than him. I bet that present weighs as much as two Cedrics."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_10', 3, NULL, 'assets/topic/asb/18605.png', '"It''s a large pillow for your bed," said Cedric with a smile. "It''s full of feathers!" +"Wow," gasped Lynne. "This weighs almost nothing at all. It''s as light as air!" +Anton let out a long sigh. "I thought it was going to be very heavy because it was so big," he said disappointedly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_11', 3, NULL, 'assets/topic/asb/18606.png', 'Lynne was busy thanking her friend Annette for coming to her birthday party when she was interrupted by a voice. It was Anton again. +"I''m not going to be fooled this time," said Anton. "That present must be even lighter than the pillow. Just look how small it is. I''d say it weighs even less than a feather. It''s probably as light as a cloud!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_12', 3, NULL, 'assets/topic/asb/18607.png', '"I painted a rock for you to use as a paperweight," said Annette. "It''s heavy so that it will keep things from blowing away when you put them under it." +"That''s great," said Lynne. "Do you see my cool paperweight, Anton? It''s pretty heavy." +Anton scratched his head and sighed. "But that present was so small. I really thought it was going to be light."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_13', 3, NULL, 'assets/topic/asb/18608.png', '"What weighs more," asked Annette, "a kilogram of rocks or a kilogram of feathers?" +"Rocks are heavier than feathers," said Anton. "So a kilogram of rocks weighs more." +"No silly," laughed Cedric. "They both weigh the same amount: one kilogram!" +Just then Oupa Karel smelt a burning smell coming from the house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_14', 3, NULL, 'assets/topic/asb/18609.png', 'Oupa Karel jumped up from his chair and rushed inside to the kitchen. There was smoke everywhere. He asked the birthday guests to wait outside until he was sure everything was safe. +"Oh no, Lynne," said Anton, as Oupa Karel took the cake pan out of the oven. "We got too excited about opening your presents and forgot about the cake. It''s completely burnt!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_15', 3, NULL, 'assets/topic/asb/18610.png', 'Poor Lynne had worked so hard to get things ready for her party and now there was no cake for her friends to eat. She sat down on the kitchen floor and burst into tears. +"It''s all my fault," she said sadly. "I should have remembered about the cake." +"No, it''s not your fault, Lynne," said Oupa Karel. "It was just an accident!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_16', 3, NULL, 'assets/topic/asb/18611.png', 'Auntie Mavis cleared her throat and said in a friendly voice: "But there is still my present to open up. It might not be as big as Cedric''s present or weigh as much as Annette''s present but it is a very special present. Why don''t you guess how much this weighs, Anton. Go on, it will cheer Lynne up!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_17', 3, NULL, 'assets/topic/asb/18598.png', '"Mmm," said Anton. "This is heavier than a pillow but lighter than a rock." +"How many grams do you think it weighs? "asked Lynne curiously. +"I know that a kilogram is 1000 grams," said Anton thoughtfully. "This is a bit less than that. I''d say around 700 grams, about the same as our cake." Then there was an excited look on Anton''s face. "I think I know what this is. Open it up quickly, Lynne."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_18', 3, NULL, 'assets/topic/asb/18612.png', '"It''s a birthday cake," gasped Lynne. She couldn''t believe her eyes. "It''s a beautiful birthday cake! Is that what you thought it was Anton?" +Anton nodded his head happily. +Oupa Karel took out some plates and a knife to cut the cake. "Happy birthday, Lynne," he said, “and I hope that all your wishes come true."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Lynne''s birthday surprise +Author - +Leo Daly +Illustration - +Marleen Visser +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707', 2, 'How Ant saved Dove', 'assets/topic/asb/788.png', 'Judith Baker +Wiehan de Jager', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_3', 3, NULL, 'assets/topic/asb/784.png', 'It was a hot summer day in the dry forest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_4', 3, NULL, 'assets/topic/asb/785.png', 'Little Ant had no water for many days.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_5', 3, NULL, 'assets/topic/asb/786.png', '"I need a drop of water, even if it falls from a leaf," cried Little Ant.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_6', 3, NULL, 'assets/topic/asb/787.png', 'But even the dew had dried up.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_7', 3, NULL, 'assets/topic/asb/789.png', '"If I do not have water, I will die," cried Little Ant. "I must go to the river I heard about."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_8', 3, NULL, 'assets/topic/asb/790.png', '"The river is full and strong. It will sweep you away," warned a wise squirrel.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_9', 3, NULL, 'assets/topic/asb/791.png', 'But Little Ant was extremely thirsty. "I will die if I don''t drink some water." So, he went to look for the river.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_10', 3, NULL, 'assets/topic/asb/870.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_11', 3, NULL, 'assets/topic/asb/871.png', 'He walked past tufts of grass and over dry branches.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_12', 3, NULL, 'assets/topic/asb/872.png', 'He walked until he heard water splashing. It was the river! He could hear waves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_13', 3, NULL, 'assets/topic/asb/873.png', 'Little Ant took a long sip of cool water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_14', 3, NULL, 'assets/topic/asb/874.png', 'He was so happy he did not see a wave coming.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_15', 3, NULL, 'assets/topic/asb/875.png', 'Little Ant tried to grab some grass floating past him. But he was swept away by the water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_16', 3, NULL, 'assets/topic/asb/876.png', '"Help me someone. Help me please!" he called.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_17', 3, NULL, 'assets/topic/asb/877.png', '"Quick, climb on," said White Dove, holding a branch in her beak.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_18', 3, NULL, 'assets/topic/asb/878.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_19', 3, NULL, 'assets/topic/asb/879.png', '"I will stay here until I can thank the dove," decided Little Ant. "I will wait until she comes back to drink."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_20', 3, NULL, 'assets/topic/asb/880.png', 'One day as he waited, two boys came to the river. They had their slingshots.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_21', 3, NULL, 'assets/topic/asb/881.png', '"There is a big white dove that comes here to drink," said one boy. "We will have it for supper tonight."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_22', 3, NULL, 'assets/topic/asb/882.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_23', 3, NULL, 'assets/topic/asb/883.png', '"I cannot let the boys kill White Dove," thought Little Ant. "But I am so tiny, what can I do?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_24', 3, NULL, 'assets/topic/asb/884.png', 'Just then White Dove flew down from the tree to drink.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_25', 3, NULL, 'assets/topic/asb/885.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_26', 3, NULL, 'assets/topic/asb/886.png', 'Little Ant had an idea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_27', 3, NULL, 'assets/topic/asb/887.png', 'He jumped onto one boy''s foot. Little Ant bit that boy as hard as he could.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_28', 3, NULL, 'assets/topic/asb/904.png', 'The boy jumped. "Ouch!" he shouted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_29', 3, NULL, 'assets/topic/asb/888.png', 'White Dove was startled and flew away to safety.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_30', 3, NULL, 'assets/topic/asb/889.png', 'That was how Little Ant thanked White Dove for saving him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_31', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +How Ant saved Dove +Author - +Judith Baker and Kholeka Mabeta +Illustration - +Wiehan de Jager +Language - +English +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615', 2, 'The day the Sun went away', 'assets/topic/asb/14611.png', 'Khothatso Ranoosi and Marion Drew +Jesse Breytenbach', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_3', 3, NULL, 'assets/topic/asb/14612.png', 'Mother Sun decided to visit her sister, the moon. Sister Moon lives on the  other side of the sky. "I will be back soon," said Sun to the clouds.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_4', 3, NULL, 'assets/topic/asb/14598.png', 'When Sun left, the mountains put on their white scarves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_5', 3, NULL, 'assets/topic/asb/14600.png', 'Wind had an argument with the trees. The trees became angry. They threw their leaves  all over the place.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_6', 3, NULL, 'assets/topic/asb/14602.png', 'The sky started to grumble. She turned grey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_7', 3, NULL, 'assets/topic/asb/14604.png', 'The clouds were sad to see all this. They started crying. There were many tears.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_8', 3, NULL, 'assets/topic/asb/14605.png', 'The whole world began to sink under water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_9', 3, NULL, 'assets/topic/asb/14606.png', 'Meanwhile,  on the other side of the sky, Sun was ready to leave her sister. She kissed the moon goodbye and went home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_10', 3, NULL, 'assets/topic/asb/14607.png', 'Sky was so happy to see Sun that she turned bright blue. The mountains put on their pretty green dresses.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_11', 3, NULL, 'assets/topic/asb/14608.png', 'The wind went to sleep. The trees stretched their branches and smiled.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_12', 3, NULL, 'assets/topic/asb/14609.png', 'The clouds were very happy to see mother Sun again. They went away to play.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_13', 3, NULL, 'assets/topic/asb/14610.png', 'Lots of little plants popped out of the earth to say, "Hello." The whole world  sparkled.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_14', 3, NULL, 'assets/topic/asb/14611.png', 'Mother Sun shone her light everywhere. "I told you I would be back, " she beamed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The day the Sun went away +Author - +Khothatso Ranoosi and Marion Drew +Translation - +Khothatso Ranoosi and Marion Drew +Illustration - +Jesse Breytenbach +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://paleng.weebly.com/.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032', 2, 'Day I left home for the city', 'assets/topic/asb/15008.png', 'Lesley Koyi +Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_3', 3, NULL, 'assets/topic/asb/14993.png', 'The small bus stop in my village was busy with people and overloaded buses. On the ground were even more things to load. Touts were shouting the names where the buses were going.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_4', 3, NULL, 'assets/topic/asb/14994.png', '"City! City! Going west!" I heard a tout shouting. That was the bus I needed to catch.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_5', 3, NULL, 'assets/topic/asb/14995.png', 'The city bus was almost full, but more people were still pushing to get on. Some packed their luggage under the bus. Others put their things on the racks inside.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_6', 3, NULL, 'assets/topic/asb/14997.png', 'New passengers clutched their tickets as they looked for somewhere to sit in the crowded bus. Women with young children made them comfortable for the long journey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_7', 3, NULL, 'assets/topic/asb/14996.png', 'I squeezed in next to a window. The person sitting next to me was holding tightly to a green plastic bag. He wore old sandals, a worn out coat, and he looked nervous.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_8', 3, NULL, 'assets/topic/asb/14998.png', 'I looked outside the bus and realised that I was leaving my village, the place where I had grown up. I was going to the big city.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_9', 3, NULL, 'assets/topic/asb/14999.png', 'The loading was completed and all passengers were seated. Hawkers still pushed their way into the bus to sell their goods to the passengers. Each one was shouting the names of what was available for sale. The words sounded funny to me.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_10', 3, NULL, 'assets/topic/asb/15000.png', 'A few passengers bought drinks, others bought small snacks and began to chew. Those who did not have any money, like me, just watched.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_11', 3, NULL, 'assets/topic/asb/15001.png', 'These activities were interrupted by the hooting of the bus, a sign that we were ready to leave. The tout yelled at the hawkers to get out.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_12', 3, NULL, 'assets/topic/asb/15002.png', 'The hawkers pushed each other to make their way out of the bus. Some gave back change to the travelers. Others made last minute attempts to sell more.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_13', 3, NULL, 'assets/topic/asb/15003.png', 'As the bus left the bus stop, I stared out of the window. I wondered if I would ever go back to my village again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_14', 3, NULL, 'assets/topic/asb/15004.png', 'As the journey progressed, the inside of the bus got very hot. I closed my eyes, hoping to sleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_15', 3, NULL, 'assets/topic/asb/15005.png', 'But my mind drifted back home. Will my mother be safe? Will my rabbits fetch any money? Will my brother remember to water my tree seedlings?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_16', 3, NULL, 'assets/topic/asb/15006.png', 'On the way, I memorised the name of the place where my uncle lived in the big city. I was still mumbling it when I fell asleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_17', 3, NULL, 'assets/topic/asb/15007.png', 'Nine hours later, I woke up with loud banging and calling for passengers going back to my village. I grabbed my small bag and jumped out of the bus.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_18', 3, NULL, 'assets/topic/asb/15008.png', 'The return bus was filling up quickly. Soon it would make its way back east.  The most important thing for me now, was to start looking for my uncle''s house.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Day I left home for the city +Author - +Lesley Koyi and Ursula Nafula +Illustration - +Brian Wambi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433', 2, 'My first day at the market', 'assets/topic/asb/1447.png', 'Timothy Kabare +Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_3', 3, NULL, 'assets/topic/asb/1448.png', 'I live in Kakuma village, a very hot dry place, full of thorny trees, and more goats than people. Even the market place is quiet, with only a few small shops. Most people use bicycles for transport.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_4', 3, NULL, 'assets/topic/asb/1449.png', 'One morning my mother called me and said, "Etabo, today you turn six years old. We have a present for you." "What is it? What is it?" I asked eagerly. "Tomorrow we''re going by bus to the market in Eldoret," she replied, "And we''re taking you with us!" My first visit to the city! I was so excited that I could hardly sleep that night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_5', 3, NULL, 'assets/topic/asb/1450.png', 'The next day at the Kakuma bus stop, I stood between my mother and my aunt. I wore my new pair of blue jeans and a red T-shirt. I felt very small between my tall slender mother and my big round aunt.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_6', 3, NULL, 'assets/topic/asb/1451.png', 'The bus was very full, so I had to sit on my mother''s lap. Tired from the heat and excitement, I slept the whole way and saw nothing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_7', 3, NULL, 'assets/topic/asb/1452.png', 'The sun was just rising when we reached Eldoret market. At the entrance was a woman selling grains. Over in one corner there were two men getting ready to lay out their sweet potatoes. Over in another corner was a woman holding a shiny blue helicopter. "Mother, mother, look at that helicopter!" But mother pulled me away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_8', 3, NULL, 'assets/topic/asb/1453.png', 'In the middle of the market, there was a large stall that sold different types of fruit. Some of them I had never seen before. "What are the names of these fruits?" I asked my mother. She pointed, "These are oranges, and these are guavas." I turned around and said, "And these?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_9', 3, NULL, 'assets/topic/asb/1454.png', 'Of all the fruits at the stall, I liked the apples most. I liked their shape and colour. I wondered how they tasted. I turned to mother and said, "Could you buy one for me?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_10', 3, NULL, 'assets/topic/asb/1455.png', 'As soon as she gave me the apple, I let go of my mother''s hand, took the fruit with both hands, and bit into the juicy flesh. I had never enjoyed a fruit the way I enjoyed that apple. All I cared about was my apple.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_11', 3, NULL, 'assets/topic/asb/1456.png', 'When I finished the apple, I looked up to talk to my mother. But she was not there!  My mother and aunt had gone.  I looked to the right, then to the left. But they were nowhere to be seen. "Have you seen my mother?" I asked the women selling potatoes nearby. They took no notice. I started to cry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_12', 3, NULL, 'assets/topic/asb/1457.png', 'A while later, a woman took me by the hand and led me to a place where there were other children. A big man with a thick beard asked, "What''s your name, boy?" "E-ta-bo," I replied through my tears.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_13', 3, NULL, 'assets/topic/asb/1458.png', 'I wondered if children were also sold at the market. I stopped crying and looked around to see if anyone would buy the children in the room. Soon a woman came in and picked up one of the children. "I will be the next one to be taken away," I thought. "And then I''ll never see home again!" I started crying once more.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_14', 3, NULL, 'assets/topic/asb/1459.png', 'When I heard the big man with the thick beard saying, "Where is Etabo?" I cried even harder. "I do not want to go with you!" I sobbed. I hid away from him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_15', 3, NULL, 'assets/topic/asb/1460.png', 'When my mother and aunt heard my name, they rushed to the room. "Etabo, Etabo!" a familiar voice called. It was my mother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_16', 3, NULL, 'assets/topic/asb/1460.png', 'As I got up to hug my mother, my aunt said, "Etabo, we were looking for you to give you your birthday present." And from a big bag, my aunt pulled out a shiny blue helicopter.  "It''s yours!" she said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_17', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +My first day at the market +Author - +Timothy Kabare and Ursula Nafula +Illustration - +Catherine Groenewald +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative, 2014 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139', 2, 'Rainbow visits the village', 'assets/topic/asb/10970.png', 'Ursula Nafula +Wiehan de Jager', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_3', 3, NULL, 'assets/topic/asb/10965.png', 'My name is Kobole.   I live in a small village.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_4', 3, NULL, 'assets/topic/asb/10966.png', 'I was out picking fruits when I saw something I had never seen before.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_5', 3, NULL, 'assets/topic/asb/10967.png', 'There were colourful lines in the sky.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_6', 3, NULL, 'assets/topic/asb/10969.png', 'I dropped all the fruit and ran to tell people at home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_7', 3, NULL, 'assets/topic/asb/10970.png', 'People were standing outside surprised.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_8', 3, NULL, 'assets/topic/asb/10971.png', 'I said happily, "It is a beautiful sheet hanging from the sky." "No! I think someone is pouring paint from the sky." Neno said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_9', 3, NULL, 'assets/topic/asb/10973.png', 'Some people agreed with me. Others thought Neno was right. We began to argue.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_10', 3, NULL, 'assets/topic/asb/10975.png', 'A man from a faraway village said, "You are all wrong."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_11', 3, NULL, 'assets/topic/asb/10976.png', 'We shouted, "Tell us what it is if we are wrong."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_12', 3, NULL, 'assets/topic/asb/10977.png', 'The stranger said, "It is the rainbow. Have you never seen the rainbow before?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_13', 3, NULL, 'assets/topic/asb/10979.png', 'We asked the stranger, "What is a r-a-i-n-b-o-w?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_14', 3, NULL, 'assets/topic/asb/10980.png', 'Neno asked, "Is it ours? Can we keep it here?" We never got answers to our questions because the man had left.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Rainbow visits the village +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059', 2, 'Ostrich and Lioness', 'assets/topic/asb/19205.png', 'Turkana ECD Teachers + Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_3', 3, NULL, 'assets/topic/asb/19195.png', 'Ostrich and Lioness were great friends. Both of them had young ones.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_4', 3, NULL, 'assets/topic/asb/19196.png', 'Ostrich fed her chicks well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_5', 3, NULL, 'assets/topic/asb/19197.png', 'The cubs had little food to eat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_6', 3, NULL, 'assets/topic/asb/19198.png', 'Lioness looked at the chicks and thought, "They are beautiful! I wish they were mine."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_7', 3, NULL, 'assets/topic/asb/19199.png', 'When Ostrich was away, Lioness took the chicks to her home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_8', 3, NULL, 'assets/topic/asb/19200.png', 'Ostrich returned and found the cubs in her home. She cried, "Where are my children?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_9', 3, NULL, 'assets/topic/asb/19201.png', 'Ostrich ran to Lioness'' hut and saw her chicks with Lioness.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_10', 3, NULL, 'assets/topic/asb/19202.png', 'Lioness refused to let Ostrich take her chicks. She said, "They are mine now. You can have the cubs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_11', 3, NULL, 'assets/topic/asb/19203.png', 'Ostrich was angry and upset. "What can I do to get back my children?" she wondered to herself.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_12', 3, NULL, 'assets/topic/asb/19204.png', 'Then she thought, "I know what to do. I will call all the animals for a meeting."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_13', 3, NULL, 'assets/topic/asb/19205.png', 'The animals gathered together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_14', 3, NULL, 'assets/topic/asb/19206.png', 'Elephant asked Ostrich and Lioness to speak.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_15', 3, NULL, 'assets/topic/asb/19207.png', 'Most of the animals were afraid to blame Lioness.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_16', 3, NULL, 'assets/topic/asb/19208.png', 'Finally, Squirrel stood up and said, "Children that look like birds, belong to Ostrich. Those with tails, belong to Lioness."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_17', 3, NULL, 'assets/topic/asb/19209.png', 'Then Squirrel disappeared into a hole. All the animals cheered.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_18', 3, NULL, 'assets/topic/asb/19210.png', 'Lioness was very annoyed. She went home with her cubs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ostrich and Lioness +Author - +Daniel Nanok +Translation - +Turkana ECD Teachers +Illustration - +Brian Wambi +Language - +English +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002', 2, 'Simbegwire', 'assets/topic/asb/1682.png', 'Rukia Nantale + Benjamin Mitchley', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_3', 3, NULL, 'assets/topic/asb/1675.png', 'When Simbegwire''s mother died, she was very sad. Simbegwire''s father did his best to take care of his daughter. Slowly, they learned to feel happy again, without Simbegwire''s mother. Every morning they sat and talked about the day ahead. Every evening they made dinner together. After they washed the dishes, Simbegwire''s father helped her with homework.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_4', 3, NULL, 'assets/topic/asb/1676.png', 'One day, Simbegwire''s father came home later than usual. "Where are you my child?" he called. Simbegwire ran to her father. She stopped still when she saw that he was holding a woman''s hand. "I want you to meet someone special, my child. This is Anita," he said smiling.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_5', 3, NULL, 'assets/topic/asb/1677.png', '"Hello Simbegwire, your father told me a lot about you," said Anita. But she did not smile or take the girl''s hand. Simbegwire''s father was happy and excited. He talked about the three of them living together, and how good their life would be. "My child, I hope you will accept Anita as your mother," he said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_6', 3, NULL, 'assets/topic/asb/1678.png', 'Simbegwire''s life changed. She no longer had time to sit with her father in the mornings. Anita gave her so many household chores that she was too tired to do her school work in the evenings. She went straight to bed after dinner. Her only comfort was the colourful blanket her mother gave her. Simbegwire''s father did not seem to notice that his daughter was unhappy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_7', 3, NULL, 'assets/topic/asb/1679.png', 'After a few months, Simbegwire''s father told them that he would be away from home for a while. "I have to travel for my job," he said. "But I know you will look after each other." Simbegwire''s face fell, but her father did not notice. Anita did not say anything. She was not happy either.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_8', 3, NULL, 'assets/topic/asb/1680.png', 'Things got worse for Simbegwire. If she didn''t finish her chores, or she complained, Anita hit her. And at dinner, the woman ate most of the food, leaving Simbegwire with only a few scraps. Each night Simbegwire cried herself to sleep, hugging her mother''s blanket.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_9', 3, NULL, 'assets/topic/asb/1681.png', 'One morning, Simbegwire was late getting out of bed. "You lazy girl!" Anita shouted. She pulled Simbegwire out of bed. The precious blanket caught on a nail, and tore in two.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_10', 3, NULL, 'assets/topic/asb/1674.png', 'Simbegwire was very upset. She decided to run away from home. She took the pieces of her mother''s blanket, packed some food, and left the house. She followed the road her father had taken.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_11', 3, NULL, 'assets/topic/asb/1682.png', 'When it came to evening, she climbed a tall tree near a stream and made a bed for herself in the branches. As she went to sleep, she sang: Maama, maama, maama, you left me. You left me and never came back. Father doesn''t love me anymore. Mother, when are you coming back? You left me.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_12', 3, NULL, 'assets/topic/asb/1683.png', 'The next morning, Simbegwire sang the song again. When the women came to wash their clothes at the stream, they heard the sad song coming from the tall tree. They thought it was only the wind rustling the leaves, and carried on with their work. But one of the women listened very carefully to the song.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_13', 3, NULL, 'assets/topic/asb/1685.png', 'This woman looked up into the tree. When she saw the girl and the pieces of colourful blanket, she cried, "Simbegwire, my brother''s child!" The other women stopped washing and helped Simbegwire to climb down from the tree. Her aunt hugged the little girl and tried to comfort her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_14', 3, NULL, 'assets/topic/asb/1686.png', 'Simbegwire''s aunt took the child to her own house. She gave Simbegwire warm food, and tucked her in bed with her mother''s blanket. That night, Simbegwire cried as she went to sleep. But they were tears of relief. She knew her aunt would look after her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_15', 3, NULL, 'assets/topic/asb/2483.png', 'When Simbegwire''s father returned home, he found her room empty. "What happened, Anita?" he asked with a heavy heart. The woman explained that Simbegwire had run away. "I wanted her to respect me," she said. "But perhaps I was too strict." Simbegwire''s father left the house and went in the direction of the stream. He continued to his sister''s village to find out if she has seen Simbegwire.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_16', 3, NULL, 'assets/topic/asb/1688.png', 'Simbegwire was playing with her cousins when she saw her father from far away. She was scared he might be angry, so she ran inside the house to hide. But her father went to her and said, "Simbegwire, you have found a perfect mother for yourself. One who loves you and understands you. I am proud of you and I love you." They agreed that Simbegwire would stay with her aunt as long as she wanted to.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_17', 3, NULL, 'assets/topic/asb/1690.png', 'Her father visited her every day. Eventually, he came with Anita. She reached out for Simbegwire''s hand. "I''m so sorry little one, I was wrong," she cried. "Will you let me try again?" Simbegwire looked at her father and his worried face. Then she stepped forward slowly and put her arms around Anita.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_18', 3, NULL, 'assets/topic/asb/1691.png', 'The next week, Anita invited Simbegwire, with her cousins and aunt, to the house for a meal. What a feast! Anita prepared all of Simbegwire''s favourite foods, and everyone ate until they were full. Then the children played while the adults talked. Simbegwire felt happy and brave. She decided that soon, very soon, she would return home to live with her father and her stepmother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Simbegwire +Author - +Rukia Nantale +Illustration - +Benjamin Mitchley +Language - +English +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374', 2, 'Ape and Crocodile', 'assets/topic/asb/19079.png', 'Mulualem Daba + Abraham Muzee', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_3', 3, NULL, 'assets/topic/asb/19075.png', 'Once upon a time, Crocodile was sitting near a big lake basking in the sun. Ape arrived at the water and they greeted each other.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_4', 3, NULL, 'assets/topic/asb/19076.png', 'Ape asked where Crocodile lived. Crocodile answered, "I live in the lake."  Ape was amazed. She asked Crocodile, "How is life in the water? Is it good?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_5', 3, NULL, 'assets/topic/asb/19077.png', 'Crocodile answered, "Life in the water is good. Where do you live?" Ape answered, "I live in the trees. I eat fruits and leaves. What do you eat?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_6', 3, NULL, 'assets/topic/asb/19078.png', 'Crocodile answered, "I eat meat." She was already thinking of how to catch Ape and eat her. She asked Ape, "Can you swim?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_7', 3, NULL, 'assets/topic/asb/19079.png', 'Ape answered, "No, No! I cannot swim." Crocodile said, "Let me teach you how to swim." Ape answered, "No, I am not interested."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_8', 3, NULL, 'assets/topic/asb/19080.png', 'Crocodile lied to Ape saying, "We have become friends. Do not be afraid of me. Come, sit on my back." So Ape sat on Crocodile''s back and Crocodile started swimming.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_9', 3, NULL, 'assets/topic/asb/19081.png', 'When they reached in the middle of the lake, Crocodile asked Ape, "How do you feel being in the lake? Are you comfortable?"  Ape answered, "It is interesting and I am happy."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_10', 3, NULL, 'assets/topic/asb/19082.png', 'Crocodile sighed and said to Ape, "My uncle is very sick. We haven''t found the medicine to treat him."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_11', 3, NULL, 'assets/topic/asb/19083.png', 'Ape was so afraid that she was trembling. She wondered how she would escape from Crocodile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_12', 3, NULL, 'assets/topic/asb/19084.png', 'Then Ape had an idea. She said to Crocodile, "Do not worry. I will give my heart for your uncle. Ape meat will cure him."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_13', 3, NULL, 'assets/topic/asb/19085.png', 'Crocodile was impressed. She said, "Really! Would you be willing to give your heart for my uncle?" Ape answered, "Yes of course. We are friends!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_14', 3, NULL, 'assets/topic/asb/19086.png', 'A short while later, Ape said, "Oh! I''m really sorry my friend. I forgot my heart in a tree. Let''s go back so I can fetch it."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_15', 3, NULL, 'assets/topic/asb/19087.png', 'Crocodile hesitated and then asked, "Are you sure? Will you bring your heart from the tree?" Ape answered, "Yes, I will bring it. I will even go with you to visit your uncle."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_16', 3, NULL, 'assets/topic/asb/19088.png', 'Crocodile agreed and swam back to the shore of the lake. As soon as they reached land, Ape jumped from Crocodile''s back.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_17', 3, NULL, 'assets/topic/asb/19089.png', 'From the safety of a tree branch, Ape called, "Good bye my friend, Crocodile. Thank you for the lake tour."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_18', 3, NULL, 'assets/topic/asb/19090.png', 'Crocodile was angry. She hissed, "So, did you lie to me? Are you coming back with your heart?"  Ape responded, "I was able to sit on your back only because my heart was with me!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ape and Crocodile +Author - +Mulualem Daba +Translation - +Mulualem Daba +Illustration - +Abraham Muzee +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342', 2, 'Hare tricks Elephant, again', 'assets/topic/asb/13000.png', 'Ursula Nafula +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_3', 3, NULL, 'assets/topic/asb/13000.png', 'Elephant and Hare were good friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_4', 3, NULL, 'assets/topic/asb/13001.png', 'They found grass and water for their animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_5', 3, NULL, 'assets/topic/asb/13002.png', 'They liked to play football.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_6', 3, NULL, 'assets/topic/asb/13003.png', 'Elephant scored more goals. +Hare was not happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_7', 3, NULL, 'assets/topic/asb/13004.png', 'Hare asked Elephant, "What makes you a good player?" +"My big legs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_8', 3, NULL, 'assets/topic/asb/13005.png', 'Hare and Elephant ran a race. +Hare won.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_9', 3, NULL, 'assets/topic/asb/13006.png', 'Elephant asked Hare, "What makes you a good runner?" +"My thin legs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_10', 3, NULL, 'assets/topic/asb/13007.png', 'Elephant asked, "How can I get thin legs?" +"I will show you how."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_11', 3, NULL, 'assets/topic/asb/13008.png', 'Hare said, "Stand in the fire." +Elephant did. He cried, "I am burning!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_12', 3, NULL, 'assets/topic/asb/13009.png', 'Hare told Elephant, "This is the only way your legs can become thin."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_13', 3, NULL, 'assets/topic/asb/13010.png', 'Elephant moved out of the fire. +He lay down.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_14', 3, NULL, 'assets/topic/asb/13012.png', 'For many days, Elephant was not able to stand.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_15', 3, NULL, 'assets/topic/asb/13013.png', 'When he was better, he walked home to his family.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_16', 3, NULL, 'assets/topic/asb/13014.png', 'Hare was very sorry. He asked Elephant to forgive him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_17', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hare tricks Elephant, again +Author - +Agnes Gichaba +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +English +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438', 2, 'Rabbit under the tree', 'assets/topic/asb/7610.png', 'Phumy Zikode +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_3', 3, NULL, 'assets/topic/asb/7595.png', 'Rabbit was sleeping under an apple tree. An apple fell down from a branch.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_4', 3, NULL, 'assets/topic/asb/7596.png', 'A voice said, "Run Rabbit run!" She woke up quickly and ran away with great speed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_5', 3, NULL, 'assets/topic/asb/7597.png', 'She met Chicken. "Why are you running?" asked Chicken. Rabbit replied, "I don''t know. I just heard something falling and a voice said, ''Run Rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_6', 3, NULL, 'assets/topic/asb/7598.png', 'Chicken was frightened. She started running when she heard what Rabbit said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_7', 3, NULL, 'assets/topic/asb/7599.png', 'They met Dog. Dog asked, "Why are you running?" Chicken said, "I don''t know. I just heard what Rabbit said, and she doesn''t know. She heard something falling and a voice said, ''Run Rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_8', 3, NULL, 'assets/topic/asb/7600.png', 'Dog was surprised about what she heard. She started running with Rabbit and Chicken.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_9', 3, NULL, 'assets/topic/asb/7601.png', 'They met Horse. Horse asked Dog, "Why are you running?" Dog said, "I don''t know. I just heard what Chicken said, and she doesn''t know. She heard what Rabbit said and she doesn''t know. She heard something falling and a voice said, ''Run Rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_10', 3, NULL, 'assets/topic/asb/7602.png', 'Horse started to run with the others.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_11', 3, NULL, 'assets/topic/asb/7603.png', 'They met Donkey. Donkey asked, "Why are you running?" Horse replied, "I don''t know. I just heard what Dog said, and he doesn''t know. He heard what Chicken said and she doesn''t know. She heard what Rabbit said and she doesn''t know. She heard something falling and a voice said, ''Run Rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_12', 3, NULL, 'assets/topic/asb/7604.png', 'So Donkey starts running too.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_13', 3, NULL, 'assets/topic/asb/7605.png', 'They met Cow. Cow asked, "Why are you running?" Donkey replied, "I don''t know. I just heard what Horse said, and she doesn''t know. She heard what Dog said and he doesn''t know. He heard what Chicken said and she doesn''t know. She heard what Rabbit said and she doesn''t know. She heard something falling and a voice said, ''Run rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_14', 3, NULL, 'assets/topic/asb/7606.png', 'Cow was worried and starte to run as well.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_15', 3, NULL, 'assets/topic/asb/7607.png', 'They met Cat. Cat asked, "Why are you running?" Cow replied, "I don''t know. I just heard what Donkey said, and he doesn''t know. He heard what Horse said and she doesn''t know. She heard what Dog said and he doesn''t know. He heard what Chicken said and she doesn''t know. She heard what Rabbit said and she doesn''t know. She heard something falling and a voice said, ''Run rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_16', 3, NULL, 'assets/topic/asb/7608.png', 'Cat started running with the other animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_17', 3, NULL, 'assets/topic/asb/7609.png', 'Then they met the boy riding the bicycle and he asked, "Why are you running?'''' And the animals replied, "We don''t know. We heard what Rabbit said and she doesn''t know. She heard something falling and a voice said, ''Run rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_18', 3, NULL, 'assets/topic/asb/7610.png', 'The boy laughed and said, "An apple fell off the tree because of the wind. I''m the one who said, ''Run Rabbit run!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Rabbit under the tree +Author - +Phumy Zikode +Translation - +Phumy Zikode +Illustration - +Wiehan de Jager +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533', 2, 'Hare the Trickster', 'assets/topic/asb/17187.png', 'Dan Kaasha + Abraham Muzee', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_3', 3, NULL, 'assets/topic/asb/17185.png', 'One day, Hare was out looking for food. He met Elephant, who had a pot of honey. Hare asked Elephant, "Please be kind and carry me. I am weak."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_4', 3, NULL, 'assets/topic/asb/17186.png', 'Elephant agreed to carry Hare. Hare got onto Elephant''s back and held on tightly. He started eating Elephant''s honey straight away!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_5', 3, NULL, 'assets/topic/asb/17187.png', 'Honey began dripping on Elephant''s back. When Elephant asked what it was, Hare said that it was from his wound.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_6', 3, NULL, 'assets/topic/asb/17188.png', 'They reached a river and found a large buffalo drinking water.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_7', 3, NULL, 'assets/topic/asb/17189.png', 'Hare wanted to know who was stronger, Buffalo or Elephant.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_8', 3, NULL, 'assets/topic/asb/17190.png', 'They began arguing. Elephant said she was stronger and Buffalo said she was stronger.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_9', 3, NULL, 'assets/topic/asb/17191.png', 'Hare said he had an idea how to find out who was stronger. He asked them to wait for him there.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_10', 3, NULL, 'assets/topic/asb/17192.png', 'Hare came back with a long rope. He tied the one end around Elephant''s waist and led her away from the river.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_11', 3, NULL, 'assets/topic/asb/17193.png', 'Hare tied the other end of the rope around Buffalo''s waist and left her near the river.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_12', 3, NULL, 'assets/topic/asb/17194.png', 'Hare ran and hid himself in a tree. He shouted, "Ready! One, two, three! Pull!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_13', 3, NULL, 'assets/topic/asb/17195.png', 'Buffalo and Elephant pulled. Elephant pulled Buffalo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_14', 3, NULL, 'assets/topic/asb/17196.png', 'Buffalo pulled Elephant. Neither could win.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_15', 3, NULL, 'assets/topic/asb/17198.png', 'From where he was hiding, Hare continued to eat Elephant''s honey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_16', 3, NULL, 'assets/topic/asb/17199.png', 'After he had finished the honey, he cut the rope closer to Buffalo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_17', 3, NULL, 'assets/topic/asb/17200.png', 'Elephant fell over hard and hit a tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_18', 3, NULL, 'assets/topic/asb/17201.png', 'Hare went to Buffalo and praised her, saying that she was stronger.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hare the Trickster +Author - +Dan Kaasha +Illustration - +Abraham Muzee +Language - +English +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134', 2, 'Hare and Hyena', 'assets/topic/asb/8138.png', 'Mutugi Kamundi +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_3', 3, NULL, 'assets/topic/asb/8135.png', 'Long time ago Hare and Hyena were great friends. They did many things together. They danced and sang together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_4', 3, NULL, 'assets/topic/asb/8136.png', 'One day, Hare said, "My friend Hyena, let us start farming together and we will be rich." "Oh yes, we can plant a lot of food, harvest it, and sell it to others," Hyena said. "But what shall we plant?" asked Hare.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_5', 3, NULL, 'assets/topic/asb/8137.png', 'Hyena suggested that it was good to plant maize. Hare agreed. Hare also told Hyena that it was good for them to share duties on the farm. "My work will be guarding the maize from birds," said Hare. Then Hare told Hyena to till the land, plant, and weed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_6', 3, NULL, 'assets/topic/asb/8138.png', 'Hyena complained that he had been given more work. But Hare said that the work of chasing birds was the most difficult and most important. "My work is not easy. I will be climbing trees and chasing birds away day and night. And you are not able to climb a tree," Hare explained.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_7', 3, NULL, 'assets/topic/asb/8139.png', 'Hyena was convinced by Hare''s words. He agreed to till the land alone. It was a lot of work. Hare did not help at all. After tilling the land, Hyena planted maize in the whole field, alone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_8', 3, NULL, 'assets/topic/asb/8140.png', 'When weeds grew in the field, Hyena weeded. It was a lot of work. Hare sat on a rock singing: "My friend is a worker, I am his adviser. He works like a tractor, I am his manager. The soil he toils, The hills he tills, The seeds he plants, The weeds he cuts, The maize we harvest."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_9', 3, NULL, 'assets/topic/asb/8141.png', 'When the maize was almost ready, Hare enjoyed himself singing in the field to keep birds away. Chasing the birds was not a hard job. He did not sweat at all.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_10', 3, NULL, 'assets/topic/asb/8142.png', 'Finally, the maize was ready to harvest. Hare told Hyena that they would share the harvest between themselves. Hare said, "I will harvest everything that grows above the soil and you will harvest everything that grows below the soil." Hyena thought that it was a good idea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_11', 3, NULL, 'assets/topic/asb/8143.png', 'Hare said, "I will first get my harvest then you will harvest yours." So Hare harvested all the maize in the field and put it in his store.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_12', 3, NULL, 'assets/topic/asb/8144.png', 'Hyena went to harvest things that grew below the soil. He dug, hoping to get a good harvest. But he only found roots under the soil. He dug everywhere. He did not find anything to harvest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_13', 3, NULL, 'assets/topic/asb/8145.png', 'Hyena realised that he had been cheated. He was angry. He returned home carrying empty baskets. In the evening he went to Hare''s home very annoyed. He told Hare, "Let us now farm together again my friend."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_14', 3, NULL, 'assets/topic/asb/8146.png', 'Hyena told Hare, "This time I will harvest everything that grows above the ground and you will harvest everything that grows below the soil." Hare accepted. He told Hyena that instead of planting maize it was good to change the crop. They agreed to plant potatoes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_15', 3, NULL, 'assets/topic/asb/8147.png', 'Hyena also insisted that this time they would both do the digging, planting and weeding. Hare accepted. So they worked on the farm together, singing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_16', 3, NULL, 'assets/topic/asb/8148.png', 'When the potatoes were ready, Hare told Hyena to harvest what grows above the ground. Hyena went looking for something to harvest. But he did not find anything. He only found potato leaves. He went back home with empty baskets.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_17', 3, NULL, 'assets/topic/asb/8149.png', 'Hare harvested a lot of big potatoes. He put them in his store. When Hyena saw Hare''s harvest, he was annoyed. "Why did you cheat me?" Hyena asked Hare. Hare explained that it was Hyena himself who chose to harvest the things that grew above the soil.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_18', 3, NULL, 'assets/topic/asb/8150.png', 'Hyena was very angry. He chased after Hare in order to get revenge. But Hare ran away fast. Since that day, Hare and Hyena have not been friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hare and Hyena +Author - +Mutugi Kamundi +Illustration - +Rob Owen +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083', 2, 'Hare and Tortoise (Again!)', 'assets/topic/asb/2036.png', 'Venkatramana Gowda + Padmanabha', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_3', 3, NULL, 'assets/topic/asb/2037.png', 'Do you remember the Great Race between the hare and the tortoise? For a long time, no one in the entire animal kingdom could talk about anything but the Great Race and its two contestants.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_4', 3, NULL, 'assets/topic/asb/2038.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_5', 3, NULL, 'assets/topic/asb/2039.png', 'We all know that the rabbit was defeated because he was lazy and overconfident. We know that the tortoise won the race because he was slow and steady. The forest animals knew this too, and continued to respect both creatures equally. Even the two competitors remained friends. The tortoise did not assume airs because he had won, and the hare, realising he had been defeated fair and square, bore the tortoise no grudge.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_6', 3, NULL, 'assets/topic/asb/2040.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_7', 3, NULL, 'assets/topic/asb/2042.png', 'Many months passed. The king of the jungle where the hare and the tortoise lived had some important matters to discuss with the king of the neighbouring jungle. But the first king could not leave his jungle just then. He decided, instead, to send the hare and tortoise to the neighbouring king, as his representatives.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_8', 3, NULL, 'assets/topic/asb/2043.png', '"At least one of you must go to the neighbouring kingdom," ordered the king, when the hare and the tortoise had presented themselves. "I want you to discuss certain important matters with the king there, and come back to me with his thoughts on those matters." "Now go!" he said, as he dismissed them. "And mind, you only have a day to complete the task."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_9', 3, NULL, 'assets/topic/asb/2044.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_10', 3, NULL, 'assets/topic/asb/2045.png', 'The road to the neighbouring kingdom was not smooth or easy. It was rocky and full of thorns. There were also two rivers to cross on the way.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_11', 3, NULL, 'assets/topic/asb/2046.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_12', 3, NULL, 'assets/topic/asb/2048.png', 'After some thought, both the hare and the tortoise realised that neither of them could complete the task alone. They had to travel together. The plan was for the hare to carry the tortoise over the thorny parts of the route, and for the tortoise to carry the hare across the two rivers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_13', 3, NULL, 'assets/topic/asb/2050.png', 'The next day, they collected the various messages from their king and were ready to go. The hare made short work of the thorny parts of the route with his giant loping strides, while the tortoise held on for dear life.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_14', 3, NULL, 'assets/topic/asb/2051.png', 'When they came to a river, they switched places, and the hare clambered onto the tortoise''s back. The tortoise swam across the river gracefully. Once both rivers had been crossed, it did not take them long to arrive at the neighbouring kingdom.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_15', 3, NULL, 'assets/topic/asb/2052.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_16', 3, NULL, 'assets/topic/asb/2054.png', 'After long discussions with the neighbouring king on all the matters raised by their own king, the hare and the tortoise were ready to leave.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_17', 3, NULL, 'assets/topic/asb/2056.png', 'The journey home was even smoother than the outward journey, since both the hare and the tortoise now knew exactly what to do. The two old rivals had worked so well that they reached the king well ahead of the deadline he had set!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hare and Tortoise (Again!) +Author - +Venkatramana Gowda and Divaspathy Hegde +Illustration - +Padmanabha +Language - +English +Level - +Longer paragraphs +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092', 2, 'Hare tricks Elephant, again', 'assets/topic/asb/13000.png', 'Ursula Nafula +Wiehan de Jager', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_3', 3, NULL, 'assets/topic/asb/13000.png', 'Elephant and Hare were good friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_4', 3, NULL, 'assets/topic/asb/13001.png', 'They found grass and water for their animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_5', 3, NULL, 'assets/topic/asb/13002.png', 'They liked to play football.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_6', 3, NULL, 'assets/topic/asb/13003.png', 'Elephant scored more goals. +Hare was not happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_7', 3, NULL, 'assets/topic/asb/13004.png', 'Hare asked Elephant, "What makes you a good player?" +"My big legs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_8', 3, NULL, 'assets/topic/asb/13005.png', 'Hare and Elephant ran a race. +Hare won.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_9', 3, NULL, 'assets/topic/asb/13006.png', 'Elephant asked Hare, "What makes you a good runner?" +"My thin legs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_10', 3, NULL, 'assets/topic/asb/13007.png', 'Elephant asked, "How can I get thin legs?" +"I will show you how."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_11', 3, NULL, 'assets/topic/asb/13008.png', 'Hare said, "Stand in the fire." +Elephant did. He cried, "I am burning!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_12', 3, NULL, 'assets/topic/asb/13009.png', 'Hare told Elephant, "This is the only way your legs can become thin."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_13', 3, NULL, 'assets/topic/asb/13010.png', 'Elephant moved out of the fire. +He lay down.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_14', 3, NULL, 'assets/topic/asb/13012.png', 'For many days, Elephant was not able to stand.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_15', 3, NULL, 'assets/topic/asb/13013.png', 'When he was better, he walked home to his family.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_16', 3, NULL, 'assets/topic/asb/13014.png', 'Hare was very sorry. He asked Elephant to forgive him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_17', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hare tricks Elephant, again +Author - +Agnes Gichaba +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +English +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197', 2, 'Colours', 'assets/topic/asb/1926.png', 'Madhav Chavan + Rijuta Ghate', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_3', 3, NULL, 'assets/topic/asb/1242.png', 'Why is the sky blue?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_4', 3, NULL, 'assets/topic/asb/1243.png', 'It is not always blue. Is it?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_5', 3, NULL, 'assets/topic/asb/1917.png', 'Why are leaves green?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_6', 3, NULL, 'assets/topic/asb/1054.png', 'They are not always green. Are they?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_7', 3, NULL, 'assets/topic/asb/1918.png', 'Why are bananas yellow?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_8', 3, NULL, 'assets/topic/asb/1919.png', 'Ripe bananas are yellow. Unripe bananas are green.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_9', 3, NULL, 'assets/topic/asb/1920.png', 'Why are umbrellas black?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_10', 3, NULL, 'assets/topic/asb/1922.png', 'Not all umbrellas are black.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_11', 3, NULL, 'assets/topic/asb/1923.png', 'Why is blood red?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_12', 3, NULL, 'assets/topic/asb/1924.png', 'There is iron in the blood. That makes it red.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_13', 3, NULL, 'assets/topic/asb/1925.png', 'Why is salt white?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_14', 3, NULL, 'assets/topic/asb/1928.png', 'I don''t know!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Colours +Author - +Madhav Chavan +Illustration - +Rijuta Ghate +Language - +English +Level - +First words +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631', 2, 'Tamara starts school', 'assets/topic/asb/25447.png', 'Soila Murianka +Jacob Kono', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_3', 3, NULL, 'assets/topic/asb/25447.png', 'Tamara was a five-year-old girl who lived with her family. +Their village was near a forest that had wild animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_4', 3, NULL, 'assets/topic/asb/25448.png', 'Tamara was obedient to her parents. +She looked after sheep and goats.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_5', 3, NULL, 'assets/topic/asb/25449.png', 'Tamara loved listening to birds singing as she took care of the animals. +As the birds sang, she put her own words to the tune.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_6', 3, NULL, 'assets/topic/asb/25450.png', 'Tamara was too young for school. Her parents only allowed their older children, Nashipae and Tasieku, to go to school. It was 10 kilometres away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_7', 3, NULL, 'assets/topic/asb/25451.png', 'Nashipae and Tasieku went with other children from the village in the morning and returned in the evening. +They carried food in small containers', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_8', 3, NULL, 'assets/topic/asb/25452.png', 'Tamara asked her mother, "When will I go to school?" +Her mother answered, "You go soon, my dear child."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_9', 3, NULL, 'assets/topic/asb/25453.png', 'One day, a car arrived with the chief and two ladies. +The chief made sure that children went to school at the right age.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_10', 3, NULL, 'assets/topic/asb/25454.png', 'People believed that if a child was able to stretch her hand over her head and touch the ear, she was ready to start school.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_11', 3, NULL, 'assets/topic/asb/25455.png', 'The chief asked, "How old are you?" Tamara replied, "I am five years old." +"Let''s see if you can go to school," the chief said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_12', 3, NULL, 'assets/topic/asb/25456.png', 'One of the ladies took Tamara''s right arm and gently placed it over her head. +Tamara touched her left ear.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_13', 3, NULL, 'assets/topic/asb/25457.png', 'Tamara would go to a different school than Nashipae and Tasieku. +It was new and closer to home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_14', 3, NULL, 'assets/topic/asb/25458.png', 'Tamara was very happy. +She thought, "I will read and write like Nashipae and Tasieku."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Tamara starts school +Author - +Soila Murianka +Illustration - +Jacob Kono +Language - +English +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003', 2, 'Shepherd and his best friend', 'assets/topic/asb/25050.png', 'Biniam Asfaw +Isaac Okwir', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_3', 3, NULL, 'assets/topic/asb/25047.png', 'Tarik was a Grade 4 student at Elementary School. The school was located in Menz district in the province of North Shoa, Ethiopia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_4', 3, NULL, 'assets/topic/asb/25048.png', 'Tarik had a dog called Buchie. Where Buchie was, Tarik was there too. When Tarik''s mom gave Tarik food, he shared it with Buchie.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_5', 3, NULL, 'assets/topic/asb/25049.png', 'Tarik and his classmate, Bedilu, were shepherds when they were not at school. One Saturday morning, Tarik and Bedilu were taking their flock to the town''s common grazing land.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_6', 3, NULL, 'assets/topic/asb/25050.png', 'They also carried their school books to study for examinations. On the way, Bedilu said, "Hey! Let us play kisara for few minutes to relax our minds before studying." Tarik replied, "No! We should start studying!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_7', 3, NULL, 'assets/topic/asb/25051.png', '"Don''t worry, we will study soon. Please play!" Bedilu begged Tarik. In the end, the boys played kisara. +(Kisara is a game in which players take turns throwing flat stones or coins into a small hole, standing about a meter and half from the hole.)', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_8', 3, NULL, 'assets/topic/asb/25052.png', 'Without noticing, they played the game for about two hours. Their sheep all disappeared. When they looked, they couldn''t see their sheep anywhere. They ran everywhere searching for the sheep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_9', 3, NULL, 'assets/topic/asb/25053.png', 'From a distance, they saw a wolf chasing their sheep! When Tarik and Bedilu reached there, they saw that it had killed Tarik''s sheep. Tarik began crying. He knew that his father would punish him severely.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_10', 3, NULL, 'assets/topic/asb/25054.png', 'When Bedilu took his sheep home, Tarik didn''t go home. He decided to spend the night in the big tree not far from his house. He slept on a low branch and Buchie slept below him on the ground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_11', 3, NULL, 'assets/topic/asb/25055.png', 'At midnight, Tarik was woken by a loud scream of hyenas. He got such a fright that he fell off the branch, down to the ground.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_12', 3, NULL, 'assets/topic/asb/25056.png', 'Tarik heard sounds of animals near him but it was too dark to know what they were. He began sweating thinking it must be the hyenas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_13', 3, NULL, 'assets/topic/asb/25057.png', 'Suddenly, lightning splashed its light across the sky. Tarik was able to see around him. There was Buchie standing guard and protecting him from two snarling hyenas.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_14', 3, NULL, 'assets/topic/asb/25058.png', 'Buchie saved Tarik from the wild beasts, what a friend he was indeed! The boy scrambled back up into the tree, taking Buchie with him. +Together they would wait for morning and then go home to face Tarik''s father.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Shepherd and his best friend +Author - +Biniam Asfaw +Illustration - +Isaac Okwir +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713', 2, 'Nanu''s taxi', 'assets/topic/asb/7576.png', 'Marion Drew +Marion Drew', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_3', 3, NULL, 'assets/topic/asb/7560.png', 'Hello! My name is Nanu. I am waiting with my mother for a taxi. We are going home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_4', 3, NULL, 'assets/topic/asb/7562.png', 'Here I am standing in line. My mother sings me a song. "Come Mr Taxi can''t you see? We are waiting, Nanu and me!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_5', 3, NULL, 'assets/topic/asb/7563.png', 'The lady next to me is taking her chickens home. They will lay eggs for her to eat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_6', 3, NULL, 'assets/topic/asb/7564.png', 'These men are coming back from work. They smile at me. I hear them sing, "Hey little Nanu, don''t you worry. Taxi''s coming in a hurry."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_7', 3, NULL, 'assets/topic/asb/7565.png', 'A lady walks past. She is a very smart lady. Aren''t her shoes beautiful? They go "click, click, clickclick, click, click" when she walks.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_8', 3, NULL, 'assets/topic/asb/7566.png', 'This man is selling cold drinks. I love cold drinks. They are so cold and sweet. Do you like them?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_9', 3, NULL, 'assets/topic/asb/7571.png', 'Look! There are ladies taking their supper home on their heads. Aren''t they clever?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_10', 3, NULL, 'assets/topic/asb/7568.png', 'That lady is having her hair done. She is going out with her friends tonight.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_11', 3, NULL, 'assets/topic/asb/7569.png', 'I am tired now. My mother puts me on her back where I can rest. She sings, "Please Mr Taxi, don''t be late, Gogo is waiting at our gate."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_12', 3, NULL, 'assets/topic/asb/7570.png', 'There is my friend Tumi. He is also resting. We will be home soon.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_13', 3, NULL, 'assets/topic/asb/7572.png', 'High up there the birds are flying home. They must get home before it is dark.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_14', 3, NULL, 'assets/topic/asb/7573.png', 'This lady has beautiful earrings. I think she bought them in town today. When I grow up I will buy many earrings for me and my mother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_15', 3, NULL, 'assets/topic/asb/7574.png', 'My mother is getting tired now. I sing her a song, "Please Mr Taxi, won''t you come, we are waiting, me and mum."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_16', 3, NULL, 'assets/topic/asb/7575.png', 'Wait! I can hear the taxi! Here it comes!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_17', 3, NULL, 'assets/topic/asb/7576.png', 'This is our big red taxi. It has come to take me and my mother home. I am very happy!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_18', 3, NULL, 'assets/topic/asb/7577.png', 'Goodbye!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nanu''s taxi +Author - +Marion Drew +Illustration - +Marion Drew +Language - +English +Level - +First sentences +© Marion Drew 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748', 2, 'Elephant and Hippo', 'assets/topic/asb/27134.png', 'Terkule Aorabee +Awwalu Sakiwa and Idowu Abayomi Oluwasegun', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_3', 3, NULL, 'assets/topic/asb/27133.png', 'There lived a set of twin brothers called Elephant and Hippo. +One day, Fate came and gave them two choices. "Choose blindness or leprosy," Fate ordered. +Hippo wanted to be clever. He quickly chose leprosy so as to keep using his eyes. Elephant chose blindness.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_4', 3, NULL, 'assets/topic/asb/27134.png', 'Hippo became an angry boy because of the leprosy. Blindness gave Elephant patience. Elephant needed help but Hippo treated him badly. +Then Elephant found a magical Stick, which helped him to move around. They whispered secrets to each other. Stick helped Elephant to fight enemies.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_5', 3, NULL, 'assets/topic/asb/27135.png', 'Because Hippo lost his fingers and toes he also needed help. Elephant was kind to him. +When food was served, Hippo needed Elephant to cut the food and place it on his fingerless palms. Hippo was very unhappy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_6', 3, NULL, 'assets/topic/asb/27136.png', 'One morning, their mother served hot yams. Because they were hungry, the boys did not wait for the yams to cool. +Hippo put his palms together and they looked like a plate. He asked, "Put my share here for me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_7', 3, NULL, 'assets/topic/asb/27137.png', 'The yam was so hot that it burned their palms. Hippo moved his hands up and down, to cool his palms. The yam fell on the sand. +Elephant moved his own yam from one hand to the other without it falling. Hippo was annoyed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_8', 3, NULL, 'assets/topic/asb/27138.png', '"Help me pick up my yam, please," Hippo asked Elephant. +"You know I cannot see it," Elephant replied. +"Give me your hand, I will show you," Hippo said. +Elephant found the yam, and blew the sand off it. He gave it to Hippo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_9', 3, NULL, 'assets/topic/asb/27139.png', 'In the evening, their mother gave them pounded yam, and four pieces of meat. Elephant quickly touched the meat and counted the pieces with his fingers. +Hippo did not notice Elephant counting the meat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_10', 3, NULL, 'assets/topic/asb/27140.png', 'Hippo tried to steal a piece of meat but he dropped it. When it was time to share the meat, Elephant asked, "Were there not four pieces of meat?" +"There were three," Hippo lied. "There were four," Elephant insisted. "Are you really blind?" Hippo asked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_11', 3, NULL, 'assets/topic/asb/27141.png', 'One day, they were hungry but their mother was away. "Let us go and play to forget our hunger," suggested Hippo. +Elephant agreed, so Hippo said, "Let us swim in the river." He knew Elephant could not swim. He planned to kill his brother! +Elephant and Stick followed Hippo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_12', 3, NULL, 'assets/topic/asb/27142.png', 'On the way, Hippo went into the forest. He picked up a heavy stone and put it under his arm. He grunted as he picked up the stone. He was still grunting as they walked to the river. +"Why is he grunting like that?" Elephant asked Stick.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_13', 3, NULL, 'assets/topic/asb/27143.png', 'When they reached the river, Hippo said, "I will jump in first and help you to swim." +He moved away from Elephant. He lifted the stone and threw it into the river. +"That sound is too small for the size of Hippo," Stick whispered in Elephant''s ear.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_14', 3, NULL, 'assets/topic/asb/27144.png', 'Elephant asked Stick to find out more. He started swinging Stick round and round. Stick hit Hippo very hard. "Ayei!" Hippo cried and jumped into the river. +The magical Stick turned Hippo into a water animal. He turned Elephant into a land animal and became Elephant''s trunk.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Elephant and Hippo +Author - +Terkule Aorabee +Translation - +Terkule Aorabee +Illustration - +Awwalu Sakiwa and Idowu Abayomi Oluwasegun +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143', 2, 'A very tall man', 'assets/topic/asb/309.png', 'Cornelius Wambi Gulere +Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_3', 3, NULL, 'assets/topic/asb/309.png', 'His hoe was too short.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_4', 3, NULL, 'assets/topic/asb/310.png', 'His doorway was too low.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_5', 3, NULL, 'assets/topic/asb/311.png', 'His bed was too short.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_6', 3, NULL, 'assets/topic/asb/314.png', 'His bicycle was too short.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_7', 3, NULL, 'assets/topic/asb/313.png', 'This man was too tall!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_8', 3, NULL, 'assets/topic/asb/316.png', 'He made a very long hoe handle.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_9', 3, NULL, 'assets/topic/asb/315.png', 'He made very high door frames.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_10', 3, NULL, 'assets/topic/asb/317.png', 'He made a very long bed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_11', 3, NULL, 'assets/topic/asb/318.png', 'He bought a very high bicycle.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_12', 3, NULL, 'assets/topic/asb/319.png', 'He sat on a very high chair. He ate with a very long fork.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_13', 3, NULL, 'assets/topic/asb/320.png', 'He left his house and lived in a big forest. He lived for many years.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +A very tall man +Author - +Cornelius Wambi Gulere +Illustration - +Catherine Groenewald +Language - +English +Level - +First words +© Text: Ugandan Community Libraries Association; Illustration: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914', 2, 'The happy revival', 'assets/topic/asb/2462.png', 'Rebecca Njuguna +Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_3', 3, NULL, 'assets/topic/asb/2463.png', 'For ages, Olokwango hill stood smiling at the middle of Kwere plains. From the two dimples on its side came springs which converged downhill to form a river. River Temu meandered silently across the Kwere plains. Its waters were a gift to the sheep and goats of the area as well as the deer that dwelt in the plains.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_4', 3, NULL, 'assets/topic/asb/2464.png', 'Things were all well until Matata became headman. He ordered a path to be cleared from the top of the hill to the foot so that he could climb uphill easily and roll gently down to the foot. Olokwango hill was angry with the damage to his beard, but he was patient.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_5', 3, NULL, 'assets/topic/asb/2465.png', 'During the weekend, Matata''s children and their friends would climb uphill to play. They would run all over the place, breaking twigs and branches, lighting fires for their games, which they would later leave burning.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_6', 3, NULL, 'assets/topic/asb/2466.png', 'Over time, Olokwango lost patience. The dimples became smaller and smaller as his face turned into ugly wrinkles. At last the springs were no more. The deer in the plains migrated because there was no more the tall green grass to play in. The sheep and goats grew thinner and thinner. Everyone felt the sadness of Olokwango hill.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_7', 3, NULL, 'assets/topic/asb/2467.png', 'The people of Kwere realized that something needed to be done. They joined hands and overthrew Matata the headman. In his place they appointed Baraka who immediately ordered everyone to plant a flower to honour Olokwango. Baraka and his people held ceremonies and brought gifts of pine, cedar, and cypress for Olokwango.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_8', 3, NULL, 'assets/topic/asb/2468.png', 'No one walked on the hill any longer, and the grass had a chance to grow tall once again. Gradually the smile on the face of Olokwango hill grew broader and the dimples deeper. Out of the dimples the springs ran again. River Temu was rejuvenated. The plains became greener than ever before. The deer galloped happily once more across the grass.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_9', 3, NULL, 'assets/topic/asb/2469.png', '"Long live Baraka, long live Baraka," the people of Kwere sang. "Long live, Olokwango," said Baraka and his people. "May our children and children''s children forever respect you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_10', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The happy revival +Author - +Rebecca Njuguna +Illustration - +Catherine Groenewald +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303', 2, 'Decision', 'assets/topic/asb/10625.png', 'Ursula Nafula +Vusi Malindi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_3', 3, NULL, 'assets/topic/asb/10609.png', 'My village had many problems. We made a long line to fetch water from one tap.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_4', 3, NULL, 'assets/topic/asb/10616.png', 'We waited for food donated by others.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_5', 3, NULL, 'assets/topic/asb/10614.png', 'We locked our houses early because of thieves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_6', 3, NULL, 'assets/topic/asb/10611.png', 'Many children dropped out of school.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_7', 3, NULL, 'assets/topic/asb/10613.png', 'Young girls worked as maids in other villages.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_8', 3, NULL, 'assets/topic/asb/10615.png', 'Young boys roamed around the village while others worked on people''s farms.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_9', 3, NULL, 'assets/topic/asb/10617.png', 'When the wind blew, waste paper hung on trees and fences.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_10', 3, NULL, 'assets/topic/asb/10612.png', 'People were cut by broken glass that was thrown carelessly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_11', 3, NULL, 'assets/topic/asb/10610.png', 'Then one day, the tap dried up and our containers were empty.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_12', 3, NULL, 'assets/topic/asb/10618.png', 'My father walked from house to house asking people to attend a village meeting.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_13', 3, NULL, 'assets/topic/asb/10619.png', 'People gathered under a big tree and listened.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_14', 3, NULL, 'assets/topic/asb/10620.png', 'My father stood up and said, "We need to work together to solve our problems."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_15', 3, NULL, 'assets/topic/asb/10621.png', 'Eight-year-old Juma, sitting on a tree trunk shouted, "I can help with cleaning up."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_16', 3, NULL, 'assets/topic/asb/10623.png', 'One woman said, "The women can join me to grow food."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_17', 3, NULL, 'assets/topic/asb/10624.png', 'Another man stood up and said, "The men will dig a well."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_18', 3, NULL, 'assets/topic/asb/10625.png', 'We all shouted with one voice, "We must change our lives." From that day we worked together to solve our problems.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Decision +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Vusi Malindi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267', 2, 'Face', 'assets/topic/asb/26803.png', 'Little Zebra Books +Sue Beattie', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_3', 3, NULL, 'assets/topic/asb/26807.png', 'Eyes', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_4', 3, NULL, 'assets/topic/asb/26808.png', 'Ears', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_5', 3, NULL, 'assets/topic/asb/26802.png', 'Mouth', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_6', 3, NULL, 'assets/topic/asb/26800.png', 'Nose', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_7', 3, NULL, 'assets/topic/asb/26801.png', 'Chin', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_8', 3, NULL, 'assets/topic/asb/26755.png', 'Teeth', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_9', 3, NULL, 'assets/topic/asb/26810.png', 'Tongue', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_10', 3, NULL, 'assets/topic/asb/26809.png', 'Cheeks', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_11', 3, NULL, 'assets/topic/asb/26804.png', 'Eyebrows', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_12', 3, NULL, 'assets/topic/asb/26806.png', 'Hair', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Face +Author - +Little Zebra Books +Illustration - +Sue Beattie +Language - +English +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156', 2, 'Ugali and Fish', 'assets/topic/asb/26863.png', 'African Storybook +Ben Terarc', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_3', 3, NULL, 'assets/topic/asb/26864.png', 'Long ago, Ugali and Fish lived together in a village. +They grew to become close friends.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_4', 3, NULL, 'assets/topic/asb/26865.png', 'One day, Fish asked Ugali to accompany him to the lake for a swim. +Together, they headed for the lake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_5', 3, NULL, 'assets/topic/asb/26866.png', 'When they arrived on the shore of the lake, Fish said to Ugali, "Let me jump in first." He dived into the lake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_6', 3, NULL, 'assets/topic/asb/26867.png', 'After swimming for a while, Fish said to Ugali, "Now, it is your turn to swim." +Ugali answered, "I cannot swim. If I dive in like you, I will drown and dissolve."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_7', 3, NULL, 'assets/topic/asb/26868.png', 'Fish persuaded Ugali saying, "Please try. You won''t dissolve and if you drown, I''ll rescue you." So, Ugali agreed to try. +Ugali was unable to float. He called Fish, "Please, come and rescue me," but Fish did not rescue him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_8', 3, NULL, 'assets/topic/asb/26869.png', 'Man heard Fish complaining about not being able to rescue Ugali. Man asked, "What is the problem?" +Fish explained, "This stupid Ugali dived into the water and now he is drowning." Man rescued Ugali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_9', 3, NULL, 'assets/topic/asb/26870.png', 'When Ugali came out of the water, he said, "Fish is not a good friend. He persuaded me to swim and yet I don''t know how to do so." +Man said, "Let me resolve this problem." He sliced up Ugali and Fish and enjoyed eating them together. And that was the end of their conflict.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_10', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ugali and Fish +Author - +Melanie Bulouza +Translation - +African Storybook +Illustration - +Ben Terarc +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210', 2, 'Nangila''s courage', 'assets/topic/asb/15103.png', 'Violet Otieno +Vusi Malindi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_3', 3, NULL, 'assets/topic/asb/15103.png', 'Long ago, there was a man who had a very serious wound on his leg. He could not stand or walk. This man lived in a village with his wife and their children.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_4', 3, NULL, 'assets/topic/asb/15104.png', 'The couple had three sons and one daughter. The daughter''s name was Nangila. Her duty was to take care of her father. The sons worked on the land and grazed animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_5', 3, NULL, 'assets/topic/asb/15105.png', 'Nangila was a beautiful girl. All the villagers liked and respected her. Her parents wanted a good husband for Nangila. They set a difficult task in order to find the right man.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_6', 3, NULL, 'assets/topic/asb/15106.png', 'Anyone who wanted to marry Nangila would have to get a herb from a lake near the village. This herb would heal her father''s wound. But the lake was filled with dangerous spirits.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_7', 3, NULL, 'assets/topic/asb/15107.png', 'Some men tried to get the herb but returned without it. +Some men did not return from the lake at all.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_8', 3, NULL, 'assets/topic/asb/15109.png', 'Nangila felt worried. Not even her brothers would go to the lake. One day, she decided to fetch the herb herself. Her mother said, "My daughter, if strong men have failed, how will you succeed?" +But Nangila had made up her mind.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_9', 3, NULL, 'assets/topic/asb/15110.png', 'On the way to the lake, Nangila met an old woman carrying wood. She helped the woman to carry her firewood. The old woman was grateful. She said to Nangila, "I will tell you how to reach the spirit lake and what to do when you get there."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_10', 3, NULL, 'assets/topic/asb/15111.png', 'When she reached the shore of the lake, Nangila saw the spirit family drinking and dancing. She waited and watched. One by one, the spirits fell asleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_11', 3, NULL, 'assets/topic/asb/15112.png', 'Once the spirits were all sleeping, Nangila dived into the lake. She found the herb and put it in her bag. As she swam back to land, the waves were rising.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_12', 3, NULL, 'assets/topic/asb/15113.png', 'When Nangila reached the shore the spirits were awake. She was afraid, but she sang the song the old woman taught her, "I, daughter of Wekesa, am from the lake. I came because men are too scared to come. My father needs this herb to heal his wound. That is why I am here, in the land where many are scared to reach, for you are the rulers."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_13', 3, NULL, 'assets/topic/asb/15114.png', 'Nangila''s voice was so sweet that the spirits asked her to sing for them again and again. Her singing sent the spirits back to sleep. +Then Nangila ran very fast until she got to her village.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_14', 3, NULL, 'assets/topic/asb/15115.png', 'Everyone was waiting for Nangila to return. After treating his wound with the herb her father was able to stand again. The entire village danced and praised Nangila.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nangila''s courage +Author - +Violet Otieno +Illustration - +Vusi Malindi +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614', 2, 'Porridge', 'assets/topic/asb/13256.png', 'Hlengiwe Zondi and Zimbili Dlamini +Catherine Groenewald', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_3', 3, NULL, 'assets/topic/asb/7923.png', 'Zama is getting ready for school.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_4', 3, NULL, 'assets/topic/asb/7924.png', 'Dad is cooking porridge for breakfast.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_5', 3, NULL, 'assets/topic/asb/7925.png', '"Mom makes the best porridge!" says Zama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_6', 3, NULL, 'assets/topic/asb/13254.png', 'Porridge gives Zama energy for school.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_7', 3, NULL, 'assets/topic/asb/13255.png', 'The porridge is ready.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_8', 3, NULL, 'assets/topic/asb/13256.png', 'Dad pours the milk, with love.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_9', 3, NULL, 'assets/topic/asb/13257.png', '"Dad, I think this porridge needs more sugar," says Zama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_10', 3, NULL, 'assets/topic/asb/13259.png', '"Mom''s porridge tastes much better than Dad''s porridge," thinks Zama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_11', 3, NULL, 'assets/topic/asb/13258.png', '"Dad, please can I have more sugar?" asks Zama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_12', 3, NULL, 'assets/topic/asb/13260.png', 'Dad gives Zama more sugar.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_13', 3, NULL, 'assets/topic/asb/13261.png', '"Wu! Dad! You put salt on my porridge!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_14', 3, NULL, 'assets/topic/asb/13262.png', '"Dad, when will Mom be home?" asks Zama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Porridge +Author - +Zimbili Dlamini and Hlengiwe Zondi +Translation - +Hlengiwe Zondi and Zimbili Dlamini +Illustration - +Catherine Groenewald +Language - +English +Level - +First words +© African Storybook Initiative and Molteno Institute 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138', 2, 'Mulongo and the Ogre', 'assets/topic/asb/8114.png', 'Fabian Wakholi + Natalie Propa', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_3', 3, NULL, 'assets/topic/asb/8111.png', 'A long time ago, there lived a man called Mulongo and his wife Nambuya. They had two children, Mukhwana and Namono. There was a famine in the land where they lived. All the villagers, including Mulongo and his family, would leave their homes early to look for food in the forest.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_4', 3, NULL, 'assets/topic/asb/8112.png', 'One day, Mulongo, his wife and children decided to go deep in the forest in search of something to eat. From morning to evening they looked for food but they found nothing. Nambuya urged her husband to go further into the forest. Mulongo led the way as Nambuya and the two children followed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_5', 3, NULL, 'assets/topic/asb/8113.png', 'Suddenly Mulongo saw a beautiful banana plantation. He called his wife and said, "Is that not a banana plantation? I can see bananas and other food crops. I wonder whose it is." They moved on and soon saw a house in the middle of the plantation. They stopped, looked in all directions, but there was no one around. Because they were hungry and it was nearly night time, they decided to sit and wait for the owner.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_6', 3, NULL, 'assets/topic/asb/8114.png', 'Suddenly they heard heavy breathing close to the house. They were frightened to see a huge ogre arrive. "Who are you and what do you want?" asked the ogre in a fearful voice. Mulongo in a trembling voice said, "We came looking for food because there is famine in our place." The ogre gave them food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_7', 3, NULL, 'assets/topic/asb/8115.png', 'For several days the ogre allowed Mulongo and his family to eat his crops without asking for anything in return. One morning, however, the ogre said to Nambuya, "I want you to cook your son for me to eat when I come back this evening." When the ogre had gone Mulongo went into the bush and killed some small animals, which he asked his wife to cook for the ogre. Meanwhile he asked Mukhwana to climb up a leafy mango tree and hide.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_8', 3, NULL, 'assets/topic/asb/8116.png', 'In the evening the ogre returned and asked, "Have you cooked Mukhwana for me?" Mulongo''s wife answered, "Yes." She gave the ogre the meat and he greedily ate everything. Then he said, "Tomorrow you cook your daughter."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_9', 3, NULL, 'assets/topic/asb/8117.png', 'The following morning Mulongo and his wife did as they had done on the first day. Namono was hidden up the mango tree. When the ogre returned he said, "Did you cook Namono?" Again, Nambuya told the ogre that she had done so.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_10', 3, NULL, 'assets/topic/asb/8118.png', 'After eating, the ogre instructed Nambuya to cook her husband Mulongo, the next day. Nambuya was perturbed but Mulongo said he would go out again and catch some animals to cook. He did that and after giving the meat to his wife, he also climbed up the mango tree to hide.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_11', 3, NULL, 'assets/topic/asb/8119.png', 'At dusk the ogre came back. Nambuya gave the meat to the ogre who enjoyed it very much. He told Nambuya, "Tomorrow cook yourself." When the ogre had left Nambuya called her husband to advise her. Mulongo said, "Go and look for some small animals and cook them for the ogre. When everything is ready, come up the tree where we are."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_12', 3, NULL, 'assets/topic/asb/8120.png', 'The ogre came back in the afternoon and started eating his tasty evening meal of sweet meat. He felt sleepy, went to lie under the mango tree and began snoring. But not so long after, the ogre woke up because he heard noises above him. The ogre looked up to the tree and saw Mulongo and his wife and children.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_13', 3, NULL, 'assets/topic/asb/8121.png', 'The ogre was very angry. "So you deceived me? Let me come and get you," he shouted. As the ogre was struggling to climb up the tree, Mulongo quickly thought of a trick and said, "It will be easier for you to reach us if you tie a rope around your neck and we help to pull you up."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_14', 3, NULL, 'assets/topic/asb/8122.png', 'The ogre ran into the house, brought a strong rope and after tying it around his neck he threw the other end of the rope to Mulongo. Mulongo and his wife and children started pulling the ogre up as they twisted the rope. The rope soon tightened around the ogre''s neck until he could not breathe and died. Mulongo and his family came down the tree and took over the ogre''s house and property.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mulongo and the Ogre +Author - +Fabian Wakholi +Translation - +Fabian Wakholi +Illustration - +Natalie Propa +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033', 2, 'Disability is not inability', 'assets/topic/asb/10424.png', 'Agnes Mabururu +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_3', 3, NULL, 'assets/topic/asb/10419.png', 'This is Agnes. She is my teacher.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_4', 3, NULL, 'assets/topic/asb/10418.png', 'Agnes uses crutches to walk.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_5', 3, NULL, 'assets/topic/asb/10420.png', 'This is Metobo. He is my favourite radio DJ.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_6', 3, NULL, 'assets/topic/asb/10421.png', 'Metobo has problems with his eyes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_7', 3, NULL, 'assets/topic/asb/10422.png', 'This is Moraa, my neighbour. Moraa is a farmer.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_8', 3, NULL, 'assets/topic/asb/10424.png', 'Moraa cannot hear. She speaks using Sign Language.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_9', 3, NULL, 'assets/topic/asb/10425.png', 'This is Osero. He is the best soccer player at my school.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_10', 3, NULL, 'assets/topic/asb/10426.png', 'Osero has no hands. But he scores many goals for our team!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Disability is not inability +Author - +Agnes Mabururu +Illustration - +Wiehan de Jager +Language - +English +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344', 2, 'Decision', 'assets/topic/asb/10625.png', 'Ursula Nafula +Vusi Malindi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_3', 3, NULL, 'assets/topic/asb/10609.png', 'My village had many problems. We made a long line to fetch water from one tap.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_4', 3, NULL, 'assets/topic/asb/10616.png', 'We waited for food donated by others.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_5', 3, NULL, 'assets/topic/asb/10614.png', 'We locked our houses early because of thieves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_6', 3, NULL, 'assets/topic/asb/10611.png', 'Many children dropped out of school.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_7', 3, NULL, 'assets/topic/asb/10613.png', 'Young girls worked as maids in other villages.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_8', 3, NULL, 'assets/topic/asb/10615.png', 'Young boys roamed around the village while others worked on people''s farms.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_9', 3, NULL, 'assets/topic/asb/10617.png', 'When the wind blew, waste paper hung on trees and fences.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_10', 3, NULL, 'assets/topic/asb/10612.png', 'People were cut by broken glass that was thrown carelessly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_11', 3, NULL, 'assets/topic/asb/10610.png', 'Then one day, the tap dried up and our containers were empty.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_12', 3, NULL, 'assets/topic/asb/10618.png', 'My father walked from house to house asking people to attend a village meeting.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_13', 3, NULL, 'assets/topic/asb/10619.png', 'People gathered under a big tree and listened.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_14', 3, NULL, 'assets/topic/asb/10620.png', 'My father stood up and said, "We need to work together to solve our problems."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_15', 3, NULL, 'assets/topic/asb/10621.png', 'Eight-year-old Juma, sitting on a tree trunk shouted, "I can help with cleaning up."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_16', 3, NULL, 'assets/topic/asb/10623.png', 'One woman said, "The women can join me to grow food."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_17', 3, NULL, 'assets/topic/asb/10624.png', 'Another man stood up and said, "The men will dig a well."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_18', 3, NULL, 'assets/topic/asb/10625.png', 'We all shouted with one voice, "We must change our lives." From that day we worked together to solve our problems.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Decision +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Vusi Malindi +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864', 2, 'Palm tree', 'assets/topic/asb/9607.png', 'Simon Ipoo +Rob Owen', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_3', 3, NULL, 'assets/topic/asb/9604.png', 'Let me tell you about the palm tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_4', 3, NULL, 'assets/topic/asb/9605.png', 'This tree lives when everything else is dry.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_5', 3, NULL, 'assets/topic/asb/9606.png', 'The shade from a palm tree is always cool.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_6', 3, NULL, 'assets/topic/asb/9607.png', 'We eat fruit from the palm tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_7', 3, NULL, 'assets/topic/asb/9608.png', 'We use palm leaves to thatch our houses.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_8', 3, NULL, 'assets/topic/asb/9609.png', 'We make brooms and mats from palm leaves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_9', 3, NULL, 'assets/topic/asb/9610.png', 'We use palm tree seeds for fuel.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_10', 3, NULL, 'assets/topic/asb/9611.png', 'Do you see why the palm tree is important?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Palm tree +Author - +Simon Ipoo +Translation - +Simon Ipoo +Illustration - +Rob Owen +Language - +English +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345', 2, 'Wind', 'assets/topic/asb/14101.png', 'Ursula Nafula + Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_3', 3, NULL, 'assets/topic/asb/14102.png', 'The wind roars. It roars past our home.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_4', 3, NULL, 'assets/topic/asb/14103.png', 'The wind is powerful. It tears my kite from my hand.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_5', 3, NULL, 'assets/topic/asb/14104.png', 'I run after my kite. The wind blows me away from the kite!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_6', 3, NULL, 'assets/topic/asb/14105.png', 'The wind becomes a tornado. It carries my kite higher and higher.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_7', 3, NULL, 'assets/topic/asb/14106.png', 'The tornado swallows me up! I see nothing, I touch nothing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_8', 3, NULL, 'assets/topic/asb/14107.png', 'Where is my kite now? Perhaps it is caught in a tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_9', 3, NULL, 'assets/topic/asb/14108.png', 'Perhaps my kite is still flying in the sky.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_10', 3, NULL, 'assets/topic/asb/14109.png', 'The wind finally dies down. I am still spinning.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_11', 3, NULL, 'assets/topic/asb/14110.png', 'When I stop spinning I look around. Where did the wind go?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_12', 3, NULL, 'assets/topic/asb/14111.png', 'I cannot see my kite anywhere. I cannot hear the wind anymore.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_13', 3, NULL, 'assets/topic/asb/14112.png', 'Perhaps tomorrow I will find my kite.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_14', 3, NULL, 'assets/topic/asb/14101.png', 'Now, I must go home, before the wind starts to roar again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wind +Author - +Ursula Nafula +Adaptation - +Ursula Nafula +Illustration - +Marion Drew +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572', 2, 'Magical rainbow river', 'assets/topic/asb/26828.png', 'Mimi Werna +Edwin Irabor', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_3', 3, NULL, 'assets/topic/asb/26491.png', 'Three siblings, Udoo, Erdoo and Eryum listened to the music of the rain. They wanted to dance in it. They wanted to touch the rainbow that arrived in the sky. Mother said, "No." +They cried, hoping to change her mind. It didn''t work. Eryum even tried to sneak out of the house to visit the rainbow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_4', 3, NULL, 'assets/topic/asb/26492.png', 'Mother caught him before he could go. She raised her voice so that Eryum and his sisters would hear too. +"You could catch a cold," she said. "You don''t like pepper soup and you would have to eat some, if you caught a cold," she added with a smile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_5', 3, NULL, 'assets/topic/asb/26493.png', 'Hoping that they would ask for a story, she said, "The rainbow is a magical river with healing powers. But it is so high up in the sky that you can''t reach it. If you catch a cold, the rainbow can''t help you." +The children thought about this.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_6', 3, NULL, 'assets/topic/asb/26494.png', '"Mother, please tell us our rainbow story," said Erdoo. "Yes, please mother, I want to hear it too," Udoo chimed in. "Me three," Eryum begged, lifting up three little fingers. +"Well, let me see, mmmm," she said playfully. "Okay lovelies, gather round. Mother, the storyteller is here!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_7', 3, NULL, 'assets/topic/asb/26495.png', 'Erdoo ran for the naha, the stirring stick they used as their totem. She handed it over to mother. Eryum got the headgear for mother to wear. It never failed to put her into character. +They all sat quietly to listen to the story they had heard many times. Udoo blew the whistle, telling mother to start. Then the story began.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_8', 3, NULL, 'assets/topic/asb/26496.png', '"Once, the rainbow was a magical river. It was hidden inside the green woods of Mbadede. Because it had healing powers, it was guarded. +If you were sick, you drank the water. The rainbow was always happy to share. But it didn''t like badly behaved people."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_9', 3, NULL, 'assets/topic/asb/26828.png', '"Because of the river''s magic, there was ice cream along the banks! Everyone who came to drink the water also enjoyed the ice cream, especially children. +The ice cream from the river was red, orange, yellow, green, blue, purple and indigo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_10', 3, NULL, 'assets/topic/asb/26498.png', '"One day, a naughty old woman called Mbom came from the land beyond. On arrival, she met with a guard. He did not know her and he felt a strange feeling. But he did not listen to his feelings. +He pointed the way into the woods and told her to respect the river. Mbom agreed and went to the water."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_11', 3, NULL, 'assets/topic/asb/26499.png', '"She took a drink and was healed. Then she looked around to make sure she wasn''t being watched. +Mbom picked up a stone and threw it in. She watched as it rose, and spread into a ripple. Pleased, she picked up a stick. She threw it in. The same thing happened."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_12', 3, NULL, 'assets/topic/asb/26500.png', '"Mbom jumped right into the water! She hoped to get everlasting life. As soon as she jumped, the river rose up. It shot high into the sky, never to return to Mbadede. But sometimes the rainbow follows after the rain, to feel like a river again. +And there my story ends," said mother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_13', 3, NULL, 'assets/topic/asb/26501.png', '"So my lovelies tell me, why do you love this story so much? asked mother. "You often ask me to tell it." +"I love it because it reminds me to pay attention to my feelings," Udoo smiled. "It helps me to remember the colours of the rainbow," added Erdoo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_14', 3, NULL, 'assets/topic/asb/26502.png', 'Eryum tried to push his luck, "I love it because it reminds me of ice cream! Can I have some now, pleeeaaase?" +"Mmmm. It''s cold now, let''s eat ice cream tomorrow. Shall we?" mother says. Then she adds, "Next time, I will tell the tale of the end of the rainbow."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Magical rainbow river +Author - +Mimi Werna +Translation - +Mimi Werna +Illustration - +Edwin Irabor +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751', 2, 'Frog and Snake', 'assets/topic/asb/18784.png', 'John Emongot + Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_3', 3, NULL, 'assets/topic/asb/18783.png', 'Once upon a time, Frog and Snake were good friends. Their homes were near each other and their children played together.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_4', 3, NULL, 'assets/topic/asb/18784.png', 'One day, Frog said to Snake, "My friend I want to visit my mother next week. Would you like to go with me?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_5', 3, NULL, 'assets/topic/asb/25000.png', '"I would be happy to go," Snake answered. +"Very good, then let''s prepare for a long journey," replied Frog. "We also need to find someone to look after our homes while we are away," she added.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_6', 3, NULL, 'assets/topic/asb/25001.png', 'They asked Monkey to help since he was good and responsible. Monkey accepted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_7', 3, NULL, 'assets/topic/asb/25002.png', 'During the next few days, the two friends were busy making arrangements for the journey. +Frog collected white ants and packed them in a big sack. Her mother loved to eat white ants.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_8', 3, NULL, 'assets/topic/asb/25003.png', 'The day arrived and the two friends set off at dawn. +Soon they reached the thick forest. As they entered the forest, a group of angry squirrels gathered to attack them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_9', 3, NULL, 'assets/topic/asb/25004.png', 'Snake was so afraid that she started shaking. She hissed and hissed but the fierce squirrels kept on coming closer.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_10', 3, NULL, 'assets/topic/asb/25005.png', 'Just as the squirrels were about to attack them, Frog croaked very loudly. +The squirrels got such a fright that they ran away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_11', 3, NULL, 'assets/topic/asb/25006.png', 'When the two friends finally arrived at Frog''s mother''s place, they were hungry and tired. +Frog''s mother gave them a mat to sit on while she was preparing food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_12', 3, NULL, 'assets/topic/asb/25007.png', 'When the food was ready, Frog and Snake washed and sat down to eat.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_13', 3, NULL, 'assets/topic/asb/25008.png', 'Before they started eating, Frog said, "Snake you can''t eat while lying down. That is bad manners. Please sit up properly otherwise my mother will be offended."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_14', 3, NULL, 'assets/topic/asb/25009.png', 'Snake tried very hard to sit up like the frogs, but she failed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_15', 3, NULL, 'assets/topic/asb/25010.png', 'Meanwhile Frog and her mother started eating the food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_16', 3, NULL, 'assets/topic/asb/25011.png', '"I can''t sit up properly," Snake pleaded with Frog. But Frog would not listen.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_17', 3, NULL, 'assets/topic/asb/25012.png', 'Snake was so upset that she decided to go back to her home. She did not say farewell to the frogs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_18', 3, NULL, 'assets/topic/asb/25013.png', 'On the way home, she made a plan to teach Frog a lesson!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Frog and Snake +Author - +John Emongot +Illustration - +Rob Owen +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937', 2, 'Father''s inheritance', 'assets/topic/asb/17228.png', 'Lemu Wachile +Jacob Kono', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_3', 3, NULL, 'assets/topic/asb/17218.png', 'Once upon a time, there was a hardworking farmer. He had a hardworking wife, and two sons.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_4', 3, NULL, 'assets/topic/asb/17219.png', 'He had enough food because he and his wife worked very hard. He wanted his children to have a good life. He never let them do any work.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_5', 3, NULL, 'assets/topic/asb/17220.png', 'After some time, his wife died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_6', 3, NULL, 'assets/topic/asb/17221.png', 'The man still did not want his children to work. He did the field labour and all the housework too.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_7', 3, NULL, 'assets/topic/asb/17222.png', 'But as time went on, the man became old and sick. He started to worry about what would become of his children when he died. They would not be able to take care of themselves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_8', 3, NULL, 'assets/topic/asb/17223.png', 'He called his sons. He said, "My inheritance to you is a lot of gold hidden in the fields. So, it''s up to you to plough them and find the gold."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_9', 3, NULL, 'assets/topic/asb/17666.png', 'He also called his neighbours and said, "I''m going to die soon. My sons do not know how to look after themselves. Please look after them until they can do it for themselves."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_10', 3, NULL, 'assets/topic/asb/17669.png', 'After the man died, the neighbours provided his sons with food for some time.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_11', 3, NULL, 'assets/topic/asb/17226.png', 'The brothers did not want to be robbed of the gold their father buried. They decided to do the digging themselves.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_12', 3, NULL, 'assets/topic/asb/17227.png', 'They dug one field after another, but they did not find any gold.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_13', 3, NULL, 'assets/topic/asb/17228.png', 'They sat down and one asked the other, "Do you think our father cheated us?" The other brother said, "No, I think our father was saying that farming is gold. And if we dig the fields, plant, and plough we can become rich."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_14', 3, NULL, 'assets/topic/asb/17229.png', 'So, like all the other farmers, they dug up the fields. They grew wheat and became very rich.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Father''s inheritance +Author - +Lemu Wachile and Elizabeth Laird +Illustration - +Jacob Kono +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816', 2, 'Unwise judge', 'assets/topic/asb/17057.png', 'Magabi Eynew Gessesse +Brian Wambi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_3', 3, NULL, 'assets/topic/asb/17050.png', 'There were two poor neighbours who were friends, Meseret and Demeke. One day, Meseret said to Demeke, "I must take my barley to the market today. The sack is very heavy, and the market is far away. I wish I had enough money to buy a donkey."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_4', 3, NULL, 'assets/topic/asb/17052.png', 'Demeke nodded and said, "And I must buy some new pots at the market today. They will be very heavy. I wish I had a donkey, too. I only have half the money."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_5', 3, NULL, 'assets/topic/asb/17053.png', 'Meseret had an idea. "Let''s buy a donkey together. You can pay half and I will pay half. One week, I will take the donkey to the market, and the next week, you can take it." Meseret and Demeke bought a donkey. For a long time they were both happy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_6', 3, NULL, 'assets/topic/asb/17054.png', 'But one day, Meseret''s father died. Meseret took all his father''s fields, trees, cows and sheep. He was rich now and didn''t want to work with Demeke anymore. And, he wanted his half of the donkey.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_7', 3, NULL, 'assets/topic/asb/17055.png', 'Meseret said to Demeke, "My dogs need meat. I want to kill our donkey. You can have half of it, and I will have the other half." Demeke cried, "I don''t need any meat. I need the donkey. If you want to kill it, give me money for my half." Meseret was angry. "I''m not going to give you any money," he said. "Half of the donkey is mine, and I want to have it." "Let''s go to the judge," Demeke said. "He can decide between us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_8', 3, NULL, 'assets/topic/asb/17057.png', 'Meseret and Demeke went to see the judge. The judge was not a wise man. He didn''t listen carefully. "Do you both own the donkey?" he asked. "Yes," Meseret and Demeke agreed. "Then half of it belongs to one of you, and half of it belongs to the other," the judge said. "If Meseret wants his half, he can take it. Kill the donkey, and cut it in half."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_9', 3, NULL, 'assets/topic/asb/17058.png', 'Meseret was happy. He killed the donkey and took half of the meat to give to his dogs. Demeke was unhappy and thought, "My poor donkey has gone, and now I must carry everything myself."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_10', 3, NULL, 'assets/topic/asb/17060.png', 'A few months later, Meseret wanted to build a new hut for himself. He thought, "I''ll burn down my old hut and build a big new one." Meseret began to carry everything out of his hut. Demeke saw him and asked, "What are you doing?" Meseret replied, "I''m going to burn my hut and build a new one." Demeke was worried, "But your hut is next to mine. If you burn your hut, you will burn mine, too."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_11', 3, NULL, 'assets/topic/asb/17061.png', 'Meseret was angry. "Don''t try to stop me! This is my hut, and I will burn it if I want to," he said. "Stop! Let''s go and ask the judge." cried Demeke. The unwise judge didn''t listen carefully and didn''t try to understand. "Let Meseret burn his hut because it''s his own and no one can stop him," the unwise judge ruled.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_12', 3, NULL, 'assets/topic/asb/17062.png', 'So Meseret burned his hut. The wind carried the fire to the roof of Demeke''s hut and soon it was burning too. They went back to the judge. Demeke cried, "Look! Meseret has burned my hut! He must pay me." "No, Meseret burned his own hut. It was the fire that burned your hut. Meseret can keep his money," decided the judge.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_13', 3, NULL, 'assets/topic/asb/17063.png', 'Poor Demeke was very unhappy. He had no donkey and no hut. All he had was his field. Every day, he worked in his field. Every night he and his family slept under a tree.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_14', 3, NULL, 'assets/topic/asb/17064.png', 'It was nearly harvest time by now. Demeke had worked hard in his field. He pulled out the weeds. He frightened away the birds. There was a good crop of chickpeas in his field.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_15', 3, NULL, 'assets/topic/asb/17066.png', 'One day, Meseret''s sons came to visit their father. They passed by Demeke''s field. "Chickpeas! They are delicious!" shouted the one son. The boys ran into the field, and began to eat the chickpeas. Soon, many of the peas were gone.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_16', 3, NULL, 'assets/topic/asb/17068.png', 'Demeke saw them from far away. He ran quickly to his field. "Give me back all my chickpeas," he demanded. "We can''t give them back to you," the boys replied. "We have eaten them. Ask our father. He will pay you for your chickpeas."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_17', 3, NULL, 'assets/topic/asb/17069.png', 'Demeke went to see Meseret. "Your sons ate all my chickpeas," he said. "I''ll give you some money to pay for them," Meseret said. "I don''t want your money. I''m going to take my chickpeas," Demeke said. "Wait! Let''s go and ask the judge," Meseret cried.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_18', 3, NULL, 'assets/topic/asb/17070.png', 'Meseret and Demeke went to see the judge. As usual, the judge didn''t listen to them carefully. "Meseret''s sons ate all your chickpeas, and they must give them back. Cut the boys open, and take your chickpeas," the judge said to Demeke. Meseret was frightened. "But my sons will die! Please, Demeke, let me give you money," he begged. "I wanted money when you killed our donkey," Demeke said. "I don''t want money now. I want my chickpeas."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_19', 3, NULL, 'assets/topic/asb/17071.png', 'Demeke picked up his knife. "I''ll build you a new hut! I''m sorry I burned your old one," cried Meseret. "I don''t want a new hut," Demeke said. "I want my chickpeas." He began to sharpen his knife on a stone. "No! Please, wait! Let''s go and see the elders. Please, my old friend, let the elders decide," cried Meseret.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_20', 3, NULL, 'assets/topic/asb/17073.png', 'So, Meseret and Demeke went to see the elders. The elders talked for a long time and at last they said to Meseret, "You were wrong. You refused to pay Demeke for his donkey. You burned his hut, and your children ate his harvest."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_21', 3, NULL, 'assets/topic/asb/17074.png', 'Then they turned to Demeke. "You want to kill Meseret''s sons. That is wrong too. Here is our decision. Meseret must give to Demeke half of all his trees, fields, cows and sheep. Then you can live together in peace."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_22', 3, NULL, 'assets/topic/asb/17075.png', 'So, Meseret gave Demeke half of all his property. They lived together happily and never quarrelled again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Unwise judge +Author - +Magabi Eynew Gessesse and Elizabeth Laird +Illustration - +Brian Wambi +Language - +English +Level - +Read aloud +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690', 2, 'How night came to Opio''s village', 'assets/topic/asb/1130.png', 'Robert Ekuka +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_3', 3, NULL, 'assets/topic/asb/1131.png', 'Long ago, there was no night in Opio''s village. People slept when they were tired and worked when they were awake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_4', 3, NULL, 'assets/topic/asb/1132.png', 'One day Opio went out hunting with his dogs. After a short time, his dogs started to chase an antelope. Opio followed them. He ran for many hours. Every time he became tired, he rested. Then he would run again. But he could not find his dogs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_5', 3, NULL, 'assets/topic/asb/1133.png', 'After many days, he came to a village. He went to one of the houses and said to the owner, "I have chased an antelope for a long time and I am very tired. I want to rest." The man said, "Sit down and rest. Would you like some beer?" Opio was very thirsty so he drank some. Then he went to sleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_6', 3, NULL, 'assets/topic/asb/1134.png', 'When he woke up, he couldn''t see. He opened and closed his eyes many times. "You have given me something very bad to drink," he said to the man. "I can''t see properly anymore!" "There is nothing wrong with you," the man replied. "It''s night now. Haven''t you ever seen night? When the day leaves, the night comes."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_7', 3, NULL, 'assets/topic/asb/1135.png', 'Opio asked many questions about the night. He began to like it very much. He and his new friend talked until morning. He stayed for another day so that he could see the night come again.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_8', 3, NULL, 'assets/topic/asb/1136.png', 'The next morning he asked his friend, "How can I take the night to my own village? I want my people to see the night." The man explained, "When it starts to get dark this evening, walk to your village. If you look straight in front, the night will follow you. If you look back, the night will go away."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_9', 3, NULL, 'assets/topic/asb/1130.png', 'Opio did as he was told. That evening, he began to walk towards his village. He felt the dark night behind him as he walked. He was tempted to look back, but he did not.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_10', 3, NULL, 'assets/topic/asb/1137.png', 'When he came to his village, the villagers were afraid. They asked Opio,  "What disease have you brought to us? What is this dark thing following you?" Opio said, "My friends, this dark thing is called night. You are afraid and I was afraid, too."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_11', 3, NULL, 'assets/topic/asb/1138.png', 'Opio continued to explain, "You will learn to like the night. When the light comes we can work and when night comes, we can rest."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_12', 3, NULL, 'assets/topic/asb/1139.png', 'And that is how night came to Opio''s village.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +How night came to Opio''s village +Author - +Robert Ekuka +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975', 2, 'Face', 'assets/topic/asb/26803.png', 'Little Zebra Books +Sue Beattie', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_3', 3, NULL, 'assets/topic/asb/26807.png', 'Eyes', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_4', 3, NULL, 'assets/topic/asb/26808.png', 'Ears', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_5', 3, NULL, 'assets/topic/asb/26802.png', 'Mouth', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_6', 3, NULL, 'assets/topic/asb/26800.png', 'Nose', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_7', 3, NULL, 'assets/topic/asb/26801.png', 'Chin', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_8', 3, NULL, 'assets/topic/asb/26755.png', 'Teeth', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_9', 3, NULL, 'assets/topic/asb/26810.png', 'Tongue', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_10', 3, NULL, 'assets/topic/asb/26809.png', 'Cheeks', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_11', 3, NULL, 'assets/topic/asb/26804.png', 'Eyebrows', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_12', 3, NULL, 'assets/topic/asb/26806.png', 'Hair', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Face +Author - +Little Zebra Books +Illustration - +Sue Beattie +Language - +English +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067', 2, 'Disagreement among occupations', 'assets/topic/asb/10274.png', 'Beatrice Inzikuru +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_3', 3, NULL, 'assets/topic/asb/10274.png', 'In a village there was a disagreement among people of different occupations. Everyone thought their work was the most important!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_4', 3, NULL, 'assets/topic/asb/10278.png', 'The teacher said that he had the most important occupation. "Without teachers you could not go to school and learn."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_5', 3, NULL, 'assets/topic/asb/10276.png', 'The builder said that he had the most important occupation. "Without builders you would not have schools to learn in or houses to sleep in."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_6', 3, NULL, 'assets/topic/asb/10279.png', 'The carpenter said that he had the most important occupation. "Without carpenters you would have no furniture for your houses and schools."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_7', 3, NULL, 'assets/topic/asb/10277.png', 'The doctor claimed that he had the most important occupation. "Without doctors and nurses you could get sick and die."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_8', 3, NULL, 'assets/topic/asb/10275.png', 'The farmer said that she had the most important occupation. "Without farmers you would not have food to eat."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_9', 3, NULL, 'assets/topic/asb/10280.png', 'The student argued that students had the most important work. "Without students, there would be no teachers, builders, doctors, farmers, or carpenters."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_10', 3, NULL, 'assets/topic/asb/10281.png', 'Eventually everyone agreed that all the occupations are important. We need teachers, builders, doctors, farmers, and carpenters. But everyone has to be a student first!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Disagreement among occupations +Author - +Beatrice Inzikuru +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611', 2, 'Vayu, the wind', 'assets/topic/asb/2442.png', 'Madhuri Pai +Rijuta Ghate', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_3', 3, NULL, 'assets/topic/asb/2443.png', 'I finish my hot, hot bath. My wet body feels so cool, cool, cool.  What makes that happen? Vayu, the wind!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_4', 3, NULL, 'assets/topic/asb/2444.png', 'The milk in my cup is too hot. But soon it is ready for me to sip. Who makes that happen? Vayu, the wind!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_5', 3, NULL, 'assets/topic/asb/2445.png', 'The window curtains flutter and gently brush my face. Who makes it happen? Vayu, the wind!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_6', 3, NULL, 'assets/topic/asb/2448.png', 'A bolt of lightning far away. Black clouds moving my way. Who makes that happen? Vayu, the wind!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_7', 3, NULL, 'assets/topic/asb/2449.png', 'Branches sway and leaves tremble. Flowers gently fall. Who did it all? Vayu, the wind!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_8', 3, NULL, 'assets/topic/asb/2450.png', 'We are playing far from the house. Yet I can smell the food mother is preparing. Who makes it happen? Vayu, the wind!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_9', 3, NULL, 'assets/topic/asb/2451.png', 'A glass on a windowsill, crashes to the ground. I am glad I was not around. Who broke the glass? It was Vayu, the wind!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_10', 3, NULL, 'assets/topic/asb/2452.png', 'A whistle blows. A train rolls in. I cannot see it, but I hear its din. Who makes that happen? Vayu, the wind!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_11', 3, NULL, 'assets/topic/asb/2453.png', 'Cannot be seen. Cannot be heard. Works without saying a word. Who can it be? Of course! The wind.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_12', 3, NULL, 'assets/topic/asb/2455.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Vayu, the wind +Author - +Madhuri Pai and Rohini Nilekani +Illustration - +Rijuta Ghate +Language - +English +Level - +First sentences +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440', 2, 'My first pair of shoes', 'assets/topic/asb/9500.png', 'Ursula Nafula +Rob Owen', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_3', 3, NULL, 'assets/topic/asb/9494.png', 'I had never worn shoes before. When I saw children wearing nice shoes, I would look at them with longing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_4', 3, NULL, 'assets/topic/asb/9492.png', 'My mother would say, "You will have many pairs in the future, just wait!" Sometimes I did not believe her. "When is the future?" I asked her one day.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_5', 3, NULL, 'assets/topic/asb/9493.png', 'Time passed and it was nearly Christmas. Everybody was busy going to the market and coming back with bags of new things. "Mother, are we going to the market?" I asked her.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_6', 3, NULL, 'assets/topic/asb/9496.png', 'The day before Christmas, my mother woke me up earlier than usual. She asked me to fetch the big shopping basket she always carried to the market.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_7', 3, NULL, 'assets/topic/asb/9495.png', 'At the open-air market there were many parents with their children. They were buying new clothes and stocking up on food.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_8', 3, NULL, 'assets/topic/asb/9497.png', 'We went straight to where there were many different types of shoes. My eyes were wide with amazement. I gaped at row after row of neatly arranged shoes.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_9', 3, NULL, 'assets/topic/asb/9499.png', 'After trying on many pairs, I settled for black lace-up shoes. At home that night, I couldn''t sleep. I was so excited thinking of how I would wear my new shoes and show off to every child in the village.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_10', 3, NULL, 'assets/topic/asb/10444.png', 'After a while, I got out of bed and put on the shoes. I walked slowly around the room and then put the shoes back into the box. I lay down again, but I couldn''t sleep.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_11', 3, NULL, 'assets/topic/asb/9498.png', 'I got up and tried on the shoes a second time. I strutted around the room for a while and then put them back.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_12', 3, NULL, 'assets/topic/asb/9502.png', 'I lay down once more and tried to sleep. But I got up a third time. I put on the shoes and jumped around the room. Then I felt tired. I decided to get back into bed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_13', 3, NULL, 'assets/topic/asb/9501.png', 'The following morning, I was woken by my mother. "What is this I see?" she asked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_14', 3, NULL, 'assets/topic/asb/9500.png', 'I was wearing my new shoes in bed!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +My first pair of shoes +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Rob Owen +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135', 2, 'Things I know', 'assets/topic/asb/2550.png', 'Ursula Nafula +Michael Nakuwa', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_3', 3, NULL, 'assets/topic/asb/2551.png', 'This is a manyatta. It is my home. My home is in Turkana County.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_4', 3, NULL, 'assets/topic/asb/2552.png', 'This is a camel. In Turkana County people keep many different animals. But the camel is very important.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_5', 3, NULL, 'assets/topic/asb/2553.png', 'These are my teachers. I like going to school. My school is called Lolupe Primary School. I like my Art teacher very much.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_6', 3, NULL, 'assets/topic/asb/2554.png', 'This is a ship. Ships are big. They are used to transport people and goods on water. If I go to Mombasa, I can see a ship.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_7', 3, NULL, 'assets/topic/asb/2550.png', 'This is a bed. I like the bed that my father made for me. I share it with my younger brother. It is comfortable.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_8', 3, NULL, 'assets/topic/asb/2555.png', 'This is a cock. At home, we have two cocks. We also have many chickens. The chickens lay many eggs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_9', 3, NULL, 'assets/topic/asb/2556.png', 'This is a mouse. Mice are dangerous animals. They eat food. They also destroy clothes. They can cause disease.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_10', 3, NULL, 'assets/topic/asb/2557.png', 'This is a dog. Dogs are domestic animals. Our dog is called Daa. He barks a lot.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_11', 3, NULL, 'assets/topic/asb/2558.png', 'This is an umbrella. My parents have a big umbrella. It has red, blue, orange and green colours. When it rains, we use an umbrella so we do not get wet.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_12', 3, NULL, 'assets/topic/asb/2559.png', 'I am in class two and I know many things. I want to know many more. What I do not know, I ask my parents or my teacher.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Things I know +Author - +Ursula Nafula +Illustration - +Michael Nakuwa +Language - +English +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314', 2, 'The adventures of Supercow', 'assets/topic/asb/858.png', 'Danielle Bruckert +Danielle Bruckert', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_3', 3, NULL, 'assets/topic/asb/859.png', 'This is cow. Cow is cool!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_4', 3, NULL, 'assets/topic/asb/860.png', 'By day, it is an ordinary cow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_5', 3, NULL, 'assets/topic/asb/861.png', 'Flying a kite.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_6', 3, NULL, 'assets/topic/asb/862.png', 'Kicking a ball.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_7', 3, NULL, 'assets/topic/asb/863.png', 'By night, a supercow!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_8', 3, NULL, 'assets/topic/asb/864.png', 'Saving lives.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_9', 3, NULL, 'assets/topic/asb/865.png', 'And fighting crime.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_10', 3, NULL, 'assets/topic/asb/866.png', 'But if you close your eyes really tight, and make a wish.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_11', 3, NULL, 'assets/topic/asb/867.png', 'Cow might come to visit you too!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_12', 3, NULL, 'assets/topic/asb/868.png', 'The end.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +The adventures of Supercow +Author - +Danielle Bruckert +Illustration - +Danielle Bruckert +Language - +English +Level - +First words +© Danielle Bruckert 2010 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://freekidsbooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637', 2, 'Big blue bus', 'assets/topic/asb/11446.png', 'Mecelin Kakoro +Mango Tree', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_3', 3, NULL, 'assets/topic/asb/11446.png', 'There was only one bus in Ebei''s village. It was big and blue. It was very noisy.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_4', 3, NULL, 'assets/topic/asb/11447.png', '"Tomorrow we will go to town," said Ebei''s mother. "We will buy your school uniform."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_5', 3, NULL, 'assets/topic/asb/11448.png', 'Ebei was very excited. They would travel in the big blue bus. He could not sleep that night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_6', 3, NULL, 'assets/topic/asb/11449.png', 'When his mother came to wake him, Ebei was already dressed.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_7', 3, NULL, 'assets/topic/asb/11450.png', 'Ebei and his mother walked to the bus stop. They waited for the big blue bus. But the bus did not come.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_8', 3, NULL, 'assets/topic/asb/11451.png', 'Other people arrived at the bus stop. They complained because the bus was late. "Where is the bus?" they asked.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_9', 3, NULL, 'assets/topic/asb/11452.png', 'Ebei was worried. "We will not be able to go to town," he thought. "I will not be able to get my uniform."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_10', 3, NULL, 'assets/topic/asb/11453.png', 'Some people gave up and went home. Ebei cried. He did not want to go. "We will wait a bit longer," said his mother.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_11', 3, NULL, 'assets/topic/asb/11454.png', 'Suddenly, they heard a noise. They saw dust in the air. The bus was coming!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_12', 3, NULL, 'assets/topic/asb/11455.png', 'But this bus was not blue. It was not big. It was red and small. The people did not want to get in this bus.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_13', 3, NULL, 'assets/topic/asb/11456.png', '"Get in! Get in!" shouted the driver. "We are very late today," he called.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_14', 3, NULL, 'assets/topic/asb/11457.png', 'Ebei and his mother got in first. Soon everyone else got in the small red bus.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_15', 3, NULL, 'assets/topic/asb/11458.png', 'Ebei looked out the window. He saw more people at the bus stop.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_16', 3, NULL, 'assets/topic/asb/11459.png', 'Even more people were running to catch the bus. But they were too late. The red bus was full. It left for town.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_17', 3, NULL, 'assets/topic/asb/11460.png', '"Where is the big blue bus?" asked Ebei''s mother. "It broke down," replied the driver. "We are fixing it. It will come tomorrow."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_18', 3, NULL, 'assets/topic/asb/11461.png', 'Ebei did not care about the colour of the bus. He did not care about the size. This bus was going to town!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Big blue bus +Author - +Mecelin Kakoro +Illustration - +Mango Tree +Language - +English +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533', 2, 'Skillful musicians', 'assets/topic/asb/25963.png', 'Athieno Gertrude and Owino Ogot +Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_3', 3, NULL, 'assets/topic/asb/25955.png', 'Bul, Fumbo, Teke, Tongoli, Milege, Sos and Gwara were great friends. They also produced good music. They lived at the foot of faraway hills. +All of them were skilful musicians. Everyone enjoyed listening to their melodies and dancing to their rhythms! +These skillful musicians wanted to choose a leader. The greatest among them would be their king.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_4', 3, NULL, 'assets/topic/asb/25956.png', 'To be chosen as the greatest, the musician had to perform a variety of functions. He had to be loud enough to be heard from near and far. +Tongoli spoke first, "I am the greatest. I sing high and I sing low. I have many strings of different pitches. I can sing alone and in groups. The young and old love dancing to my music. I even lead Fumbo in songs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_5', 3, NULL, 'assets/topic/asb/25957.png', '"You are right Tongoli," Fumbo agreed. "But, you are not better than me. You are too soft. I am loud and clear. My sound reaches near and far." +Fumbo continued, "People dance to my tunes like their backs are breaking! Whether in times of joy or in times sorrow I make people dance! Children like imitating my songs like ''Coko ma nyoro no dwoki i dak''."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_6', 3, NULL, 'assets/topic/asb/25958.png', '"You are both great," agreed Milege. Then he continued, "My work is simple. Dancers tie me round their ankles. They stamp their feet rhythmically and I produce melodies. I produce a mix of loud and sharp sounds. Friends, aren''t I great?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_7', 3, NULL, 'assets/topic/asb/25959.png', '"That is great!" Bul said. "I am made of just a piece of skin stretched over a hollow wooden cylinder. I give rhythm to songs and my sound signals many things. But I cannot change pitches like some of you do. I don''t think I am great."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_8', 3, NULL, 'assets/topic/asb/25960.png', '"Bul, you do great things!" Gwara disagreed. "You call people to meetings, worship, and communal work, also announce deaths and alert people when there is danger. You sound during ceremonies and make people dance in joy and sorrow. To me, you are the greatest." +Gwara gave a loud blast and said, "Am loud and I attract attention. However, I am not better than Bul. So I propose him as our king."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_9', 3, NULL, 'assets/topic/asb/25961.png', 'The skilful musicians looked at one another in disbelief and silence. Then Tongoli said, "Bul is too simple to be our king. I am the greatest because I can play from low to high with ease." +Sos had been quiet all along. Now he spoke, "Comrades, I have always sung with the rest of you. You are all skillful musicians. However, the best choice for our king is Bul."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_10', 3, NULL, 'assets/topic/asb/25963.png', 'Sos continued, "A person who cannot feel music produced by Bul is like dead wood! Bul draws people to him and nurtures them with his music in sorrow and in joy." +Finally, the skilful musicians chose Bul as their king. +Ever since then Bul has been the king of music. That is why Bul is in every home at the foot of the faraway hills.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Skillful musicians +Author - +Athieno Gertrude and Owino Ogot +Translation - +Athieno Gertrude and Owino Ogot +Illustration - +Salim Kasamba +Language - +English +Level - +Read aloud +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384', 2, 'Grateful animals', 'assets/topic/asb/17299.png', 'Mariam Mohammed +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_3', 3, NULL, 'assets/topic/asb/17289.png', 'Once upon a time, a man and five animals were going to war together. They traveled all day until the sun went down. "Where are we going to sleep?" asked Donkey. "Look, there''s a hut. We can sleep there," said Puff Adder.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_4', 3, NULL, 'assets/topic/asb/17290.png', 'They went to the hut and called. A man and a woman came out. "You''re welcome to sleep here, but we don''t have food for you," said the man. "What about the cow outside your house?" asked Dog.  "It''s the only thing we have. If we kill it, we''ll have nothing." The wife said.  Man said, "We will all reward you. Please kill the cow for us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_5', 3, NULL, 'assets/topic/asb/17291.png', '"If you give me its blood, I''ll repay you," said Lion. "I want the bones," said Dog, "and I''ll reward you." "Give me the fat, you won''t be sorry" said Puff Adder. "I want the meat under the skin. I''ll reward you," said Eagle. "Let me have the milk," the man said. "I''ll give you something wonderful one day." "I don''t want meat. Give me some grass from your roof," Donkey said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_6', 3, NULL, 'assets/topic/asb/17292.png', 'The husband and wife killed their cow. They gave the blood to Lion, the bones to Dog, the milk to the man, the fat to Puff Adder, and the meat under the skin to Eagle. Donkey got grass from the roof of the hut.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_7', 3, NULL, 'assets/topic/asb/17293.png', 'The travelers slept well that night. The next morning they went away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_8', 3, NULL, 'assets/topic/asb/17294.png', 'Many weeks passed. Then, one day, the man and his wife heard Lion roaring near their hut. They went outside. Lion wasn''t there, but a big elephant tusk was lying on the ground. "This is very valuable," the woman said to her husband. "Take it into the house," her husband said. "We must be careful. Perhaps thieves will come and steal it."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_9', 3, NULL, 'assets/topic/asb/17295.png', 'Just then, Dog barked. The husband and wife looked behind them. Dog was lying near the door of the house. "Don''t worry," he said. "I''ll keep the thieves away. You helped me once and now I''ll help you."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_10', 3, NULL, 'assets/topic/asb/17296.png', 'Now, the husband had a wicked brother. He was rich, he was cruel, and everyone hated him. He heard about the elephant tusk. "I want that tusk," he thought. "I''ll kill my brother and take it from him."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_11', 3, NULL, 'assets/topic/asb/17297.png', 'Late at night, he went to his brother''s house. But Puff Adder was lying on the path, waiting for him. It bit the wicked brother and he died.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_12', 3, NULL, 'assets/topic/asb/17298.png', 'In that country, a dead man''s brother takes his wealth. So, the wicked brother''s cows and sheep belonged to the husband and his wife. "Lion, Dog and Puff Adder have repaid us well," the man said to his wife. "What will Eagle, Donkey and the man do?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_13', 3, NULL, 'assets/topic/asb/17299.png', 'One day, Eagle was flying high in the sky. He looked down and saw a crowd of elders walking together along the road. Something bright was shining in their hands. "They have money and jewels," thought Eagle. "They are taking presents from a wife to her husband, or from a husband to his wife, to end a quarrel. But they will forgive each other anyway."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_14', 3, NULL, 'assets/topic/asb/17300.png', 'Eagle flew down and took the gifts out of the elders'' hands. He dropped them outside the hut of the man and his wife.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_15', 3, NULL, 'assets/topic/asb/17301.png', 'On the same day, Donkey was in a forest not far away. He had a heavy bag full of money on his back. Donkey''s master beat him saying, "Go faster, you stupid, lazy animal!"  Donkey wanted to punish his cruel master.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_16', 3, NULL, 'assets/topic/asb/17302.png', 'Donkey ran away, and went to the hut of the husband and wife. "Take the money," he said. "It''s yours." The old man and his wife were rich now.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_17', 3, NULL, 'assets/topic/asb/17303.png', '"Our friends the animals have been very good to us," the man said. "I''m glad we killed our cow for them." "The man has not repaid us yet," his wife said. "The animals have done many things for us, but the man will certainly do more."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_18', 3, NULL, 'assets/topic/asb/17304.png', 'They waited and waited. Weeks passed, then months and years, but the man never came back. Animals keep their promises, but humans forget theirs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Grateful animals +Author - +Mariam Mohammed and Elizabeth Laird +Illustration - +Rob Owen +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681', 2, 'Look at the animals', 'assets/topic/asb/1747.png', 'Jenny Katz + Sandy Campbell', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_3', 3, NULL, 'assets/topic/asb/1749.png', 'Look at the animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_4', 3, NULL, 'assets/topic/asb/1750.png', 'The cow says, "Moo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_5', 3, NULL, 'assets/topic/asb/1751.png', 'The goat says, "Meh, meh."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_6', 3, NULL, 'assets/topic/asb/1752.png', 'The horse says, "Neigh."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_7', 3, NULL, 'assets/topic/asb/1753.png', 'The pig says, "Grunt."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_8', 3, NULL, 'assets/topic/asb/1754.png', 'The chicken says, "Cluck."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_9', 3, NULL, 'assets/topic/asb/1755.png', 'The dog says, "Woof."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_10', 3, NULL, 'assets/topic/asb/1757.png', 'The farmer says, "Shhh!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Look at the animals +Author - +Jenny Katz +Illustration - +Sandy Campbell +Language - +English +Level - +First words +© African Reading Matters 2003 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +www.read.org.za', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074', 2, 'Old rooster', 'assets/topic/asb/8524.png', 'Cissy Kiwanuka Luyiga +Magriet Brink', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_3', 3, NULL, 'assets/topic/asb/8517.png', 'Once upon a time there was an old woman who lived alone. She had many chickens. Among them was a rooster that was very old and could no longer crow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_4', 3, NULL, 'assets/topic/asb/8518.png', 'One day the old woman''s grandson visited. She was very happy to see him. She asked the young man to catch the old rooster so they could cook and eat it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_5', 3, NULL, 'assets/topic/asb/8519.png', 'The old rooster heard the woman talking and its heart sank. "Aaiii, you are also very old but I don''t see anyone trying to kill you, we will see!" So the old rooster sneaked away and decided to head for the big city to start singing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_6', 3, NULL, 'assets/topic/asb/8520.png', 'As the old rooster walked, he met the cat. "What has happened?" the cat asked. "My friend, my boss wants to eat me because I can no longer tell her the time," said the old rooster. "I am going to the big city to sing. Where are you going?" "My friend, my boss has also decided to kill me because I can no longer catch rats. I am running away," said the cat. "Can I join you?" "Let''s go!" said the old rooster.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_7', 3, NULL, 'assets/topic/asb/8521.png', 'They had walked a short while when they saw a dog running very fast. The old rooster called the dog and asked why he was running so fast. "My friend, my boss chased me because I can no longer catch thieves," replied the dog while panting. "We have similar problems. We are going to the big city to sing," said the old rooster. "Can I join you?" asked the dog.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_8', 3, NULL, 'assets/topic/asb/8522.png', 'The three animals set off together. As they were walking, a horse stopped them and asked what was happening. "Our bosses want to kill us because we can no longer do our jobs," they all replied together. "I have the same problem, where are you going?" asked the horse. "We are going to the big city to sing," they replied. The horse asked to join them and they accepted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_9', 3, NULL, 'assets/topic/asb/8523.png', 'They all walked until it was dark. They saw a house and when they reached it they heard noises inside. They were afraid and decided to sing a song to chase the people who were in the house. The horse stood on the ground, the dog climbed onto the horse''s back, the cat climbed on the dog''s back, and the rooster climbed on the cat''s back.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_10', 3, NULL, 'assets/topic/asb/8524.png', 'They immediately started singing. "Kookoliookoo," sang the rooster. "Myaaawuu myaaawuu," sang the cat. "Woo woo," sang the dog. "Wuuuu wuuuu," sang the horse. They all sang loudly together. The people inside the house were thieves. The thieves were afraid and ran away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_11', 3, NULL, 'assets/topic/asb/8525.png', 'The old rooster, the dog, the horse and the cat entered the house and found food. When they had finished eating they went to sleep. The rooster slept near the door, followed by the cat, the dog, and lastly the horse.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_12', 3, NULL, 'assets/topic/asb/8526.png', 'It was not too long before the thieves were back. Their boss was the first to go into the house. He had just opened the door when the old rooster pecked him with its beak. Then the cat scratched him with its nails. And then he found the dog, which bit him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_13', 3, NULL, 'assets/topic/asb/8527.png', 'The man jumped but continued into the house. He found the horse, which kicked him to death. The other thieves did not enter the house. They ran away, never to return.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_14', 3, NULL, 'assets/topic/asb/8528.png', 'The animals lived happily ever after in that house. The old rooster told the time to his friends, and the dog kept them safe. The cat killed all the rats in the house, and the horse carried them on its back wherever they wanted to go.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Old rooster +Author - +Cissy Kiwanuka Luyiga +Illustration - +Magriet Brink +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130', 2, 'Maguru gives legs', 'assets/topic/asb/13910.png', 'Mutugi Kamundi +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_3', 3, NULL, 'assets/topic/asb/13904.png', 'Long time ago, animals had no legs. +They all used to crawl.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_4', 3, NULL, 'assets/topic/asb/13905.png', 'Only people had legs, which Maguru gave to them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_5', 3, NULL, 'assets/topic/asb/13906.png', 'One day, Maguru decided to give legs to every animal. He wanted them to walk. +He told them about it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_6', 3, NULL, 'assets/topic/asb/13907.png', 'The animals said, "It will be very nice to have legs." +They sang and danced.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_7', 3, NULL, 'assets/topic/asb/13908.png', 'The animals said it was hard to crawl. +They felt pain.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_8', 3, NULL, 'assets/topic/asb/13909.png', 'When the day came, many animals went to Maguru''s house. +Giraffes, lions, elephants, rabbits, crocodiles and birds stood in a line.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_9', 3, NULL, 'assets/topic/asb/13910.png', 'Each animal was given four legs. +Birds were given two legs each.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_10', 3, NULL, 'assets/topic/asb/13911.png', 'Everything was different after they got legs. +Some danced for joy. Others fell down.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_11', 3, NULL, 'assets/topic/asb/13912.png', 'They went to show people. +The animals said, "We will never crawl again."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_12', 3, NULL, 'assets/topic/asb/13913.png', 'The last one in the line was Millipede. Maguru asked, "Is there anyone else after you?" +Millipede answered, "No, I am the last one."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_13', 3, NULL, 'assets/topic/asb/13914.png', 'Maguru thought, "He is the last one. What will I do with the rest of the legs?" +Maguru gave Millipede all the remaining legs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_14', 3, NULL, 'assets/topic/asb/13915.png', 'Millipede was very happy. He said, "I will move faster than others."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_15', 3, NULL, 'assets/topic/asb/13916.png', 'After Millipede left, Snake came to Maguru''s house. He said to Maguru, "Please give me some legs."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_16', 3, NULL, 'assets/topic/asb/13917.png', 'Maguru said, "I have given out all the legs. Where were you?" +Snake answered, "I over-slept."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_17', 3, NULL, 'assets/topic/asb/13918.png', 'Maguru looked to see if there were legs remaining. +He did not find any.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_18', 3, NULL, 'assets/topic/asb/13919.png', 'Maguru said to Snake, "Sorry. There are no legs left." Snake crawled home without legs. +From that day, Snake does not sleep much. He is waiting to be first in line to get legs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Maguru gives legs +Author - +Mutugi Kamundi +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407', 2, 'Old rooster', 'assets/topic/asb/8524.png', 'Cissy Kiwanuka Luyiga +Magriet Brink', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_3', 3, NULL, 'assets/topic/asb/8517.png', 'Once upon a time there was an old woman who lived alone. She had many chickens. Among them was a rooster that was very old and could no longer crow.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_4', 3, NULL, 'assets/topic/asb/8518.png', 'One day the old woman''s grandson visited. She was very happy to see him. She asked the young man to catch the old rooster so they could cook and eat it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_5', 3, NULL, 'assets/topic/asb/8519.png', 'The old rooster heard the woman talking and its heart sank. "Aaiii, you are also very old but I don''t see anyone trying to kill you, we will see!" So the old rooster sneaked away and decided to head for the big city to start singing.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_6', 3, NULL, 'assets/topic/asb/8520.png', 'As the old rooster walked, he met the cat. "What has happened?" the cat asked. "My friend, my boss wants to eat me because I can no longer tell her the time," said the old rooster. "I am going to the big city to sing. Where are you going?" "My friend, my boss has also decided to kill me because I can no longer catch rats. I am running away," said the cat. "Can I join you?" "Let''s go!" said the old rooster.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_7', 3, NULL, 'assets/topic/asb/8521.png', 'They had walked a short while when they saw a dog running very fast. The old rooster called the dog and asked why he was running so fast. "My friend, my boss chased me because I can no longer catch thieves," replied the dog while panting. "We have similar problems. We are going to the big city to sing," said the old rooster. "Can I join you?" asked the dog.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_8', 3, NULL, 'assets/topic/asb/8522.png', 'The three animals set off together. As they were walking, a horse stopped them and asked what was happening. "Our bosses want to kill us because we can no longer do our jobs," they all replied together. "I have the same problem, where are you going?" asked the horse. "We are going to the big city to sing," they replied. The horse asked to join them and they accepted.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_9', 3, NULL, 'assets/topic/asb/8523.png', 'They all walked until it was dark. They saw a house and when they reached it they heard noises inside. They were afraid and decided to sing a song to chase the people who were in the house. The horse stood on the ground, the dog climbed onto the horse''s back, the cat climbed on the dog''s back, and the rooster climbed on the cat''s back.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_10', 3, NULL, 'assets/topic/asb/8524.png', 'They immediately started singing. "Kookoliookoo," sang the rooster. "Myaaawuu myaaawuu," sang the cat. "Woo woo," sang the dog. "Wuuuu wuuuu," sang the horse. They all sang loudly together. The people inside the house were thieves. The thieves were afraid and ran away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_11', 3, NULL, 'assets/topic/asb/8525.png', 'The old rooster, the dog, the horse and the cat entered the house and found food. When they had finished eating they went to sleep. The rooster slept near the door, followed by the cat, the dog, and lastly the horse.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_12', 3, NULL, 'assets/topic/asb/8526.png', 'It was not too long before the thieves were back. Their boss was the first to go into the house. He had just opened the door when the old rooster pecked him with its beak. Then the cat scratched him with its nails. And then he found the dog, which bit him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_13', 3, NULL, 'assets/topic/asb/8527.png', 'The man jumped but continued into the house. He found the horse, which kicked him to death. The other thieves did not enter the house. They ran away, never to return.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_14', 3, NULL, 'assets/topic/asb/8528.png', 'The animals lived happily ever after in that house. The old rooster told the time to his friends, and the dog kept them safe. The cat killed all the rats in the house, and the horse carried them on its back wherever they wanted to go.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Old rooster +Author - +Cissy Kiwanuka Luyiga +Illustration - +Magriet Brink +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758', 2, 'Where is my bat?', 'assets/topic/asb/1556.png', 'Madhav Chavan +Rijuta Ghate', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_3', 3, NULL, 'assets/topic/asb/1557.png', 'I have lost my bat, and I cannot find it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_4', 3, NULL, 'assets/topic/asb/1558.png', 'I looked behind the door. It was not there.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_5', 3, NULL, 'assets/topic/asb/1559.png', 'I looked for it on the shelf. I could not find it there.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_6', 3, NULL, 'assets/topic/asb/1560.png', 'I looked for it under the bed. Not there either.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_7', 3, NULL, 'assets/topic/asb/1561.png', 'I searched inside the box. There was no sign of it.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_8', 3, NULL, 'assets/topic/asb/1562.png', 'I searched the attic. It was not there.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_9', 3, NULL, 'assets/topic/asb/1563.png', 'I looked here, there and everywhere. I could not find it anywhere.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_10', 3, NULL, 'assets/topic/asb/1564.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Where is my bat? +Author - +Madhav Chavan +Illustration - +Rijuta Ghate +Language - +English +Level - +First sentences +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970', 2, 'Where is my cat?', 'assets/topic/asb/1565.png', 'Clare Verbeek +Bronwen Heath', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_3', 3, NULL, 'assets/topic/asb/1565.png', 'Where is my cat?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_4', 3, NULL, 'assets/topic/asb/1822.png', 'Is it under the bed?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_5', 3, NULL, 'assets/topic/asb/1566.png', 'Is it on top of the cupboard?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_6', 3, NULL, 'assets/topic/asb/1567.png', 'Is it behind the couch?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_7', 3, NULL, 'assets/topic/asb/1568.png', 'Is it next to the bin?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_8', 3, NULL, 'assets/topic/asb/1569.png', 'Is it inside the basket?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_9', 3, NULL, 'assets/topic/asb/1570.png', 'Is it outside the house?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_10', 3, NULL, 'assets/topic/asb/1823.png', 'Here it is!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Where is my cat? +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Illustration - +Bronwen Heath +Language - +English +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479', 2, 'Look at the animals', 'assets/topic/asb/1747.png', 'Jenny Katz + Sandy Campbell', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_3', 3, NULL, 'assets/topic/asb/1749.png', 'Look at the animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_4', 3, NULL, 'assets/topic/asb/1750.png', 'The cow says, "Moo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_5', 3, NULL, 'assets/topic/asb/1751.png', 'The goat says, "Meh, meh."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_6', 3, NULL, 'assets/topic/asb/1752.png', 'The horse says, "Neigh."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_7', 3, NULL, 'assets/topic/asb/1753.png', 'The pig says, "Grunt."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_8', 3, NULL, 'assets/topic/asb/1754.png', 'The chicken says, "Cluck."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_9', 3, NULL, 'assets/topic/asb/1755.png', 'The dog says, "Woof."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_10', 3, NULL, 'assets/topic/asb/1757.png', 'The farmer says, "Shhh!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Look at the animals +Author - +Jenny Katz +Illustration - +Sandy Campbell +Language - +English +Level - +First words +© African Reading Matters 2003 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +www.read.org.za', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505', 2, 'Children of wax', 'assets/topic/asb/1295.png', 'Southern African Folktale + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_3', 3, NULL, 'assets/topic/asb/1296.png', 'Once upon a time, there lived a happy family.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_4', 3, NULL, 'assets/topic/asb/1297.png', 'The children never fought with each other. They helped their parents at home and in the fields.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_5', 3, NULL, 'assets/topic/asb/1298.png', 'But they were not allowed to go near a fire.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_6', 3, NULL, 'assets/topic/asb/1299.png', 'They had to do all their work during the night.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_7', 3, NULL, NULL, 'Because they were made of wax!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_8', 3, NULL, 'assets/topic/asb/1300.png', 'But one of the boys longed to go out in the sunlight.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_9', 3, NULL, 'assets/topic/asb/1301.png', 'One day the longing was too strong. His brother and sister warned him.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_10', 3, NULL, 'assets/topic/asb/1302.png', 'But it was too late! He melted in the hot sun.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_11', 3, NULL, 'assets/topic/asb/1303.png', 'The wax children cried to see their brother melting away.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_12', 3, NULL, 'assets/topic/asb/1304.png', 'But they made a plan. They shaped the lump of melted wax into a bird.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_13', 3, NULL, 'assets/topic/asb/1305.png', 'They took their bird brother up to a high mountain.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_14', 3, NULL, 'assets/topic/asb/1306.png', 'And as the sun rose, he flew away, singing in the morning light.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Children of wax +Author - +Southern African Folktale +Illustration - +Wiehan de Jager +Language - +English +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746', 2, 'People who forgot', 'assets/topic/asb/27234.png', 'Edwin Irabor +Edwin Irabor', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_3', 3, NULL, 'assets/topic/asb/27230.png', 'Once upon a time, there was a village called Izagodo. All the people in this village were very young. +There was not a single old man or old woman in the village.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_4', 3, NULL, 'assets/topic/asb/27231.png', 'The young men and women of Izagodo danced and had fun. They ate what they liked and drank anything that made them drunk. They had fun all day and all night. +Very soon, they forgot how to work.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_5', 3, NULL, 'assets/topic/asb/27232.png', 'They also forgot anything that happened the day before. +The young men and women of Izagodo woke up one day and all the food was finished. There was not a drop of wine left. The musical instruments were all broken.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_6', 3, NULL, 'assets/topic/asb/27233.png', 'There was no music for dancing. But they couldn''t even dance anymore because they were hungry and weak. +They went to the compound of Oza, the village chief, and cried bitterly.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_7', 3, NULL, 'assets/topic/asb/27234.png', 'They cried and wailed. +The young chief came out of his large hut and pleaded, "Stop! Dear people of Izagodo. Please stop crying. We might die soon, let us save our strength for a few more breaths."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_8', 3, NULL, 'assets/topic/asb/27235.png', 'The people shouted, "You are our chief! You must save us!" +Chief Oza was quiet. Then after a while, he stood up and said, "I am no longer your chief. I shall leave this village and find somewhere peaceful. You can choose another chief."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_9', 3, NULL, 'assets/topic/asb/27236.png', 'So Oza went into his hut, packed his things, and left. +The people did not know who would be their leader. They did not know what to do. They cried so much more.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_10', 3, NULL, 'assets/topic/asb/27237.png', 'Then a small but clear voice said, "I will be your chief!" +Everybody turned to look for the owner of the voice. They all looked to each other. They looked and looked. But they could not tell who had spoken.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_11', 3, NULL, 'assets/topic/asb/27238.png', 'To the surprise of everyone, a little boy stepped out of the crowd. +The boy said, "Yes! I will be chief. I can help you. But you must promise to stop having fun all day and all night. And you must follow my advice."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_12', 3, NULL, 'assets/topic/asb/27239.png', 'The young people were moved by the child''s courage and promised to obey him. +He took them away from the village, to a lush farm. They had food and rested. Then he taught them. He helped them to remember how to farm.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_13', 3, NULL, 'assets/topic/asb/27240.png', 'With the little boy as their chief, the people of Izagodo began a life of hard work. They worked and worked. +Before long, they had more than enough to eat and drink. They were happy again and had fun. But also they continued to work.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_14', 3, NULL, 'assets/topic/asb/27241.png', 'Many nights the little chief would quietly leave the village, to meet with a wise old man. +He told him moonlight tales, and stories of great men and women who solved the problems of their people. +In time, the boy himself became a wise and powerful man.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +People who forgot +Author - +Edwin Irabor +Illustration - +Edwin Irabor +Language - +English +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814', 2, 'Baby who cried', 'assets/topic/asb/10483.png', 'Ursula Nafula +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_3', 3, NULL, 'assets/topic/asb/10477.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_4', 3, NULL, 'assets/topic/asb/10478.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_5', 3, NULL, 'assets/topic/asb/10479.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_6', 3, NULL, 'assets/topic/asb/10480.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_7', 3, NULL, 'assets/topic/asb/10481.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_8', 3, NULL, 'assets/topic/asb/10482.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_9', 3, NULL, 'assets/topic/asb/10483.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_10', 3, NULL, 'assets/topic/asb/10484.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Baby who cried +Author - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +English +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111', 2, 'Sisanda''s gift', 'assets/topic/asb/17355.png', 'Gcina Mhlophe +Jiggs Snaddon-Wood', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_3', 3, NULL, 'assets/topic/asb/17354.png', 'Every day when eight-year-old Sisanda gets home from school, she changes out of her uniform, eats her lunch and plays a game of umlabalaba with her grandfather. They have so much fun flying their "cows" around the board that she doesn''t want to stop. But then he reminds her that she wants to become a bank manager one day when she grows up.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_4', 3, NULL, NULL, '"How will you do that if you don''t go to high school?" jokes her grandfather. Sisanda just laughs. "I will go to high school and university too. That''s why I work so hard at school!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_5', 3, NULL, NULL, 'Sisanda is quite tall for her age − she takes after her father. Her round face and beautiful smile are her mother''s. Both her parents get up early each morning to go to work at the game reserve close by. By the time Sisanda and her friends start school, coachloads of tourists are already arriving to spot Africa''s finest animals.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_6', 3, NULL, 'assets/topic/asb/17355.png', 'For her last birthday, Sisanda had a special treat – her parents got permission for her to have a party at the game reserve. The giraffes at the reserve were curious about this group of people. They stretched out their long necks for the best view of the party and they even seemed to want some of the birthday cake! Sisanda loved the giraffes. All animals were special to her, but it was the quiet and gentle giraffes that stole her heart. She could spend all day watching them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_7', 3, NULL, NULL, 'One Friday, Sisanda''s father came home from work early. He looked very upset. "What''s wrong, Baba?" Sisanda asked. "Today a swarm of bees stung a mother giraffe," explained Sisanda''s father. "Her head was so swollen from all the stings that her beautiful eyes were closed. We tried everything to help her, but it was no use – she died. And the saddest part of all is that she had a young calf that still needs her."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_8', 3, NULL, 'assets/topic/asb/17356.png', '"Oh no!" said Sisanda starting to cry. "I wish there was something I could do. The baby giraffe must be crying just like me." Sisanda cried and cried. Her mother tried to comfort her. She even read Sisanda an extra story at bedtime to help her forget how sorry she felt for that baby giraffe. Eventually, Sisanda drifted off to sleep to the sound of her mama''s voice.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_9', 3, NULL, NULL, 'The next morning Sisanda woke up with an idea! "Can I go to work with you today?" she asked her baba. "I have a gift for the baby giraffe." Her parents looked at each other, smiled and said, "Yes, of course you can come with us."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_10', 3, NULL, NULL, 'It was a warm but cloudy day. Everything in the reserve seemed unusually quiet. "I think the sun isn''t shining today because it''s sad about the baby giraffe," said Sisanda. A great big elephant gazed at the family walking by. "Maybe he''s wondering why a little girl is going to work with her parents," said Sisanda''s mother. Sisanda nodded. "He''s going to get a surprise when he finds out," she thought.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_11', 3, NULL, 'assets/topic/asb/17357.png', 'They found the baby giraffe standing alone. His willowy neck drooped and his big brown eyes looked dull. Sisanda stood as close to him as she could. She opened her small bag and took out a book. Then, to her parents'' surprise, she began to read to the baby giraffe. He turned his head towards her voice and listened as if he could understand every word. At first, Sisanda''s parents thought reading to a giraffe was a strange thing to do, but they changed their minds when they saw how peaceful he looked − his gentle eyes looking at Sisanda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_12', 3, NULL, NULL, '"My story made him feel better," Sisanda told her grandfather when she got home. Sisanda went to visit the little giraffe most afternoons and over weekends. And every time she went, she took another story to share. The two new friends looked so good together that even passing tourists took photos of them.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_13', 3, NULL, NULL, 'Slowly the little giraffe grew stronger. People at the game reserve were taking really good care of him and all the love from his new friend, Sisanda, worked like magic. One day the reserve manager asked Sisanda to give her new friend a name. "I think Thokozani is a good name," said Sisanda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_14', 3, NULL, NULL, 'The next day the reserve manager phoned Sisanda''s teacher. He invited all Sisanda''s classmates to come and meet Thokozani. The handsome giraffe had grown taller and stronger in the three months since Sisanda''s first visit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_15', 3, NULL, 'assets/topic/asb/17358.png', 'On the day of the outing, forty Grade 3 children waited eagerly for the reserve gates to open. Then Sisanda proudly led everyone to Thokozani. Some of the children looked at the tall giraffe in amazement. Others giggled nervously. Their teacher, Miss Khanyile, just smiled.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_16', 3, NULL, NULL, '"Your friend is beautiful, Sisanda. You have been so kind to him," she said gently. "What is his name?" asked one of the boys. "Thokozani," answered Sisanda. "Thokozani means ''rejoice''," explained Miss Khanyile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_17', 3, NULL, NULL, 'The children sat down and listened while Sisanda read the story she had read to Thokozani on the day they had first met. The reserve manager took photos. Some tourists passing by took photos too. Even a photographer from a local newspaper clicked away. He promised that a photo of them would be in the local newspaper very soon. Everyone cheered.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_18', 3, NULL, NULL, 'What a gift! Reading to heal a friend.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sisanda''s gift +Author - +Gcina Mhlophe +Illustration - +Jiggs Snaddon-Wood +Language - +English +Level - +Read aloud +© Text: Gcina Mhlophe; Illustrations: Jiggs Snaddon-Wood 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('story', 2, 'story', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 1, '24752_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 2, '24752_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 3, '24752_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 4, '24752_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 5, '24752_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 6, '24752_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 7, '24752_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 8, '24752_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 9, '24752_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 10, '24752_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 11, '24752_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 12, '24752_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 13, '24752_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 14, '24752_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 15, '24752_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 16, '24752_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 1, '8074_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 2, '8074_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 3, '8074_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 4, '8074_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 5, '8074_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 6, '8074_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 7, '8074_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 8, '8074_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 9, '8074_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 10, '8074_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 11, '8074_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 12, '8074_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 13, '8074_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 14, '8074_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 15, '8074_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 16, '8074_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 17, '8074_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 18, '8074_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 1, '15403_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 2, '15403_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 3, '15403_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 4, '15403_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 5, '15403_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 6, '15403_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 7, '15403_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 8, '15403_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 9, '15403_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 10, '15403_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 11, '15403_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 12, '15403_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 13, '15403_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 14, '15403_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 15, '15403_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 16, '15403_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 17, '15403_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 18, '15403_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 1, '18218_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 2, '18218_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 3, '18218_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 4, '18218_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 5, '18218_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 6, '18218_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 7, '18218_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 8, '18218_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 9, '18218_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 10, '18218_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 11, '18218_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 12, '18218_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 13, '18218_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 14, '18218_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 15, '18218_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 16, '18218_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 17, '18218_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 18, '18218_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 19, '18218_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 1, '12925_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 2, '12925_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 3, '12925_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 4, '12925_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 5, '12925_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 6, '12925_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 7, '12925_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 8, '12925_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 9, '12925_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 10, '12925_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 11, '12925_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 12, '12925_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 13, '12925_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 14, '12925_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 15, '12925_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 16, '12925_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 17, '12925_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 18, '12925_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 19, '12925_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 20, '12925_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 21, '12925_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 22, '12925_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 1, '10555_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 2, '10555_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 3, '10555_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 4, '10555_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 5, '10555_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 6, '10555_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 7, '10555_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 8, '10555_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 9, '10555_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 10, '10555_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 11, '10555_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 12, '10555_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 13, '10555_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 14, '10555_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 1, '19094_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 2, '19094_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 3, '19094_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 4, '19094_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 5, '19094_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 6, '19094_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 7, '19094_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 8, '19094_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 9, '19094_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 10, '19094_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 11, '19094_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 12, '19094_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 13, '19094_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 14, '19094_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 15, '19094_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 16, '19094_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 17, '19094_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 18, '19094_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 1, '15862_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 2, '15862_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 3, '15862_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 4, '15862_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 5, '15862_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 6, '15862_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 7, '15862_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 8, '15862_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 9, '15862_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 10, '15862_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 11, '15862_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 12, '15862_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 13, '15862_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 14, '15862_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 15, '15862_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 16, '15862_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 17, '15862_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 18, '15862_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 1, '22560_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 2, '22560_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 3, '22560_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 4, '22560_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 5, '22560_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 6, '22560_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 7, '22560_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 8, '22560_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 9, '22560_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 10, '22560_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 11, '22560_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 12, '22560_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 13, '22560_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 14, '22560_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 15, '22560_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 16, '22560_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 17, '22560_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 1, '23908_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 2, '23908_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 3, '23908_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 4, '23908_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 5, '23908_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 6, '23908_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 7, '23908_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 8, '23908_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 9, '23908_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 10, '23908_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 11, '23908_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 12, '23908_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 13, '23908_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 14, '23908_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 15, '23908_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 1, '1978_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 2, '1978_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 3, '1978_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 4, '1978_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 5, '1978_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 6, '1978_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 7, '1978_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 8, '1978_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 9, '1978_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 10, '1978_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 11, '1978_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 12, '1978_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 13, '1978_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 14, '1978_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 15, '1978_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 16, '1978_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 17, '1978_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 1, '2234_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 2, '2234_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 3, '2234_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 4, '2234_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 5, '2234_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 6, '2234_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 7, '2234_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 8, '2234_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 9, '2234_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 10, '2234_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 11, '2234_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 1, '22000_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 2, '22000_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 3, '22000_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 4, '22000_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 5, '22000_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 6, '22000_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 7, '22000_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 8, '22000_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 9, '22000_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 10, '22000_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 11, '22000_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 12, '22000_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 13, '22000_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 14, '22000_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 15, '22000_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 16, '22000_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 1, '21995_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 2, '21995_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 3, '21995_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 4, '21995_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 5, '21995_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 6, '21995_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 7, '21995_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 8, '21995_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 9, '21995_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 10, '21995_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 11, '21995_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 12, '21995_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 13, '21995_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 14, '21995_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 15, '21995_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 16, '21995_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 17, '21995_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 1, '22806_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 2, '22806_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 3, '22806_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 4, '22806_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 5, '22806_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 6, '22806_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 7, '22806_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 8, '22806_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 9, '22806_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 10, '22806_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 11, '22806_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 12, '22806_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 13, '22806_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 14, '22806_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 1, '21817_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 2, '21817_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 3, '21817_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 4, '21817_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 5, '21817_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 6, '21817_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 7, '21817_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 8, '21817_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 9, '21817_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 10, '21817_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 11, '21817_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 12, '21817_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 13, '21817_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 14, '21817_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 15, '21817_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 16, '21817_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 17, '21817_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 1, '24734_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 2, '24734_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 3, '24734_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 4, '24734_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 5, '24734_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 6, '24734_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 7, '24734_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 8, '24734_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 9, '24734_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 10, '24734_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 11, '24734_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 12, '24734_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 13, '24734_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 14, '24734_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 15, '24734_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 16, '24734_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 17, '24734_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 18, '24734_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 1, '30269_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 2, '30269_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 3, '30269_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 4, '30269_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 5, '30269_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 6, '30269_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 7, '30269_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 8, '30269_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 9, '30269_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 10, '30269_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 11, '30269_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 12, '30269_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 13, '30269_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 14, '30269_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 15, '30269_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 16, '30269_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 1, '31354_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 2, '31354_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 3, '31354_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 4, '31354_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 5, '31354_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 6, '31354_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 7, '31354_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 8, '31354_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 9, '31354_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 10, '31354_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 11, '31354_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 12, '31354_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 13, '31354_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 14, '31354_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 15, '31354_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 1, '21143_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 2, '21143_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 3, '21143_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 4, '21143_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 5, '21143_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 6, '21143_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 7, '21143_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 8, '21143_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 9, '21143_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 1, '2830_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 2, '2830_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 3, '2830_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 4, '2830_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 5, '2830_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 6, '2830_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 7, '2830_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 8, '2830_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 9, '2830_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 10, '2830_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 11, '2830_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 12, '2830_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 13, '2830_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 14, '2830_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 15, '2830_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 16, '2830_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 17, '2830_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 1, '2912_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 2, '2912_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 3, '2912_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 4, '2912_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 5, '2912_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 6, '2912_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 7, '2912_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 8, '2912_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 9, '2912_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 10, '2912_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 11, '2912_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 12, '2912_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 13, '2912_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 1, '2526_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 2, '2526_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 3, '2526_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 4, '2526_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 5, '2526_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 6, '2526_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 7, '2526_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 8, '2526_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 9, '2526_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 10, '2526_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 11, '2526_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 12, '2526_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 13, '2526_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 14, '2526_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 15, '2526_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 16, '2526_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 17, '2526_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 18, '2526_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 19, '2526_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 20, '2526_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 21, '2526_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 22, '2526_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 23, '2526_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 1, '12428_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 2, '12428_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 3, '12428_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 4, '12428_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 5, '12428_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 6, '12428_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 7, '12428_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 8, '12428_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 9, '12428_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 10, '12428_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 11, '12428_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 12, '12428_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 13, '12428_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 14, '12428_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 15, '12428_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 16, '12428_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 17, '12428_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 18, '12428_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 19, '12428_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 20, '12428_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 21, '12428_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 1, '14419_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 2, '14419_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 3, '14419_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 4, '14419_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 5, '14419_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 6, '14419_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 7, '14419_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 8, '14419_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 9, '14419_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 10, '14419_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 11, '14419_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 12, '14419_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 13, '14419_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 14, '14419_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 15, '14419_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 16, '14419_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 17, '14419_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 1, '21610_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 2, '21610_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 3, '21610_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 4, '21610_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 5, '21610_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 6, '21610_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 7, '21610_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 8, '21610_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 9, '21610_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 10, '21610_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 11, '21610_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 12, '21610_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 13, '21610_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 14, '21610_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 15, '21610_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 16, '21610_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 17, '21610_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 18, '21610_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 1, '31503_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 2, '31503_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 3, '31503_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 4, '31503_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 5, '31503_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 6, '31503_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 7, '31503_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 8, '31503_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 9, '31503_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 10, '31503_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 11, '31503_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 12, '31503_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 13, '31503_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 14, '31503_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 15, '31503_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 16, '31503_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 1, '19110_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 2, '19110_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 3, '19110_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 4, '19110_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 5, '19110_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 6, '19110_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 7, '19110_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 8, '19110_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 9, '19110_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 10, '19110_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 11, '19110_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 12, '19110_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 13, '19110_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 14, '19110_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 15, '19110_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 16, '19110_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 17, '19110_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 1, '20431_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 2, '20431_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 3, '20431_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 4, '20431_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 5, '20431_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 6, '20431_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 7, '20431_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 8, '20431_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 9, '20431_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 10, '20431_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 11, '20431_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 12, '20431_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 13, '20431_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 14, '20431_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 15, '20431_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 16, '20431_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 17, '20431_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 1, '12899_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 2, '12899_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 3, '12899_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 4, '12899_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 5, '12899_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 6, '12899_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 7, '12899_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 8, '12899_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 9, '12899_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 10, '12899_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 11, '12899_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 12, '12899_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 13, '12899_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 14, '12899_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 15, '12899_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 16, '12899_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 17, '12899_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 18, '12899_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 19, '12899_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 20, '12899_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 21, '12899_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 1, '18417_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 2, '18417_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 3, '18417_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 4, '18417_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 5, '18417_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 6, '18417_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 7, '18417_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 8, '18417_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 9, '18417_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 10, '18417_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 11, '18417_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 12, '18417_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 13, '18417_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 14, '18417_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 15, '18417_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 16, '18417_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 17, '18417_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 18, '18417_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 19, '18417_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 20, '18417_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 21, '18417_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 22, '18417_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 1, '22084_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 2, '22084_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 3, '22084_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 4, '22084_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 5, '22084_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 6, '22084_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 7, '22084_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 8, '22084_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 9, '22084_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 10, '22084_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 11, '22084_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 12, '22084_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 13, '22084_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 14, '22084_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 15, '22084_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 16, '22084_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 1, '20434_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 2, '20434_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 3, '20434_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 4, '20434_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 5, '20434_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 6, '20434_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 7, '20434_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 8, '20434_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 9, '20434_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 10, '20434_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 11, '20434_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 12, '20434_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 13, '20434_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 14, '20434_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 15, '20434_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 16, '20434_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 17, '20434_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 18, '20434_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 19, '20434_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 20, '20434_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 21, '20434_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 1, '22086_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 2, '22086_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 3, '22086_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 4, '22086_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 5, '22086_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 6, '22086_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 7, '22086_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 8, '22086_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 9, '22086_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 10, '22086_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 11, '22086_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 12, '22086_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 13, '22086_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 14, '22086_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 15, '22086_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 16, '22086_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 17, '22086_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 1, '10680_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 2, '10680_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 3, '10680_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 4, '10680_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 5, '10680_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 6, '10680_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 7, '10680_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 8, '10680_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 9, '10680_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 10, '10680_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 11, '10680_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 12, '10680_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 13, '10680_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 14, '10680_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 15, '10680_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 16, '10680_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 17, '10680_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 18, '10680_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 19, '10680_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 20, '10680_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 21, '10680_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 22, '10680_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 23, '10680_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 24, '10680_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 25, '10680_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 26, '10680_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 27, '10680_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 28, '10680_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 29, '10680_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 30, '10680_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 31, '10680_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 32, '10680_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 33, '10680_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 34, '10680_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 35, '10680_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 36, '10680_46'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 1, '21445_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 2, '21445_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 3, '21445_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 4, '21445_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 5, '21445_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 6, '21445_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 7, '21445_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 8, '21445_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 9, '21445_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 10, '21445_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 11, '21445_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 12, '21445_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 13, '21445_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 1, '30807_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 2, '30807_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 3, '30807_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 4, '30807_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 5, '30807_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 6, '30807_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 7, '30807_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 8, '30807_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 9, '30807_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 10, '30807_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 11, '30807_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 12, '30807_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 13, '30807_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 1, '30271_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 2, '30271_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 3, '30271_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 4, '30271_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 5, '30271_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 6, '30271_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 7, '30271_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 8, '30271_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 9, '30271_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 10, '30271_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 11, '30271_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 12, '30271_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 13, '30271_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 14, '30271_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 15, '30271_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 16, '30271_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 1, '15612_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 2, '15612_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 3, '15612_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 4, '15612_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 5, '15612_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 6, '15612_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 7, '15612_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 8, '15612_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 9, '15612_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 10, '15612_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 11, '15612_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 12, '15612_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 13, '15612_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 14, '15612_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 15, '15612_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 16, '15612_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 17, '15612_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 1, '21985_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 2, '21985_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 3, '21985_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 4, '21985_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 5, '21985_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 6, '21985_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 7, '21985_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 8, '21985_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 9, '21985_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 10, '21985_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 11, '21985_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 12, '21985_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 13, '21985_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 14, '21985_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 15, '21985_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 16, '21985_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 17, '21985_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 18, '21985_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 19, '21985_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 20, '21985_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 21, '21985_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 1, '21998_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 2, '21998_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 3, '21998_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 4, '21998_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 5, '21998_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 6, '21998_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 7, '21998_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 8, '21998_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 9, '21998_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 10, '21998_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 11, '21998_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 12, '21998_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 13, '21998_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 1, '15613_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 2, '15613_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 3, '15613_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 4, '15613_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 5, '15613_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 6, '15613_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 7, '15613_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 8, '15613_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 9, '15613_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 10, '15613_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 11, '15613_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 12, '15613_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 13, '15613_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 14, '15613_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 15, '15613_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 16, '15613_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 17, '15613_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 18, '15613_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 19, '15613_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 20, '15613_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 21, '15613_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 1, '8698_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 2, '8698_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 3, '8698_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 4, '8698_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 5, '8698_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 6, '8698_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 7, '8698_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 8, '8698_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 9, '8698_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 10, '8698_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 11, '8698_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 12, '8698_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 13, '8698_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 14, '8698_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 15, '8698_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 16, '8698_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 17, '8698_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 1, '19193_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 2, '19193_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 3, '19193_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 4, '19193_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 5, '19193_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 6, '19193_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 7, '19193_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 8, '19193_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 9, '19193_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 10, '19193_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 11, '19193_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 12, '19193_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 13, '19193_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 1, '16199_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 2, '16199_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 3, '16199_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 4, '16199_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 5, '16199_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 6, '16199_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 7, '16199_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 8, '16199_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 9, '16199_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 10, '16199_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 11, '16199_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 12, '16199_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 13, '16199_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 14, '16199_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 15, '16199_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 16, '16199_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 17, '16199_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 1, '9911_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 2, '9911_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 3, '9911_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 4, '9911_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 5, '9911_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 6, '9911_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 7, '9911_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 8, '9911_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 9, '9911_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 10, '9911_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 11, '9911_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 12, '9911_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 13, '9911_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 14, '9911_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 15, '9911_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 16, '9911_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 1, '23107_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 2, '23107_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 3, '23107_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 4, '23107_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 5, '23107_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 6, '23107_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 7, '23107_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 8, '23107_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 9, '23107_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 10, '23107_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 11, '23107_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 12, '23107_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 13, '23107_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 14, '23107_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 15, '23107_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 16, '23107_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 17, '23107_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 18, '23107_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 19, '23107_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 20, '23107_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 21, '23107_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 1, '17135_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 2, '17135_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 3, '17135_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 4, '17135_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 5, '17135_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 6, '17135_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 7, '17135_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 8, '17135_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 9, '17135_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 10, '17135_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 11, '17135_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 12, '17135_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 13, '17135_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 14, '17135_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 15, '17135_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 16, '17135_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 17, '17135_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 18, '17135_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 19, '17135_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 20, '17135_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 21, '17135_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 22, '17135_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 23, '17135_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 24, '17135_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 25, '17135_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 1, '8040_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 2, '8040_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 3, '8040_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 4, '8040_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 5, '8040_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 6, '8040_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 7, '8040_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 8, '8040_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 9, '8040_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 10, '8040_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 11, '8040_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 12, '8040_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 13, '8040_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 1, '19386_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 2, '19386_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 3, '19386_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 4, '19386_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 5, '19386_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 6, '19386_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 7, '19386_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 8, '19386_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 9, '19386_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 10, '19386_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 11, '19386_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 12, '19386_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 13, '19386_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 14, '19386_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 15, '19386_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 16, '19386_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 17, '19386_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 18, '19386_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 19, '19386_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 20, '19386_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 21, '19386_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 1, '21838_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 2, '21838_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 3, '21838_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 4, '21838_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 5, '21838_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 6, '21838_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 7, '21838_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 8, '21838_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 9, '21838_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 10, '21838_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 11, '21838_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 12, '21838_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 13, '21838_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 14, '21838_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 15, '21838_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 16, '21838_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 17, '21838_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 1, '12609_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 2, '12609_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 3, '12609_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 4, '12609_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 5, '12609_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 6, '12609_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 7, '12609_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 8, '12609_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 9, '12609_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 10, '12609_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 11, '12609_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 12, '12609_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 13, '12609_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 1, '20439_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 2, '20439_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 3, '20439_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 4, '20439_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 5, '20439_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 6, '20439_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 7, '20439_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 8, '20439_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 9, '20439_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 10, '20439_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 11, '20439_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 12, '20439_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 13, '20439_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 14, '20439_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 15, '20439_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 16, '20439_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 17, '20439_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 1, '20436_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 2, '20436_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 3, '20436_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 4, '20436_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 5, '20436_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 6, '20436_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 7, '20436_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 8, '20436_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 9, '20436_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 10, '20436_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 11, '20436_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 12, '20436_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 13, '20436_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 1, '22557_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 2, '22557_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 3, '22557_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 4, '22557_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 5, '22557_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 6, '22557_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 7, '22557_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 8, '22557_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 9, '22557_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 10, '22557_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 11, '22557_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 12, '22557_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 13, '22557_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 14, '22557_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 15, '22557_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 16, '22557_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 17, '22557_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 1, '16587_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 2, '16587_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 3, '16587_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 4, '16587_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 5, '16587_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 6, '16587_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 7, '16587_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 8, '16587_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 9, '16587_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 10, '16587_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 11, '16587_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 12, '16587_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 13, '16587_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 14, '16587_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 15, '16587_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 1, '22081_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 2, '22081_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 3, '22081_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 4, '22081_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 5, '22081_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 6, '22081_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 7, '22081_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 8, '22081_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 9, '22081_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 10, '22081_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 11, '22081_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 12, '22081_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 13, '22081_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 14, '22081_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 15, '22081_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 16, '22081_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 17, '22081_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 1, '22062_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 2, '22062_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 3, '22062_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 4, '22062_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 5, '22062_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 6, '22062_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 7, '22062_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 8, '22062_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 9, '22062_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 10, '22062_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 11, '22062_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 12, '22062_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 13, '22062_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 14, '22062_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 15, '22062_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 16, '22062_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 17, '22062_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 18, '22062_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 19, '22062_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 20, '22062_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 21, '22062_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 22, '22062_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 23, '22062_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 24, '22062_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 25, '22062_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 1, '2632_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 2, '2632_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 3, '2632_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 4, '2632_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 5, '2632_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 6, '2632_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 7, '2632_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 8, '2632_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 9, '2632_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 10, '2632_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 11, '2632_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 12, '2632_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 13, '2632_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 14, '2632_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 15, '2632_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 16, '2632_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 1, '22468_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 2, '22468_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 3, '22468_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 4, '22468_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 5, '22468_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 6, '22468_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 7, '22468_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 8, '22468_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 9, '22468_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 10, '22468_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 11, '22468_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 12, '22468_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 13, '22468_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 14, '22468_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 15, '22468_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 16, '22468_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 17, '22468_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 18, '22468_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 19, '22468_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 20, '22468_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 21, '22468_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 22, '22468_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 1, '3127_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 2, '3127_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 3, '3127_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 4, '3127_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 5, '3127_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 6, '3127_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 7, '3127_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 8, '3127_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 9, '3127_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 10, '3127_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 11, '3127_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 12, '3127_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 13, '3127_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 14, '3127_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 15, '3127_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 16, '3127_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 17, '3127_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 1, '13544_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 2, '13544_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 3, '13544_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 4, '13544_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 5, '13544_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 6, '13544_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 7, '13544_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 8, '13544_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 9, '13544_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 10, '13544_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 11, '13544_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 12, '13544_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 13, '13544_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 1, '22567_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 2, '22567_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 3, '22567_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 4, '22567_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 5, '22567_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 6, '22567_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 7, '22567_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 8, '22567_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 9, '22567_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 10, '22567_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 11, '22567_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 12, '22567_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 13, '22567_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 14, '22567_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 15, '22567_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 16, '22567_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 17, '22567_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 1, '23308_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 2, '23308_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 3, '23308_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 4, '23308_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 5, '23308_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 6, '23308_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 7, '23308_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 8, '23308_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 9, '23308_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 10, '23308_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 11, '23308_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 12, '23308_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 13, '23308_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 1, '21841_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 2, '21841_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 3, '21841_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 4, '21841_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 5, '21841_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 6, '21841_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 7, '21841_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 8, '21841_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 9, '21841_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 10, '21841_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 11, '21841_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 12, '21841_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 13, '21841_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 14, '21841_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 15, '21841_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 16, '21841_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 17, '21841_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 1, '20440_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 2, '20440_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 3, '20440_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 4, '20440_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 5, '20440_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 6, '20440_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 7, '20440_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 8, '20440_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 9, '20440_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 10, '20440_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 11, '20440_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 12, '20440_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 13, '20440_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 14, '20440_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 15, '20440_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 16, '20440_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 17, '20440_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 18, '20440_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 19, '20440_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 20, '20440_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 21, '20440_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 1, '21140_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 2, '21140_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 3, '21140_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 4, '21140_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 5, '21140_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 6, '21140_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 7, '21140_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 8, '21140_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 9, '21140_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 10, '21140_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 11, '21140_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 12, '21140_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 13, '21140_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 14, '21140_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 15, '21140_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 16, '21140_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 17, '21140_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 18, '21140_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 19, '21140_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 20, '21140_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 21, '21140_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 1, '23158_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 2, '23158_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 3, '23158_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 4, '23158_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 5, '23158_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 6, '23158_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 7, '23158_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 8, '23158_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 9, '23158_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 10, '23158_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 11, '23158_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 12, '23158_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 13, '23158_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 14, '23158_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 15, '23158_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 1, '2209_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 2, '2209_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 3, '2209_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 4, '2209_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 5, '2209_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 6, '2209_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 7, '2209_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 8, '2209_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 9, '2209_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 10, '2209_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 11, '2209_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 12, '2209_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 13, '2209_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 1, '20022_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 2, '20022_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 3, '20022_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 4, '20022_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 5, '20022_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 6, '20022_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 7, '20022_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 8, '20022_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 9, '20022_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 10, '20022_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 11, '20022_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 12, '20022_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 13, '20022_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 14, '20022_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 15, '20022_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 16, '20022_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 17, '20022_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 1, '22004_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 2, '22004_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 3, '22004_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 4, '22004_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 5, '22004_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 6, '22004_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 7, '22004_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 8, '22004_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 9, '22004_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 10, '22004_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 11, '22004_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 12, '22004_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 13, '22004_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 14, '22004_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 15, '22004_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 16, '22004_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 17, '22004_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 18, '22004_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 19, '22004_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 20, '22004_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 1, '24751_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 2, '24751_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 3, '24751_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 4, '24751_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 5, '24751_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 6, '24751_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 7, '24751_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 8, '24751_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 9, '24751_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 10, '24751_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 11, '24751_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 12, '24751_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 13, '24751_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 14, '24751_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 15, '24751_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 16, '24751_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 17, '24751_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 1, '21863_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 2, '21863_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 3, '21863_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 4, '21863_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 5, '21863_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 6, '21863_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 7, '21863_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 8, '21863_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 9, '21863_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 10, '21863_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 11, '21863_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 12, '21863_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 13, '21863_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 14, '21863_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 15, '21863_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 16, '21863_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 17, '21863_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 18, '21863_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 19, '21863_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 20, '21863_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 21, '21863_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 1, '23035_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 2, '23035_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 3, '23035_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 4, '23035_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 5, '23035_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 6, '23035_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 7, '23035_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 8, '23035_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 9, '23035_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 10, '23035_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 11, '23035_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 12, '23035_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 13, '23035_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 1, '22536_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 2, '22536_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 3, '22536_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 4, '22536_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 5, '22536_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 6, '22536_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 7, '22536_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 8, '22536_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 9, '22536_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 10, '22536_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 11, '22536_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 12, '22536_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 13, '22536_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 14, '22536_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 15, '22536_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 16, '22536_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 17, '22536_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 1, '21837_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 2, '21837_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 3, '21837_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 4, '21837_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 5, '21837_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 6, '21837_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 7, '21837_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 8, '21837_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 9, '21837_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 10, '21837_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 11, '21837_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 12, '21837_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 13, '21837_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 14, '21837_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 15, '21837_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 16, '21837_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 17, '21837_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 18, '21837_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 19, '21837_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 20, '21837_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 21, '21837_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 1, '15934_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 2, '15934_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 3, '15934_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 4, '15934_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 5, '15934_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 6, '15934_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 7, '15934_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 8, '15934_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 9, '15934_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 10, '15934_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 11, '15934_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 12, '15934_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 13, '15934_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 14, '15934_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 15, '15934_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 16, '15934_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 17, '15934_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 18, '15934_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 19, '15934_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 20, '15934_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 21, '15934_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 22, '15934_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 23, '15934_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 24, '15934_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 25, '15934_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 1, '21149_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 2, '21149_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 3, '21149_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 4, '21149_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 5, '21149_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 6, '21149_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 7, '21149_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 8, '21149_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 9, '21149_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 10, '21149_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 11, '21149_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 12, '21149_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 13, '21149_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 14, '21149_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 15, '21149_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 16, '21149_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 17, '21149_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 1, '17534_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 2, '17534_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 3, '17534_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 4, '17534_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 5, '17534_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 6, '17534_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 7, '17534_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 8, '17534_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 9, '17534_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 10, '17534_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 11, '17534_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 12, '17534_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 13, '17534_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 1, '17031_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 2, '17031_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 3, '17031_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 4, '17031_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 5, '17031_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 6, '17031_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 7, '17031_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 8, '17031_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 9, '17031_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 10, '17031_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 11, '17031_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 12, '17031_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 13, '17031_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 14, '17031_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 15, '17031_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 16, '17031_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 17, '17031_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 1, '2069_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 2, '2069_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 3, '2069_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 4, '2069_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 5, '2069_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 6, '2069_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 7, '2069_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 8, '2069_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 9, '2069_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 10, '2069_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 11, '2069_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 12, '2069_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 13, '2069_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 1, '22088_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 2, '22088_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 3, '22088_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 4, '22088_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 5, '22088_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 6, '22088_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 7, '22088_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 8, '22088_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 9, '22088_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 10, '22088_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 11, '22088_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 12, '22088_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 13, '22088_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 14, '22088_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 15, '22088_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 1, '15938_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 2, '15938_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 3, '15938_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 4, '15938_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 5, '15938_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 6, '15938_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 7, '15938_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 8, '15938_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 9, '15938_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 10, '15938_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 11, '15938_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 12, '15938_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 13, '15938_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 1, '8442_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 2, '8442_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 3, '8442_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 4, '8442_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 5, '8442_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 6, '8442_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 7, '8442_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 8, '8442_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 9, '8442_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 10, '8442_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 11, '8442_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 12, '8442_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 13, '8442_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 14, '8442_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 15, '8442_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 16, '8442_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 17, '8442_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 1, '24473_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 2, '24473_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 3, '24473_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 4, '24473_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 5, '24473_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 6, '24473_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 7, '24473_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 8, '24473_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 9, '24473_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 10, '24473_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 11, '24473_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 12, '24473_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 13, '24473_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 14, '24473_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 15, '24473_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 16, '24473_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 17, '24473_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 1, '21999_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 2, '21999_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 3, '21999_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 4, '21999_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 5, '21999_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 6, '21999_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 7, '21999_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 8, '21999_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 9, '21999_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 10, '21999_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 11, '21999_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 12, '21999_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 13, '21999_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 14, '21999_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 15, '21999_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 16, '21999_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 17, '21999_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 18, '21999_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 19, '21999_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 20, '21999_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 21, '21999_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 1, '22080_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 2, '22080_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 3, '22080_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 4, '22080_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 5, '22080_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 6, '22080_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 7, '22080_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 8, '22080_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 9, '22080_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 10, '22080_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 11, '22080_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 12, '22080_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 13, '22080_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 14, '22080_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 15, '22080_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 16, '22080_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 17, '22080_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 18, '22080_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 19, '22080_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 20, '22080_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 21, '22080_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 22, '22080_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 1, '12670_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 2, '12670_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 3, '12670_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 4, '12670_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 5, '12670_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 6, '12670_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 7, '12670_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 8, '12670_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 9, '12670_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 10, '12670_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 11, '12670_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 12, '12670_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 13, '12670_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 14, '12670_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 15, '12670_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 16, '12670_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 17, '12670_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 18, '12670_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 19, '12670_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 20, '12670_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 21, '12670_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 22, '12670_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 23, '12670_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 24, '12670_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 25, '12670_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 26, '12670_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 1, '19586_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 2, '19586_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 3, '19586_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 4, '19586_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 5, '19586_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 6, '19586_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 7, '19586_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 8, '19586_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 9, '19586_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 10, '19586_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 11, '19586_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 12, '19586_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 13, '19586_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 14, '19586_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 15, '19586_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 16, '19586_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 17, '19586_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 18, '19586_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 1, '21075_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 2, '21075_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 3, '21075_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 4, '21075_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 5, '21075_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 6, '21075_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 7, '21075_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 8, '21075_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 9, '21075_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 10, '21075_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 11, '21075_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 12, '21075_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 13, '21075_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 14, '21075_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 15, '21075_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 16, '21075_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 17, '21075_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 18, '21075_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 19, '21075_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 20, '21075_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 21, '21075_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 22, '21075_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 23, '21075_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 24, '21075_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 25, '21075_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 26, '21075_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 1, '18330_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 2, '18330_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 3, '18330_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 4, '18330_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 5, '18330_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 6, '18330_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 7, '18330_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 8, '18330_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 9, '18330_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 10, '18330_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 11, '18330_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 12, '18330_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 13, '18330_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 14, '18330_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 15, '18330_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 16, '18330_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 17, '18330_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 18, '18330_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 19, '18330_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 20, '18330_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 21, '18330_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 22, '18330_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 23, '18330_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 1, '14412_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 2, '14412_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 3, '14412_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 4, '14412_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 5, '14412_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 6, '14412_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 7, '14412_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 8, '14412_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 9, '14412_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 10, '14412_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 11, '14412_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 12, '14412_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 13, '14412_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 14, '14412_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 15, '14412_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 16, '14412_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 17, '14412_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 18, '14412_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 19, '14412_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 20, '14412_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 21, '14412_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 22, '14412_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 1, '2405_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 2, '2405_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 3, '2405_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 4, '2405_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 5, '2405_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 6, '2405_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 7, '2405_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 8, '2405_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 9, '2405_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 10, '2405_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 11, '2405_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 12, '2405_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 13, '2405_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 1, '21126_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 2, '21126_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 3, '21126_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 4, '21126_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 5, '21126_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 6, '21126_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 7, '21126_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 8, '21126_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 9, '21126_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 10, '21126_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 11, '21126_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 12, '21126_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 13, '21126_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 14, '21126_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 15, '21126_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 16, '21126_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 17, '21126_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 18, '21126_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 1, '12652_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 2, '12652_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 3, '12652_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 4, '12652_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 5, '12652_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 6, '12652_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 7, '12652_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 8, '12652_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 9, '12652_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 10, '12652_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 11, '12652_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 12, '12652_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 13, '12652_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 1, '15746_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 2, '15746_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 3, '15746_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 4, '15746_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 5, '15746_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 6, '15746_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 7, '15746_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 8, '15746_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 9, '15746_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 10, '15746_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 11, '15746_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 12, '15746_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 13, '15746_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 14, '15746_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 15, '15746_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 16, '15746_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 17, '15746_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 1, '12602_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 2, '12602_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 3, '12602_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 4, '12602_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 5, '12602_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 6, '12602_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 7, '12602_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 8, '12602_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 9, '12602_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 10, '12602_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 11, '12602_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 1, '22087_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 2, '22087_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 3, '22087_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 4, '22087_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 5, '22087_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 6, '22087_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 7, '22087_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 8, '22087_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 9, '22087_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 10, '22087_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 11, '22087_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 12, '22087_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 13, '22087_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 1, '21151_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 2, '21151_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 3, '21151_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 4, '21151_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 5, '21151_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 6, '21151_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 7, '21151_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 8, '21151_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 9, '21151_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 10, '21151_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 11, '21151_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 12, '21151_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 13, '21151_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 14, '21151_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 15, '21151_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 16, '21151_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 17, '21151_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 18, '21151_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 1, '16742_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 2, '16742_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 3, '16742_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 4, '16742_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 5, '16742_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 6, '16742_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 7, '16742_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 8, '16742_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 9, '16742_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 10, '16742_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 11, '16742_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 12, '16742_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 13, '16742_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 14, '16742_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 1, '16084_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 2, '16084_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 3, '16084_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 4, '16084_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 5, '16084_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 6, '16084_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 7, '16084_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 8, '16084_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 9, '16084_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 10, '16084_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 11, '16084_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 12, '16084_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 13, '16084_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 14, '16084_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 15, '16084_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 16, '16084_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 17, '16084_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 18, '16084_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 19, '16084_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 20, '16084_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 21, '16084_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 22, '16084_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 1, '19404_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 2, '19404_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 3, '19404_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 4, '19404_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 5, '19404_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 6, '19404_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 7, '19404_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 8, '19404_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 9, '19404_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 10, '19404_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 11, '19404_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 12, '19404_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 13, '19404_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 14, '19404_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 15, '19404_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 16, '19404_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 17, '19404_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 18, '19404_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 1, '22462_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 2, '22462_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 3, '22462_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 4, '22462_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 5, '22462_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 6, '22462_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 7, '22462_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 8, '22462_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 9, '22462_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 10, '22462_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 11, '22462_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 12, '22462_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 13, '22462_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 14, '22462_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 15, '22462_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 16, '22462_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 17, '22462_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 1, '22582_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 2, '22582_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 3, '22582_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 4, '22582_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 5, '22582_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 6, '22582_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 7, '22582_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 8, '22582_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 9, '22582_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 10, '22582_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 11, '22582_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 12, '22582_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 13, '22582_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 14, '22582_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 15, '22582_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 16, '22582_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 17, '22582_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 1, '19403_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 2, '19403_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 3, '19403_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 4, '19403_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 5, '19403_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 6, '19403_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 7, '19403_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 8, '19403_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 9, '19403_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 10, '19403_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 11, '19403_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 12, '19403_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 13, '19403_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 14, '19403_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 15, '19403_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 16, '19403_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 17, '19403_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 1, '22043_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 2, '22043_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 3, '22043_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 4, '22043_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 5, '22043_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 6, '22043_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 7, '22043_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 8, '22043_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 9, '22043_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 10, '22043_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 11, '22043_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 12, '22043_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 13, '22043_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 14, '22043_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 15, '22043_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 16, '22043_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 17, '22043_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 18, '22043_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 19, '22043_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 20, '22043_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 21, '22043_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 1, '3101_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 2, '3101_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 3, '3101_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 4, '3101_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 5, '3101_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 6, '3101_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 7, '3101_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 8, '3101_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 9, '3101_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 10, '3101_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 11, '3101_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 12, '3101_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 13, '3101_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 14, '3101_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 15, '3101_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 16, '3101_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 1, '19877_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 2, '19877_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 3, '19877_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 4, '19877_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 5, '19877_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 6, '19877_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 7, '19877_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 8, '19877_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 9, '19877_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 10, '19877_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 11, '19877_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 12, '19877_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 13, '19877_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 14, '19877_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 15, '19877_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 16, '19877_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 17, '19877_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 18, '19877_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 19, '19877_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 20, '19877_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 21, '19877_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 22, '19877_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 1, '21635_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 2, '21635_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 3, '21635_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 4, '21635_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 5, '21635_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 6, '21635_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 7, '21635_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 8, '21635_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 9, '21635_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 10, '21635_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 11, '21635_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 12, '21635_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 13, '21635_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 14, '21635_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 15, '21635_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 16, '21635_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 17, '21635_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 1, '19401_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 2, '19401_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 3, '19401_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 4, '19401_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 5, '19401_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 6, '19401_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 7, '19401_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 8, '19401_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 9, '19401_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 10, '19401_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 11, '19401_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 12, '19401_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 13, '19401_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 14, '19401_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 15, '19401_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 16, '19401_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 17, '19401_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 18, '19401_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 19, '19401_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 20, '19401_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 21, '19401_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 22, '19401_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 1, '15611_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 2, '15611_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 3, '15611_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 4, '15611_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 5, '15611_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 6, '15611_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 7, '15611_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 8, '15611_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 9, '15611_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 10, '15611_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 11, '15611_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 12, '15611_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 13, '15611_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 1, '7868_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 2, '7868_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 3, '7868_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 4, '7868_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 5, '7868_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 6, '7868_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 7, '7868_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 8, '7868_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 9, '7868_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 10, '7868_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 11, '7868_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 12, '7868_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 13, '7868_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 1, '22059_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 2, '22059_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 3, '22059_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 4, '22059_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 5, '22059_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 6, '22059_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 7, '22059_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 8, '22059_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 9, '22059_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 10, '22059_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 11, '22059_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 12, '22059_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 13, '22059_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 14, '22059_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 15, '22059_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 16, '22059_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 17, '22059_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 18, '22059_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 19, '22059_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 20, '22059_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 21, '22059_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 22, '22059_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 23, '22059_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 1, '23851_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 2, '23851_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 3, '23851_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 4, '23851_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 5, '23851_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 6, '23851_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 7, '23851_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 8, '23851_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 9, '23851_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 10, '23851_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 11, '23851_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 12, '23851_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 1, '21124_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 2, '21124_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 3, '21124_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 4, '21124_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 5, '21124_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 6, '21124_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 7, '21124_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 8, '21124_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 9, '21124_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 10, '21124_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 11, '21124_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 12, '21124_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 13, '21124_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 14, '21124_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 15, '21124_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 16, '21124_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 17, '21124_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 18, '21124_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 19, '21124_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 20, '21124_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 21, '21124_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 1, '7881_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 2, '7881_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 3, '7881_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 4, '7881_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 5, '7881_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 6, '7881_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 7, '7881_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 8, '7881_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 9, '7881_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 10, '7881_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 11, '7881_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 12, '7881_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 13, '7881_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 14, '7881_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 15, '7881_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 1, '7865_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 2, '7865_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 3, '7865_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 4, '7865_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 5, '7865_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 6, '7865_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 7, '7865_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 8, '7865_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 9, '7865_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 10, '7865_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 11, '7865_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 12, '7865_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 13, '7865_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 1, '22085_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 2, '22085_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 3, '22085_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 4, '22085_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 5, '22085_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 6, '22085_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 7, '22085_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 8, '22085_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 9, '22085_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 10, '22085_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 11, '22085_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 12, '22085_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 13, '22085_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 14, '22085_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 15, '22085_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 1, '24750_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 2, '24750_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 3, '24750_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 4, '24750_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 5, '24750_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 6, '24750_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 7, '24750_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 8, '24750_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 9, '24750_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 10, '24750_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 11, '24750_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 12, '24750_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 13, '24750_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 14, '24750_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 15, '24750_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 16, '24750_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 17, '24750_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 18, '24750_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 1, '10152_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 2, '10152_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 3, '10152_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 4, '10152_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 5, '10152_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 6, '10152_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 7, '10152_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 8, '10152_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 9, '10152_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 10, '10152_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 11, '10152_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 12, '10152_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 13, '10152_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 14, '10152_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 1, '22469_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 2, '22469_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 3, '22469_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 4, '22469_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 5, '22469_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 6, '22469_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 7, '22469_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 8, '22469_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 9, '22469_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 10, '22469_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 11, '22469_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 12, '22469_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 13, '22469_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 14, '22469_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 15, '22469_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 16, '22469_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 17, '22469_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 18, '22469_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 19, '22469_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 20, '22469_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 21, '22469_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 1, '7871_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 2, '7871_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 3, '7871_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 4, '7871_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 5, '7871_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 6, '7871_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 7, '7871_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 8, '7871_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 9, '7871_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 10, '7871_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 11, '7871_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 12, '7871_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 13, '7871_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 14, '7871_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 1, '22082_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 2, '22082_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 3, '22082_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 4, '22082_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 5, '22082_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 6, '22082_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 7, '22082_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 8, '22082_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 9, '22082_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 10, '22082_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 11, '22082_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 12, '22082_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 13, '22082_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 1, '3140_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 2, '3140_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 3, '3140_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 4, '3140_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 5, '3140_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 6, '3140_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 7, '3140_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 8, '3140_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 9, '3140_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 10, '3140_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 11, '3140_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 12, '3140_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 13, '3140_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 14, '3140_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 15, '3140_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 16, '3140_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 17, '3140_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 18, '3140_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 19, '3140_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 1, '22079_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 2, '22079_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 3, '22079_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 4, '22079_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 5, '22079_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 6, '22079_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 7, '22079_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 8, '22079_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 9, '22079_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 10, '22079_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 11, '22079_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 12, '22079_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 13, '22079_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 1, '7860_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 2, '7860_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 3, '7860_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 4, '7860_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 5, '7860_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 6, '7860_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 7, '7860_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 8, '7860_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 9, '7860_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 10, '7860_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 11, '7860_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 12, '7860_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 13, '7860_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 14, '7860_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 15, '7860_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 16, '7860_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 1, '2530_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 2, '2530_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 3, '2530_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 4, '2530_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 5, '2530_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 6, '2530_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 7, '2530_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 8, '2530_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 9, '2530_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 1, '13026_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 2, '13026_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 3, '13026_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 4, '13026_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 5, '13026_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 6, '13026_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 7, '13026_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 8, '13026_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 9, '13026_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 10, '13026_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 11, '13026_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 12, '13026_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 13, '13026_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 14, '13026_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 15, '13026_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 16, '13026_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 17, '13026_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 18, '13026_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 19, '13026_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 20, '13026_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 21, '13026_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 1, '24771_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 2, '24771_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 3, '24771_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 4, '24771_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 5, '24771_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 6, '24771_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 7, '24771_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 8, '24771_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 9, '24771_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 1, '18419_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 2, '18419_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 3, '18419_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 4, '18419_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 5, '18419_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 6, '18419_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 7, '18419_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 8, '18419_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 9, '18419_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 10, '18419_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 11, '18419_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 12, '18419_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 13, '18419_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 14, '18419_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 15, '18419_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 16, '18419_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 17, '18419_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2994', 1, '2994_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2994', 2, '2994_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2994', 3, '2994_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2994', 4, '2994_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2994', 5, '2994_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 1, '13309_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 2, '13309_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 3, '13309_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 4, '13309_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 5, '13309_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 6, '13309_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 7, '13309_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 8, '13309_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 9, '13309_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 10, '13309_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 11, '13309_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 12, '13309_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 13, '13309_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 1, '15861_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 2, '15861_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 3, '15861_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 4, '15861_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 5, '15861_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 6, '15861_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 7, '15861_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 8, '15861_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 9, '15861_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 10, '15861_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 11, '15861_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 12, '15861_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 13, '15861_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 1, '23300_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 2, '23300_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 3, '23300_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 4, '23300_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 5, '23300_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 6, '23300_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 7, '23300_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 8, '23300_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 9, '23300_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 1, '15865_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 2, '15865_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 3, '15865_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 4, '15865_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 5, '15865_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 6, '15865_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 7, '15865_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 8, '15865_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 9, '15865_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 10, '15865_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 11, '15865_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 12, '15865_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 13, '15865_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 14, '15865_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 15, '15865_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 16, '15865_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 17, '15865_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 18, '15865_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 19, '15865_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 20, '15865_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 21, '15865_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 1, '12915_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 2, '12915_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 3, '12915_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 4, '12915_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 5, '12915_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 6, '12915_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 7, '12915_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 8, '12915_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 9, '12915_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 10, '12915_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 11, '12915_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 12, '12915_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 13, '12915_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 1, '14812_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 2, '14812_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 3, '14812_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 4, '14812_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 5, '14812_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 6, '14812_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 7, '14812_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 8, '14812_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 9, '14812_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 10, '14812_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 11, '14812_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 12, '14812_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 13, '14812_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 14, '14812_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 15, '14812_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 16, '14812_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 1, '24769_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 2, '24769_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 3, '24769_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 4, '24769_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 5, '24769_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 6, '24769_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 7, '24769_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 8, '24769_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 9, '24769_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 10, '24769_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 11, '24769_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 12, '24769_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 1, '12689_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 2, '12689_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 3, '12689_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 4, '12689_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 5, '12689_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 6, '12689_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 7, '12689_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 8, '12689_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 9, '12689_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 10, '12689_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 11, '12689_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 12, '12689_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 1, '2340_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 2, '2340_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 3, '2340_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 4, '2340_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 5, '2340_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 6, '2340_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 7, '2340_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 8, '2340_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 9, '2340_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 10, '2340_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 11, '2340_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 12, '2340_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 13, '2340_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 14, '2340_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 15, '2340_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 16, '2340_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 1, '22352_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 2, '22352_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 3, '22352_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 4, '22352_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 5, '22352_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 6, '22352_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 7, '22352_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 8, '22352_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 9, '22352_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 1, '12600_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 2, '12600_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 3, '12600_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 4, '12600_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 5, '12600_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 6, '12600_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 7, '12600_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 8, '12600_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 9, '12600_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 10, '12600_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 11, '12600_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 12, '12600_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 13, '12600_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 14, '12600_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 15, '12600_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 16, '12600_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 17, '12600_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 1, '15609_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 2, '15609_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 3, '15609_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 4, '15609_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 5, '15609_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 6, '15609_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 7, '15609_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 8, '15609_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 9, '15609_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 1, '10166_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 2, '10166_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 3, '10166_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 4, '10166_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 5, '10166_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 6, '10166_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 7, '10166_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 8, '10166_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 9, '10166_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 10, '10166_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 11, '10166_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 12, '10166_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 13, '10166_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 1, '22068_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 2, '22068_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 3, '22068_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 4, '22068_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 5, '22068_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 6, '22068_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 7, '22068_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 8, '22068_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 9, '22068_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 10, '22068_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 11, '22068_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 12, '22068_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 13, '22068_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 14, '22068_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 15, '22068_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 16, '22068_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 17, '22068_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 1, '1176_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 2, '1176_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 3, '1176_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 4, '1176_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 5, '1176_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 6, '1176_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 7, '1176_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 8, '1176_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 9, '1176_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 10, '1176_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 11, '1176_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 12, '1176_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 1, '19600_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 2, '19600_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 3, '19600_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 4, '19600_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 5, '19600_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 6, '19600_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 7, '19600_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 8, '19600_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 9, '19600_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 10, '19600_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 11, '19600_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 12, '19600_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 13, '19600_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 14, '19600_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 15, '19600_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 16, '19600_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 17, '19600_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 1, '19400_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 2, '19400_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 3, '19400_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 4, '19400_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 5, '19400_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 6, '19400_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 7, '19400_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 8, '19400_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 9, '19400_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 10, '19400_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 11, '19400_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 12, '19400_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 13, '19400_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 1, '2229_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 2, '2229_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 3, '2229_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 4, '2229_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 5, '2229_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 6, '2229_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 7, '2229_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 8, '2229_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 9, '2229_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 10, '2229_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 11, '2229_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 12, '2229_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 1, '31282_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 2, '31282_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 3, '31282_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 4, '31282_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 5, '31282_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 6, '31282_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 7, '31282_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 8, '31282_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 9, '31282_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 10, '31282_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 11, '31282_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 1, '12632_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 2, '12632_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 3, '12632_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 4, '12632_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 5, '12632_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 6, '12632_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 7, '12632_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 8, '12632_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 9, '12632_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 1, '22061_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 2, '22061_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 3, '22061_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 4, '22061_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 5, '22061_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 6, '22061_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 7, '22061_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 8, '22061_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 9, '22061_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 10, '22061_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 11, '22061_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 12, '22061_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 13, '22061_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 1, '15863_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 2, '15863_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 3, '15863_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 4, '15863_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 5, '15863_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 6, '15863_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 7, '15863_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 8, '15863_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 9, '15863_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 10, '15863_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 11, '15863_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 12, '15863_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 13, '15863_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 1, '7874_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 2, '7874_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 3, '7874_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 4, '7874_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 5, '7874_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 6, '7874_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 7, '7874_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 8, '7874_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 9, '7874_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 10, '7874_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 11, '7874_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 12, '7874_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 13, '7874_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 14, '7874_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 15, '7874_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 1, '22049_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 2, '22049_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 3, '22049_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 4, '22049_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 5, '22049_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 6, '22049_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 7, '22049_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 8, '22049_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 9, '22049_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 10, '22049_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 11, '22049_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 12, '22049_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 13, '22049_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 14, '22049_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 15, '22049_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 16, '22049_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 17, '22049_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 1, '23747_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 2, '23747_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 3, '23747_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 4, '23747_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 5, '23747_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 6, '23747_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 7, '23747_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 8, '23747_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 9, '23747_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 10, '23747_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 11, '23747_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 12, '23747_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 13, '23747_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 14, '23747_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 15, '23747_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 16, '23747_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 17, '23747_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 18, '23747_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 19, '23747_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 20, '23747_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 21, '23747_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 22, '23747_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 1, '22750_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 2, '22750_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 3, '22750_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 4, '22750_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 5, '22750_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 6, '22750_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 7, '22750_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 8, '22750_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 9, '22750_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 10, '22750_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 11, '22750_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 12, '22750_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 13, '22750_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 1, '21747_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 2, '21747_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 3, '21747_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 4, '21747_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 5, '21747_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 6, '21747_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 7, '21747_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 8, '21747_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 9, '21747_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 10, '21747_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 11, '21747_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 12, '21747_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 13, '21747_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 1, '2344_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 2, '2344_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 3, '2344_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 4, '2344_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 5, '2344_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 6, '2344_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 7, '2344_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 8, '2344_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 9, '2344_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 10, '2344_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 11, '2344_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 12, '2344_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 13, '2344_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 14, '2344_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 15, '2344_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 16, '2344_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 1, '15942_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 2, '15942_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 3, '15942_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 4, '15942_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 5, '15942_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 6, '15942_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 7, '15942_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 8, '15942_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 9, '15942_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 10, '15942_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 11, '15942_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 1, '7877_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 2, '7877_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 3, '7877_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 4, '7877_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 5, '7877_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 6, '7877_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 7, '7877_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 8, '7877_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 9, '7877_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 10, '7877_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 1, '9684_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 2, '9684_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 3, '9684_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 4, '9684_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 5, '9684_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 6, '9684_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 7, '9684_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 8, '9684_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 9, '9684_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 10, '9684_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 11, '9684_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 12, '9684_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 13, '9684_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 1, '15616_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 2, '15616_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 3, '15616_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 4, '15616_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 5, '15616_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 6, '15616_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 7, '15616_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 8, '15616_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 9, '15616_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 1, '9480_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 2, '9480_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 3, '9480_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 4, '9480_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 5, '9480_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 6, '9480_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 7, '9480_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 8, '9480_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 9, '9480_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 10, '9480_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 11, '9480_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 1, '21621_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 2, '21621_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 3, '21621_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 4, '21621_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 5, '21621_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 6, '21621_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 7, '21621_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 8, '21621_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 9, '21621_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 10, '21621_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 11, '21621_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 12, '21621_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 13, '21621_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 1, '12687_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 2, '12687_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 3, '12687_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 4, '12687_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 5, '12687_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 6, '12687_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 7, '12687_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 8, '12687_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 9, '12687_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 10, '12687_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 11, '12687_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 12, '12687_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 13, '12687_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 1, '15712_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 2, '15712_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 3, '15712_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 4, '15712_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 5, '15712_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 6, '15712_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 7, '15712_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 8, '15712_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 9, '15712_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24042', 1, '24042_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24042', 2, '24042_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24042', 3, '24042_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24042', 4, '24042_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24042', 5, '24042_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 1, '3003_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 2, '3003_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 3, '3003_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 4, '3003_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 5, '3003_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 6, '3003_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 7, '3003_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 8, '3003_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 9, '3003_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 10, '3003_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 11, '3003_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 12, '3003_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 13, '3003_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 14, '3003_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 15, '3003_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 16, '3003_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 17, '3003_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 1, '22531_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 2, '22531_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 3, '22531_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 4, '22531_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 5, '22531_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 6, '22531_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 7, '22531_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 8, '22531_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 9, '22531_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 1, '21141_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 2, '21141_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 3, '21141_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 4, '21141_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 5, '21141_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 6, '21141_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 7, '21141_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 8, '21141_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 9, '21141_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 10, '21141_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 11, '21141_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 12, '21141_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 13, '21141_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 1, '12653_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 2, '12653_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 3, '12653_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 4, '12653_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 5, '12653_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 6, '12653_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 7, '12653_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 8, '12653_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 9, '12653_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 1, '20433_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 2, '20433_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 3, '20433_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 4, '20433_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 5, '20433_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 6, '20433_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 7, '20433_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 8, '20433_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 9, '20433_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 1, '21842_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 2, '21842_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 3, '21842_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 4, '21842_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 5, '21842_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 6, '21842_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 7, '21842_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 8, '21842_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 9, '21842_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 10, '21842_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 11, '21842_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 12, '21842_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 13, '21842_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 14, '21842_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 15, '21842_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 16, '21842_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 17, '21842_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 1, '9529_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 2, '9529_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 3, '9529_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 4, '9529_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 5, '9529_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 6, '9529_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 7, '9529_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 8, '9529_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 9, '9529_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 1, '21836_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 2, '21836_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 3, '21836_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 4, '21836_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 5, '21836_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 6, '21836_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 7, '21836_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 8, '21836_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 9, '21836_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 10, '21836_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 11, '21836_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 1, '2106_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 2, '2106_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 3, '2106_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 4, '2106_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 5, '2106_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 6, '2106_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 7, '2106_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 8, '2106_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 9, '2106_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 10, '2106_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 11, '2106_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 12, '2106_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 1, '31301_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 2, '31301_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 3, '31301_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 4, '31301_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 5, '31301_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 6, '31301_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 7, '31301_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 8, '31301_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 9, '31301_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2878', 1, '2878_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2878', 2, '2878_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2878', 3, '2878_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2878', 4, '2878_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2878', 5, '2878_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2878', 6, '2878_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2878', 7, '2878_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2878', 8, '2878_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2878', 9, '2878_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 1, '3159_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 2, '3159_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 3, '3159_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 4, '3159_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 5, '3159_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 6, '3159_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 7, '3159_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 8, '3159_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 9, '3159_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 10, '3159_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 11, '3159_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 12, '3159_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 13, '3159_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 14, '3159_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 1, '21994_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 2, '21994_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 3, '21994_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 4, '21994_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 5, '21994_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 6, '21994_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 7, '21994_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 8, '21994_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 9, '21994_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 10, '21994_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 11, '21994_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 12, '21994_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 13, '21994_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 1, '2987_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 2, '2987_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 3, '2987_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 4, '2987_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 5, '2987_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 6, '2987_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 7, '2987_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 8, '2987_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 9, '2987_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 10, '2987_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 11, '2987_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 12, '2987_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 13, '2987_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 14, '2987_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 15, '2987_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 16, '2987_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 1, '12692_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 2, '12692_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 3, '12692_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 4, '12692_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 5, '12692_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 6, '12692_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 7, '12692_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 8, '12692_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 9, '12692_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 10, '12692_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 11, '12692_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 12, '12692_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 13, '12692_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 14, '12692_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 15, '12692_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 16, '12692_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 1, '21073_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 2, '21073_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 3, '21073_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 4, '21073_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 5, '21073_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 6, '21073_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 7, '21073_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 8, '21073_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 9, '21073_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 10, '21073_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 11, '21073_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 12, '21073_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 13, '21073_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 14, '21073_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 15, '21073_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 16, '21073_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 17, '21073_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 1, '30270_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 2, '30270_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 3, '30270_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 4, '30270_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 5, '30270_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 6, '30270_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 7, '30270_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 8, '30270_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 9, '30270_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 10, '30270_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 11, '30270_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 1, '23775_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 2, '23775_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 3, '23775_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 4, '23775_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 5, '23775_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 6, '23775_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 7, '23775_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 8, '23775_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 9, '23775_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 10, '23775_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 11, '23775_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 1, '22530_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 2, '22530_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 3, '22530_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 4, '22530_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 5, '22530_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 6, '22530_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 7, '22530_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 8, '22530_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 9, '22530_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 10, '22530_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 11, '22530_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 12, '22530_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 13, '22530_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 1, '8877_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 2, '8877_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 3, '8877_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 4, '8877_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 5, '8877_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 6, '8877_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 7, '8877_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 8, '8877_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 9, '8877_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 10, '8877_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 11, '8877_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 12, '8877_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 13, '8877_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 1, '22065_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 2, '22065_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 3, '22065_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 4, '22065_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 5, '22065_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 6, '22065_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 7, '22065_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 8, '22065_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 9, '22065_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 10, '22065_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 11, '22065_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 12, '22065_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 13, '22065_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 1, '19402_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 2, '19402_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 3, '19402_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 4, '19402_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 5, '19402_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 6, '19402_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 7, '19402_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 8, '19402_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 9, '19402_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 10, '19402_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 11, '19402_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 12, '19402_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 13, '19402_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 14, '19402_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 15, '19402_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 16, '19402_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 17, '19402_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 1, '15558_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 2, '15558_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 3, '15558_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 4, '15558_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 5, '15558_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 6, '15558_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 7, '15558_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 8, '15558_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 9, '15558_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 10, '15558_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 11, '15558_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 12, '15558_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 13, '15558_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 14, '15558_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 1, '22083_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 2, '22083_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 3, '22083_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 4, '22083_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 5, '22083_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 6, '22083_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 7, '22083_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 8, '22083_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 9, '22083_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 10, '22083_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 11, '22083_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 12, '22083_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 13, '22083_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 1, '21127_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 2, '21127_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 3, '21127_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 4, '21127_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 5, '21127_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 6, '21127_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 7, '21127_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 8, '21127_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 9, '21127_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 10, '21127_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 11, '21127_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 12, '21127_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 13, '21127_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 14, '21127_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 15, '21127_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 16, '21127_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 17, '21127_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 1, '31418_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 2, '31418_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 3, '31418_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 4, '31418_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 5, '31418_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 6, '31418_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 7, '31418_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 8, '31418_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 9, '31418_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 10, '31418_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 11, '31418_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 12, '31418_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 13, '31418_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 1, '21809_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 2, '21809_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 3, '21809_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 4, '21809_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 5, '21809_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 6, '21809_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 7, '21809_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 8, '21809_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 9, '21809_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 10, '21809_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 11, '21809_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 12, '21809_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 13, '21809_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 1, '29688_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 2, '29688_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 3, '29688_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 4, '29688_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 5, '29688_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 6, '29688_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 7, '29688_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 8, '29688_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 9, '29688_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 10, '29688_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 11, '29688_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 12, '29688_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 1, '24422_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 2, '24422_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 3, '24422_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 4, '24422_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 5, '24422_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 6, '24422_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 7, '24422_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 8, '24422_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 9, '24422_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 10, '24422_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 11, '24422_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 1, '9527_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 2, '9527_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 3, '9527_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 4, '9527_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 5, '9527_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 6, '9527_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 7, '9527_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 8, '9527_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 9, '9527_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 10, '9527_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 11, '9527_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 12, '9527_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 1, '31547_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 2, '31547_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 3, '31547_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 4, '31547_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 5, '31547_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 6, '31547_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 7, '31547_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 8, '31547_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 9, '31547_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 10, '31547_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 11, '31547_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 12, '31547_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 13, '31547_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 1, '6718_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 2, '6718_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 3, '6718_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 4, '6718_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 5, '6718_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 6, '6718_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 7, '6718_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 8, '6718_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 9, '6718_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 10, '6718_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 11, '6718_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 12, '6718_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 1, '22078_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 2, '22078_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 3, '22078_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 4, '22078_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 5, '22078_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 6, '22078_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 7, '22078_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 8, '22078_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 9, '22078_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 1, '10202_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 2, '10202_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 3, '10202_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 4, '10202_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 5, '10202_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 6, '10202_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 7, '10202_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 8, '10202_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 9, '10202_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 10, '10202_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 11, '10202_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 12, '10202_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 13, '10202_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 1, '10442_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 2, '10442_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 3, '10442_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 4, '10442_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 5, '10442_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 6, '10442_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 7, '10442_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 8, '10442_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 9, '10442_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 10, '10442_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 11, '10442_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 12, '10442_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 13, '10442_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 14, '10442_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 15, '10442_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 16, '10442_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 17, '10442_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 1, '2574_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 2, '2574_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 3, '2574_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 4, '2574_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 5, '2574_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 6, '2574_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 7, '2574_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 8, '2574_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 9, '2574_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 10, '2574_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 11, '2574_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 12, '2574_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 13, '2574_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 14, '2574_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 15, '2574_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 16, '2574_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 17, '2574_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 18, '2574_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 19, '2574_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 20, '2574_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 21, '2574_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 22, '2574_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 23, '2574_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 24, '2574_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 1, '22747_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 2, '22747_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 3, '22747_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 4, '22747_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 5, '22747_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 6, '22747_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 7, '22747_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 8, '22747_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 9, '22747_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 10, '22747_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 11, '22747_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 12, '22747_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 13, '22747_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 14, '22747_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 15, '22747_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 16, '22747_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 17, '22747_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 1, '8712_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 2, '8712_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 3, '8712_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 4, '8712_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 5, '8712_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 6, '8712_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 7, '8712_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 8, '8712_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 9, '8712_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 10, '8712_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 1, '2197_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 2, '2197_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 3, '2197_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 4, '2197_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 5, '2197_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 6, '2197_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 7, '2197_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 8, '2197_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 9, '2197_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 10, '2197_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 11, '2197_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 12, '2197_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 13, '2197_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 14, '2197_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 15, '2197_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 16, '2197_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 17, '2197_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 1, '2974_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 2, '2974_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 3, '2974_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 4, '2974_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 5, '2974_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 6, '2974_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 7, '2974_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 8, '2974_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 9, '2974_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 1, '2397_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 2, '2397_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 3, '2397_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 4, '2397_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 5, '2397_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 6, '2397_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 7, '2397_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 8, '2397_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 9, '2397_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 10, '2397_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 11, '2397_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 12, '2397_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 1, '23109_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 2, '23109_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 3, '23109_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 4, '23109_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 5, '23109_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 6, '23109_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 7, '23109_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 8, '23109_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 9, '23109_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 10, '23109_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 11, '23109_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 12, '23109_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 13, '23109_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 14, '23109_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 15, '23109_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 16, '23109_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 17, '23109_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 1, '8707_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 2, '8707_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 3, '8707_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 4, '8707_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 5, '8707_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 6, '8707_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 7, '8707_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 8, '8707_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 9, '8707_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 10, '8707_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 11, '8707_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 12, '8707_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 13, '8707_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 14, '8707_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 15, '8707_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 16, '8707_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 17, '8707_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 18, '8707_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 19, '8707_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 20, '8707_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 21, '8707_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 22, '8707_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 23, '8707_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 24, '8707_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 25, '8707_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 26, '8707_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 27, '8707_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 28, '8707_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 29, '8707_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 1, '15615_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 2, '15615_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 3, '15615_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 4, '15615_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 5, '15615_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 6, '15615_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 7, '15615_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 8, '15615_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 9, '15615_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 10, '15615_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 11, '15615_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 12, '15615_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 13, '15615_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 1, '15032_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 2, '15032_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 3, '15032_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 4, '15032_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 5, '15032_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 6, '15032_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 7, '15032_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 8, '15032_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 9, '15032_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 10, '15032_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 11, '15032_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 12, '15032_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 13, '15032_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 14, '15032_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 15, '15032_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 16, '15032_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 17, '15032_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 1, '8433_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 2, '8433_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 3, '8433_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 4, '8433_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 5, '8433_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 6, '8433_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 7, '8433_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 8, '8433_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 9, '8433_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 10, '8433_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 11, '8433_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 12, '8433_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 13, '8433_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 14, '8433_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 15, '8433_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 1, '11139_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 2, '11139_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 3, '11139_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 4, '11139_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 5, '11139_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 6, '11139_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 7, '11139_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 8, '11139_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 9, '11139_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 10, '11139_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 11, '11139_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 12, '11139_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 13, '11139_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 1, '21059_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 2, '21059_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 3, '21059_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 4, '21059_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 5, '21059_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 6, '21059_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 7, '21059_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 8, '21059_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 9, '21059_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 10, '21059_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 11, '21059_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 12, '21059_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 13, '21059_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 14, '21059_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 15, '21059_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 16, '21059_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 17, '21059_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 1, '22002_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 2, '22002_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 3, '22002_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 4, '22002_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 5, '22002_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 6, '22002_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 7, '22002_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 8, '22002_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 9, '22002_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 10, '22002_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 11, '22002_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 12, '22002_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 13, '22002_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 14, '22002_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 15, '22002_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 16, '22002_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 17, '22002_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 1, '20374_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 2, '20374_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 3, '20374_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 4, '20374_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 5, '20374_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 6, '20374_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 7, '20374_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 8, '20374_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 9, '20374_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 10, '20374_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 11, '20374_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 12, '20374_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 13, '20374_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 14, '20374_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 15, '20374_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 16, '20374_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 17, '20374_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 1, '18342_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 2, '18342_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 3, '18342_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 4, '18342_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 5, '18342_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 6, '18342_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 7, '18342_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 8, '18342_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 9, '18342_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 10, '18342_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 11, '18342_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 12, '18342_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 13, '18342_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 14, '18342_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 15, '18342_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 1, '8438_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 2, '8438_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 3, '8438_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 4, '8438_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 5, '8438_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 6, '8438_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 7, '8438_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 8, '8438_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 9, '8438_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 10, '8438_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 11, '8438_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 12, '8438_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 13, '8438_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 14, '8438_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 15, '8438_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 16, '8438_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 17, '8438_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 1, '17533_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 2, '17533_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 3, '17533_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 4, '17533_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 5, '17533_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 6, '17533_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 7, '17533_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 8, '17533_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 9, '17533_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 10, '17533_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 11, '17533_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 12, '17533_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 13, '17533_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 14, '17533_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 15, '17533_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 16, '17533_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 17, '17533_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 1, '21134_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 2, '21134_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 3, '21134_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 4, '21134_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 5, '21134_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 6, '21134_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 7, '21134_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 8, '21134_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 9, '21134_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 10, '21134_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 11, '21134_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 12, '21134_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 13, '21134_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 14, '21134_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 15, '21134_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 16, '21134_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 17, '21134_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 1, '3083_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 2, '3083_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 3, '3083_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 4, '3083_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 5, '3083_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 6, '3083_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 7, '3083_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 8, '3083_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 9, '3083_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 10, '3083_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 11, '3083_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 12, '3083_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 13, '3083_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 14, '3083_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 15, '3083_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 16, '3083_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 1, '13092_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 2, '13092_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 3, '13092_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 4, '13092_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 5, '13092_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 6, '13092_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 7, '13092_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 8, '13092_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 9, '13092_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 10, '13092_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 11, '13092_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 12, '13092_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 13, '13092_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 14, '13092_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 15, '13092_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 1, '16197_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 2, '16197_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 3, '16197_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 4, '16197_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 5, '16197_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 6, '16197_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 7, '16197_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 8, '16197_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 9, '16197_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 10, '16197_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 11, '16197_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 12, '16197_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 13, '16197_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 1, '21631_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 2, '21631_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 3, '21631_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 4, '21631_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 5, '21631_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 6, '21631_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 7, '21631_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 8, '21631_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 9, '21631_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 10, '21631_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 11, '21631_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 12, '21631_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 13, '21631_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 1, '22003_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 2, '22003_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 3, '22003_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 4, '22003_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 5, '22003_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 6, '22003_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 7, '22003_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 8, '22003_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 9, '22003_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 10, '22003_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 11, '22003_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 12, '22003_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 13, '22003_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 1, '8713_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 2, '8713_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 3, '8713_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 4, '8713_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 5, '8713_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 6, '8713_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 7, '8713_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 8, '8713_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 9, '8713_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 10, '8713_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 11, '8713_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 12, '8713_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 13, '8713_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 14, '8713_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 15, '8713_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 16, '8713_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 17, '8713_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 1, '24748_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 2, '24748_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 3, '24748_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 4, '24748_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 5, '24748_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 6, '24748_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 7, '24748_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 8, '24748_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 9, '24748_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 10, '24748_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 11, '24748_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 12, '24748_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 13, '24748_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 1, '23143_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 2, '23143_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 3, '23143_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 4, '23143_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 5, '23143_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 6, '23143_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 7, '23143_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 8, '23143_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 9, '23143_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 10, '23143_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 11, '23143_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 12, '23143_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 1, '3914_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 2, '3914_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 3, '3914_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 4, '3914_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 5, '3914_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 6, '3914_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 7, '3914_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 8, '3914_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 1, '13303_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 2, '13303_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 3, '13303_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 4, '13303_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 5, '13303_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 6, '13303_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 7, '13303_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 8, '13303_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 9, '13303_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 10, '13303_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 11, '13303_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 12, '13303_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 13, '13303_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 14, '13303_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 15, '13303_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 16, '13303_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 17, '13303_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 1, '30267_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 2, '30267_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 3, '30267_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 4, '30267_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 5, '30267_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 6, '30267_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 7, '30267_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 8, '30267_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 9, '30267_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 10, '30267_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 11, '30267_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 1, '23156_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 2, '23156_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 3, '23156_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 4, '23156_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 5, '23156_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 6, '23156_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 7, '23156_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 8, '23156_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 1, '16210_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 2, '16210_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 3, '16210_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 4, '16210_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 5, '16210_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 6, '16210_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 7, '16210_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 8, '16210_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 9, '16210_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 10, '16210_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 11, '16210_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 12, '16210_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 13, '16210_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 1, '15614_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 2, '15614_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 3, '15614_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 4, '15614_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 5, '15614_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 6, '15614_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 7, '15614_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 8, '15614_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 9, '15614_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 10, '15614_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 11, '15614_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 12, '15614_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 13, '15614_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 1, '21138_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 2, '21138_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 3, '21138_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 4, '21138_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 5, '21138_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 6, '21138_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 7, '21138_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 8, '21138_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 9, '21138_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 10, '21138_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 11, '21138_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 12, '21138_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 13, '21138_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 1, '23033_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 2, '23033_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 3, '23033_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 4, '23033_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 5, '23033_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 6, '23033_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 7, '23033_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 8, '23033_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 9, '23033_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 1, '18344_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 2, '18344_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 3, '18344_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 4, '18344_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 5, '18344_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 6, '18344_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 7, '18344_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 8, '18344_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 9, '18344_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 10, '18344_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 11, '18344_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 12, '18344_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 13, '18344_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 14, '18344_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 15, '18344_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 16, '18344_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 17, '18344_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 1, '15864_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 2, '15864_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 3, '15864_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 4, '15864_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 5, '15864_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 6, '15864_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 7, '15864_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 8, '15864_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 9, '15864_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 1, '18345_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 2, '18345_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 3, '18345_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 4, '18345_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 5, '18345_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 6, '18345_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 7, '18345_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 8, '18345_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 9, '18345_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 10, '18345_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 11, '18345_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 12, '18345_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 13, '18345_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 1, '22572_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 2, '22572_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 3, '22572_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 4, '22572_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 5, '22572_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 6, '22572_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 7, '22572_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 8, '22572_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 9, '22572_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 10, '22572_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 11, '22572_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 12, '22572_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 13, '22572_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 1, '23751_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 2, '23751_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 3, '23751_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 4, '23751_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 5, '23751_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 6, '23751_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 7, '23751_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 8, '23751_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 9, '23751_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 10, '23751_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 11, '23751_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 12, '23751_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 13, '23751_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 14, '23751_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 15, '23751_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 16, '23751_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 17, '23751_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 1, '17937_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 2, '17937_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 3, '17937_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 4, '17937_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 5, '17937_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 6, '17937_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 7, '17937_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 8, '17937_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 9, '17937_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 10, '17937_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 11, '17937_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 12, '17937_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 13, '17937_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 1, '21816_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 2, '21816_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 3, '21816_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 4, '21816_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 5, '21816_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 6, '21816_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 7, '21816_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 8, '21816_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 9, '21816_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 10, '21816_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 11, '21816_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 12, '21816_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 13, '21816_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 14, '21816_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 15, '21816_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 16, '21816_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 17, '21816_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 18, '21816_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 19, '21816_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 20, '21816_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 21, '21816_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 1, '8690_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 2, '8690_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 3, '8690_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 4, '8690_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 5, '8690_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 6, '8690_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 7, '8690_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 8, '8690_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 9, '8690_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 10, '8690_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 11, '8690_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 1, '29975_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 2, '29975_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 3, '29975_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 4, '29975_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 5, '29975_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 6, '29975_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 7, '29975_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 8, '29975_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 9, '29975_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 10, '29975_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 11, '29975_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 1, '22067_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 2, '22067_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 3, '22067_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 4, '22067_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 5, '22067_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 6, '22067_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 7, '22067_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 8, '22067_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 9, '22067_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 1, '2611_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 2, '2611_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 3, '2611_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 4, '2611_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 5, '2611_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 6, '2611_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 7, '2611_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 8, '2611_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 9, '2611_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 10, '2611_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 11, '2611_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 1, '10440_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 2, '10440_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 3, '10440_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 4, '10440_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 5, '10440_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 6, '10440_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 7, '10440_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 8, '10440_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 9, '10440_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 10, '10440_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 11, '10440_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 12, '10440_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 13, '10440_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 1, '3135_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 2, '3135_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 3, '3135_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 4, '3135_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 5, '3135_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 6, '3135_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 7, '3135_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 8, '3135_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 9, '3135_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 10, '3135_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 11, '3135_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 1, '5314_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 2, '5314_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 3, '5314_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 4, '5314_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 5, '5314_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 6, '5314_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 7, '5314_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 8, '5314_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 9, '5314_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 10, '5314_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 11, '5314_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 1, '22637_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 2, '22637_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 3, '22637_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 4, '22637_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 5, '22637_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 6, '22637_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 7, '22637_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 8, '22637_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 9, '22637_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 10, '22637_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 11, '22637_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 12, '22637_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 13, '22637_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 14, '22637_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 15, '22637_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 16, '22637_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 17, '22637_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 1, '22533_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 2, '22533_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 3, '22533_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 4, '22533_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 5, '22533_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 6, '22533_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 7, '22533_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 8, '22533_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 9, '22533_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 1, '19384_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 2, '19384_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 3, '19384_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 4, '19384_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 5, '19384_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 6, '19384_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 7, '19384_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 8, '19384_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 9, '19384_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 10, '19384_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 11, '19384_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 12, '19384_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 13, '19384_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 14, '19384_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 15, '19384_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 16, '19384_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 17, '19384_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 1, '9681_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 2, '9681_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 3, '9681_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 4, '9681_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 5, '9681_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 6, '9681_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 7, '9681_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 8, '9681_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 9, '9681_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 1, '21074_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 2, '21074_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 3, '21074_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 4, '21074_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 5, '21074_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 6, '21074_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 7, '21074_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 8, '21074_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 9, '21074_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 10, '21074_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 11, '21074_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 12, '21074_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 13, '21074_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 1, '21130_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 2, '21130_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 3, '21130_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 4, '21130_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 5, '21130_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 6, '21130_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 7, '21130_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 8, '21130_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 9, '21130_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 10, '21130_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 11, '21130_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 12, '21130_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 13, '21130_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 14, '21130_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 15, '21130_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 16, '21130_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 17, '21130_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 1, '23407_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 2, '23407_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 3, '23407_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 4, '23407_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 5, '23407_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 6, '23407_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 7, '23407_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 8, '23407_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 9, '23407_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 10, '23407_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 11, '23407_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 12, '23407_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 13, '23407_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 1, '2758_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 2, '2758_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 3, '2758_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 4, '2758_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 5, '2758_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 6, '2758_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 7, '2758_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 8, '2758_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 9, '2758_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 1, '1970_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 2, '1970_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 3, '1970_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 4, '1970_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 5, '1970_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 6, '1970_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 7, '1970_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 8, '1970_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 9, '1970_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 1, '9479_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 2, '9479_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 3, '9479_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 4, '9479_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 5, '9479_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 6, '9479_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 7, '9479_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 8, '9479_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 9, '9479_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 1, '2505_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 2, '2505_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 3, '2505_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 4, '2505_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 5, '2505_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 6, '2505_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 7, '2505_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 8, '2505_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 9, '2505_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 10, '2505_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 11, '2505_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 12, '2505_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 13, '2505_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 1, '24746_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 2, '24746_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 3, '24746_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 4, '24746_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 5, '24746_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 6, '24746_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 7, '24746_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 8, '24746_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 9, '24746_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 10, '24746_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 11, '24746_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 12, '24746_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 13, '24746_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 1, '14814_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 2, '14814_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 3, '14814_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 4, '14814_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 5, '14814_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 6, '14814_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 7, '14814_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 8, '14814_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 9, '14814_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 1, '22111_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 2, '22111_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 3, '22111_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 4, '22111_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 5, '22111_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 6, '22111_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 7, '22111_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 8, '22111_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 9, '22111_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 10, '22111_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 11, '22111_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 12, '22111_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 13, '22111_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 14, '22111_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 15, '22111_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 16, '22111_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 17, '22111_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 0, '24752'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 1, '8074'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 2, '15403'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 3, '18218'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 4, '12925'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 5, '10555'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 6, '19094'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 7, '15862'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 8, '22560'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 9, '23908'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 10, '1978'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 11, '2234'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 12, '22000'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 13, '21995'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 14, '22806'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 15, '21817'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 16, '24734'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 17, '30269'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 18, '31354'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 19, '21143'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 20, '2830'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 21, '2912'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 22, '2526'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 23, '12428'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 24, '14419'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 25, '21610'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 26, '31503'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 27, '19110'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 28, '20431'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 29, '12899'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 30, '18417'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 31, '22084'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 32, '20434'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 33, '22086'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 34, '10680'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 35, '21445'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 36, '30807'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 37, '30271'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 38, '15612'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 39, '21985'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 40, '21998'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 41, '15613'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 42, '8698'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 43, '19193'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 44, '16199'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 45, '9911'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 46, '23107'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 47, '17135'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 48, '8040'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 49, '19386'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 50, '21838'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 51, '12609'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 52, '20439'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 53, '20436'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 54, '22557'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 55, '16587'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 56, '22081'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 57, '22062'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 58, '2632'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 59, '22468'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 60, '3127'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 61, '13544'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 62, '22567'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 63, '23308'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 64, '21841'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 65, '20440'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 66, '21140'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 67, '23158'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 68, '2209'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 69, '20022'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 70, '22004'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 71, '24751'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 72, '21863'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 73, '23035'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 74, '22536'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 75, '21837'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 76, '15934'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 77, '21149'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 78, '17534'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 79, '17031'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 80, '2069'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 81, '22088'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 82, '15938'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 83, '8442'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 84, '24473'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 85, '21999'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 86, '22080'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 87, '12670'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 88, '19586'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 89, '21075'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 90, '18330'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 91, '14412'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 92, '2405'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 93, '21126'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 94, '12652'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 95, '15746'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 96, '12602'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 97, '22087'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 98, '21151'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 99, '16742'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 100, '16084'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 101, '19404'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 102, '22462'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 103, '22582'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 104, '19403'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 105, '22043'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 106, '3101'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 107, '19877'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 108, '21635'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 109, '19401'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 110, '15611'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 111, '7868'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 112, '22059'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 113, '23851'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 114, '21124'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 115, '7881'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 116, '7865'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 117, '22085'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 118, '24750'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 119, '10152'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 120, '22469'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 121, '7871'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 122, '22082'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 123, '3140'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 124, '22079'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 125, '7860'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 126, '2530'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 127, '13026'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 128, '24771'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 129, '18419'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 130, '2994'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 131, '13309'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 132, '15861'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 133, '23300'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 134, '15865'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 135, '12915'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 136, '14812'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 137, '24769'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 138, '12689'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 139, '2340'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 140, '22352'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 141, '12600'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 142, '15609'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 143, '10166'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 144, '22068'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 145, '1176'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 146, '19600'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 147, '19400'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 148, '2229'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 149, '31282'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 150, '12632'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 151, '22061'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 152, '15863'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 153, '7874'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 154, '22049'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 155, '23747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 156, '22750'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 157, '21747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 158, '2344'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 159, '15942'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 160, '7877'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 161, '9684'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 162, '15616'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 163, '9480'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 164, '21621'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 165, '12687'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 166, '15712'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 167, '24042'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 168, '3003'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 169, '22531'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 170, '21141'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 171, '12653'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 172, '20433'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 173, '21842'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 174, '9529'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 175, '21836'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 176, '2106'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 177, '31301'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 178, '2878'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 179, '3159'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 180, '21994'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 181, '2987'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 182, '12692'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 183, '21073'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 184, '30270'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 185, '23775'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 186, '22530'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 187, '8877'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 188, '22065'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 189, '19402'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 190, '15558'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 191, '22083'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 192, '21127'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 193, '31418'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 194, '21809'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 195, '29688'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 196, '24422'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 197, '9527'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 198, '31547'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 199, '6718'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 200, '22078'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 201, '10202'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 202, '10442'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 203, '2574'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 204, '22747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 205, '8712'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 206, '2197'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 207, '2974'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 208, '2397'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 209, '23109'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 210, '8707'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 211, '15615'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 212, '15032'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 213, '8433'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 214, '11139'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 215, '21059'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 216, '22002'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 217, '20374'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 218, '18342'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 219, '8438'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 220, '17533'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 221, '21134'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 222, '3083'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 223, '13092'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 224, '16197'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 225, '21631'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 226, '22003'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 227, '8713'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 228, '24748'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 229, '23143'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 230, '3914'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 231, '13303'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 232, '30267'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 233, '23156'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 234, '16210'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 235, '15614'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 236, '21138'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 237, '23033'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 238, '18344'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 239, '15864'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 240, '18345'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 241, '22572'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 242, '23751'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 243, '17937'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 244, '21816'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 245, '8690'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 246, '29975'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 247, '22067'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 248, '2611'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 249, '10440'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 250, '3135'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 251, '5314'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 252, '22637'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 253, '22533'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 254, '19384'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 255, '9681'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 256, '21074'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 257, '21130'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 258, '23407'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 259, '2758'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 260, '1970'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 261, '9479'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 262, '2505'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 263, '24746'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 264, '14814'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 265, '22111'); diff --git a/scripts/install.bat b/scripts/install.bat new file mode 100644 index 0000000..8f5b7cb --- /dev/null +++ b/scripts/install.bat @@ -0,0 +1,35 @@ +@ECHO OFF +:: Copyright 2012 The Android Open Source Project +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at +:: +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. + +PATH=%PATH%;"%SYSTEMROOT%\System32" +adb shell settings put global ntp_server 192.168.0.1 +adb install adbjoinwifi.apk +adb shell am start -n com.steinwurf.adbjoinwifi/.MainActivity -e ssid XPRIZE +adb install bali.apk +adb shell pm grant org.chimple.bali android.permission.WRITE_EXTERNAL_STORAGE +adb shell am start -n "org.chimple.bali/org.chimple.bali.launcher.LauncherScreen" +adb shell cmd package set-home-activity "org.chimple.bali/org.chimple.bali.launcher.LauncherScreen" +adb install goa.apk +adb install maui.apk +adb shell pm grant sutara.org.maui android.permission.CAMERA +adb shell pm grant sutara.org.maui android.permission.WRITE_EXTERNAL_STORAGE +adb shell pm grant sutara.org.maui android.permission.RECORD_AUDIO +adb shell pm grant sutara.org.maui android.permission.READ_PHONE_STATE +adb push maui_assets/assets/ /storage/emulated/0/ +adb shell am start -n "org.chimple.bali/org.chimple.bali.launcher.LauncherScreen" + +echo Press any key to exit... +pause >nul +exit diff --git a/scripts/install.sh b/scripts/install.sh new file mode 100644 index 0000000..3f52f5b --- /dev/null +++ b/scripts/install.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +adb shell settings put global ntp_server 192.168.0.1 +adb install adbjoinwifi.apk +adb shell am start -n com.steinwurf.adbjoinwifi/.MainActivity -e ssid XPRIZE +adb install bali.apk +adb shell pm grant org.chimple.bali android.permission.WRITE_EXTERNAL_STORAGE +adb shell am start -n "org.chimple.bali/org.chimple.bali.launcher.LauncherScreen" +adb shell cmd package set-home-activity "org.chimple.bali/org.chimple.bali.launcher.LauncherScreen" +adb install goa.apk +adb install maui.apk +adb shell pm grant sutara.org.maui android.permission.CAMERA +adb shell pm grant sutara.org.maui android.permission.WRITE_EXTERNAL_STORAGE +adb shell pm grant sutara.org.maui android.permission.RECORD_AUDIO +adb shell pm grant sutara.org.maui android.permission.READ_PHONE_STATE +adb push maui_assets/assets/ /storage/emulated/0/ +adb shell am start -n "org.chimple.bali/org.chimple.bali.launcher.LauncherScreen" diff --git a/scripts/old/24752.html b/scripts/old/24752.html new file mode 100644 index 0000000..e35213b --- /dev/null +++ b/scripts/old/24752.html @@ -0,0 +1,387 @@ + + + +
  • + +
    +
    Navigate
    +
    +
    +
    +
    +

    Navigate through the story by swiping right or left or clicking when the cursors changes to an arrow on the right or the left edge of the screen.

    +

    Tap or click on the centre of the page to see, or remove the menu bars at the top and the bottom of the screen. You can also use the ESC key.

    +

    You can use the slider at the bottom as a way to move quickly through the story. On a mobile device tap on the slider before you drag the slider button.

    +

    Click or tap to return to the previous page.

    +
    +
    +
  • + +
  • + +
    +
    Share
    +
    +
    +
    +
    +
    If you have a Twitter or Facebook account, you can share this story on your page or a page you manage. You can also copy the web link (URL) for this story.
    + +
    +
    +
  • +
  • + +
    +
    Rate
    +
    +
    +
    +
    +
    +
    + Other visitors rated this story +
    +

    Tell us how much you liked the story – drag the scroller to highlight one or more stars
    +
      +
      + +
    • +
      +
      +
      +
      +
      +
      +
      + +
      +
      +
      +
      +
      +
    • +
    • +
      +
      +
      + Submit +
      +
      +
      +
    • +
      +
    +
    +
    +
    +
  • + +
  • + +
    +
    Comment
    +
    +
    +
    +
    +
    Read other people’s comments on the story, or add your own.
    +
      + +
    +
    +
    + +
    +
    +
      + +
    • +
      +
      +
      Enter your comment
      +
      + +
      +
      +
      +
    • +
    • +
      +
      +
      Name
      +
      + +
      +
      +
      +
    • +
    • +
      +
      +
      E-mail
      +
      + +
      +
      +
      +
    • + +
    • +
      +
      +
      +
      +
      +
      + +
      +
      +
      +
    • + +
    • +
      +
      +
      + Post + +
      +
      +
      +
    • +
    +
    +
    +
    +
    +
  • + +
  • + +
    +
    Translations and adaptations
    +
    +
    + +
  • +
  • + +
    +
    Download to read
    Landscape version
    +
    +
    +
  • +
  • + +
    +
    Download to print
    Portrait (booklet) version
    +
    +
    +
  • +
  • + +
    +
    Download EPUB
    +
    +
    +
  • diff --git a/scripts/old/asb_saras_canoe.html b/scripts/old/asb_saras_canoe.html new file mode 100644 index 0000000..e2fb309 --- /dev/null +++ b/scripts/old/asb_saras_canoe.html @@ -0,0 +1,444 @@ + + + +
  • + +
    +
    Navigate
    +
    +
    +
    +
    +

    Navigate through the story by swiping right or left or clicking when the cursors changes to an arrow on the right or the left edge of the screen.

    +

    Tap or click on the centre of the page to see, or remove the menu bars at the top and the bottom of the screen. You can also use the ESC key.

    +

    You can use the slider at the bottom as a way to move quickly through the story. On a mobile device tap on the slider before you drag the slider button.

    +

    Click or tap to return to the previous page.

    +
    +
    +
  • + +
  • + +
    +
    Share
    +
    +
    +
    +
    +
    If you have a Twitter or Facebook account, you can share this story on your page or a page you manage. You can also copy the web link (URL) for this story.
    + +
    +
    +
  • +
  • + +
    +
    Rate
    +
    +
    +
    +
    +
    +
    + Other visitors rated this story +
    +

    Tell us how much you liked the story – drag the scroller to highlight one or more stars
    +
      +
      + +
    • +
      +
      +
      +
      +
      +
      +
      + +
      +
      +
      +
      +
      +
    • +
    • +
      +
      +
      + Submit +
      +
      +
      +
    • +
      +
    +
    +
    +
    +
  • + +
  • + +
    +
    Comment
    +
    +
    +
    +
    +
    Read other people’s comments on the story, or add your own.
    +
      + +
    +
    +
    + +
    +
    +
      + +
    • +
      +
      +
      Enter your comment
      +
      + +
      +
      +
      +
    • +
    • +
      +
      +
      Name
      +
      + +
      +
      +
      +
    • +
    • +
      +
      +
      E-mail
      +
      + +
      +
      +
      +
    • + +
    • +
      +
      +
      +
      +
      +
      + +
      +
      +
      +
    • + +
    • +
      +
      +
      + Post + +
      +
      +
      +
    • +
    +
    +
    +
    +
    +
  • + +
  • + +
    +
    Translations and adaptations
    +
    +
    + +
  • +
  • + +
    +
    Download to read
    Landscape version
    +
    +
    +
  • +
  • + +
    +
    Download to print
    Portrait (booklet) version
    +
    +
    +
  • +
  • + +
    +
    Download EPUB
    +
    +
    +
  • diff --git a/scripts/old/asb_saras_canoe.html.xlsx b/scripts/old/asb_saras_canoe.html.xlsx new file mode 100644 index 0000000..6d49243 Binary files /dev/null and b/scripts/old/asb_saras_canoe.html.xlsx differ diff --git a/scripts/old/convert_csv_to_sql.py b/scripts/old/convert_csv_to_sql.py new file mode 100644 index 0000000..3dec49d --- /dev/null +++ b/scripts/old/convert_csv_to_sql.py @@ -0,0 +1,61 @@ +import csv +import sys +import json +import re + +topic_csv = sys.argv[1] +asset_dir = 'assets/topic' + +def create_quiz_json(question, image, answer, choices): + answer_list = [normalize(a) for a in answer.split(',')] + choices_list = [normalize(a) for a in choices.split(',')] if choices is not None else None + quiz_dict = { + "question": question, + "image": image, + "answer": answer_list, + "choices": choices_list + } + return json.dumps(quiz_dict) + +def normalize(a): + a = a.strip() + if re.match('(true|false)',a,re.IGNORECASE): + return a.lower() + else: + return a + +def esc(a): + return a.replace("'", "''") + +with open(topic_csv, 'r') as csvfile: + topic_reader = csv.reader(csvfile, delimiter=',', quoting=csv.QUOTE_ALL) + with open(topic_csv+'.sql', 'w') as sqlfile: + topic = '' + article_num = 1 + activity = '' + activity_num = 1 + quiz_num = 1 + for row in topic_reader: + if(row[0] == 'topic'): + sqlfile.write(f"INSERT INTO `card` (id, type, header, title, content) VALUES ('{esc(row[1])}','{esc(row[2])}','{asset_dir}/{esc(row[3])}',NULL);\n") + topic = row[1] + article_num = 1 + activity_num = 1 + activity = '' + quiz_num = 1 + elif(row[0] == 'article'): + sqlfile.write(f"INSERT INTO `article` VALUES ('{esc(row[1])}','{esc(row[2])}','{esc(topic)}',NULL,NULL,'{asset_dir}/{esc(row[3])}','{esc(row[4])}',{article_num});\n") + article_num = article_num + 1 + elif(row[0] == 'activity'): + sqlfile.write(f"INSERT INTO `activity` VALUES ('{esc(row[1])}','{esc(topic)}','{esc(row[2])}',NULL,{activity_num},'{asset_dir}/{esc(row[3])}',NULL,NULL);\n") + sqlfile.write(f"INSERT INTO `activityTopic` VALUES ('{esc(row[1])}','{esc(topic)}');\n") + activity = row[1] + activity_num = activity_num + 1 + elif(row[0] == 'template'): + sqlfile.write(f"INSERT INTO `activityTemplate` VALUES ('{esc(activity)}','{asset_dir}/{esc(row[3])}');\n") + elif(row[0] == 'quiz'): + quiz_json = create_quiz_json(row[2], asset_dir+'/'+row[3], row[4], row[5] if len(row)>=6 else None) + sqlfile.write(f"INSERT INTO `quiz` VALUES ('{esc(topic)}_{quiz_num}','{esc(topic)}',1,'{esc(row[1])}','{esc(quiz_json)}');\n") + quiz_num = quiz_num + 1 + elif(row[0] == 'related'): + sqlfile.write(f"INSERT INTO `relatedTopic` VALUES ('{esc(row[1])}','{esc(row[2])}');\n") diff --git a/scripts/old/convert_excel_to_sql.py b/scripts/old/convert_excel_to_sql.py new file mode 100644 index 0000000..4e9e7f8 --- /dev/null +++ b/scripts/old/convert_excel_to_sql.py @@ -0,0 +1,60 @@ +import openpyxl as px +import sys +import json +import re + +types = { + 'quiz': 0, + 'activity': 1, + 'topic': 2, + 'article': 3, + 'connection': 9, + 'choice': 100, + 'answer': 101, + 'template': 102 +} + +xlsx_file = sys.argv[1] +asset_dir = 'assets/topic' + +def esc(a): + if a == None: + return 'NULL' + if a.endswith(('.svg','.png','.jpg','.jpeg','.gif')): + prefix = asset_dir + '/' + else: + prefix = '' + return "'" + prefix + a.replace("'", "''") + "'" + +wb = px.load_workbook(xlsx_file, read_only=True) +card_sheet = wb['card'] + +collection_sql = '' +with open(xlsx_file+'.sql', 'w') as sqlfile: + topic = '' + card = '' + extra = -1 + card_number = 1 + extra_number = 1 + for row in card_sheet.iter_rows(row_offset=1): + if(row[0].value == None): + continue + type_data = types[row[0].value] + if(type_data <= 3): + card = row[2].value + sqlfile.write(f"INSERT INTO `card` (id, type, title, header, content, option) VALUES ({esc(card)}, {type_data}, {esc(row[1].value)}, {esc(row[3].value)}, {esc(row[4].value)}, {esc(row[5].value)});\n") + if type_data == 2: + topic = row[2].value + card_number = 1 + extra = -1 + elif type_data <= 9: + collection_sql += f"INSERT INTO `collection` (id, serial, cardId) VALUES ({esc(topic)}, {card_number}, {esc(row[2].value)});\n" + card_number += 1 + extra = -1 + else: + if extra != type_data-100: + extra = type_data-100 + extra_number = 1 + sqlfile.write(f"INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ({esc(card)}, {extra}, {extra_number}, {esc(row[1].value)});\n") + extra_number += 1 + sqlfile.write(collection_sql) diff --git a/scripts/old/maui_topics.xlsx b/scripts/old/maui_topics.xlsx new file mode 100644 index 0000000..b6fd684 Binary files /dev/null and b/scripts/old/maui_topics.xlsx differ diff --git a/scripts/old/maui_topics.xlsx.sql b/scripts/old/maui_topics.xlsx.sql new file mode 100644 index 0000000..63bc5e4 --- /dev/null +++ b/scripts/old/maui_topics.xlsx.sql @@ -0,0 +1,169 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('lion', 2, 'Lion', 'assets/topic/lion.svg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('lion_roar', 1, 'Make a lion roar', 'assets/topic/lion.png', 'Select one of the images of the lion. Then record yourself roar. Select a mouth from the chocies', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('lion_draw', 1, 'Draw a lion', 'assets/topic/lion.png', 'Draw a lion and color it. Make it amazing!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('lion_intro', 3, 'Lion', 'assets/topic/african-lion-2888519_960_720.jpg', 'Lions are a major symbol of wild Africa. They have been worshipped by African tribes for their strength and beauty. Lions are the only big cats that live in large groups. Also, they have the loudest roar of any cat, which can be heard for up to five miles!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('lion_live', 3, 'Where do lions live?', 'assets/topic/1270px-Lion_distribution.svg.png', 'Despite the nickname King of the jungle, lions do not live in the jungle. They live in a flat grassy plains called savannas; they usually have a certain place in the savannas where they like to stay. In ancient times, lions roamed nearly every continent. Today, they can commonly be found across central and southern Africa. There is also a small population in the Gir forest of India on the continent of Asia. Also, most people know lions as "The King of the Beasts" today.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('lion_look', 3, 'What do lions look like?', 'assets/topic/lion-3317670_960_720.jpg', 'Lions have tawny, or yellowish brown, fur. They grow to a length of about 10 feet (3 metres) and stand about 4 feet (1.2 metres) tall. Male lions are larger than the lionesses (females), weighing as much as five men or about 550 pounds (250 kilograms). The more slender lioness usually weighs about as much as 400 points (180 kilograms).  + +Adult males can be recognized by the furry mane that runs around the heads and down the neck. For some lions the mane even runs along the belly. There is no other big cat with such a dramatic difference in appearance between males and females.  + +Both lions and lionesses have tufts on the end of their tails, something no other cat has. If you could touch a male lion''s tail, you would feel a sharp bone tucked into the tail tuft. One old legend claims that lions would use the tail spur to whip themselves into a frenzy before fighting. +', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('lion_pride', 3, 'What is a pride?', 'assets/topic/African_lion,_Panthera_leo,_a_pride_at_Pilanesberg_National_Park,_South_Africa_(29723292545).jpg', 'Lions are the most social cats, living in large groups called prides. Prides are made up of one to three related adult males, along with as many as thirty females and cubs. The females are usually closely related to each other, being a large family of sisters and daughters. Lion prides act much like packs of wolves or dogs, animals surprisingly similar to lions (but not other big cats) in behavior, and also very deadly to their prey.  + +The male lion is much stronger than the female. This makes him an able protector, especially when a group of females are hunting and the cubs are at risk of marauders, such as hyenas. Male lions use their muscles and fighting skills to guard the land and keep enemies away. Sometimes those enemies are other lions. + +In prides, cubs are cared for not just by their mothers but by other adult females, as well. Often, one or two lionesses (female lions) will stay with the cubs while the other females hunt. If a cub becomes an orphan, it is common for it to be cared for by other females who are related to it, perhaps by a lioness who is an aunt or older sister.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('lion_eat', 3, 'What do lions eat?', 'assets/topic/5258394114_0cacd6bbb7_b.jpg', 'Lions eat large prey, such as gazelles, antelopes, zebras, wildebeests, giraffes, and buffalo. They have been known to take down even elephants, but then only with all of the adults of the pride participating in the kill. Even elephants fear hungry lions. When food becomes scarce, lions will hunt smaller prey or sometimes eat the kills of other animals. + +Most prey animals can run much faster than the average lion. Therefore, lions hunt in fairly well organized groups and stalk, or sneak up on, their prey. They may try to surround them first, then make a swift, sudden charge from the tall grass. The grass where lions live is not short and green but grows very tall and is a light brownish color most of the time. The lions'' fur is the same color as this grass, making it difficult for other animals to see them. Coloring that helps to hide an animal or thing is called "camouflage".', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('lion_hunt', 3, 'How do lions hunt?', 'assets/topic/30101148086_4d61f5c31e_b.jpg', 'Females do most of the hunting and work in groups although, if she has to, a single lioness is able to hunt on her own. Male lions are actually more capable hunters than females but they usually focus more on protecting the pride. Lions might spend hours stalking prey but the actual kill is made in just minutes. After a kill is made, the females let out low roars. This tells the pride to join them for a meal. Adult males eat first, followed by females, and then cubs.  + +To avoid the dangerous heat of the mid-day sun, lions usually hunt at night when the dim light helps to keep them hidden from their prey. Lions have very good night vision so the darkness does not pose a problem for them. Animals that are active at night like lions are called nocturnal creatures. Lions can eat 69kg of meat a day!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('lion_fun_facts', 3, 'Fun facts', 'assets/topic/1600px-Lion_cub_with_mother.jpg', '* A male lion''s roar can be heard up to 5 miles away. +* The hunting grounds for a pride of lions can range from 8 to 150 square miles. +* The largest lion on record was almost 11.8 feet long and weighed nearly 900 pounds. +* Lions rarely eat an entire kill. Hyenas and vultures finish the rest. +* A lion can run as fast as 50 mph for short distances and can leap a distance of more than 30 feet. +* There are only a quarter the number of lions in Africa as there were just 40 years ago. +* A lion''s eyesight is five times better than a human''s eyesight, and it can hear prey that is more than a mile away. +* It may take up to 4 hours for a pride of lions to finish eating. +* A male lion eats first, even though the females actually catch the prey. +* After eating, a thirsty lion may drink for as long as 20 minutes. +* Lions were once thought to be magical creatures and were worshiped as gods. Domestic cats replaced lions in that role, especially in Egypt, because they were much safer and easier to care for. +* There can be up to 40 members in a pride with over half of them being cubs and young adults. +* Females will often stay with the pride their entire life, while young males are driven out. +* A lion eats 36 kg of meat a day. +* When a male lion gets old, its mane may fall off. +* The lion is the only social predator among the Big Cats. +* Lions can''t climb as well as leopards. +* Lions can steal food from other predators such as cheetahs.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('giraffe', 2, 'Giraffe', 'assets/topic/giraffe.svg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('antelope', 2, 'Antelope', 'assets/topic/antelope.svg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('zebra', 2, 'Zebra', 'assets/topic/zebra.svg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('leopard', 2, 'Leopard', 'assets/topic/leopard-1422074_960_720.jpg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('duck', 2, 'Duck', 'assets/topic/duck.jpg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('squirrel', 2, 'Squirrel', 'assets/topic/squirrel.jpeg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('elephant', 2, 'Elephant', 'assets/topic/elephant.svg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('hippo', 2, 'Hippo', 'assets/topic/hippo.svg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('panda', 2, 'Panda', 'assets/topic/panda.jpeg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger', 2, 'Tiger', 'assets/topic/Panthera_tigris_tigris.jpg', 'Their speed and agility give the tiger the title of "Top Predator," over the larger but slower grizzly bear. The tiger is the largest and most powerful cat species living today. A well rounded athlete, the tiger can climb (though not well), swim, leap great distances and pull with five times the force of a strong human. The tiger is in the same group (Genus Panthera) as lions, leopards, and jaguars. These four cats are the only ones who can roar. The tiger''s roar is not like the full-voiced roar of a lion, but more like a sentence of snarly, shouted words.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_stripes', 1, 'Draw stripes on a tiger', 'assets/topic/baby_tiger.png', 'Draw colorful stripes on the tiger. Do not limit yourself to orange!', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_stripes', 2, 1, 'assets/topic/309914.svg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_stripes', 2, 2, 'assets/topic/2722150-3f51b5.svg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_stripes', 2, 3, 'assets/topic/Tiger_clipart.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_roar', 1, 'Make a tiger roar', 'assets/topic/tiger-1395131_960_720.png', 'Draw a picture of a tiger and add a roar on it', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_roar', 2, 1, 'assets/topic/animal-animal-photography-big-cat-792381.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_roar', 2, 2, 'assets/topic/Siberischer_tiger_de_edit02.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_roar', 2, 3, 'assets/topic/tiger-2519637_960_720.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_live', 3, 'Where do tigers live?', 'assets/topic/Tigers.png', 'Tigers live in forests and grasslands of eastern and southeastern Asia. They live in countries such as Bangladesh, Bhutan, China, India, Nepal, Cambodia, Laos, Malaysia, Myanmar, Thailand and Vietnam, Indonesia (Sumatra), and the Russian Far East. The Bengal Tiger is the national animal of Bangladesh and India.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_look', 3, 'What do tigers look like?', 'assets/topic/tiger-2341920_960_720.jpg', 'Like the other big cats, tigers are built much like the much smaller domestic cats that people often have as pets; they are just much bigger and more powerful. +Tigers are usually orange or reddish orange with very bold, uneven black stripes and white areas on the chest, neck, belly and inside of the legs. Their stripes act as camouflage, making it difficult for them to be seen when they are among the trees and shrubs of the jungle. The stripes will vary with each individual tiger. +A tiger usually is about 6 ft to 9 ft in length from nose to tail tip. A large tiger might be 10 ft (3 meters) long. The tail is about 36 inches (91 cm or 3 ft). Tigers weigh about 350 to 550 pounds (160 to 250 kg). +Tigers have very strong teeth and jaws. Their paws are soft and heavily padded, sheathing large, very sharp claws. They also have short, thick, and soft fur and thick long whiskers. +', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_white', 3, 'White tigers', 'assets/topic/White_tigers_drinking.jpg', 'White tigers are those who are born with a certain genetic defect causing loss of pigment in their skin, eyes and fur. These tigers can be white with black, grey, very dark blue, or no stripes; they are not albino. This loss of pigment is unfortunate for tigers in the wild because their camouflage becomes inadequate. ', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_eat', 3, 'What do tigers eat?', 'assets/topic/1024px-Tigergebiss.jpg', 'Tigers mostly feed on plant-eaters, or herbivores, like elk, deer, wild pigs, and buffalo. Like the majority of cats, they are solitary hunters, meaning they hunt alone. When a tiger has spotted its prey, it may seek out a good location where it can hide, staying close to the ground, and wait for the perfect moment to pounce and ambush its prey. But when prey becomes scarce tigers also hunt peacocks and rabbits. Resourceful as they are, they also catch and eat fish, as tigers are good swimmers.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_fun_facts', 3, 'Fun facts', 'assets/topic/Tigerwater_edit2.jpg', '* Tigers are striped through and through. If you were to shave a tiger, and few ever have, you would see the stripes on the skin. +* Tigers are superb swimmers, unlike most other cats. They have been known to board fishing boats from the waters in which they swim. Usually they swim because they want to cool off. +* No two tigers have exactly the same pattern of stripes. +* The Siberian tiger is the world''s largest naturally occurring cat. +* A tiger was once measured to be 13 feet long. +* Although the tiger is best known for killing with its jaws and teeth, a tiger is strong enough (like bears) to kill animals as large as cattle with a swipe of its paw. +* A tiger named Shere Khan is the arch-villain of Rudyard Kipling''s The Jungle Book as the nemesis of the man-cub" Mowgli. +* A Bengal tiger named "Richard Parker" is a key character in the novel (and highly-successful movie) "The Life of Pi" who must share a boat with a young man cast adrift at sea after the sinking of a ship during a hurricane."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_countries', 0, NULL, 'assets/topic/Tigers.png', 'Select the countries where tigers are found', 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_countries', 1, 1, 'India'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_countries', 1, 2, 'Most of Bangladesh is covered by the Bengal Delta, the largest delta on Earth. The country has 700 rivers and 8,046 km (5,000 mi) of inland waterways. Highlands with evergreen forests are found in the northeastern and southeastern regions of the country. Bangladesh has many islands and a coral reef. The longest unbroken sea beach of the world, Cox''s Bazar Beach, is located in the southeast. It is home to the Sundarbans, the largest mangrove forest in the world. The country''s biodiversity includes a vast array of plant and wildlife, including endangered Bengal tigers, the national animal.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_countries', 1, 3, 'China'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_countries', 1, 4, 'Thailand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_countries', 0, 1, 'Tanzania'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_countries', 0, 2, 'Russia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_small_big', 0, NULL, 'assets/topic/jungle-animals-colorful-art.jpg', 'Select the animals from small to big', 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_small_big', 1, 1, 'tiger cub'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_small_big', 1, 2, 'pig'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_small_big', 1, 3, 'deer'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_small_big', 1, 4, 'buffalo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_fur_color', 0, NULL, 'assets/topic/Flickr_-_law_keven_-_Tiger,_Tiger,_Burning_bright.jpg', 'What is the color of the tiger''s fur?', 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_fur_color', 1, 1, 'orange'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_fur_color', 0, 1, 'green'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_fur_color', 0, 2, 'The Greeks and Romans identified the region as Gangaridai, a powerful kingdom of the historical Indian subcontinent, in the 3rd century BCE. Archaeological research has unearthed several ancient cities in Bangladesh, which enjoyed international trade links for millennia.[15] The Bengal Sultanate and Mughal Bengal transformed the region into a cosmopolitan Islamic imperial power between the 14th and 18th centuries. The region was home to many principalities that made use of their inland naval prowess'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_fur_color', 0, 3, 'pink'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_body_parts', 0, NULL, 'assets/topic/tiger_sleep.jpeg', 'Match the body parts with the adjective', 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_body_parts', 1, 1, 'assets/topic/tiger_sleep.jpeg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_body_parts', 1, 2, 'assets/topic/24868494306_84d2fd285b_b.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_body_parts', 1, 3, 'jaws'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_body_parts', 1, 4, 'strong'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_body_parts', 1, 5, 'paws'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_body_parts', 1, 6, 'soft'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_body_parts', 1, 7, 'claws'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_body_parts', 1, 8, 'sharp'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_body_parts', 1, 9, 'whiskers'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_body_parts', 1, 10, 'long'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('tiger_swimmer', 0, NULL, 'assets/topic/24868494306_84d2fd285b_b.jpg', 'Tigers are superb swimmers', 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_swimmer', 1, 1, 'true'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('tiger_swimmer', 0, 1, 'false'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('wild_animals', 2, 'Wild Animals', 'assets/topic/wild-animals-ii.jpg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('water', 2, 'Water', 'assets/topic/water.jpg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('environment', 2, 'Environment', 'assets/topic/environment.jpg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('food', 2, 'Food', 'assets/topic/Foods_(cropped).jpg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('body', 2, 'Body', 'assets/topic/body-parts-13.jpg', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('house', 2, 'House', 'assets/topic/house_PNG55.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('main', 2, 'Main', 'assets/topic/house_PNG55.png', NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 1, 'lion_roar'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 2, 'lion_draw'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 3, 'lion_intro'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 4, 'lion_live'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 5, 'lion_look'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 6, 'lion_pride'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 7, 'lion_eat'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 8, 'lion_hunt'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 9, 'lion_fun_facts'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 10, 'tiger'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('lion', 11, 'leopard'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 1, 'tiger_stripes'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 2, 'tiger_roar'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 3, 'tiger_live'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 4, 'tiger_look'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 5, 'tiger_white'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 6, 'tiger_eat'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 7, 'tiger_fun_facts'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 8, 'tiger_countries'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 9, 'tiger_small_big'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 10, 'tiger_fur_color'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 11, 'tiger_body_parts'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('tiger', 12, 'tiger_swimmer'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 1, 'tiger'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 2, 'giraffe'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 3, 'antelope'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 4, 'zebra'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 5, 'leopard'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 6, 'duck'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 7, 'squirrel'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 8, 'elephant'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 9, 'hippo'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 10, 'panda'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('wild_animals', 11, 'lion'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('water', 1, 'leopard'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('water', 2, 'duck'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('water', 3, 'squirrel'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('water', 4, 'elephant'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('environment', 1, 'hippo'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('environment', 2, 'panda'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('environment', 3, 'lion'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('food', 1, 'antelope'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('food', 2, 'zebra'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('food', 3, 'leopard'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('food', 4, 'duck'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('body', 1, 'tiger'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('body', 2, 'giraffe'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('body', 3, 'antelope'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('house', 1, 'hippo'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('house', 2, 'panda'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('house', 3, 'lion'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 1, 'wild_animals'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 2, 'water'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 3, 'environment'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 4, 'food'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 5, 'body'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('main', 6, 'house'); diff --git a/scripts/old/refiloe.html b/scripts/old/refiloe.html new file mode 100644 index 0000000..8138a39 --- /dev/null +++ b/scripts/old/refiloe.html @@ -0,0 +1,269 @@ + + + +
  • + +
    +
    Navigate
    +
    +
    +
    +
    +

    Navigate through the story by swiping right or left or clicking when the cursors changes to an arrow on the right or the left edge of the screen.

    +

    Tap or click on the centre of the page to see, or remove the menu bars at the top and the bottom of the screen. You can also use the ESC key.

    +

    You can use the slider at the bottom as a way to move quickly through the story. On a mobile device tap on the slider before you drag the slider button.

    +

    Click or tap to return to the previous page.

    +
    +
    +
  • + +
  • + +
    +
    Share
    +
    +
    +
    +
    +
    If you have a Twitter or Facebook account, you can share this story on your page or a page you manage. You can also copy the web link (URL) for this story.
    + +
    +
    +
  • +
  • + +
    +
    Rate
    +
    +
    +
    +
    +
    +
    + Other visitors rated this story +
    +

    + Tell us how much you liked the story – drag the scroller to highlight one or more stars
    +
      +
      + +
    • +
      +
      +
      +
      +
      +
      +
      + +
      +
      +
      +
      +
      +
    • +
    • +
      +
      +
      + Submit +
      +
      +
      +
    • +
      +
    +
    +
    +
    +
  • + +
  • + +
    +
    Comment
    +
    +
    +
    +
    +
    Read other people’s comments on the story, or add your own.
    +
      + +
    +
    +
    + +
    +
    +
      + +
    • +
      +
      +
      Enter your comment
      +
      + +
      +
      +
      +
    • +
    • +
      +
      +
      Name
      +
      + +
      +
      +
      +
    • +
    • +
      +
      +
      E-mail
      +
      + +
      +
      +
      +
    • + +
    • +
      +
      +
      +
      + +
      +
      +
      +
    • + +
    • +
      +
      +
      + Post +
      +
      +
      +
    • +
    +
    +
    +
    +
    +
  • + +
  • + +
    +
    Translations and adaptations
    +
    +
    + +
  • +
  • + +
    +
    Download to read
    Landscape version
    +
    +
    +
  • +
  • + +
    +
    Download to print
    Portrait (booklet) version
    +
    +
    +
  • +
  • + +
    +
    Download EPUB
    +
    +
    +
  • diff --git a/scripts/old/refiloe.html.xlsx b/scripts/old/refiloe.html.xlsx new file mode 100644 index 0000000..5034065 Binary files /dev/null and b/scripts/old/refiloe.html.xlsx differ diff --git a/scripts/old/refiloe.html.xlsx.sql b/scripts/old/refiloe.html.xlsx.sql new file mode 100644 index 0000000..bb97fad --- /dev/null +++ b/scripts/old/refiloe.html.xlsx.sql @@ -0,0 +1,63 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet', 2, 'Refiloe and the washed chickens', 'assets/topic/asb/986.png', 'Marion Drew +Wiehan de Jager', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet3', 3, NULL, 'assets/topic/asb/1003.png', 'It was the first wedding in the Tenane family, and Refiloe had never been so excited in her life. "I''m going to be Palesa''s bridesmaid, with a new dress and shoes!" she said to her chickens. Refiloe told her chickens everything. Her father had given the chickens to her as a birthday present, and she loved them very much.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet4', 3, NULL, 'assets/topic/asb/1011.png', '"Take those dirty scruffy chickens out of here Refiloe!" shouted her mother, "I don''t want them anywhere near this wedding tent."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet5', 3, NULL, 'assets/topic/asb/989.png', 'Refiloe shooed her chickens out of the tent. "Run away you silly things." she said, "I don''t want you to be eaten at Palesa''s wedding!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet6', 3, NULL, 'assets/topic/asb/1013.png', '"Mme says that this is going to be the best wedding ever seen in Malealea," Refiloe told her chickens, "and she says that I can help all the older girls with the cooking." The chickens paid no attention to her. "Refiloe!" called her mother from inside, "leave those chickens of yours and come and help me with these pots please!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet7', 3, NULL, 'assets/topic/asb/992.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet8', 3, NULL, NULL, 'Refiloe''s mother was very proud of her house, and wanted it to be perfect for the wedding. She cleaned and washed and scrubbed and scoured and polished everything in sight. When she had finished, there was not a single speck of dust anywhere. The chickens poked their heads inside the front door. "Out!" shouted Refiloe''s mother, "out you scruffy things with your dirty feet and beaks!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet9', 3, NULL, 'assets/topic/asb/1018.png', 'Refiloe followed her chickens out into the yard. "Mme is right, you are a disgrace," she scolded them So Refiloe thought for a while. Suddenly she smiled and said to herself, "I have an excellent idea." She went and filled a bucket with water from the spring. Refiloe had a lot of trouble catching her chickens. They did not think that a bath was such a good idea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet10', 3, NULL, 'assets/topic/asb/993.png', 'Refiloe put the first chicken into the bucket of water. It clucked at the top of its voice and flapped its wings like crazy. "Hold still you silly thing," Refiloe shouted, "this won''t take long!" When Refiloe wiped the chicken''s nose and eyes it suddenly went limp and flopped over the side of the bucket.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet11', 3, NULL, 'assets/topic/asb/1000.png', '"This is no time to sleep," said Refiloe. She gave it a good shake to get all the water out. "If you are not going to wake up now, I''ll have to put you somewhere to dry nicely," she said. She laid the chicken out on the grass to dry. The chicken lay completely still.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet12', 3, NULL, 'assets/topic/asb/994.png', 'Refiloe washed each and every one of her chickens. Each and every one of them went limp and floppy before she was finished with it. She put all those eight chickens in a row on the grass to dry. Not one of them moved a single feather. "I''ll leave them to sleep a little," Refiloe thought to herself, and off she went to check on the moroho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet13', 3, NULL, 'assets/topic/asb/990.png', 'Mme Ngwe and Mme Pedi were Refiloe''s aunts. They did not like each other at all. The aunts had been preparing for months for Palesa''s wedding, but they would not even think about riding together in the same taxi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet14', 3, NULL, 'assets/topic/asb/995.png', 'Mme Ngwe spotted Refiloe''s chickens laid out to dry. "What a nice little snack for me to take home!" she said to herself. She took off her chale and carefully wrapped all those chickens up in it. Not a single chicken moved. "Perfect!" she smiled, "now I shall put them somewhere where Mme Pedi will not ever find them," and she put the bundle around the corner among the pumpkin vines.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet15', 3, NULL, NULL, 'Mme Pedi decided to make her famous pumpkin dish. She took her big bowl and went off to the vegetable garden. In the vegetable garden she saw Mme Ngwe''s bundle under the pumpkin vine. She undid the bundle. Out fell all eight chickens. "Eish!" she cried jumping back in surprise. "Oh, you are the cleanest, prettiest chickens! Just ready for my pot," she crooned. "Now, where shall I hide you my darlings?" Mme Pedi chuckled, "I''ll have to find a very good place," she said walking round the house. "I know," she said at last, "I''ll put you on the roof!" Mme Pedi climbed up onto the garden wall and put the chickens in a row on the thatched roof.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet16', 3, NULL, 'assets/topic/asb/997.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet17', 3, NULL, NULL, 'The next day the sun rose in good time for the wedding. Refiloe was up first and went to see her chickens. She saw that they were no longer lying on the grass. "They must be nicely dry by now. I''m sure they have gone to look for their breakfast," she said.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet18', 3, NULL, 'assets/topic/asb/1047.png', 'Palesa''s wedding was wonderful. Those chickens did not get up off the roof to join in when all the bridesmaid ladies danced into the yard. Not one of the chickens stirred when the church choir sang in their loudest, sweetest voices. The chickens were still lying on the roof when the priest gave his sermon. They did not even twitch a feather when the pigs and Refiloe''s grandfather all snored loudly in the middle of the sermon. Not one foot of those chickens trembled when sheep wandered into the tent, nearly knocking over the wedding cake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet19', 3, NULL, 'assets/topic/asb/999.png', 'It was only when the groom''s father was halfway through his speech that things started to change on that roof.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet20', 3, NULL, NULL, 'The first chicken spread its wings and flew onto Mme Ngwe''s bosom. Mme Pedi next to her started giggling. Another chicken flew up onto Mme Ngwe''s new duku. The people at the next table tried not to laugh. The lady next to Mme Ngwe put her head down onto the table, "Ai, aai, aaaaii, he, he, heeeeeeee!" she cackled. All the other chickens decided to join the first two. You couldn''t see Mme Ngwe for all those chickens!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet21', 3, NULL, 'assets/topic/asb/1002.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet22', 3, NULL, NULL, 'The guests screamed with laughter. The men had to hold onto their bellies. The women rolled around in their chairs. The boys and girls were hanging onto each other. The grandmothers could hardly breathe for laughing. The grandfathers stamped their walking sticks. Then the two aunts looked at each other and started giggling. Mme Pedi opened her mouth wide with laughter. Mme Ngwe threw back her head and laughed until all her chins shook. Refiloe couldn''t believe it!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet23', 3, NULL, 'assets/topic/asb/1046.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet24', 3, NULL, NULL, 'All the guests agreed that it was the best wedding entertainment ever known in Malealea. "Oh you are so lucky!" Refiloe said to her chickens as she put them into their coop for the night, "Mme says that she will never put you in the supper pot." "But look how dirty you are again," she told them, "I think I''ll have to give you another wash tomorrow!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet25', 3, NULL, 'assets/topic/asb/1048.png', NULL, NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Sheet26', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Refiloe and the washed chickens +Author - +Marion Drew +Illustration - +Wiehan de Jager +Language - +English +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 1, 'Sheet3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 2, 'Sheet4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 3, 'Sheet5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 4, 'Sheet6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 5, 'Sheet7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 6, 'Sheet8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 7, 'Sheet9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 8, 'Sheet10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 9, 'Sheet11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 10, 'Sheet12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 11, 'Sheet13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 12, 'Sheet14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 13, 'Sheet15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 14, 'Sheet16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 15, 'Sheet17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 16, 'Sheet18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 17, 'Sheet19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 18, 'Sheet20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 19, 'Sheet21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 20, 'Sheet22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 21, 'Sheet23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 22, 'Sheet24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 23, 'Sheet25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Sheet', 24, 'Sheet26'); diff --git a/scripts/old/topic_zebra.xlsx b/scripts/old/topic_zebra.xlsx new file mode 100644 index 0000000..1191f98 Binary files /dev/null and b/scripts/old/topic_zebra.xlsx differ diff --git a/scripts/old/topic_zebra.xlsx.sql b/scripts/old/topic_zebra.xlsx.sql new file mode 100644 index 0000000..4fcd94e --- /dev/null +++ b/scripts/old/topic_zebra.xlsx.sql @@ -0,0 +1,61 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra', 2, 'Zebra', NULL, 'With their signature black and white stripes who cannot recognize a zebra! Zebras are single-hoofed animals that are native of Africa. Zebras belong to horse family and are very closely realted to horses and donkeys. Zebras are now in the endangered animals list with only 2500 - 2700 population in the world. ', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra3', 1, 'I can draw a Zebra', 'Image of Zebra without stripes(Not available under CC0)', 'Draw stripes using the black color on the animal to create a zebra.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra4', 1, 'Creating a Zebra', 'assets/topic/zebrahandprint_4.jpg', 'Create a zebra on the given hand print.', NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra4', 2, 1, 'assets/topic/zebra_hand_template_1.png'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra6', 1, 'My creative park of Zebras', 'assets/topic/zebra_5.jpg', 'Using the pictures, create your park of Zebras.', 'zebra'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra7', 1, 'Zebra Crossing on the Road', 'assets/topic/CrossRoadWithoutZebra_6.jpg', 'Draw zebra crossing to help the people cross the road. ', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra8', 3, 'Looking between the lines of their family', NULL, 'Zebras are native to the African Continent. Often times we think zebras are just horses with stripes. No, you are wrong. Zebras belong to horse family but they are very much unique. But horses and donkeys are their close relatives. There are three different types of zebras. The plains zebra, the mountain zebra and the grevvy''s zebra. The plains zebra are found in the treeless grasslands and woodlands of eastern and southern Africa. The mountain zebras are native to mountainous regions of southwestern Africa. The Grevvy''s zebra are found in small areas of Kenya and Ethopia. The Gravvy''s zebra weighs around 350 - 450 kilograms. The mountain zebra weighs around 240 to 372 kilograms and the Plains zebra weighs around 350 kilograms. Wow! that''s truly a heavy weight.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra9', 3, 'Unique habits of the striped friend', NULL, 'Zebras live in family groups led by a male zebra with several female zebras and offsprings. The male zebra is known as a stallion. The female zebra is known as a mare. The baby zebra is known as a foal. +Zebras mostly eat grass and will travel upto 1800 miles in search of food. Being herbivorous they sometimes eat barks, twigs and also leaves. Female zebras carry their youngones in womb for a period of 12 to 14 months. The baby zebras will weigh from 25 to 40 kgs at their birth. Soon after the birth the baby zebras are able to walk and run. Zebras will become fully independant at 3 to 6 years old. Zebras will have a life span of 30 to 40 years. Aren''t these habits unique!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra10', 3, 'Social bonding of Zebras', NULL, 'Zebras are often found among other animal groups, especially the wild beasts for safety in numbers. A large herd of animals are usually confusing to the predators. Zebras have several ways to communicate with one another. Facial expressions, such as wide-open eyes or barred teeth, all mean something. They also bark, bray, snort or huff to get their point across. Even the position of their ears signal their feelings. They can rotate their ears to almost any direction. Zebras sleep standing up and its really cool. Do you think you will be able to fall asleep standing up? and, they sleep only when they are in the safety of their group. Aren''t their social bonding amazing!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra11', 3, 'Important facts that Zebra carry', NULL, 'The swahili name of a zebra is "Punda Milia" +This is super cool! No two zebras, ever have the same 2 stripes. They are just like our fingerprints. Wow! there must be loads of different patterns! +Zebra crossings are named after the black and white stripes of zebras. Zebra crossings are also known as pedestrian crossings. Now isn''t that an inspiration! +Zebras are super speedy animals. In fact, they can run upto 65 miles per hour. Now that is seriously fast! +Zebras look cute and friendly, but they can be aggressive animals too! The piercing bites and powerful kicks are strong enough to cause serious damage and sometimes even kill! That''s a caution! Keep yourself away from the striped animal. ', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra12', 0, 'Does zebra belong to a horse family?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra12', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra12', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra15', 0, 'A zebra is a super cute animal, but can be _______________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra15', 1, 1, 'very aggressive'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra15', 0, 1, 'very friendly'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra15', 0, 2, 'very mild'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra19', 0, 'No two _____________________ are identical.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra19', 1, 1, 'stripes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra19', 0, 1, 'tails'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra19', 0, 2, 'patterns'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra23', 0, 'Is zebra a herbivore?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra23', 1, 1, 'yes'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra23', 0, 1, 'no'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra26', 0, 'Match the parts to complete the picture', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra26', 1, 1, 'assets/topic/zebraEars_35.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra26', 1, 2, 'assets/topic/zebraLegs_36.jpg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra26', 1, 3, 'assets/topic/zebraTail_37.jpg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra33', 0, 'Choose the correct word', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra33', 1, 1, 'herbivorous'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra33', 0, 1, 'bivorherous'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra33', 0, 2, 'vorousherbi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra37', 0, 'Choose the correct word', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra37', 1, 1, 'africa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra37', 0, 1, 'ricafa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra37', 0, 2, 'carifa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('Zebra41', 0, 'Choose the correct word', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra41', 1, 1, 'zebra'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra41', 0, 1, 'braez'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('Zebra41', 0, 2, 'rabez'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 1, 'Zebra3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 2, 'Zebra4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 3, 'Zebra6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 4, 'Zebra7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 5, 'Zebra8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 6, 'Zebra9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 7, 'Zebra10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 8, 'Zebra11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 9, 'Zebra12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 10, 'Zebra15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 11, 'Zebra19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 12, 'Zebra23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 13, 'Zebra26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 14, 'Zebra33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 15, 'Zebra37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('Zebra', 16, 'Zebra41'); diff --git a/scripts/old/topics_animals.xlsx b/scripts/old/topics_animals.xlsx new file mode 100644 index 0000000..2330822 Binary files /dev/null and b/scripts/old/topics_animals.xlsx differ diff --git a/scripts/open.sql b/scripts/open.sql new file mode 100644 index 0000000..da0ec5f --- /dev/null +++ b/scripts/open.sql @@ -0,0 +1,4315 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2', 0, 'Hutokea nini wakati mvua inaponyesha?', 'assets/topic/afvepicfails_fails?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2', 0, 1, 'Maji katika mitaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2', 0, 2, 'Watu huloa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2', 0, 3, 'Mwamvuli hupaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2', 0, 4, 'Barabara huteleza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_7', 0, 'Unaona nini hapa?', 'assets/topic/babay_funny_cute_aa.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_7', 0, 1, 'Kucheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_7', 0, 2, 'Kuburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_7', 0, 3, 'Watu wanaangalia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_7', 0, 4, 'Kuadhimisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_12', 0, 'Kwanini unafanya mazoezi?', 'assets/topic/baby_pull_ups.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_12', 0, 1, 'Kuwa na afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_12', 0, 2, 'Kuwa na amani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_12', 0, 3, 'Kujenga misuli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_12', 0, 4, 'Kuwa na nguvu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_17', 0, 'unaona nini hapa?', 'assets/topic/baby_swiming.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_17', 0, 1, 'Michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_17', 0, 2, 'Uogeleaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_17', 0, 3, 'Ufurahiaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_17', 0, 4, 'Maputo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_22', 0, 'Unafanya nini unapokuwa umechoka?', 'assets/topic/baby_tired_sleep?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_22', 0, 1, 'Unapumzika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_22', 0, 2, 'Unalala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_22', 0, 3, 'Unalala usingizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_22', 0, 4, 'Unafumba macho'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_27', 0, 'Unaufanyia nini mpira?', 'assets/topic/ball.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_27', 0, 1, 'Unauchezea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_27', 0, 2, 'Unautupa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_27', 0, 3, 'Michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_27', 0, 4, 'Unaburudisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_32', 0, 'Kwanini tunakula matunda?', 'assets/topic/banan_happy_kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_32', 0, 1, 'Yana afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_32', 0, 2, 'Yana rangi mbali mbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_32', 0, 3, 'Yana ladha nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_32', 0, 4, 'Yanafanya uwe imara'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_37', 0, 'Kwanini tunacheza michezo?', 'assets/topic/basket.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_37', 0, 1, 'Ni afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_37', 0, 2, 'Inaburudisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_37', 0, 3, 'Kucheza na rafiki zako'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_37', 0, 4, 'Unapenda Kuruka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_42', 0, 'Je, unaadhimishaje siku yako ya kuzaliwa?', 'assets/topic/birthday_celebration.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_42', 0, 1, 'Kwa kunywa kinywaji baridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_42', 0, 2, 'Kwa kusheherekea na rafiki zako'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_42', 0, 3, 'Kwa kukata keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_42', 0, 4, 'Kwa kucheza michezo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_47', 0, 'Kwa nini mbwa ni wanyama wazuri?', 'assets/topic/birthday_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_47', 0, 1, 'Ni waaminifu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_47', 0, 2, 'Ni wenye akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_47', 0, 3, 'Wanaburudisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_47', 0, 4, 'Wanacheza nawe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_52', 0, 'Kwanini unampenda paka?', 'assets/topic/bithday_cat.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_52', 0, 1, 'Wanafurahisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_52', 0, 2, 'Wanacheza michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_52', 0, 3, 'Wanapenda chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_52', 0, 4, 'Wanaweza kuwa rafiki yako'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_57', 0, 'Hii ni nini?', 'assets/topic/bloomers.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_57', 0, 1, 'Maua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_57', 0, 2, 'Rangi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_57', 0, 3, 'Nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_57', 0, 4, 'Mimea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_62', 0, 'Je, kuku hufanya nini?', 'assets/topic/blue_chicken_wearing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_62', 0, 1, 'Hutupatia mayai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_62', 0, 2, 'Hutupatia nyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_62', 0, 3, 'Hawawezi kuruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_62', 0, 4, 'Hupiga kelele'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_67', 0, 'Kwa nini unasoma vitabu?', 'assets/topic/book.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_67', 0, 1, 'Kupata ujuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_67', 0, 2, 'Huvutia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_67', 0, 3, 'Huburudisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_67', 0, 4, 'Hufurahisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_72', 0, 'unaona ninihapa?', 'assets/topic/bored_sleeping.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_72', 0, 1, 'Watu wanapiga makofi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_72', 0, 2, 'Kijana amelala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_72', 0, 3, 'Michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_72', 0, 4, 'Kila mtu anafurahia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_77', 0, 'unaona nini hapa?', 'assets/topic/camp_fire.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_77', 0, 1, 'Mlima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_77', 0, 2, 'Moto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_77', 0, 3, 'Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_77', 0, 4, 'Mandhari mazuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_82', 0, 'Je! Unaweza kufanya nini kwenye barabara?', 'assets/topic/car_drift.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_82', 0, 1, 'Kuendesha gari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_82', 0, 2, 'Kuangalia mandhari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_82', 0, 3, 'Kusafiri toka sehemu moja hadi nyingine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_82', 0, 4, 'Kutembea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_87', 0, 'unaona ninihapa?', 'assets/topic/car_funny.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_87', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_87', 0, 2, 'Gari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_87', 0, 3, 'Nafurahia katika uwanja wa michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_87', 0, 4, 'Mashindano'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_92', 0, 'Paka anaangalia wapi?', 'assets/topic/cat_rain.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_92', 0, 1, 'Nje ya mji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_92', 0, 2, 'Kunavyonyesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_92', 0, 3, 'Mitaa iliyolowa na majengo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_92', 0, 4, 'Anga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_97', 0, 'Kwa nini paka anasoma kitabu?', 'assets/topic/cat_reading_book.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_97', 0, 1, 'Inamfanya awe na akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_97', 0, 2, 'Huburudika akiwa anasoma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_97', 0, 3, 'Anataka kwenda shule'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_97', 0, 4, 'Paka anaenda vitani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_102', 0, 'unaona nini hapa?', 'assets/topic/chamelion.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_102', 0, 1, 'Sanamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_102', 0, 2, 'Dinosau'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_102', 0, 3, 'Nyasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_102', 0, 4, 'Hifadhi ya dinosau'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_107', 0, 'Kwanini Duma alimuua Paa?', 'assets/topic/cheetah_hunting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_107', 0, 1, 'Alikuwa na njaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_107', 0, 2, 'Anapenda kuwinda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_107', 0, 3, 'Hawapendi mnyama Paa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_107', 0, 4, 'Alitaka kulisha watoto wake'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_112', 0, 'Duma hufanya nini?', 'assets/topic/cheetah_running.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_112', 0, 1, 'Hupenda kukimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_112', 0, 2, 'Hupenda kuwinda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_112', 0, 3, 'Hukimbiza mawindo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_112', 0, 4, 'Hukimbiana wao kwa wao'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_117', 0, 'Watoto wanafanya nini?', 'assets/topic/cheezburger_kids_karma.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_117', 0, 1, 'Wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_117', 0, 2, 'Wanaketi juu ya kitanda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_117', 0, 3, 'Wanapiga mateke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_117', 0, 4, 'Wanaanguka chini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_122', 0, 'Wale wanafanya nini?', 'assets/topic/cheezburger_kids_waving.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_122', 0, 1, 'Msichana anapunga mkono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_122', 0, 2, 'Watu wakiwa kwenye ngazi za umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_122', 0, 3, 'Wanatabasamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_122', 0, 4, 'Wanaondoka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_127', 0, 'Unaona nini?', 'assets/topic/chickens.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_127', 0, 1, 'Kuku wakiruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_127', 0, 2, 'Kuku wakiwa wengi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_127', 0, 3, 'Kuku wakishindwa kupaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_127', 0, 4, 'Mtu akiwapa chakula kuku'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_132', 0, 'Huwa unafanya nini katika siku yako ya kuzaliwa?', 'assets/topic/child_celebrating.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_132', 0, 1, 'Unacheza michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_132', 0, 2, 'Unakata keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_132', 0, 3, 'Unafurahi na marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_132', 0, 4, 'Unapiga kelele'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_137', 0, 'Mnyama huyu anafanya nini?', 'assets/topic/chimp_housing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_137', 0, 1, 'Sokwe anaruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_137', 0, 2, 'Anacheza na kijana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_137', 0, 3, 'Baba wa kijana amelala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_137', 0, 4, 'Anajiviringisha kwenye sakafu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_142', 0, 'Sokwe anafanya nini?', 'assets/topic/chimpanzee.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_142', 0, 1, 'Anaandika kitabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_142', 0, 2, 'Anaandika barua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_142', 0, 3, 'Anamalizia kazi ya shuleni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_142', 0, 4, 'Anaandika zoezi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_147', 0, 'Kinatokea nini katika mji huu?', 'assets/topic/city.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_147', 0, 1, 'Basi jekundu katika barabara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_147', 0, 2, 'Magari kucheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_147', 0, 3, 'Majengo mazuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_147', 0, 4, 'Mwanga an''gavu mitaani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_152', 0, 'unaona ninihapa?', 'assets/topic/clique_top_shelf.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_152', 0, 1, 'Mtu anaandika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_152', 0, 2, 'Ufukweni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_152', 0, 3, 'Kukaa katika kiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_152', 0, 4, 'Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_157', 0, 'unaona ninihapa?', 'assets/topic/clouds.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_157', 0, 1, 'Nyumba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_157', 0, 2, 'Kuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_157', 0, 3, 'Mawingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_157', 0, 4, 'Madirisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_162', 0, 'Mnyama huyu anafanya nini?', 'assets/topic/common_marmoset?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_162', 0, 1, 'Amekaa juu ya mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_162', 0, 2, 'Amepumzika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_162', 0, 3, 'Anatafuta chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_162', 0, 4, 'Mimea ya kijani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_167', 0, 'Unaona nini?', 'assets/topic/cow_grazing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_167', 0, 1, 'Nyasi za kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_167', 0, 2, 'Malisho ya ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_167', 0, 3, 'Milima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_167', 0, 4, 'Utafunaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_172', 0, 'Watoto wanafanya nini?', 'assets/topic/cycle.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_172', 0, 1, 'Msichana anaendesha baiskeli yake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_172', 0, 2, 'Mama na kaka wanamwangalia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_172', 0, 3, 'Kuna kuta nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_172', 0, 4, 'Anaegesha baiskeli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_177', 0, 'Kwanini unaendesha baiskeli?', 'assets/topic/cycle_kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_177', 0, 1, 'Ni burudani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_177', 0, 2, 'Ni afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_177', 0, 3, 'Unaweza kuendesha kwa asili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_177', 0, 4, 'Unashindana na rafiki zako'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_182', 0, 'Unaona nini?', 'assets/topic/dad_daughter.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_182', 0, 1, 'Baba na binti wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_182', 0, 2, 'Picha ukutani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_182', 0, 3, 'Pale pana kabati la vyombo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_182', 0, 4, 'Unaweza kuruka juu ya shuka gumu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_187', 0, 'Mtoto anafanya nini?', 'assets/topic/dancing_baby_adorable?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_187', 0, 1, 'Mtoto anacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_187', 0, 2, 'Mtoto anafurahia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_187', 0, 3, 'Mtoto amesimama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_187', 0, 4, 'Mtoto ana pacifier'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_192', 0, 'Wale wanafanya nini?', 'assets/topic/dancing_kid_child.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_192', 0, 1, 'Mtoto mmoja anacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_192', 0, 2, 'Mmoja wao anaruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_192', 0, 3, 'Wanaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_192', 0, 4, 'Wanacheza wao kwa wao'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_197', 0, 'Ni kwa jinsi gani wanaburudika hapa?', 'assets/topic/daniel_daaaamn.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_197', 0, 1, 'Watoto wapo katika uwanja wa michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_197', 0, 2, 'Baadhi yao wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_197', 0, 3, 'Mmoja anachezea mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_197', 0, 4, 'Wanajifurahia wenyewe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_202', 0, 'Nini kimetokea hapa?', 'assets/topic/dayum.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_202', 0, 1, 'Kuna gari moshi inatokezea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_202', 0, 2, 'Mtu yupo kwenye baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_202', 0, 3, 'Mtu huyo anaogopa gari moshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_202', 0, 4, 'Wana haraka sana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_207', 0, 'Kwa nini unaandika?', 'assets/topic/diary.gif.crdownload.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_207', 0, 1, 'Inakufanya uwe na akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_207', 0, 2, 'Kuandika hadithi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_207', 0, 3, 'Kuandika barua kwa marafiki zako'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_207', 0, 4, 'Unaweza kuchora'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_212', 0, 'Mbwa alifanya nini?', 'assets/topic/dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_212', 0, 1, 'Mtu fulani alimtupia mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_212', 0, 2, 'Ni mvivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_212', 0, 3, 'Hupiga miayo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_212', 0, 4, 'Huchoka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_217', 0, 'Wanafanya nini ufukweni?', 'assets/topic/dog_animal.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_217', 0, 1, 'Wanatupa mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_217', 0, 2, 'Mbwa anakimbilia mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_217', 0, 3, 'Kuna mchanga kote'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_217', 0, 4, 'Mbwa amechoka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_222', 0, 'Kwanini mbwa ana furaha?', 'assets/topic/dog_beach.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_222', 0, 1, 'Anasafiri kwenye mashua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_222', 0, 2, 'Anapenda ufukwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_222', 0, 3, 'Anasafiri mahali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_222', 0, 4, 'Upepo mwanana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_227', 0, 'Mbwa na msichana wanafanya nini?', 'assets/topic/dog_money_counting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_227', 0, 1, 'Msichana amesimama nyuma ya mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_227', 0, 2, 'Wanahesabu fedha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_227', 0, 3, 'Mbwa amevaa shati juu yake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_227', 0, 4, 'Wanaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_232', 0, 'Kuna nini katika mikono ya mbwa?', 'assets/topic/dog_on_phone.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_232', 0, 1, 'Kuna simu katika mikono ya mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_232', 0, 2, 'Anamwita mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_232', 0, 3, 'Amekaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_232', 0, 4, 'Anazungumza na mtu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_237', 0, 'Kwanini mbwa anapiga kinanda?', 'assets/topic/dog_piano.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_237', 0, 1, 'Anapenda mziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_237', 0, 2, 'Anaimba wimbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_237', 0, 3, 'Anataka kuwa mwanamuziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_237', 0, 4, 'Amekaa juu ya benchi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_242', 0, 'Kwanini mbwa hupiga mswaki?', 'assets/topic/dog_teeth_brush.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_242', 0, 1, 'Kulinda meno'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_242', 0, 2, 'Inafanya mdomo wake kuwa msafi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_242', 0, 3, 'Inamfanya awe na afya njema'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_242', 0, 4, 'Ni tabia nzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_247', 0, 'Pomboo anafanya nini?', 'assets/topic/dolphin.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_247', 0, 1, 'Pomboo huruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_247', 0, 2, 'Anapenda kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_247', 0, 3, 'Anapenda kucheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_247', 0, 4, 'Pomboo huburudisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_252', 0, 'Mtu anafanya nini?', 'assets/topic/dragging_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_252', 0, 1, 'Mbwa hataki kuondoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_252', 0, 2, 'Mbwa amechoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_252', 0, 3, 'Anataka kulala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_252', 0, 4, 'Mbwa anataka kupumzika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_257', 0, 'Samaki anafanya nini?', 'assets/topic/drinking_water.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_257', 0, 1, 'Samaki anakunywa maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_257', 0, 2, 'Samaki amechoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_257', 0, 3, 'Watu wanavua samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_257', 0, 4, 'Samaki anahisi kiu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_262', 0, 'Kwa nini mbwa huyu anaendesha gari?', 'assets/topic/driving_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_262', 0, 1, 'Anapenda kuendesha gari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_262', 0, 2, 'Anatembelea mahali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_262', 0, 3, 'Anataka kuwa mshindanaji wa mbio za magari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_262', 0, 4, 'Anakwenda nyumbani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_267', 0, 'Je gari linafanya nini?', 'assets/topic/dump_question.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_267', 0, 1, 'Inasafiri mahali fulani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_267', 0, 2, 'Inakwenda kupita katika bwawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_267', 0, 3, 'Barabara imeharibiwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_267', 0, 4, 'Imeunganishwa na gari nyumba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_272', 0, 'Paa anafanya nini?', 'assets/topic/eat_deer.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_272', 0, 1, 'Paa ana njaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_272', 0, 2, 'Paa anakula nyasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_272', 0, 3, 'Amepumzika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_272', 0, 4, 'Paa ni mwangalifu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_277', 0, 'Kwanini mtu anakula?', 'assets/topic/eat_fat_obese.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_277', 0, 1, 'Huhisi njaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_277', 0, 2, 'Anafurahia kula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_277', 0, 3, 'Anasheherekea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_277', 0, 4, 'Amechoka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_282', 0, 'Kwanini lazima ule ndizi?', 'assets/topic/eating_banana.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_282', 0, 1, 'Ndizi zina afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_282', 0, 2, 'Zina rangi ya njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_282', 0, 3, 'Zinakupa nguvu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_282', 0, 4, 'Zina ladha tamu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_287', 0, 'Mnyama hufanya nini?', 'assets/topic/eating_squirrel.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_287', 0, 1, 'Chindi huishi kwenye miti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_287', 0, 2, 'Hukusanya karanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_287', 0, 3, 'Chindi hufurahia kula karanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_287', 0, 4, 'Chindi wana akili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_292', 0, 'Mtu anafanya nini?', 'assets/topic/egg_chicken.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_292', 0, 1, 'Anapasua yai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_292', 0, 2, 'Anataka kupika chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_292', 0, 3, 'Vifaranga wameanguliwa toka kwenye mayai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_292', 0, 4, 'Vifaranga ni vidogo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_297', 0, 'Mnyama huyu anafanya nini?', 'assets/topic/elephant_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_297', 0, 1, 'Huyu ni mtoto wa tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_297', 0, 2, 'Wana rangi ya kijivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_297', 0, 3, 'Hupenda kucheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_297', 0, 4, 'Ndama huogopa binadamu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_302', 0, 'Ndama wa tembo anafanya nini?', 'assets/topic/elephant_baby_ribbon.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_302', 0, 1, 'Anacheza na kamba ya buluu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_302', 0, 2, 'Anafurahia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_302', 0, 3, 'Ndama mwingine anakula nyasi.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_302', 0, 4, 'Ndama anacheza.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_307', 0, 'Wanafanya nini?', 'assets/topic/elephant_baby_trunk.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_307', 0, 1, 'Ndama wa Tembo anadadisi.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_307', 0, 2, 'Anacheza na Binadamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_307', 0, 3, 'Anapenda kula nyasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_307', 0, 4, 'Mtu anakaa.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_312', 0, 'Kwa nini Tembo alianguka?', 'assets/topic/elephant_cuteness.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_312', 0, 1, 'Tembo anapenda kucheza mpira wa miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_312', 0, 2, 'Ameteleza wakati anacheza.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_312', 0, 3, 'hatilii maanani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_312', 0, 4, 'Tembo kaumia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_317', 0, 'Kwanini Tembo amevaa viatu?', 'assets/topic/elephant_wearing_shoes.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_317', 0, 1, 'Ili kulinda miguu yake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_317', 0, 2, 'Anapenda kukimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_317', 0, 3, 'Anataka kuwa mwanariadha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_317', 0, 4, 'Tembo anaogopa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_322', 0, 'Kwa nini unaogelea', 'assets/topic/empty_swiming_pool.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_322', 0, 1, 'Inakufanya uwe imara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_322', 0, 2, 'Kuogelea ni furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_322', 0, 3, 'Kucheza na maji kunafurahisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_322', 0, 4, 'Ni ahueni kipindi cha kiangazi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_327', 0, 'Kwanini kifaranga cha bata kinalala?', 'assets/topic/exhausted_kid?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_327', 0, 1, 'Kifaranga cha Bata kinasinzia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_327', 0, 2, 'Kifaranga cha bata kimechoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_327', 0, 3, 'Kifaranga cha bata kinataka kupumzika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_327', 0, 4, 'Kifaranga cha Bata kilikuwa kinajaribu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_332', 0, 'Kimetokea nini kwa mtoto?', 'assets/topic/fail_kids_gg.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_332', 0, 1, 'Mtoto akaanguka chini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_332', 0, 2, 'Mama hakumuona'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_332', 0, 3, 'Mtoto kaumia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_332', 0, 4, 'Mtoto analia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_337', 0, 'Watu hawa wanafanya nini?', 'assets/topic/fake_waves.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_337', 0, 1, 'Mtu anasafisha sakafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_337', 0, 2, 'Kuna uchafu kwenye sakafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_337', 0, 3, 'Viatu vyao vimeloa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_337', 0, 4, 'Wanaume wanaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_342', 0, 'Baba na mtoto wanafanya nini?', 'assets/topic/father_son.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_342', 0, 1, 'Wanateleza juu ya barafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_342', 0, 2, 'Wanacheza wao kwa wao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_342', 0, 3, 'Wanateleza juu ya barafu kwa kasi zaidi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_342', 0, 4, 'Mashindano'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_347', 0, 'Unautumia moto kwa matumizi gani?', 'assets/topic/fire_candles.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_347', 0, 1, 'Kupika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_347', 0, 2, 'Ili kujipatia joto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_347', 0, 3, 'kwa mwanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_347', 0, 4, 'Kuchemsha maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_352', 0, 'Kwa nini mbwa alianguka?', 'assets/topic/fish_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_352', 0, 1, 'Samaki yupo hai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_352', 0, 2, 'Mbwa aliogopa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_352', 0, 3, 'Mbwa alishtua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_352', 0, 4, 'Mbwa aliteleza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_357', 0, 'Kwa nini unakula chakula?', 'assets/topic/food_potato.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_357', 0, 1, 'Chakula ni afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_357', 0, 2, 'Mara nyingi chakula ni kitamu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_357', 0, 3, 'Chakula hukufanya uwe imara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_357', 0, 4, 'Nishati ya kucheza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_362', 0, 'Kwa nini unacheza soka?', 'assets/topic/football_june.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_362', 0, 1, 'Inafanya mwili wako uwe imara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_362', 0, 2, 'Soka ni burudani kuicheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_362', 0, 3, 'Cheza Soka na marafiki zako.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_362', 0, 4, 'Shindana na marafiki zako.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_367', 0, 'Mtoto anafanya nini?', 'assets/topic/football_skills.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_367', 0, 1, 'Anajaribu kupiga mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_367', 0, 2, 'Anapenda kucheza na marafiki zake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_367', 0, 3, 'Mtoto ameukosa mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_367', 0, 4, 'Mtoto ameanguka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_372', 0, 'Watu hawa wanafanya nini?', 'assets/topic/football_soccer.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_372', 0, 1, 'Wanacheza Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_372', 0, 2, 'Wote wapo ndani ya Puto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_372', 0, 3, 'Wanagongana na kila mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_372', 0, 4, 'Wanaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_377', 0, 'Kwa nini mnyama huyu anakimbia?', 'assets/topic/forest_running.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_377', 0, 1, 'Pundamilia huishi Msituni.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_377', 0, 2, 'Kuna simba anamkimbiza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_377', 0, 3, 'Anakwenda nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_377', 0, 4, 'Pundamilia ana miguu mirefu na ana mbio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_382', 0, 'Kwa nini nguchiro huyu anacheka?', 'assets/topic/fox.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_382', 0, 1, 'Anacheza na marafiki zake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_382', 0, 2, 'Anapenda kuburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_382', 0, 3, 'Nguchiro ameshangazwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_382', 0, 4, 'Nguchiro amesikia utani.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_387', 0, 'Je, mbweha anafanya nini?', 'assets/topic/fox_fish.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_387', 0, 1, 'Anajaribu kukamata samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_387', 0, 2, 'Mbweha ana njaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_387', 0, 3, 'Mbweha hupenda kula samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_387', 0, 4, 'Mbweha anacheza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_392', 0, 'Je, paka anafanya nini?', 'assets/topic/funny_cat.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_392', 0, 1, 'Anajifunza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_392', 0, 2, 'Anacheza mchezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_392', 0, 3, 'Anaangalia mchezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_392', 0, 4, 'Anatuma barua pepe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_397', 0, 'Paka huyu anafanya nini?', 'assets/topic/funny_cats_family.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_397', 0, 1, 'Anacheza na rafiki yake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_397', 0, 2, 'Anatumia mguu wake.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_397', 0, 3, 'Anampa tano.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_397', 0, 4, 'Anajaribu kumpiga mvulana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_402', 0, 'Mbwa anafanya nini?', 'assets/topic/funny_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_402', 0, 1, 'Kwa sababu ya upepo mkali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_402', 0, 2, 'Mbwa anapenda kusafiri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_402', 0, 3, 'Anajaribu kula kitu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_402', 0, 4, 'Mbwa anaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_407', 0, 'Kwa nini mtu huyu anaogopa?', 'assets/topic/funny_fail_crab.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_407', 0, 1, 'Msichana ameshika kaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_407', 0, 2, 'Kaa ana kucha kali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_407', 0, 3, 'Kaa kamwangukia mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_407', 0, 4, 'Mtu kaumia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_412', 0, 'Kwa nini mbwa unaruka?', 'assets/topic/funny_fail_dog?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_412', 0, 1, 'Anataka kukamata mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_412', 0, 2, 'Kucheza na mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_412', 0, 3, 'Mbwa anapenda kuruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_412', 0, 4, 'Mbwa ana ukimbiza mpira.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_417', 0, 'Kwanini taa ilipasuka?', 'assets/topic/funny_fail_fan.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_417', 0, 1, 'Taa imetengenezwa kwa kioo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_417', 0, 2, 'Gongo la mvulana limeupiga mpira.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_417', 0, 3, 'Kioo ni rahisi kuvunjika.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_417', 0, 4, 'Kioo kilichovunjika kila sehemu.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_422', 0, 'Kwa nini mvulana huyu alianguka?', 'assets/topic/funny_fail_kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_422', 0, 1, 'Mvulana anakimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_422', 0, 2, 'Kuna shimo katika ardhi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_422', 0, 3, 'Mvulana ameumia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_422', 0, 4, 'Mvulana ameshinda riadha.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_427', 0, 'Farasi anakwenda wapi?', 'assets/topic/funny_horse.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_427', 0, 1, 'Anaogopa vikwazo.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_427', 0, 2, 'Farasi ameteleza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_427', 0, 3, 'Anaenda upande mwingine.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_427', 0, 4, 'Farasi ana kiu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_432', 0, 'Kimetokea nini kwa mtoto?', 'assets/topic/funny_kid_beach.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_432', 0, 1, 'Mtoto yuko ufukweni.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_432', 0, 2, 'Anachezea mchanga na maji.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_432', 0, 3, 'Mawimbi yana nguvu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_432', 0, 4, 'Mawimbi yalimsukuma chini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_437', 0, 'Kwa nini mtoto anachimba?', 'assets/topic/funny_kid_mud.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_437', 0, 1, 'Kupanda mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_437', 0, 2, 'Anachezea matope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_437', 0, 3, 'Kusafisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_437', 0, 4, 'Mtoto anaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_442', 0, 'Watoto wanafanya nini?', 'assets/topic/funny_kids_dogs.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_442', 0, 1, 'Wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_442', 0, 2, 'Mbwa pia anacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_442', 0, 3, 'Wanaburudika wenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_442', 0, 4, 'Wanacheza kwenye mtaro'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_447', 0, 'Mtu huyu aliumiaje?', 'assets/topic/funny_lebron.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_447', 0, 1, 'Analipia Mpira wa kikapu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_447', 0, 2, 'Mpira wa kikapu ni mgumu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_447', 0, 3, 'Mpira wa Kikapu umeupiga uso wake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_447', 0, 4, 'hatilii maanani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_452', 0, 'Mtoto wa mbwa anafanya nini?', 'assets/topic/funny_puppy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_452', 0, 1, 'Anaogopa Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_452', 0, 2, 'Hawataki kuanguka ndani ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_452', 0, 3, 'Mwili unaelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_452', 0, 4, 'Puppy anataka kwenda upande mwingine'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_457', 0, 'Mwanamke aliangukaje chini?', 'assets/topic/funny_swimimg_pool.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_457', 0, 1, 'Akiendesha baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_457', 0, 2, 'Hatilii maanani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_457', 0, 3, 'Aligonga kiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_457', 0, 4, 'Akaanguka kwenye bwana la kuogelea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_462', 0, 'Wanafanya nini?', 'assets/topic/funny_tigers.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_462', 0, 1, 'Kumtambulisha Paka kwa Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_462', 0, 2, 'Chui ni wadadisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_462', 0, 3, 'Chui wanamuangalia Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_462', 0, 4, 'Paka anaogopa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_467', 0, 'Kwa nini mbwa na kijana wanalala?', 'assets/topic/funny_twins.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_467', 0, 1, 'Wamechoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_467', 0, 2, 'Wanapumzika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_467', 0, 3, 'Mbwa na mvulana ni kutafakari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_467', 0, 4, 'Wapo ni kwenye sofa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_472', 0, 'Kwa nini paka huyu anaogopesha?', 'assets/topic/funnycat.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_472', 0, 1, 'Anajaribu kushambulia mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_472', 0, 2, 'Anataka kukamata wadudu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_472', 0, 3, 'Paka anaruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_472', 0, 4, 'Paka anacheza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_477', 0, 'Mbuzi na mvulana wanafanya nini?', 'assets/topic/goat_eating.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_477', 0, 1, 'Mvulana anatumia kompyuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_477', 0, 2, 'Mvulana anacheza mchezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_477', 0, 3, 'Yeye ameketi juu ya mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_477', 0, 4, 'Mbuzi anakula kitabu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_482', 0, 'Mfuko wa mtu uliangukaje?', 'assets/topic/golf.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_482', 0, 1, 'Mtu anacheza mchezo wa gofu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_482', 0, 2, 'Mtu yupo juu ya mlima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_482', 0, 3, 'Anataka kupiga mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_482', 0, 4, 'Mtu akapiga mfuko, badala yakr.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_487', 0, 'Kwa nini farasi huyu anaonekana ya ajabu?', 'assets/topic/half_horse.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_487', 0, 1, 'Farasi wote wana miguu minne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_487', 0, 2, 'Farasi kukimbia haraka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_487', 0, 3, 'Farasi huyu ana miguu miwili tu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_487', 0, 4, 'Farasi anaogopa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_492', 0, 'Pony na mbwa wanafanya nini?', 'assets/topic/horse_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_492', 0, 1, 'Pony ni farasi mdogo.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_492', 0, 2, 'Mbwa yupo juu ya farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_492', 0, 3, 'Mbwa anaendesha farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_492', 0, 4, 'Farasi na mbwa wanaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_497', 0, 'Hii ni nini?', 'assets/topic/infinity_oops.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_497', 0, 1, 'Penseli hutumiwa kuandikia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_497', 0, 2, 'Ufutio kwenye penseli ili kufuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_497', 0, 3, 'Andika barua au vitabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_497', 0, 4, 'Fanya michoro mizuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_502', 0, 'Je Mtoto wa mbwa na mtu wanafanya nini?', 'assets/topic/jump_common.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_502', 0, 1, 'Mtoto wa mbwa anapenda kucheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_502', 0, 2, 'Mtoto wa Mbwa anaruka kutoka kwenye sofa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_502', 0, 3, 'Mtu anamkamata Mtoto wa mbwa.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_502', 0, 4, 'Wanaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_507', 0, 'Nini kinachoonekana katika uwanja wa michezo?', 'assets/topic/jump_dad_land.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_507', 0, 1, 'Watoto wanacheza kwenye Bembea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_507', 0, 2, 'Mchanga kila mahali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_507', 0, 3, 'Uwanja uliojaa burudani.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_507', 0, 4, 'Watoto wanaumia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_512', 0, 'Nini kinachoonekana?', 'assets/topic/justviral_horse_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_512', 0, 1, 'Mbwa anatembea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_512', 0, 2, 'Panda karibu na shingo ya farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_512', 0, 3, 'Wanaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_512', 0, 4, 'Wanatembea pamoja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_517', 0, 'Mtoto wa nani amechangamka?', 'assets/topic/kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_517', 0, 1, 'Mchezaji anayempenda sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_517', 0, 2, 'Farasi anayempenda sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_517', 0, 3, 'Baba yake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_517', 0, 4, 'Timu yake anayoipenda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_522', 0, 'Unaona nini?', 'assets/topic/kid_bathing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_522', 0, 1, 'Kupiga mbizi ya mgongomgongo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_522', 0, 2, 'ameumizwa sana.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_522', 0, 3, 'Maji katika bwawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_522', 0, 4, 'Mazoezi zaidi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_527', 0, 'Je! Unaweza kuona nini?', 'assets/topic/kid_golf.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_527', 0, 1, 'Anajaribu kugonga mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_527', 0, 2, 'Upepo mkali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_527', 0, 3, 'Kikundi cha Mchezo wa Gofu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_527', 0, 4, 'Kampuni ya mpira'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_532', 0, 'Unaona nini?', 'assets/topic/kid_sleeping_ang.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_532', 0, 1, 'Mtoto ameketi kwenye Choo chake cha kiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_532', 0, 2, 'Mtoto aliyelala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_532', 0, 3, 'Kuunganishwa kidogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_532', 0, 4, 'Kuchoka kusubiri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_537', 0, 'Wasichana wanafanya nini?', 'assets/topic/kids_fighting_exercise?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_537', 0, 1, 'Kujifunza kupigana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_537', 0, 2, 'Kuonyesha mateke yao bora'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_537', 0, 3, 'Kuchukua zamu katika kupiga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_537', 0, 4, 'Kutafuta'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_542', 0, 'Unaona nini?', 'assets/topic/kids_fish.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_542', 0, 1, 'Samaki mdogo anamtisha mtoto.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_542', 0, 2, 'Mtoto anageuka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_542', 0, 3, 'Mtoto anayeogopa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_542', 0, 4, 'Kukata tamaa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_547', 0, 'Unaona nini?', 'assets/topic/kittens.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_547', 0, 1, 'Watoto wa paka wazuri wapo katika mstari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_547', 0, 2, 'Maelezo mazuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_547', 0, 3, 'Kazi ya pamoja ya watoto wa paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_547', 0, 4, 'Watoto wa paka wadadisi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_552', 0, 'Je! Unaweza kuona nini?', 'assets/topic/library.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_552', 0, 1, 'Maktaba inayoendelea.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_552', 0, 2, 'Vitabu vingi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_552', 0, 3, 'Vitabu vinavyoedelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_552', 0, 4, 'Mwendo ya Haraka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_557', 0, 'Unaona nini?', 'assets/topic/lil_wayne.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_557', 0, 1, 'Watoto wanaocheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_557', 0, 2, 'Mvulana anajaribu kucheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_557', 0, 3, 'Mvulana yuko peke yake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_557', 0, 4, 'Ni wakati wa kusherehekea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_562', 0, 'Je! Unaweza kuona nini?', 'assets/topic/lion.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_562', 0, 1, 'Simba anaenda mbele na kurudi nyuma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_562', 0, 2, 'Mtu mmoja anapasua Puto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_562', 0, 3, 'Kamata Puto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_562', 0, 4, 'Simba Mweupe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_567', 0, 'Je! Unaweza kuona nini?', 'assets/topic/lion_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_567', 0, 1, 'Simba na Mtoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_567', 0, 2, 'Anajaribu kula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_567', 0, 3, 'Mtoto asiye na hofu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_567', 0, 4, 'Hakati tamaa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_572', 0, 'Ni nini kinachofanya iwe picha nzuri?', 'assets/topic/lion_cub.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_572', 0, 1, 'Mtoto mdogo mzuri wa Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_572', 0, 2, 'Mtoto wa mbwa anayecheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_572', 0, 3, 'Mtoto wa Mbwa anajaribu Jani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_572', 0, 4, 'Mtoto mwa mbwa mpweke'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_577', 0, 'Je! Unaweza kuona nini?', 'assets/topic/little_boy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_577', 0, 1, 'Mtoto mdadisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_577', 0, 2, 'Anaonesha nje'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_577', 0, 3, 'Amemaliza chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_577', 0, 4, 'Mtoto mwenye furaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_582', 0, 'Je! Unaweza kuona nini?', 'assets/topic/lol_funny.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_582', 0, 1, 'Mama anayesubiri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_582', 0, 2, 'Mtoto mwenye furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_582', 0, 3, 'Mbwa mwenye furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_582', 0, 4, 'Baba kubeba mtoto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_587', 0, 'Unaona nini?', 'assets/topic/lucy_composition?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_587', 0, 1, 'Mbwa amelala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_587', 0, 2, 'Mtu anayecheza gitaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_587', 0, 3, 'Mbwa na kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_587', 0, 4, 'Mbwa anacheza Marimba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_592', 0, 'Je! Unaweza kuona nini?', 'assets/topic/machine_wind_wing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_592', 0, 1, 'Ng''ombe maarufu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_592', 0, 2, 'Upepo mkali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_592', 0, 3, 'Ng''ombe anakodoa Macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_592', 0, 4, 'Nywele zinazoningíngia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_597', 0, 'Unaona nini?', 'assets/topic/magic_happines.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_597', 0, 1, 'Wakati wa familia kwenye meza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_597', 0, 2, 'Kila mtu anaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_597', 0, 3, 'mtoto mwenye maajabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_597', 0, 4, 'Familia iliyochangamka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_602', 0, 'Unaona nini?', 'assets/topic/man_fish_sleepsoff.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_602', 0, 1, 'Mtu anayeshika samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_602', 0, 2, 'kujaribu kwa bidii kushika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_602', 0, 3, 'Kuhangaika kutoroka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_602', 0, 4, 'Kuteleza kutoka kwenye mkono'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_607', 0, 'Tumbili hufanya nini?', 'assets/topic/marmoset.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_607', 0, 1, 'Kushikilia kwenye mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_607', 0, 2, 'Kuweka ulimi nje'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_607', 0, 3, 'Kumsumbua mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_607', 0, 4, 'kujaribu kukamata mawindo yake'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_612', 0, 'Unaona nini?', 'assets/topic/monkey.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_612', 0, 1, 'Mtoto tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_612', 0, 2, 'Tumbili na gitaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_612', 0, 3, 'Kucheza gitaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_612', 0, 4, 'Kucheza wimbo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_617', 0, 'Unaona nini?', 'assets/topic/monkey_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_617', 0, 1, 'Tumbili anamsumbua Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_617', 0, 2, 'Anauvuta mkia wa mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_617', 0, 3, 'Anauvuta mkono wa Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_617', 0, 4, 'Mbwa aliyehudhika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_622', 0, 'Je! Unaweza kuona nini?', 'assets/topic/monta_ellis.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_622', 0, 1, 'Kuangalia mchezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_622', 0, 2, 'Kushiriki kabisa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_622', 0, 3, 'Kupiga mikono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_622', 0, 4, 'Tatuu mkononi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_627', 0, 'Unaona nini?', 'assets/topic/move_bear_kids.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_627', 0, 1, 'Watoto na dubu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_627', 0, 2, 'Kuiga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_627', 0, 3, 'Wanasalimiana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_627', 0, 4, 'Wanaburudika kwa pamoja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_632', 0, 'Nini kinachoonekana?', 'assets/topic/mrw_get_dance.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_632', 0, 1, 'Darasa lililojaa burudani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_632', 0, 2, 'Watoto wanaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_632', 0, 3, 'Mvulana anaye cheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_632', 0, 4, 'Watoto wanachangamka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_637', 0, 'Ndege hufanya nini?', 'assets/topic/nest_bird.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_637', 0, 1, 'Huruka angani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_637', 0, 2, 'Anatafuta chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_637', 0, 3, 'Ndege anatoa sauti nyembamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_637', 0, 4, 'Anapiga mbawa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_642', 0, 'Unaona nini?', 'assets/topic/noodles.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_642', 0, 1, 'Msichana katika Mgahawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_642', 0, 2, 'Anakula tambi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_642', 0, 3, 'Anafurahia chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_642', 0, 4, 'Begi nyuma ya kiti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_647', 0, 'Tumbili anafanya nini', 'assets/topic/office_monkey.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_647', 0, 1, 'Anasukuma kompyuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_647', 0, 2, 'Tumbili mwenye hasira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_647', 0, 3, 'Ameketi kwenye kiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_647', 0, 4, 'Tumbili asiye na furaha.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_652', 0, 'Nini kinachoonekana katika msitu?', 'assets/topic/orangutan.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_652', 0, 1, 'Tumbili anayecheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_652', 0, 2, 'Tumbili aliyesisimuka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_652', 0, 3, 'Kuimba na kucheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_652', 0, 4, 'Alika wengine kujiunga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_657', 0, 'Nini kinachoonekana?', 'assets/topic/orangutan_dancing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_657', 0, 1, 'Sokwe anayecheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_657', 0, 2, 'Kucheza kwa wimbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_657', 0, 3, 'Kuimba kwa furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_657', 0, 4, 'Harakati za furaha.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_662', 0, 'Unaona nini?', 'assets/topic/panda.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_662', 0, 1, 'Mlima wenye theluji iliyojaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_662', 0, 2, 'Panda anayejiviringisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_662', 0, 3, 'Burudani kwenye theluji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_662', 0, 4, 'Kuteleza chini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_667', 0, 'Unaona nini?', 'assets/topic/panda_fighting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_667', 0, 1, 'Marafiki wawili wa Dubu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_667', 0, 2, 'Dubu wanaocheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_667', 0, 3, 'Kuporomoka chini.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_667', 0, 4, 'Nyasi za kijani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_672', 0, 'Nini kinachoonekana?', 'assets/topic/parrot.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_672', 0, 1, 'Kasuku na mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_672', 0, 2, 'Kasuku kwenye Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_672', 0, 3, 'Usawa kwenye Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_672', 0, 4, 'Sakafu laini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_677', 0, 'Unaona nini?', 'assets/topic/paw_kisser.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_677', 0, 1, 'Msichana anachezea Boga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_677', 0, 2, 'Kutembea mshtuko'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_677', 0, 3, 'Kupiga kwa nguvu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_677', 0, 4, 'Mpira unaodunda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_682', 0, 'Nini kinachoonekana?', 'assets/topic/penguin.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_682', 0, 1, 'Mtoto wa Pinguin'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_682', 0, 2, 'Kutembea peke yako'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_682', 0, 3, 'Penguins wanatembea haraka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_682', 0, 4, 'Kutembea polepole'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_687', 0, 'Nini kinachoonekana?', 'assets/topic/perfect_practise.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_687', 0, 1, 'Mtu anajaribu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_687', 0, 2, 'Mtu anajaribu kusawazisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_687', 0, 3, 'Usawa kamilifu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_687', 0, 4, 'Mazoezi hufanya kamili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_692', 0, 'Je! Unaweza kuona nini?', 'assets/topic/pets_eating.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_692', 0, 1, 'Mlishe Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_692', 0, 2, 'Mbwa wamekaa kwa msitari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_692', 0, 3, 'Kusubiri kula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_692', 0, 4, 'Mbwa aliyechanganyikiwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_697', 0, 'Unaona nini?', 'assets/topic/pig_partyanimal.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_697', 0, 1, 'Nguruwe wa sherehe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_697', 0, 2, 'Kuangalia nje kutoka kwenye gari linalotembea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_697', 0, 3, 'Pinwheels katika upepo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_697', 0, 4, 'Gurudumu kwenye Upepo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_702', 0, 'Unaona nini?', 'assets/topic/pigeons.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_702', 0, 1, 'Njiwa katika Mkunjo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_702', 0, 2, 'Kusimama kwenye matofali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_702', 0, 3, 'Kula nafaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_702', 0, 4, 'Kusubiri chakula'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_707', 0, 'Nini kinachoonekana?', 'assets/topic/prank.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_707', 0, 1, 'Watu wanachangamkia Mchezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_707', 0, 2, 'Mtu aliyelala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_707', 0, 3, 'Watu wanacheza mzaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_707', 0, 4, 'kuweka sawa kwa sawa tumbla'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_712', 0, 'Unaona nini?', 'assets/topic/robot.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_712', 0, 1, 'Ndege mbinguni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_712', 0, 2, 'Roboti katika maficho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_712', 0, 3, 'Roboti mrefu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_712', 0, 4, 'Ndege kwa robot'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_717', 0, 'Je! Unaweza kuona nini?', 'assets/topic/rollingBox.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_717', 0, 1, 'Sanduku kwenye eskaleta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_717', 0, 2, 'Sanduku la kugeuka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_717', 0, 3, 'kusogeza eskaleta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_717', 0, 4, 'Vitu vichanga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_722', 0, 'Unaona nini?', 'assets/topic/rope_jumping.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_722', 0, 1, 'Kila mtu anacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_722', 0, 2, 'Wao ni kusawazisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_722', 0, 3, 'Wanaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_722', 0, 4, 'Kuna kamba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_727', 0, 'Unaona nini?', 'assets/topic/run_away.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_727', 0, 1, 'Gari linalotembea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_727', 0, 2, 'Mtu anayekimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_727', 0, 3, 'Kukimbia haraka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_727', 0, 4, 'Kukimbiza gari'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_732', 0, 'Nini kinachoonekana katika msitu?', 'assets/topic/running_lion.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_732', 0, 1, 'Paa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_732', 0, 2, 'Simba anayekimbiza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_732', 0, 3, 'Kamata windo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_732', 0, 4, 'Tukio la kutisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_737', 0, 'Msichana anafanya nini?', 'assets/topic/sad.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_737', 0, 1, 'Msichana anaonekana ana huzuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_737', 0, 2, 'Msichana analia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_737', 0, 3, 'Kujaribu kusema'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_737', 0, 4, 'kudhibiti machozi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_742', 0, 'Unaona nini?', 'assets/topic/scooter_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_742', 0, 1, 'Pikipiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_742', 0, 2, 'Mbwa anaendesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_742', 0, 3, 'Kusawazisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_742', 0, 4, 'Mtu kwenye safari'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_747', 0, 'Nini kinachoonekana?', 'assets/topic/sheep_tounge.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_747', 0, 1, 'Kondoo mweupe nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_747', 0, 2, 'Kuuliza chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_747', 0, 3, 'Kusema kitu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_747', 0, 4, 'Kutegesha kamera'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_752', 0, 'Unaona nini?', 'assets/topic/sky_diving.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_752', 0, 1, 'Kikundi cha wanaume'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_752', 0, 2, 'Kuruka mbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_752', 0, 3, 'Kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_752', 0, 4, 'Kutupa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_757', 0, 'Unaona nini?', 'assets/topic/sleeping_bhutan.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_757', 0, 1, 'Darasa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_757', 0, 2, 'Mvulana aliyelala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_757', 0, 3, 'Watoto wanaosoma vitabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_757', 0, 4, 'Mvulana anayecheka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_762', 0, 'Nini kinachoonekana?', 'assets/topic/sleeping_kitten.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_762', 0, 1, 'Mtoto wa Paka kwenye meza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_762', 0, 2, 'Lala Mtoto wa Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_762', 0, 3, 'kupoteza usawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_762', 0, 4, 'Kupoteza mkusanyiko'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_767', 0, 'Unaona nini?', 'assets/topic/smile_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_767', 0, 1, 'Mbwa anayecheka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_767', 0, 2, 'Kutegesha kwa camera.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_767', 0, 3, 'Macho nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_767', 0, 4, 'Picha nzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_772', 0, 'Umeona hili kabla?', 'assets/topic/sparkles.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_772', 0, 1, 'Ndiyo, ni cheche'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_772', 0, 2, 'Wapiga Baruti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_772', 0, 3, 'Nyota ndogo pande zote'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_772', 0, 4, 'Sikukuu na tukio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_777', 0, 'Unaona nini?', 'assets/topic/sumo.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_777', 0, 1, 'Wapiganaji wa sumo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_777', 0, 2, 'Wapiganaji wa Mafuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_777', 0, 3, 'Wapiganaji wadogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_777', 0, 4, 'Kuketi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_782', 0, 'Unaona nini?', 'assets/topic/swiming.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_782', 0, 1, 'Mtu kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_782', 0, 2, 'Kuruka ndani ya Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_782', 0, 3, 'Kupiga maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_782', 0, 4, 'Maji ya Buluu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_787', 0, 'Nini kinachoonekana?', 'assets/topic/swiming_phelps.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_787', 0, 1, 'Mtu anajaribu kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_787', 0, 2, 'Njia ya barabara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_787', 0, 3, 'Maji ya matope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_787', 0, 4, 'kulowa na uchafu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_792', 0, 'Unaona nini?', 'assets/topic/teacher.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_792', 0, 1, 'Mwanamume'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_792', 0, 2, 'Ubao mweusi na Chaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_792', 0, 3, 'Mtu anachora duara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_792', 0, 4, 'Darasa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_797', 0, 'Je, teddy hufanya nini?', 'assets/topic/teddy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_797', 0, 1, 'Anabusu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_797', 0, 2, 'Kushika waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_797', 0, 3, 'Waridi kinywani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_797', 0, 4, 'Kunusa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_802', 0, 'Mtu anafanya nini?', 'assets/topic/thinking_clipper.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_802', 0, 1, 'Anafikiria'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_802', 0, 2, 'Anatazama juu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_802', 0, 3, 'Ana maoni mapya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_802', 0, 4, 'Anajaribu kukumbuka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_807', 0, 'Unaona nini?', 'assets/topic/tree.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_807', 0, 1, 'Nyumba yenye upweke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_807', 0, 2, 'Mti wenye matawi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_807', 0, 3, 'Nyumba ya zamani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_807', 0, 4, 'Kidole ni kama matawi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_812', 0, 'Unaona nini?', 'assets/topic/uniform_chalk_duster.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_812', 0, 1, 'Darasa lenye nidhamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_812', 0, 2, 'Wanafunzi wamesimama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_812', 0, 3, 'Darasa safi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_812', 0, 4, 'Chati juu ya ukuta'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_817', 0, 'Unaona nini?', 'assets/topic/warm_fire.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_817', 0, 1, 'Mahali penye Moto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_817', 0, 2, 'Usiku wenye baridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_817', 0, 3, 'Magogo yaliyoungua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_817', 0, 4, 'Moto mkali mwekundu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_822', 0, 'Watoto wanafanya nini?', 'assets/topic/water_kids.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_822', 0, 1, 'Wanacheza kwenye mtelezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_822', 0, 2, 'Wanateleza katika maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_822', 0, 3, 'Mvulana anayeruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_822', 0, 4, 'Msichana anayeteleza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_827', 0, 'Unaona nini?', 'assets/topic/water_tiny_step.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_827', 0, 1, 'Mtoto wa tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_827', 0, 2, 'Tembo anaoga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_827', 0, 3, 'Maji yakiruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_827', 0, 4, 'Maji kutoka katika bomba la maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_832', 0, 'Je! Unaweza kuona nini?', 'assets/topic/waving.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_832', 0, 1, 'Mkono ukipunga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_832', 0, 2, 'Glavu nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_832', 0, 3, 'Kusalimia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_832', 0, 4, 'Kusema kwaheri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_837', 0, 'Je! Unaweza kuona nini?', 'assets/topic/weeding_funny_kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_837', 0, 1, 'Sherehe ya harusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_837', 0, 2, 'Mvulana mdogo akitembea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_837', 0, 3, 'Mchungaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_837', 0, 4, 'Watu wanacheka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_842', 0, 'Unaona nini?', 'assets/topic/wiggle.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_842', 0, 1, 'Paka akichacharika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_842', 0, 2, 'Mtu akichacharika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_842', 0, 3, 'Kuiga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_842', 0, 4, 'Mtu anayetabasamu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_847', 0, 'Unaona nini?', 'assets/topic/wild_deadly_fish.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_847', 0, 1, 'Dubu mkubwa wa porini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_847', 0, 2, 'Samaki waliotegwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_847', 0, 3, 'Samaki wa rangi ya fedha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_847', 0, 4, 'maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_852', 0, 'Unaona nini?', 'assets/topic/with_dad_son.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_852', 0, 1, 'Baba na mtoto wakicheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_852', 0, 2, 'Usawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_852', 0, 3, 'Kuburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_852', 0, 4, 'Mtego mzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_857', 0, 'Je! Unaweza kuona nini?', 'assets/topic/working.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_857', 0, 1, 'Mwanamke mchapakazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_857', 0, 2, 'Kompyuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_857', 0, 3, 'Mwanamke aliyelala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_857', 0, 4, 'Macho yaliyofunguliwa sana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_862', 0, 'Je! Unaweza kuona nini?', 'assets/topic/writing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_862', 0, 1, 'Mwanamke akiandika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_862', 0, 2, 'Kuandika kwa kalamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_862', 0, 3, 'Maneno juu ya karatasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_862', 0, 4, 'Pete ya kidole gumba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_867', 0, 'Unaona nini?', 'assets/topic/year_father_funsubstance.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_867', 0, 1, 'Baba na mtoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_867', 0, 2, 'Soka kubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_867', 0, 3, 'Baba anayecheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_867', 0, 4, 'Watoto walioanguka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_872', 0, 'Je! Unaweza kuona nini?', 'assets/topic/afvpets_dog_owner.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_872', 0, 1, 'Mtu na mnyama wake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_872', 0, 2, 'Wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_872', 0, 3, 'Kupiga tano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_872', 0, 4, 'Wote wanaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_877', 0, 'Je! Unaweza kuona nini?', 'assets/topic/afvpets_dog_tounge_out?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_877', 0, 1, 'Mbwa amelala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_877', 0, 2, 'Kuvuta ulimi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_877', 0, 3, 'Kulala sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_877', 0, 4, 'Macho yanayokonyeza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_882', 0, 'Unaona nini?', 'assets/topic/afvpets?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_882', 0, 1, 'Masikio yaliyoambatana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_882', 0, 2, 'Ulimi uliotokeza nje'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_882', 0, 3, 'Ng''ombe akitikisa kichwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_882', 0, 4, 'Zizi la ng''ombe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_887', 0, 'Hawa wawili wanafanya nini!?', 'assets/topic/arm_wrestling.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_887', 0, 1, 'wamekaa mezani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_887', 0, 2, 'Masumbwi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_887', 0, 3, 'Kuanguka kutoka kwenye kwen'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_887', 0, 4, 'Mwanamke alishinda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_892', 0, 'Je! Nguruwe hufanya nini?', 'assets/topic/artist_painting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_892', 0, 1, 'Huchora'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_892', 0, 2, 'Huchora kwa burashi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_892', 0, 3, 'Mchoro wenye rangi mbali mbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_892', 0, 4, 'Kusugua kutoka kwenye mdomo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_897', 0, 'Mtoto anafanya nini?', 'assets/topic/baby_abs_workout.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_897', 0, 1, 'Amelala kwenye kiti chenye springi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_897', 0, 2, 'Anasogea mbele na nyuma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_897', 0, 3, 'Anafanya mazoezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_897', 0, 4, 'Anaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_902', 0, 'Unaona nini?', 'assets/topic/baby_funny_beach.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_902', 0, 1, 'Mchanga wa ufukweni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_902', 0, 2, 'Watoto kwenye ufukwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_902', 0, 3, 'Mvulana akirusha mchanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_902', 0, 4, 'Mvulana akifuta vumbi machoni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_907', 0, 'Dubu anafanya nini?', 'assets/topic/bear_scratching_back.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_907', 0, 1, 'Amekaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_907', 0, 2, 'Anajikwaruza mgongoni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_907', 0, 3, 'Amekaa juu ya kiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_907', 0, 4, 'Anajikwaruza kwa misumari'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_912', 0, 'Unaona nini?', 'assets/topic/brother_sisters.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_912', 0, 1, 'Watoto kwenye sofa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_912', 0, 2, 'Wamekaa pamoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_912', 0, 3, 'Mtoto anayelia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_912', 0, 4, 'Mtoto aliyechanganyikiwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_917', 0, 'Unaona nini?', 'assets/topic/bruno_mars.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_917', 0, 1, 'Mtu wa vitendo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_917', 0, 2, 'Kuendesha gari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_917', 0, 3, 'Kusogeza magurudumu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_917', 0, 4, 'Mwendo wenye kuchekesha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_922', 0, 'Unaona nini?', 'assets/topic/bublywater_bubly_water?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_922', 0, 1, 'Tabasamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_922', 0, 2, 'Tabasamu kubadilika kuwa duara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_922', 0, 3, 'Marafiki wanaoendesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_922', 0, 4, 'Kuburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_927', 0, 'Unaona nini?', 'assets/topic/candle_light.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_927', 0, 1, 'Rundo la wigo la maua ya miti iliyooteshwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_927', 0, 2, 'Wigo mwepesi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_927', 0, 3, 'Washa mshumaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_927', 0, 4, 'Mshumaa uliowaka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_932', 0, 'Je! Unaweza kuona nini?', 'assets/topic/cheezburger_funny_kids?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_932', 0, 1, 'Watu kwenye mgahawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_932', 0, 2, 'Mvulana mcheshi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_932', 0, 3, 'Tabasamu lenye kuchekesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_932', 0, 4, 'Kuifuta jasho'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_937', 0, 'Mtu anafanya nini?', 'assets/topic/cysle_funny_falling_water.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_937', 0, 1, 'Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_937', 0, 2, 'Kuendesha baiskeli ndogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_937', 0, 3, 'Kuendesha ndani ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_937', 0, 4, 'Kupanda daraja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_942', 0, 'Unaona nini?', 'assets/topic/dad_reflexes.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_942', 0, 1, 'Baba na mtoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_942', 0, 2, 'Kuchunguza juu ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_942', 0, 3, 'Kuteleza kwenye ubao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_942', 0, 4, 'Baba alimkuta mtoto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_947', 0, 'Unaona nini?', 'assets/topic/dog_hallowen_costume.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_947', 0, 1, 'Mbwa wa wanyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_947', 0, 2, 'Mkia wa kugusa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_947', 0, 3, 'Nywele Bandia na macho makubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_947', 0, 4, 'Uso wa kuchekesha kwa nyuma'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_952', 0, 'Unafikiria nini?', 'assets/topic/dog_icecream.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_952', 0, 1, 'Mbwa kula Aiskrimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_952', 0, 2, 'Kuipenda ladha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_952', 0, 3, 'kuburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_952', 0, 4, 'anataka zaidi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_957', 0, 'Je! Ni kweli?', 'assets/topic/dog_surfing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_957', 0, 1, 'Ndio, mbwa anatafuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_957', 0, 2, 'Mbwa asiyeogopa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_957', 0, 3, 'anaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_957', 0, 4, 'Kufurahia kupigwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_962', 0, 'Ongea kuhusu mtoto wa Tenbo', 'assets/topic/elephant_baby_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_962', 0, 1, 'ni wa kuchezea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_962', 0, 2, 'ana burudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_962', 0, 3, 'Wapendanao wnacheza na mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_962', 0, 4, 'Hawezi kupata uchovu hivi karibuni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_967', 0, 'Unaona nini?', 'assets/topic/elephant_brushing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_967', 0, 1, 'Tembo anajisafisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_967', 0, 2, 'Mtu aliwasafisha tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_967', 0, 3, 'Mtoto tembo wa kuchezea.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_967', 0, 4, 'Mwelewaji haraka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_972', 0, 'Tembo anafanya nini?', 'assets/topic/elephant_painting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_972', 0, 1, 'Anapaka rangi picha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_972', 0, 2, 'Anachora picha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_972', 0, 3, 'Anatumia rangi na burashi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_972', 0, 4, 'Amebeba burashi kwa mkonga wake'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_977', 0, 'Wanafanya nini?', 'assets/topic/father_kid_playing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_977', 0, 1, 'Wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_977', 0, 2, 'Wanaruka juu ya mvulana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_977', 0, 3, 'Wote wanaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_977', 0, 4, 'Mvulana anakimbia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_982', 0, 'Unaona nini?', 'assets/topic/father_skill_bonding.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_982', 0, 1, 'Baba na mtoto wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_982', 0, 2, 'Anaonesha Tumbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_982', 0, 3, 'Mtoto anaiga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_982', 0, 4, 'Wote wanaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_987', 0, 'Je! Wote wanafanya nini?', 'assets/topic/father_son_falling.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_987', 0, 1, 'Wanapigana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_987', 0, 2, 'Wanataniana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_987', 0, 3, 'Wanaburudisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_987', 0, 4, 'Wanaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_992', 0, 'Jogoo anafanya nini?', 'assets/topic/fathers_sons_day.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_992', 0, 1, 'Anacheza muziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_992', 0, 2, 'Hiphop'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_992', 0, 3, 'Anatania'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_992', 0, 4, 'Kichwa kimekwama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_997', 0, 'Nini kinakufurahisha?', 'assets/topic/funny_chicken.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_997', 0, 1, 'Kuku roboti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_997', 0, 2, 'Shingo imara ya kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_997', 0, 3, 'Mwili laini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_997', 0, 4, 'Mwendo wa Furaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1002', 0, 'Kwanini Mvulana hatozama?', 'assets/topic/funny_cute_fail_baby_swiming.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1002', 0, 1, 'Anajua kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1002', 0, 2, 'Mifuko ya upepo imefungwa mikononi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1002', 0, 3, 'Wazazi wapo pale'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1002', 0, 4, 'Maji hayana kina kirefu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1007', 0, 'Masikio ya mbwa yanasemaje?', 'assets/topic/funny_lol_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1007', 0, 1, 'Mambo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1007', 0, 2, 'Habari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1007', 0, 3, 'Wewe ni nani?'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1007', 0, 4, 'Unaonekana mrembo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1012', 0, 'Mpe jina moja nguruwe', 'assets/topic/funny_pig.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1012', 0, 1, 'Nguruwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1012', 0, 2, 'Waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1012', 0, 3, 'Mrembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1012', 0, 4, 'Nzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1017', 0, 'Je, chui anafanya nini?', 'assets/topic/funny_tigers.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1017', 0, 1, 'Anahema'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1017', 0, 2, 'Anatania'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1017', 0, 3, 'Anacheka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1017', 0, 4, 'Analamba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1022', 0, 'Anaendesha nini?', 'assets/topic/game_minecraft.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1022', 0, 1, 'Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1022', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1022', 0, 3, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1022', 0, 4, 'Chui'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1027', 0, 'Je, ni Tunda gani kubwa kama hili?', 'assets/topic/halloween_ashley?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1027', 0, 1, 'Boga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1027', 0, 2, 'Tikiti Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1027', 0, 3, 'Boga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1027', 0, 4, 'Fenesi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1032', 0, 'Unapendelea Nguo gani?', 'assets/topic/hallowen.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1032', 0, 1, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1032', 0, 2, 'Vempaya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1032', 0, 3, 'Vempaya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1032', 0, 4, 'Kobe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1037', 0, 'Ufutio unafanya nini?', 'assets/topic/jiraff_painting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1037', 0, 1, 'Unatania'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1037', 0, 2, 'Unamfuta Twiga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1037', 0, 3, 'Unatoroka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1037', 0, 4, 'Umekamatwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1042', 0, 'Sema kitu kuhusu msichana.', 'assets/topic/kid_lol_drinking_water.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1042', 0, 1, 'Ana akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1042', 0, 2, 'Malezi mazuri ya mzazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1042', 0, 3, 'Mtanashati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1042', 0, 4, 'Anajitegemea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1047', 0, 'Unajisikiaje kuhusu mtoto', 'assets/topic/kid_pumpkin?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1047', 0, 1, 'Huzuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1047', 0, 2, 'Vibaya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1047', 0, 3, 'Wazazi hawaja wajibika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1047', 0, 4, 'Mashambulizi ya Boga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1052', 0, 'Je, ni Puto gani unalopenda ndani yake?', 'assets/topic/painting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1052', 0, 1, 'Puto la kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1052', 0, 2, 'Puto la buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1052', 0, 3, 'Puto la Zambarau buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1052', 0, 4, 'Puto la rangi ya chungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1057', 0, 'Unajisikiaje kupanda farasi wa mbao?', 'assets/topic/panda_enjoying.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1057', 0, 1, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1057', 0, 2, 'Burudani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1057', 0, 3, 'Kuchoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1057', 0, 4, 'Kusisimuka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1062', 0, 'Dubu anafanya nini?', 'assets/topic/panda_scratching_back.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1062', 0, 1, 'Anacheza Muziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1062', 0, 2, 'Anaimba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1062', 0, 3, 'Anajikwaruza mgongoni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1062', 0, 4, 'Anatii Amri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1067', 0, 'Sema kitu kuhusu tembo.', 'assets/topic/smart_elephant.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1067', 0, 1, 'Tembo ana akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1067', 0, 2, 'Muaminifu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1067', 0, 3, 'Ana Heshima kwa Mmiliki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1067', 0, 4, 'Anajua tofauti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1072', 0, 'Kwa nini alianguka?', 'assets/topic/swing_fail.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1072', 0, 1, 'Aliteleza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1072', 0, 2, 'Hakuwa na usawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1072', 0, 3, 'Alikimbia nyuma ya Binti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1072', 0, 4, 'Hakukaa vizuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1077', 0, 'Je, Unapendelea ladha gani?', 'assets/topic/vanilla.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1077', 0, 1, 'Vanila'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1077', 0, 2, 'Pista'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1077', 0, 3, 'Stroberi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1077', 0, 4, 'Chokoleti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1082', 0, 'Nini ni maoni yako?', 'assets/topic/walking_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1082', 0, 1, 'Inatisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1082', 0, 2, 'Haiaminiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1082', 0, 3, 'Ya maajabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1082', 0, 4, 'Hila'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1087', 0, 'Je! Unataka kumkumbatia mtoto wa Mnyama gani?', 'assets/topic/walking_elephant.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1087', 0, 1, 'Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1087', 0, 2, 'Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1087', 0, 3, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1087', 0, 4, 'Sungura'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1092', 0, 'Kwa nini anakula hivyo?', 'assets/topic/year_icecream.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1092', 0, 1, 'Yeye ni kipofu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1092', 0, 2, 'Yeye ana wazimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1092', 0, 3, 'Anaipenda sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1092', 0, 4, 'Aiskirimu huyeyuka haraka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1097', 0, 'Unaona nini?', 'assets/topic/adjusting_pan.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1097', 0, 1, 'Mtu amechuchumaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1097', 0, 2, 'Amechuchumaa kwenye suruali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1097', 0, 3, 'Mkamilifu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1097', 0, 4, 'Bustani ya wazi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1102', 0, 'Nini kilichotokea kwa mtoto?', 'assets/topic/baby_dive.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1102', 0, 1, 'Aliangukia mdomoni mwa Pomboo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1102', 0, 2, 'Alisukumwa na mtoto mwingine.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1102', 0, 3, 'Alipiga mbizi kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1102', 0, 4, 'Muanguko sahihi.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1107', 0, 'Mtoto anafanya nini?', 'assets/topic/baby_story reading.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1107', 0, 1, 'Anasoma kitabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1107', 0, 2, 'Anasoma Picha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1107', 0, 3, 'Anaangalia Picha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1107', 0, 4, 'Anajaribu kuelewa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1112', 0, 'Mtoto anafanya nini?', 'assets/topic/baby_watermelon.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1112', 0, 1, 'Anakula tikiti Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1112', 0, 2, 'Amekaa katika tikiti maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1112', 0, 3, 'Anangáta tunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1112', 0, 4, 'Ametulia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1117', 0, 'Unaona nini?', 'assets/topic/balls_creative.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1117', 0, 1, 'Mipira inajiviringisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1117', 0, 2, 'Nguzo inazunguka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1117', 0, 3, 'Mipira ya rangi tofauti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1117', 0, 4, 'Mteremko umeunganishwa na Nguzo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1122', 0, 'Kwanini mvulana alianguka?', 'assets/topic/bike_backward.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1122', 0, 1, 'Alikalia mpini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1122', 0, 2, 'Aliendesha kinyume'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1122', 0, 3, 'Aliteleza kwa usawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1122', 0, 4, 'Alianguka kwa furaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1127', 0, 'Kwanini Msichana aligonga ukuta?', 'assets/topic/bike_learning.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1127', 0, 1, 'Alienda haraka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1127', 0, 2, 'Hajui kuendesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1127', 0, 3, 'Alikua anafanya tukio la kufurahisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1127', 0, 4, 'Hakuna na usawa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1132', 0, 'Je, ni kiatu gani cha rangi unachokipenda?', 'assets/topic/black_man_shoes.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1132', 0, 1, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1132', 0, 2, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1132', 0, 3, 'Njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1132', 0, 4, 'Nyeusi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1137', 0, 'Uliona nini?', 'assets/topic/bottle_shooting.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1137', 0, 1, 'Mtu analenga kutoka mbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1137', 0, 2, 'Mtu analenga kutoka karibu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1137', 0, 3, 'Analenga chupa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1137', 0, 4, 'Hajalenga chochote'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1142', 0, 'Umekumbatia mnyama gani?', 'assets/topic/boy_chicken_hug.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1142', 0, 1, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1142', 0, 2, 'Nyati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1142', 0, 3, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1142', 0, 4, 'Mbuzi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1147', 0, 'Ulipiga tano na nani?', 'assets/topic/bro_high_five.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1147', 0, 1, 'Pamoja na rafiki zangu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1147', 0, 2, 'Pamoja na rafiki yangu wa dhati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1147', 0, 3, 'Pamoja na mwalimu wangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1147', 0, 4, 'Pamoja na kaka yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1152', 0, 'Uliona nini?', 'assets/topic/bro_paw.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1152', 0, 1, 'Mtu anaendesha baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1152', 0, 2, 'Paka anaangalia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1152', 0, 3, 'Anapiga tano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1152', 0, 4, 'Urafiki mzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1157', 0, 'Unapiga Mswaki?', 'assets/topic/brushing_teeth.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1157', 0, 1, 'Ndio, ninapiga mswaki.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1157', 0, 2, 'Hapana, sipigi mswaki.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1157', 0, 3, 'Mara tatu kwa wiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1157', 0, 4, 'Ninapiga mswaki siku ya jumapili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1162', 0, 'Uliona nini kwenye picha?', 'assets/topic/camel_owner_fun.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1162', 0, 1, 'Ngamia wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1162', 0, 2, 'Mtu juu ya ngamia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1162', 0, 3, 'Ngamia akimngáta mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1162', 0, 4, 'Ngamia akifurahi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1167', 0, 'Uapendelea mnyama gani?', 'assets/topic/cat_cool_comb.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1167', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1167', 0, 2, 'Sungura'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1167', 0, 3, 'Kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1167', 0, 4, 'Ng''ombe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1172', 0, 'Nani mwingine hunywa kama paka?', 'assets/topic/cat_drinks_water.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1172', 0, 1, 'Mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1172', 0, 2, 'Paa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1172', 0, 3, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1172', 0, 4, 'Simba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1177', 0, 'Je! Kinachotokea kwa paka?', 'assets/topic/cat_hungry_trademill.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1177', 0, 1, 'Paka anatembea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1177', 0, 2, 'Hawezi kufikia chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1177', 0, 3, 'Anaangalia chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1177', 0, 4, 'Mfanye paka awe mwembamba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1182', 0, 'Je! Paka anafanya nini?', 'assets/topic/cat_loop_thirsty?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1182', 0, 1, 'Anaongea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1182', 0, 2, 'Anaimba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1182', 0, 3, 'Anakunywa maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1182', 0, 4, 'Anapayuka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1187', 0, 'Unaona nini?', 'assets/topic/cat_video_game.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1187', 0, 1, 'Plasta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1187', 0, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1187', 0, 3, 'Mchezo wa Plasta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1187', 0, 4, 'Paka anacheza mchezo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1192', 0, 'Je! Unafikiri paka anaogopa maji?', 'assets/topic/cats_cleaniing_dishes.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1192', 0, 1, 'Ndiyo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1192', 0, 2, 'Hapana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1192', 0, 3, 'Anacheza kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1192', 0, 4, 'Anafua nguo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1197', 0, 'Je! Paka anasema nini?', 'assets/topic/cats_revenge.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1197', 0, 1, 'Usinitanie'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1197', 0, 2, 'Usipigane nami'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1197', 0, 3, 'Nitakusukuma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1197', 0, 4, 'Nitakimbia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1202', 0, 'Kwa nini wasichana walianguka?', 'assets/topic/cheezburger_girls_horse?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1202', 0, 1, 'Walikuwa wazito sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1202', 0, 2, 'Walipoteza usawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1202', 0, 3, 'Farasi aliteleza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1202', 0, 4, 'Farasi aliwafanya waanguke'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1207', 0, 'Uliona nini?', 'assets/topic/cheezburger_horse_kick?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1207', 0, 1, 'Farasi watatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1207', 0, 2, 'Watu watatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1207', 0, 3, 'Mtu Jumoing juu ya farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1207', 0, 4, 'Farasi anampiga teke mtu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1212', 0, 'Nyati anatafuna nini?', 'assets/topic/chewing_gum.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1212', 0, 1, 'Nyasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1212', 0, 2, 'Majani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1212', 0, 3, 'Bigijii'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1212', 0, 4, 'Pipi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1217', 0, 'Kuku anajaribu nini?', 'assets/topic/chicken_funny_apples.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1217', 0, 1, 'Kuruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1217', 0, 2, 'Anajaribu kukamata tunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1217', 0, 3, 'Njaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1217', 0, 4, 'Anaonesha anaweza kuruka juu zaidi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1222', 0, 'Unachoona nini?', 'assets/topic/chimpanzee_game_memory.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1222', 0, 1, 'Sokwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1222', 0, 2, 'Kompyuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1222', 0, 3, 'Michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1222', 0, 4, 'Sokwe anacheza mchezo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1227', 0, 'Unapendelea juisi gani?', 'assets/topic/chimpanzee_straw_juuice.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1227', 0, 1, 'Juisi ya tikiti maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1227', 0, 2, 'Juisi ya machungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1227', 0, 3, 'Juisi ya Embe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1227', 0, 4, 'Juisi ya Tofaa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1232', 0, 'Unaona nini?', 'assets/topic/chocolate_sweet_sugar?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1232', 0, 1, 'Chokoleti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1232', 0, 2, 'Keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1232', 0, 3, 'Aiskirimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1232', 0, 4, 'Biskuti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1237', 0, 'Unakata nini kwa njia hii?', 'assets/topic/christmas_cookoing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1237', 0, 1, 'Pilipili mbichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1237', 0, 2, 'Tango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1237', 0, 3, 'Karoti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1237', 0, 4, 'Figili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1242', 0, 'Unaona nini?', 'assets/topic/clean_shave.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1242', 0, 1, 'Mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1242', 0, 2, 'Kukata nywele'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1242', 0, 3, 'Wembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1242', 0, 4, 'Kichwa kinanyolewa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1247', 0, 'Nani ni mjeuri nyumbani kwenu?', 'assets/topic/climbing_skills.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1247', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1247', 0, 2, 'Kaka mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1247', 0, 3, 'Dada mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1247', 0, 4, 'Kila mtu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1252', 0, 'Ni rangi gani unapenda kuvaa?', 'assets/topic/color_throw.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1252', 0, 1, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1252', 0, 2, 'rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1252', 0, 3, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1252', 0, 4, 'Buluu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1257', 0, 'Msichana anaonekanaje?', 'assets/topic/cotton_candy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1257', 0, 1, 'Mrembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1257', 0, 2, 'Anatisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1257', 0, 3, 'Anaogopesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1257', 0, 4, 'Ana hasira'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1262', 0, 'Kwa nini analia?', 'assets/topic/crying_sadness.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1262', 0, 1, 'Hajapenda chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1262', 0, 2, 'Anahisi kulia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1262', 0, 3, 'Amekaripiwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1262', 0, 4, 'Anasinzia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1267', 0, 'Ni wapi umeruka kama hivi?', 'assets/topic/cute_aww_eyebleach?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1267', 0, 1, 'Kwenye mchanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1267', 0, 2, 'Kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1267', 0, 3, 'Kwenye majani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1267', 0, 4, 'kwenye vichaka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1272', 0, 'Unaona nini?', 'assets/topic/cute_aww_mud?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1272', 0, 1, 'Mbwa ana burudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1272', 0, 2, 'Anaoga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1272', 0, 3, 'Anapambana na matope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1272', 0, 4, 'Anatambaa katika matope'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1277', 0, 'Unaona nini kwenye picha?', 'assets/topic/cute_high_five.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1277', 0, 1, 'Basi la buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1277', 0, 2, 'Mtu anaruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1277', 0, 3, 'Anatoa tano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1277', 0, 4, 'Watu wanatembea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1282', 0, 'Unapendelea kumkumbatia mnyama gani?', 'assets/topic/cute_hug.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1282', 0, 1, 'Mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1282', 0, 2, 'Kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1282', 0, 3, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1282', 0, 4, 'Nyati'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1287', 0, 'Nani anacheza kama hivyo?', 'assets/topic/dancing_baby_adorable.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1287', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1287', 0, 2, 'Dada mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1287', 0, 3, 'Kaka mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1287', 0, 4, 'Jirani yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1292', 0, 'Nani analia kama hivi?', 'assets/topic/deliverance?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1292', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1292', 0, 2, 'Dada mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1292', 0, 3, 'Kaka mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1292', 0, 4, 'Jirani yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1297', 0, 'Unaona nini?', 'assets/topic/dog_basket.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1297', 0, 1, 'Mtu na mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1297', 0, 2, 'Mtu anapiga chenga mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1297', 0, 3, 'Mbwa anadaka mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1297', 0, 4, 'Mpira'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1302', 0, 'Nani ana Bunduki mwanasesere', 'assets/topic/dog_gun.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1302', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1302', 0, 2, 'Dada mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1302', 0, 3, 'Kaka mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1302', 0, 4, 'Jirani yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1307', 0, 'Nani anageuka kama hivi?', 'assets/topic/dog_jump_really.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1307', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1307', 0, 2, 'Rafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1307', 0, 3, 'Kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1307', 0, 4, 'Jirani yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1312', 0, 'Unaona nini?', 'assets/topic/dog_ladder_climbing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1312', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1312', 0, 2, 'Ngazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1312', 0, 3, 'Mbwa anapanda juu ya ngazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1312', 0, 4, 'Mbwa kufika juu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1317', 0, 'Huyu ni mnyama gani?', 'assets/topic/dog_or_lion.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1317', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1317', 0, 2, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1317', 0, 3, 'Mtoto wa Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1317', 0, 4, 'Mtoto wa mbwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1322', 0, 'Je! Mbwa hufanya nini?', 'assets/topic/dog_puppy_embarrassed?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1322', 0, 1, 'Huhisi aibu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1322', 0, 2, 'Huhisi Haya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1322', 0, 3, 'Hufanya kosa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1322', 0, 4, 'Huficha uso'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1327', 0, 'Kwa nini mbwa alipiga?', 'assets/topic/dog_slaps_owner.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1327', 0, 1, 'Alitania'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1327', 0, 2, 'Anapenda kupiga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1327', 0, 3, 'Alikasirika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1327', 0, 4, 'Alikua ana burudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1332', 0, 'Unaona nini?', 'assets/topic/dog_wearing_monkey_cap.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1332', 0, 1, 'Uso wa Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1332', 0, 2, 'Mkono wa binadamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1332', 0, 3, 'Mbwa wa binadamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1332', 0, 4, 'Salamu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1337', 0, 'Unajisikiaje kuhusu mbwa?', 'assets/topic/dogs_hugging.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1337', 0, 1, 'Marafki wa dhati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1337', 0, 2, 'Kutegesha kamera'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1337', 0, 3, 'Upendo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1337', 0, 4, 'Kukumbatia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1342', 0, 'Unaona nini?', 'assets/topic/dogs_teamwork.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1342', 0, 1, 'Mbwa wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1342', 0, 2, 'Bwawa la kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1342', 0, 3, 'Kufanya kazi pamoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1342', 0, 4, 'Kuondoa mpira pamoja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1347', 0, 'Unaona nini', 'assets/topic/eat_apple.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1347', 0, 1, 'Tofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1347', 0, 2, 'Tofaa linaliwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1347', 0, 3, 'Mtu asiyeonekana akila'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1347', 0, 4, 'Tofaa linazunguka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1352', 0, 'Je, unapendelea chakula gani?', 'assets/topic/eating_burrito?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1352', 0, 1, 'Piza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1352', 0, 2, 'Baga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1352', 0, 3, 'Yai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1352', 0, 4, 'Kuku'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1357', 0, 'Je, unapendelea Tunda gani?', 'assets/topic/eating_grape.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1357', 0, 1, 'Embe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1357', 0, 2, 'Stroberi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1357', 0, 3, 'Cheri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1357', 0, 4, 'Tini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1362', 0, 'Nani anayecheza kama hivi?', 'assets/topic/electric_cycle.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1362', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1362', 0, 2, 'Rafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1362', 0, 3, 'Kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1362', 0, 4, 'Jirani yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1367', 0, 'Je, Tembo anapendelea chakula gani?', 'assets/topic/elephant_bye?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1367', 0, 1, 'Muwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1367', 0, 2, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1367', 0, 3, 'Tikiti maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1367', 0, 4, 'Pipi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1372', 0, 'Mnyama yupi aliyevuka njia yako kama hivi?', 'assets/topic/elephant_kid_tail_running.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1372', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1372', 0, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1372', 0, 3, 'Nguchiro'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1372', 0, 4, 'Mbuzi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1377', 0, 'Sema kitu kuhusu mvulana?', 'assets/topic/excersise_compulsory.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1377', 0, 1, 'Mvivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1377', 0, 2, 'Mchapakazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1377', 0, 3, 'Mfanya mazoezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1377', 0, 4, 'Hali vizuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1382', 0, 'Je, umepiga nani kwa bahati mbaya?', 'assets/topic/fail_baseball_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1382', 0, 1, 'Mbwa wangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1382', 0, 2, 'Rafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1382', 0, 3, 'Kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1382', 0, 4, 'Jirani yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1387', 0, 'Kwa nini alianguka?', 'assets/topic/fall_pool.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1387', 0, 1, 'Aliteleza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1387', 0, 2, 'Hukumu mbaya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1387', 0, 3, 'Anafanya kwa burudani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1387', 0, 4, 'Alitaka kuumia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1392', 0, 'Unaona nini?', 'assets/topic/family_call.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1392', 0, 1, 'Wanaume wanne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1392', 0, 2, 'Kuzungumza kwenye simu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1392', 0, 3, 'Kukaa pamoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1392', 0, 4, 'Kuzungumza na kila mmoja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1397', 0, 'Nani kafagia katika nyumba yako?', 'assets/topic/family_cleaning.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1397', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1397', 0, 2, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1397', 0, 3, 'Kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1397', 0, 4, 'Mama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1402', 0, 'Mtu anafanya nini?', 'assets/topic/fat_guy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1402', 0, 1, 'Anacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1402', 0, 2, 'Analia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1402', 0, 3, 'Mkaidi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1402', 0, 4, 'Ana hasira'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1407', 0, 'Unaona nini?', 'assets/topic/father_son_enterainment.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1407', 0, 1, 'Baba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1407', 0, 2, 'Mtoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1407', 0, 3, 'Nguzo za soka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1407', 0, 4, 'Mvulana amepigwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1412', 0, 'Unaona nini?', 'assets/topic/flower_smell.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1412', 0, 1, 'Mvulana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1412', 0, 2, 'Ua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1412', 0, 3, 'Ua la kunukia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1412', 0, 4, 'Kula ua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1417', 0, 'Mpe jina mtoto huyu?', 'assets/topic/food_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1417', 0, 1, 'Mpole'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1417', 0, 2, 'Mwale wa jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1417', 0, 3, 'Mwanga wa mwezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1417', 0, 4, 'Sungura'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1422', 0, 'Je, chakula kipi kinachopendwa?', 'assets/topic/food_hot_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1422', 0, 1, 'Piza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1422', 0, 2, 'Mkate'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1422', 0, 3, 'Baga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1422', 0, 4, 'Kuku choma'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1427', 0, 'Ladha inayopendwa ya aiskirimu', 'assets/topic/food_kawaii.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1427', 0, 1, 'Chokoleti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1427', 0, 2, 'Vanila'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1427', 0, 3, 'Pista'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1427', 0, 4, 'Bataskochi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1432', 0, 'Mnyama yupi alichukua chakula chako?', 'assets/topic/food_kid_child?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1432', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1432', 0, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1432', 0, 3, 'Kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1432', 0, 4, 'Mbuzi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1437', 0, 'Unaona nini?', 'assets/topic/friendship_hugs?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1437', 0, 1, 'Tumbili mweusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1437', 0, 2, 'Tumbili wa dhahabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1437', 0, 3, 'Marafiki wa dhati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1437', 0, 4, 'Kukumbatia na kila mmoja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1442', 0, 'Nani mjeuri nyumbani kwenu?', 'assets/topic/frustrated_writing_writers?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1442', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1442', 0, 2, 'Kaka mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1442', 0, 3, 'dada mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1442', 0, 4, 'Jirani yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1447', 0, 'Unaona nini?', 'assets/topic/funny_angry_panda?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1447', 0, 1, 'Dubu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1447', 0, 2, 'Mpishi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1447', 0, 3, 'Dubu anapiga unga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1447', 0, 4, 'Dubu anacheza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1452', 0, 'Nini kingine unaweza kubeba?', 'assets/topic/funny_animation?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1452', 0, 1, 'Mbogamboga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1452', 0, 2, 'Matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1452', 0, 3, 'Nyasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1452', 0, 4, 'Muwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1457', 0, 'Unaona nini', 'assets/topic/funny_boxing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1457', 0, 1, 'Msichana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1457', 0, 2, 'Mvulana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1457', 0, 3, 'Ndondi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1457', 0, 4, 'Msichana anampiga Mvulana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1462', 0, 'Nini kinafurahisha?', 'assets/topic/funny_fail_accident_football.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1462', 0, 1, 'Mvulana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1462', 0, 2, 'Mvulana akipiga mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1462', 0, 3, 'Mvulana akipigwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1462', 0, 4, 'Inafurahisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1467', 0, 'Unaona nini?', 'assets/topic/funny_giraffe.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1467', 0, 1, 'Twiga wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1467', 0, 2, 'Twiga wakipigana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1467', 0, 3, 'Wanasukumana kila mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1467', 0, 4, 'Twiga wenye hasira'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1472', 0, 'Hifadhi jina lake', 'assets/topic/girl_chocolate.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1472', 0, 1, 'Tamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1472', 0, 2, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1472', 0, 3, 'Kipepeo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1472', 0, 4, 'Bahati'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1477', 0, 'Unaona nini?', 'assets/topic/goat_attack_kid.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1477', 0, 1, 'Mvulana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1477', 0, 2, 'Kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1477', 0, 3, 'Mvulala anakimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1477', 0, 4, 'Kondoo akimpiga Mvulana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1482', 0, 'Mvulana anafanya nini?', 'assets/topic/hair_comb.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1482', 0, 1, 'Anasafisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1482', 0, 2, 'Anachana nywele'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1482', 0, 3, 'Ana wazimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1482', 0, 4, 'Analala'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1487', 0, 'Unafikiria nini?', 'assets/topic/interesting_horse.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1487', 0, 1, 'Mtu ana wazimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1487', 0, 2, 'Farasi ana wazimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1487', 0, 3, 'Kuruka kamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1487', 0, 4, 'Haisadikiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1492', 0, 'Kwa nini alimrusha Mvulana?', 'assets/topic/john_wane.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1492', 0, 1, 'Anamfundisha kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1492', 0, 2, 'Anavua samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1492', 0, 3, 'Amekasirika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1492', 0, 4, 'alikua anaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1497', 0, 'Unaona nini?', 'assets/topic/jump_roping.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1497', 0, 1, 'Wanaume watatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1497', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1497', 0, 3, 'Kuruka Kamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1497', 0, 4, 'Mbwa kuruka kamba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1502', 0, 'Wewe umejificha wapi?', 'assets/topic/kangroo_pouch.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1502', 0, 1, 'Nyuma ya mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1502', 0, 2, 'Chini ya meza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1502', 0, 3, 'Juu ya mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1502', 0, 4, 'Juu ya paa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1507', 0, 'Unaona nini?', 'assets/topic/kangroo_scratching.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1507', 0, 1, 'kangaruu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1507', 0, 2, 'Kucheza Muziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1507', 0, 3, 'Kuimba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1507', 0, 4, 'Kupiga gitaa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1512', 0, 'Nani aliyeanguka kama hivi?', 'assets/topic/kid_bangs_tree.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1512', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1512', 0, 2, 'Kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1512', 0, 3, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1512', 0, 4, 'Rafiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1517', 0, 'Wanafanya nini?', 'assets/topic/kid_boxing.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1517', 0, 1, 'Wanapigana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1517', 0, 2, 'Wanafanya mazoezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1517', 0, 3, 'Mvulana anaendelea vizuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1517', 0, 4, 'Wanapigana kila mmoja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1522', 0, 'Ni nani uliyemtisha kama hivi?', 'assets/topic/kid_cow_fail.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1522', 0, 1, 'Mbwa wangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1522', 0, 2, 'Paka wangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1522', 0, 3, 'Rafiki zangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1522', 0, 4, 'Wanyama wengine'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1527', 0, 'Unaona nini?', 'assets/topic/kid_dog_scratch.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1527', 0, 1, 'Mvulana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1527', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1527', 0, 3, 'Mvulana amemlalia mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1527', 0, 4, 'Wanakwaruzana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1532', 0, 'Unapenda kuendesha nini?', 'assets/topic/kid_fail_car.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1532', 0, 1, 'Tingatinga Mwanasesere'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1532', 0, 2, 'Gari Mwanasesere'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1532', 0, 3, 'Gari jeep Mwanasesere'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1532', 0, 4, 'Farasi Mwanasesere'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1537', 0, 'Unaona nini?', 'assets/topic/kid_fail_dunk.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1537', 0, 1, 'Mvulana mwenye mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1537', 0, 2, 'Mvulana anapiga chenga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1537', 0, 3, 'Kijana anayecheza mpira wa kikapu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1537', 0, 4, 'Nguzo imempiga Mvulana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1542', 0, 'Nani uliyemuona ameanguka kama hivi?', 'assets/topic/kid_fall_funny.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1542', 0, 1, 'Kaka yangu mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1542', 0, 2, 'Dada yangu mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1542', 0, 3, 'Rafiki yangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1542', 0, 4, 'Sikuona Mtu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1547', 0, 'Unaona nini?', 'assets/topic/kid_fish_scared.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1547', 0, 1, 'Mvulana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1547', 0, 2, 'Ndoano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1547', 0, 3, 'Samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1547', 0, 4, 'Mvulana akiogopa samaki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1552', 0, 'Nani anafanya zoezi kama hivi?', 'assets/topic/kid_gyming.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1552', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1552', 0, 2, 'Kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1552', 0, 3, 'Baba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1552', 0, 4, 'Rafiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1557', 0, 'Je, unapendelea kuchezea Mwanasesere gani?', 'assets/topic/kid_hukla.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1557', 0, 1, 'Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1557', 0, 2, 'Dubu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1557', 0, 3, 'Dubu Tedi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1557', 0, 4, 'Chui'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1562', 0, 'Mvulana anafanya nini?', 'assets/topic/kid_stunt.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1562', 0, 1, 'Anacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1562', 0, 2, 'Anateleza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1562', 0, 3, 'Anateleza kwenye barafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1562', 0, 4, 'Anafurahi kuendesha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1567', 0, 'Kipaji chake kinashangaza?', 'assets/topic/kid_talent.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1567', 0, 1, 'Ndiyo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1567', 0, 2, 'Hapana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1567', 0, 3, 'Naweza pia kufanya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1567', 0, 4, 'Rafiki yangu anaweza kufanya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1572', 0, 'Unaona nini?', 'assets/topic/kids_fall.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1572', 0, 1, 'Bwawa la kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1572', 0, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1572', 0, 3, 'Mvulana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1572', 0, 4, 'Paka anamsukuma mvulana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1577', 0, 'Vipaji vyao vinashangaza?', 'assets/topic/kids_skills.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1577', 0, 1, 'Ndiyo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1577', 0, 2, 'Hapana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1577', 0, 3, 'Mimi na marafiki zangu pia tunafanya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1577', 0, 4, 'Marafiki zangu wanaweza kufanya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1582', 0, 'Unaona nini?', 'assets/topic/kind_rope.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1582', 0, 1, 'Wanyama wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1582', 0, 2, 'Mnyama wa Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1582', 0, 3, 'Mnyama wa rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1582', 0, 4, 'Wanyama wanaruka Kamba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1587', 0, 'Mpe jina Paka huyu', 'assets/topic/kitten_high_five.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1587', 0, 1, 'Theluji nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1587', 0, 2, 'Nipe tano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1587', 0, 3, 'Kijivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1587', 0, 4, 'Mafuta'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1592', 0, 'Unaona nini?', 'assets/topic/kitten_watching.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1592', 0, 1, 'Paka wengi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1592', 0, 2, 'Simu ya rununu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1592', 0, 3, 'Kaka amelala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1592', 0, 4, 'Paka wakitazama video'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1597', 0, 'Nini kilichotokea hapa?', 'assets/topic/lol_baby_mirror.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1597', 0, 1, 'Mvulana ameangalia kioo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1597', 0, 2, 'Mvulana akitikisa kioo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1597', 0, 3, 'Mvulana ameteleza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1597', 0, 4, 'Kioo kimemuangukia mvulana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1602', 0, 'Tumbili anafanya nini?', 'assets/topic/lol_teamwork.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1602', 0, 1, 'Anachuma tunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1602', 0, 2, 'Anarukia mti mwingine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1602', 0, 3, 'Anamsadia mtoto wake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1602', 0, 4, 'Amekua daraja.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1607', 0, 'Unaona nini?', 'assets/topic/loop_brushy.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1607', 0, 1, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1607', 0, 2, 'Paka amelala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1607', 0, 3, 'Paka ananyooshwa viungo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1607', 0, 4, 'Paka anasafisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1612', 0, 'Mnyama yupi anapaswa kuruka kama hivi?', 'assets/topic/loop_wtf_jumping?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1612', 0, 1, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1612', 0, 2, 'Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1612', 0, 3, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1612', 0, 4, 'Pundamilia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1617', 0, 'Tumbili anafanya nini?', 'assets/topic/monkey_bath.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1617', 0, 1, 'Anaoga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1617', 0, 2, 'Anachezea maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1617', 0, 3, 'Hataki kufanya kitu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1617', 0, 4, 'Anasali'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1622', 0, 'Unaona nini?', 'assets/topic/morning_goofy?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1622', 0, 1, 'Penguini wengi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1622', 0, 2, 'Penguini wanaruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1622', 0, 3, 'Penguini wanakimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1622', 0, 4, 'Wana furaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1627', 0, 'Unaona nini?', 'assets/topic/mud_diving.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1627', 0, 1, 'Mvulana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1627', 0, 2, 'Kiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1627', 0, 3, 'Mvulana amefunikwa katika tope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1627', 0, 4, 'Kijana anapiga mbizi katika matope'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1632', 0, 'Unaona nini?', 'assets/topic/nirvana_doggie.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1632', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1632', 0, 2, 'Mbwa analala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1632', 0, 3, 'Mbwa ananyooshwa viungo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1632', 0, 4, 'Mbwa anasafisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1637', 0, 'Nini kilichotokea?', 'assets/topic/orange_instant_juice.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1637', 0, 1, 'Maajabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1637', 0, 2, 'Hila'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1637', 0, 3, 'Chungwa kugeuka kuwa juisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1637', 0, 4, 'Juisi ya machungwa katika bilauri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1642', 0, 'Itikio la mtoto?', 'assets/topic/orange_taste_sour.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1642', 0, 1, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1642', 0, 2, 'Uchachu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1642', 0, 3, 'Uchungu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1642', 0, 4, 'Kwanini nilikula'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1647', 0, 'Nini kilichotokea?', 'assets/topic/oversmart_frozen.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1647', 0, 1, 'Mtu alichanganyikiwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1647', 0, 2, 'Mtu alionesha mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1647', 0, 3, 'Alirukia ndani ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1647', 0, 4, 'Maji yalikua barafu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1652', 0, 'Unataka kupaka rangi ipi?', 'assets/topic/park_slide.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1652', 0, 1, 'Rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1652', 0, 2, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1652', 0, 3, 'Nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1652', 0, 4, 'Fedha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1657', 0, 'Unaona nini?', 'assets/topic/pencil.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1657', 0, 1, 'Kichongeo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1657', 0, 2, 'Penseli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1657', 0, 3, 'Penseli imechongwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1657', 0, 4, 'Penseli imepotea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1662', 0, 'Nini kilichotokea?', 'assets/topic/pencil_stopmotion_sharpener?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1662', 0, 1, 'Maajabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1662', 0, 2, 'Hila'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1662', 0, 3, 'Mkono unasogea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1662', 0, 4, 'Penseli inasogea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1667', 0, 'Mpe jina Nguruwe', 'assets/topic/pig_having_fun.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1667', 0, 1, 'Nguruwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1667', 0, 2, 'Waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1667', 0, 3, 'Mvivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1667', 0, 4, 'Mafuta'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1672', 0, 'Nani anafanya kama hivi?', 'assets/topic/preparing_beauty_brand.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1672', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1672', 0, 2, 'Kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1672', 0, 3, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1672', 0, 4, 'Rafiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1677', 0, 'Nini kinachotokea kwa mtoto wa Mbwa?', 'assets/topic/puppy_budget.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1677', 0, 1, 'Mtoto wa mbwa anaogopa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1677', 0, 2, 'Mtoto wa mbaa anaruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1677', 0, 3, 'Mtoto wa Mbwa amefungwa kwenye puto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1677', 0, 4, 'Puto limefungwa kwa mtoto wa mbwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1682', 0, 'Mbwa anafanya nini?', 'assets/topic/puppy_high_five.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1682', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1682', 0, 2, 'Kiganja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1682', 0, 3, 'Mbwa anatoa tano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1682', 0, 4, 'Mbwa anaangalia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1687', 0, 'Unaona nini?', 'assets/topic/push_up_cat.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1687', 0, 1, 'Mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1687', 0, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1687', 0, 3, 'Mtu anafanya mazoezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1687', 0, 4, 'Paka anamsukuma mtu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1692', 0, 'Uliona nini?', 'assets/topic/quick_gun_morgan.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1692', 0, 1, 'Mtu akilenga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1692', 0, 2, 'Mtu akivua suruali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1692', 0, 3, 'Mtu akivuta suruali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1692', 0, 4, 'Tukio la kuburudisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1697', 0, 'Je! Unaweza kuona nini?', 'assets/topic/rainbow_landscape.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1697', 0, 1, 'Maporomoko ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1697', 0, 2, 'Upinde wa mvua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1697', 0, 3, 'Matokeo ya kuvuta sigara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1697', 0, 4, 'Maziwa ya maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1702', 0, 'Zungumzia kuhusu chumba', 'assets/topic/room_quick_cleaning.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1702', 0, 1, 'Chumba kichafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1702', 0, 2, 'Nguo kila mahali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1702', 0, 3, 'Mvulana mtanashati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1702', 0, 4, 'Kufanya kwa ubora zaidi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1707', 0, 'Unaona nini?', 'assets/topic/rope_failling_fail.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1707', 0, 1, 'Mtu akiruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1707', 0, 2, 'Kamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1707', 0, 3, 'Akiruka kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1707', 0, 4, 'Eneo la kilima'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1712', 0, 'Je! Unaweza kuona nini?', 'assets/topic/satisfying_teamwork?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1712', 0, 1, 'Kikundi cha watu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1712', 0, 2, 'Kazi ya kushirikiana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1712', 0, 3, 'Kupanda juu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1712', 0, 4, 'Mazoezi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1717', 0, 'Mtoto anafanya nini?', 'assets/topic/serious_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1717', 0, 1, 'Anakodoa macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1717', 0, 2, 'Amekaa imara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1717', 0, 3, 'Hajaribu kucheka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1717', 0, 4, 'Hana Mzaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1722', 0, 'Unaona nini?', 'assets/topic/silly_cute.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1722', 0, 1, 'Msichana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1722', 0, 2, 'Anajitegesha kwaajili ya Picha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1722', 0, 3, 'Anaonesha Meno'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1722', 0, 4, 'Tabasamu la kijinga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1727', 0, 'Msichana anafanya nini?', 'assets/topic/smelling_flower.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1727', 0, 1, 'Ananusa maua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1727', 0, 2, 'Anahisi harufu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1727', 0, 3, 'Anafurahia hewa nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1727', 0, 4, 'Amebeba Maua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1732', 0, 'Unaona nini?', 'assets/topic/steam_train.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1732', 0, 1, 'Injini ya mvuke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1732', 0, 2, 'Uchafuzi wa hewa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1732', 0, 3, 'Mpangilio wa majengo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1732', 0, 4, 'Nyaya za umeme'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1737', 0, 'Unaweza kuona nini?', 'assets/topic/stretching.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1737', 0, 1, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1737', 0, 2, 'Kituko cha uzima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1737', 0, 3, 'Kujinyoosha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1737', 0, 4, 'Kujaribu kwa bidii'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1742', 0, 'Mtu anafanya nini?', 'assets/topic/stretching_excercise.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1742', 0, 1, 'Anajinyoosha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1742', 0, 2, 'Anafanya mazoezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1742', 0, 3, 'Amesimama kwenye njia ya ukumbi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1742', 0, 4, 'Anajiandaa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1747', 0, 'Unaona nini?', 'assets/topic/sunrise.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1747', 0, 1, 'Juu likichomoza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1747', 0, 2, 'Giza kwa mwangaza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1747', 0, 3, 'dwan'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1747', 0, 4, 'Mwanga wa kwanza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1752', 0, 'Unaona nini?', 'assets/topic/swag_hair_flip.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1752', 0, 1, 'Msichana mrembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1752', 0, 2, 'Nywele zinazogeuka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1752', 0, 3, 'Tabasamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1752', 0, 4, 'Mwendo wa haraka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1757', 0, 'Unaona nini?', 'assets/topic/teamwork.gif.crdownload.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1757', 0, 1, 'Timu ya wafanyakazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1757', 0, 2, 'Kurekebisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1757', 0, 3, 'Kupiga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1757', 0, 4, 'Kugeuka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1762', 0, 'Unaona nini?', 'assets/topic/teamwork_basket.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1762', 0, 1, 'Timu ya wachezaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1762', 0, 2, 'Mpira wa kikapu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1762', 0, 3, 'Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1762', 0, 4, 'Mazoezi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1767', 0, 'Unaona nini?', 'assets/topic/thirsty_elephant.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1767', 0, 1, 'Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1767', 0, 2, 'Kiu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1767', 0, 3, 'Kuchochea uzalishaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1767', 0, 4, 'Maji ya kunywa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1772', 0, 'Je! Unaweza kuona nini?', 'assets/topic/throw_ball.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1772', 0, 1, 'Kikundi cha watu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1772', 0, 2, 'Kucheza rugby'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1772', 0, 3, 'Mazoezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1772', 0, 4, 'Ukamilifu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1777', 0, 'Je! Unaweza kuona nini?', 'assets/topic/today_ocean.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1777', 0, 1, 'Ufukwe wa bahari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1777', 0, 2, 'Mawimbi yakielea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1777', 0, 3, 'Mtu anajaribu kuweka sawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1777', 0, 4, 'Tumia kifutio'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1782', 0, 'Je! Unaweza kuona nini?', 'assets/topic/toddler_baby_dog.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1782', 0, 1, 'Mtoto aliye na mnyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1782', 0, 2, 'Wote wanasisimka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1782', 0, 3, 'Hatua sawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1782', 0, 4, 'Kuangalia kwa furaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1787', 0, 'Je! Wasichana wanafanya nini?', 'assets/topic/toothpaste.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1787', 0, 1, 'Wajiandaa kujiweka sawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1787', 0, 2, 'Sogeza uchafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1787', 0, 3, 'Kandamiza kwa bidii'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1787', 0, 4, 'Wapo makini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1792', 0, 'Mtoto anafanya nini?', 'assets/topic/transparent_baby.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1792', 0, 1, 'Anamwaga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1792', 0, 2, 'Anamimina'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1792', 0, 3, 'Anacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1792', 0, 4, 'Anajaribu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1797', 0, 'Je! Unaweza kuona nini?', 'assets/topic/triple_seat.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1797', 0, 1, 'Mchezaji wa baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1797', 0, 2, 'Mtu amebeba kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1797', 0, 3, 'Kusawazisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1797', 0, 4, 'Mtego kamili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1802', 0, 'Je, kobe anafanya nini?', 'assets/topic/turtle_sliding.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1802', 0, 1, 'Anajaribu kusogea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1802', 0, 2, 'Anatembea katika utelezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1802', 0, 3, 'Anateleza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1802', 0, 4, 'Hakati tamaa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1807', 0, 'Mtu anafanya nini?', 'assets/topic/virtual_bicycle.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1807', 0, 1, 'Anaendesha baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1807', 0, 2, 'Ukamilifu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1807', 0, 3, 'Analala mtaani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1807', 0, 4, 'Anaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1812', 0, 'Unaona nini?', 'assets/topic/wanna_juice.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1812', 0, 1, 'Bilauri ya juisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1812', 0, 2, 'Sadaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1812', 0, 3, 'Inaonekana halisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1812', 0, 4, 'Kinywaji chenye afya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1817', 0, 'Unaona nini?', 'assets/topic/watching_horror_movie.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1817', 0, 1, 'Televisheni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1817', 0, 2, 'Mtu anaangalia sinema'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1817', 0, 3, 'Kuketi juu ya kiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1817', 0, 4, 'Kujihusisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1822', 0, 'Unaona nini?', 'assets/topic/water_attack.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1822', 0, 1, 'Mchezo wa maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1822', 0, 2, 'Boya la maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1822', 0, 3, 'Watu waliolowa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1822', 0, 4, 'Kupasuka kwa boya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1827', 0, 'Je! Unaweza kuona nini?', 'assets/topic/water_attack_balloon?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1827', 0, 1, 'Mtoto anacheza bustanini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1827', 0, 2, 'Anabeba boya la maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1827', 0, 3, 'Maji yanarukia boya la maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1827', 0, 4, 'Mtone ya Maji yasiyotarajiwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1832', 0, 'Unaona nini?', 'assets/topic/water_hope.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1832', 0, 1, 'Wanawake kando ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1832', 0, 2, 'Kuanguka bila kutarajia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1832', 0, 3, 'Kunyakua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1832', 0, 4, 'Imehifadhiwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1837', 0, 'Msichana anafanya nini?', 'assets/topic/water_jump.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1837', 0, 1, 'Anashika bomba la maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1837', 0, 2, 'Anadunda kwenye shuka la puto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1837', 0, 3, 'Anaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1837', 0, 4, 'Maji yamenyunyiziwa kupitia wavu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1842', 0, 'Unaona nini?', 'assets/topic/water_slide.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1842', 0, 1, 'Maji yanatiririka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1842', 0, 2, 'Wasichana wakiteleza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1842', 0, 3, 'Wanaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1842', 0, 4, 'Kutokea kwa ajali'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1847', 0, 'Nini kinachoonekana?', 'assets/topic/waterfall_wales?.gif', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1847', 0, 1, 'Maporomoko ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1847', 0, 2, 'Kutiririka kupitia miamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1847', 0, 3, 'Maji ya Maziwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1847', 0, 4, 'Miti ya kijani na Magugu.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1852', 0, 'Utanunua nini?', 'assets/topic/1024px-Market_stalls.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1852', 0, 1, 'Vitunguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1852', 0, 2, 'Nyanya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1852', 0, 3, 'Tofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1852', 0, 4, 'Maembe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1857', 0, 'Unajikiaje kuhusu nyumba hizi?', 'assets/topic/1280px-Houses_in_Nong_Samet.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1857', 0, 1, 'Nyumba za zamani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1857', 0, 2, 'Nyumba mpya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1857', 0, 3, 'Nyumba nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1857', 0, 4, 'Nilitembelea nyumba kama hiyo.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1862', 0, 'Unafikiriaje kuhusu Picha?', 'assets/topic/27867614960_2c85aae58f_b.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1862', 0, 1, 'Nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1862', 0, 2, 'Maua ya machungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1862', 0, 3, 'Taji la nyasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1862', 0, 4, 'Mvulana asiye na hatia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1867', 0, 'Unaona nini katika picha?', 'assets/topic/794px-Akha_village.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1867', 0, 1, 'Jogoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1867', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1867', 0, 3, 'Wavulana wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1867', 0, 4, 'Nyumba nzuri ya makuti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1872', 0, 'Unafikiri watoto wanafanya nini?', 'assets/topic/800px-Children_playing.JPG', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1872', 0, 1, 'Wanaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1872', 0, 2, 'Wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1872', 0, 3, 'Wanaeleza Hadithi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1872', 0, 4, 'Wanamsubiri mtu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1877', 0, 'Unajisikiaje kuhusu familia?', 'assets/topic/800px-Family_work.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1877', 0, 1, 'Familia yenye nguvu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1877', 0, 2, 'Inafanya kazi kwa pamoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1877', 0, 3, 'Inaenda nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1877', 0, 4, 'Wanahitaji elimu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1882', 0, 'Watoto wanafanya nini?', 'assets/topic/800px-Yaohnanen_Children_Playing_a_Traditional_Game.JPG', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1882', 0, 1, 'Wanacheka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1882', 0, 2, 'Wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1882', 0, 3, 'Wanataniana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1882', 0, 4, 'Wanafurahia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1887', 0, 'Unaona nini katika hii picha?', 'assets/topic/8138260208_efa735b186_b.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1887', 0, 1, 'Mtu kama muundo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1887', 0, 2, 'Panzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1887', 0, 3, 'Anga nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1887', 0, 4, 'Anga ngáavu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1892', 0, 'Unahisi nini kuhusu miti.', 'assets/topic/A_leaving_baobab_val.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1892', 0, 1, 'Inasubiria mvua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1892', 0, 2, 'Jua kali sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1892', 0, 3, 'Hakuna mtu anayeimwagilia maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1892', 0, 4, 'Majani yameuka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1897', 0, 'Je! Utamwambia yule mwanamke?', 'assets/topic/Africa_Beach.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1897', 0, 1, 'Nenda nyumbani hivi karibuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1897', 0, 2, 'Furahia hali ya hewa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1897', 0, 3, 'Mawimbi yatachomoza juu zaidi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1897', 0, 4, 'Jua limefichwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1902', 0, 'Unaona nini katika picha?', 'assets/topic/Birmingham_flooding.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1902', 0, 1, 'Maji mengi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1902', 0, 2, 'Gari kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1902', 0, 3, 'Hakuna watu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1902', 0, 4, 'Mvua kubwa ilitokea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1907', 0, 'Unapendelea nini ndani yake?', 'assets/topic/Church_of_St.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1907', 0, 1, 'Barabara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1907', 0, 2, 'Miundo ya Majengo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1907', 0, 3, 'Jengo lenye rangi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1907', 0, 4, 'Sehemu yenye amani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1912', 0, 'Utaupa mji huu jina gani?', 'assets/topic/City-of-the-future.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1912', 0, 1, 'Mji wa baadae'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1912', 0, 2, 'Mji wa ajabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1912', 0, 3, 'Mji wa watu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1912', 0, 4, 'Mji wetu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1917', 0, 'Je, ungependa kufanya nini na vyakula hivi?', 'assets/topic/Cocoa_farmers_during_harvest.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1917', 0, 1, 'Kula na kufurahia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1917', 0, 2, 'Kununua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1917', 0, 3, 'Kumpa rafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1917', 0, 4, 'Nitakuwa na vyote'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1922', 0, 'Unapendekeza nini kwa watu katika hilo.', 'assets/topic/Dala.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1922', 0, 1, 'Waendeshe taratibu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1922', 0, 2, 'Wasisimame'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1922', 0, 3, 'Wasubiri basi lingine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1922', 0, 4, 'Waingine ndani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1927', 0, 'Unataka kutembelea na nani hapa?', 'assets/topic/Dzielnica_staromiejska.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1927', 0, 1, 'Rafiki wa dhati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1927', 0, 2, 'Marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1927', 0, 3, 'Wazazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1927', 0, 4, 'Mwenyewe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1932', 0, 'Utampa nani maua haya?', 'assets/topic/Flowers_-_Uncategorised_Garden_plants_113.JPG', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1932', 0, 1, 'Nitabaki nayo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1932', 0, 2, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1932', 0, 3, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1932', 0, 4, 'Rafiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1937', 0, 'Unaona nini katika hii picha?', 'assets/topic/Happy_People_at_work.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1937', 0, 1, 'Mafaili makubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1937', 0, 2, 'Mashati ya rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1937', 0, 3, 'Marafiki wa dhati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1937', 0, 4, 'Wanafanya kazi pamoja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1942', 0, 'Sema kitu kuhusu picha hii', 'assets/topic/Heliopsis_July_2011-2.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1942', 0, 1, 'Nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1942', 0, 2, 'Nyuki hayupo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1942', 0, 3, 'Petali ni ya njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1942', 0, 4, 'Ni kama jua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1947', 0, 'Unaona nini katika hii picha?', 'assets/topic/History_Concentric.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1947', 0, 1, 'Njia ya duara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1947', 0, 2, 'Vichaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1947', 0, 3, 'Jioni Nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1947', 0, 4, 'Kijani kibichi kila mahali.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1952', 0, 'Unapenda kupaka nyumba kwa rangi gani', 'assets/topic/Kennecott-North-End-of-Town-cropped.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1952', 0, 1, 'Rangi ya waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1952', 0, 2, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1952', 0, 3, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1952', 0, 4, 'Nyeupe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1957', 0, 'Jina gani utampa mfugo wako?', 'assets/topic/Laboureurs.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1957', 0, 1, 'Mpiganaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1957', 0, 2, 'Mpondaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1957', 0, 3, 'Toto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1957', 0, 4, 'Mshindaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1962', 0, 'Utawaambia nini?', 'assets/topic/Maasai_Tanzania.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1962', 0, 1, 'Rukia juu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1962', 0, 2, 'Kimbia haraka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1962', 0, 3, 'Ninaweza kujiunga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1962', 0, 4, 'Acha niruke'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1967', 0, 'Unaona nini katika Picha?', 'assets/topic/NRCS.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1967', 0, 1, 'Mashamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1967', 0, 2, 'Mashine ya kisasa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1967', 0, 3, 'Mkulima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1967', 0, 4, 'Vilima vizuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1972', 0, 'Nyumba za makuti huonekaje?', 'assets/topic/Nature_Landscape_Boma.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1972', 0, 1, 'Nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1972', 0, 2, 'Muonekano mzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1972', 0, 3, 'Zinapendeza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1972', 0, 4, 'Mbali na mji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1977', 0, 'Uliona nini kwanza katika hii picha?', 'assets/topic/Ngorongoro_Crater,_Tanzania.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1977', 0, 1, 'Wanyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1977', 0, 2, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1977', 0, 3, 'Mto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1977', 0, 4, 'Milima ya kijani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1982', 0, 'Unafikiri nani anaishi hapa?', 'assets/topic/Ngorongoro_crater.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1982', 0, 1, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1982', 0, 2, 'Wanyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1982', 0, 3, 'Samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1982', 0, 4, 'Haishi mtu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1987', 0, 'Ni gari unataka kuiendesha hapa?', 'assets/topic/Noons_Creek_Drive.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1987', 0, 1, 'Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1987', 0, 2, 'Gari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1987', 0, 3, 'Pikipiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1987', 0, 4, 'Ningependa kukimbia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1992', 0, 'Nini unaona katika hii picha?', 'assets/topic/People_At_Work.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1992', 0, 1, 'Matumizi ya simu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1992', 0, 2, 'Hasira mchanganyiko'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1992', 0, 3, 'Kusaidia wengine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1992', 0, 4, 'Kufanya kazi pamoja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_1997', 0, 'Unaona nini katika nyuso zao?', 'assets/topic/People_At_Work_3.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1997', 0, 1, 'Tabasamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1997', 0, 2, 'Amani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1997', 0, 3, 'Umoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_1997', 0, 4, 'Bidii ya kazi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2002', 0, 'Wanaongea kuhusu mada gani?', 'assets/topic/People_at_Work_2.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2002', 0, 1, 'Mahojiano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2002', 0, 2, 'Ndoa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2002', 0, 3, 'Siasa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2002', 0, 4, 'Kuhusu kazi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2007', 0, 'Unaona nini katika picha?', 'assets/topic/Refugee_camp_in_Guinea.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2007', 0, 1, 'Nyumba za makuti za kale'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2007', 0, 2, 'Nyumba za mabati ya buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2007', 0, 3, 'Mtu amesimama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2007', 0, 4, 'Inaonekana kama mchana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2012', 0, 'Utapaka majengo kwa rangi gani?', 'assets/topic/Road_Yuccie.JPG', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2012', 0, 1, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2012', 0, 2, 'Nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2012', 0, 3, 'Waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2012', 0, 4, 'Dhahabu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2017', 0, 'Je, ungependa kwenda na nani kwenye hii Gari ya jeep?', 'assets/topic/Safari-Vehicle.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2017', 0, 1, 'Marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2017', 0, 2, 'Rafiki wa dhati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2017', 0, 3, 'Kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2017', 0, 4, 'Babu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2022', 0, 'Unapenda kuona nini Baharini?', 'assets/topic/Seascape_Ocean.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2022', 0, 1, 'Nyangumi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2022', 0, 2, 'Pomboo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2022', 0, 3, 'Nguva'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2022', 0, 4, 'Meli kubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2027', 0, 'Unapenda kumpa jina gani ndege huyu?', 'assets/topic/Serengeti-Wildlife-Tanzania-Safari-2633550.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2027', 0, 1, 'Toto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2027', 0, 2, 'Mpandaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2027', 0, 3, 'Theluji kubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2027', 0, 4, 'Lora'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2032', 0, 'Ni rangi ipi unayopenda kuipaka shati lake?', 'assets/topic/Sierra_Leone_rice_farmer.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2032', 0, 1, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2032', 0, 2, 'Nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2032', 0, 3, 'kaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2032', 0, 4, 'Nyekundu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2037', 0, 'Ni rangi gani unayopenda kuipaka?', 'assets/topic/Starr_080716-9471_Calathea_crotalifera.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2037', 0, 1, 'Rangi ya waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2037', 0, 2, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2037', 0, 3, 'Nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2037', 0, 4, 'Rangi ya Chungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2042', 0, 'Unampendelea ndege mwenye rangi gani?', 'assets/topic/Tanzania-Poultry-Farming-Africa-Moshi-Chicken-2738652.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2042', 0, 1, 'Nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2042', 0, 2, 'Kaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2042', 0, 3, 'Nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2042', 0, 4, 'Kijivu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2047', 0, 'Unataka kuchukua nini kutoka kwake?', 'assets/topic/Tanzania_kid_Playing.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2047', 0, 1, 'Kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2047', 0, 2, 'Miwani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2047', 0, 3, 'Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2047', 0, 4, 'Nitacheza naye.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2052', 0, 'Utaandika nini barabani?', 'assets/topic/Trunk_road.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2052', 0, 1, 'Hatari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2052', 0, 2, 'Nenda salama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2052', 0, 3, 'Endesha polepole'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2052', 0, 4, 'Heri ya mwaka mpya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2057', 0, 'Toa maoni mazuri katika hii picha', 'assets/topic/Turkish.town.cesme.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2057', 0, 1, 'Nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2057', 0, 2, 'Nataka kutembelea siku moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2057', 0, 3, 'Chakula kitakuwa kitamu hapa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2057', 0, 4, 'Majengo ni mazuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2062', 0, 'Unataka kuweka uzi wa rangi gani pale?', 'assets/topic/Warp.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2062', 0, 1, 'Dhahabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2062', 0, 2, 'fedha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2062', 0, 3, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2062', 0, 4, 'Rangi ya waridi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2067', 0, 'Utampa nini akate?', 'assets/topic/active.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2067', 0, 1, 'Gogo la Mbao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2067', 0, 2, 'Penseli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2067', 0, 3, 'Fimbo ya chuma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2067', 0, 4, 'Mpira wa kufungia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2072', 0, 'Utamwambia nini?', 'assets/topic/adorable-dog.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2072', 0, 1, 'Mrembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2072', 0, 2, 'Njoo nyumbani kwangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2072', 0, 3, 'Chukua hii kuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2072', 0, 4, 'Ninakupenda sana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2077', 0, 'Wanafanya nini?', 'assets/topic/adult_adventure.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2077', 0, 1, 'Wanacheza kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2077', 0, 2, 'Wanateleza kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2077', 0, 3, 'Wanapigana kila mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2077', 0, 4, 'Wanafurahia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2082', 0, 'Ni rangi gani ya nyumba unayoipenda?', 'assets/topic/aerial-view-of-a-village-on-atka-island-one-of-the-aleutian-islands-725x494.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2082', 0, 1, 'Nyumba ya Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2082', 0, 2, 'Nyumba ya njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2082', 0, 3, 'Nyumba nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2082', 0, 4, 'Nyumba ya kaki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2087', 0, 'Je! Ungependa kula ndizi ngapi?', 'assets/topic/africa-seller.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2087', 0, 1, 'nne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2087', 0, 2, 'Kumi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2087', 0, 3, 'Saba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2087', 0, 4, 'Zote'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2092', 0, 'Ungependa kupanda mti gani hapa?', 'assets/topic/africa_mountain.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2092', 0, 1, 'Muembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2092', 0, 2, 'Mtofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2092', 0, 3, 'Mchungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2092', 0, 4, 'Stroberi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2097', 0, 'Mlima huu unaoenekanaje?', 'assets/topic/africa_mountain_01.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2097', 0, 1, 'Aiskrimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2097', 0, 2, 'Keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2097', 0, 3, 'Koni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2097', 0, 4, 'Njiwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2102', 0, 'Unafikiri kuna nini nyuma ya milima?', 'assets/topic/algeria.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2102', 0, 1, 'Wanyama tofauti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2102', 0, 2, 'Maporomoko makubwa ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2102', 0, 3, 'Watu wasiojulikana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2102', 0, 4, 'Nyumba ya malaika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2107', 0, 'Je, ni tunda gani ungependa kukata kwa mashine?', 'assets/topic/angle-grinder-429757_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2107', 0, 1, 'Fenesi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2107', 0, 2, 'ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2107', 0, 3, 'Matopetope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2107', 0, 4, 'Matikiti Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2112', 0, 'Utawaambia nini wanyama hawa?', 'assets/topic/animals-bunnies.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2112', 0, 1, 'Wanapendeza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2112', 0, 2, 'Nendeni mbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2112', 0, 3, 'Njooni nyumbani kwangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2112', 0, 4, 'Chukueni tunda hili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2117', 0, 'Ni jina gani unataka kumpa paka?', 'assets/topic/animals-cats-cute.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2117', 0, 1, 'Waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2117', 0, 2, 'Cheupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2117', 0, 3, 'Kaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2117', 0, 4, 'Jua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2122', 0, 'Je, utamlisha nini?', 'assets/topic/animals-geese_two.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2122', 0, 1, 'Pera'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2122', 0, 2, 'Nyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2122', 0, 3, 'Minyoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2122', 0, 4, 'Tikiti Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2127', 0, 'Wanaenda kuwinda wanyama gani?', 'assets/topic/archery_fun.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2127', 0, 1, 'Nyati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2127', 0, 2, 'Swala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2127', 0, 3, 'Dinosauri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2127', 0, 4, 'Simba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2132', 0, 'Wanaenda wapi?', 'assets/topic/arms_vechicles_road.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2132', 0, 1, 'Vitani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2132', 0, 2, 'Dukani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2132', 0, 3, 'Mazoezini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2132', 0, 4, 'Mpakani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2137', 0, 'Ungependa kuchora nini hapa?', 'assets/topic/art.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2137', 0, 1, 'Pomboo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2137', 0, 2, 'Ikulu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2137', 0, 3, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2137', 0, 4, 'Almasi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2142', 0, 'Ni mfugo gani unaweza kuupata hapa?', 'assets/topic/asdfasfd.JPG', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2142', 0, 1, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2142', 0, 2, 'Kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2142', 0, 3, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2142', 0, 4, 'Kasuku'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2147', 0, 'Unataka kupaka rangi gani?', 'assets/topic/aviary-pigeons-birds-feather-162943.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2147', 0, 1, 'Kijivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2147', 0, 2, 'Dhahabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2147', 0, 3, 'Zambarau'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2147', 0, 4, 'Zambarau-buluu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2152', 0, 'Unataka kupeleka wapi?', 'assets/topic/baby_elephant.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2152', 0, 1, 'Nyumbani kwangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2152', 0, 2, 'Kwa marafiki zangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2152', 0, 3, 'Ziwani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2152', 0, 4, 'Msituni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2157', 0, 'Kuna mipira ya duara mingapi pale?', 'assets/topic/bakers.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2157', 0, 1, 'Mingi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2157', 0, 2, 'Michache'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2157', 0, 3, 'Haihesabiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2157', 0, 4, 'Thelathini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2162', 0, 'Ukipata Maputo yote utayapeleka wapi?', 'assets/topic/balloons.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2162', 0, 1, 'Nyumbani kwa marafiki zangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2162', 0, 2, 'Sehemu ya michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2162', 0, 3, 'Juu ya paa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2162', 0, 4, 'Juu ya mti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2167', 0, 'Utajenga nini kwa kutumia mianzi hii?', 'assets/topic/bamboo-tall-trees-plants-68608.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2167', 0, 1, 'Dirisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2167', 0, 2, 'Kiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2167', 0, 3, 'Mashua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2167', 0, 4, 'Kitanda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2172', 0, 'Wanapeleka wapi ndizi?', 'assets/topic/banana_famer.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2172', 0, 1, 'Sokoni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2172', 0, 2, 'Katika ndoa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2172', 0, 3, 'Nyumbani kwao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2172', 0, 4, 'Sehemu nyingine'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2177', 0, 'Nani huvaa bangili nyumbani kwako?', 'assets/topic/bangles-tanzania.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2177', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2177', 0, 2, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2177', 0, 3, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2177', 0, 4, 'Bibi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2182', 0, 'Je! Samaki gani unaweza kuwapata hapa?', 'assets/topic/beach-beautiful-blue-coast-40976.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2182', 0, 1, 'Pomboo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2182', 0, 2, 'Papa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2182', 0, 3, 'Nyangumi wa buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2182', 0, 4, 'Samaki ya dhahabu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2187', 0, 'Wanafanya nini?', 'assets/topic/beach2_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2187', 0, 1, 'Wanapiga mbizi katika mawimbi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2187', 0, 2, 'Wanacheza na maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2187', 0, 3, 'Wanashindana na marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2187', 0, 4, 'Mchezo wa maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2192', 0, 'Ungependa kuja na nani hapa?', 'assets/topic/beach_resort_vacation_summer_sea_travel_ocean_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2192', 0, 1, 'Familia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2192', 0, 2, 'Marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2192', 0, 3, 'Rafiki wa dhati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2192', 0, 4, 'Mwenyewe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2197', 0, 'Hali ya hewa ipoje hapa?', 'assets/topic/beach_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2197', 0, 1, 'Baridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2197', 0, 2, 'Jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2197', 0, 3, 'Inaweza kunyesha mvua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2197', 0, 4, 'Upepo mwanana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2202', 0, 'Unapendelea penseli ya rangi gani?', 'assets/topic/beaded.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2202', 0, 1, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2202', 0, 2, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2202', 0, 3, 'Waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2202', 0, 4, 'Njano'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2207', 0, 'Ndege yupi atakaa juu ya jengo?', 'assets/topic/belgium-3675676_1920.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2207', 0, 1, 'Njiwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2207', 0, 2, 'Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2207', 0, 3, 'Kunguru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2207', 0, 4, 'Bundi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2212', 0, 'Ndege hawa huenda wakawa wanaangalia nini?', 'assets/topic/bird-animal-nature-strauss-60692.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2212', 0, 1, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2212', 0, 2, 'Chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2212', 0, 3, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2212', 0, 4, 'Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2217', 0, 'Unataka kuijaza kwa kutumia nini?', 'assets/topic/bislery_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2217', 0, 1, 'Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2217', 0, 2, 'Juise'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2217', 0, 3, 'Maziwa ya mtindi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2217', 0, 4, 'Mafuta'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2222', 0, 'Unapata nini katibu na maua hayo?', 'assets/topic/bloom-blossom-flora-39517.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2222', 0, 1, 'Kipepeo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2222', 0, 2, 'Nyuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2222', 0, 3, 'Ndege Muimbaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2222', 0, 4, 'Msichana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2227', 0, 'Ungependa kuchukua kitabu gani kutoka hapa?', 'assets/topic/book_shop1.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2227', 0, 1, 'Kitabu cha Historia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2227', 0, 2, 'Kitabu cha hesabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2227', 0, 3, 'Kitabu cha Hadithi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2227', 0, 4, 'Kitabu cha Michoro'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2232', 0, 'Ni kitabu gani cha michoro unataka kukisoma?', 'assets/topic/book_store.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2232', 0, 1, 'Hadithi ya Maajabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2232', 0, 2, 'Usiku wa Arabia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2232', 0, 3, 'Yeye mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2232', 0, 4, 'Mtu buibui'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2237', 0, 'Toa Maoni mazuri kuhusu hilo.', 'assets/topic/bridge_lake.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2237', 0, 1, 'Mzuri sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2237', 0, 2, 'Ya ajabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2237', 0, 3, 'Mbinguni duniani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2237', 0, 4, 'Inapaswa kutembelea siku moja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2242', 0, 'Unadhani mtu anafanya nini?', 'assets/topic/buffalo.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2242', 0, 1, 'Mchapakazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2242', 0, 2, 'Hajali kuhusu mvua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2242', 0, 3, 'Anampeleka Nyati nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2242', 0, 4, 'Anacheza naye'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2247', 0, 'Unapendelea ladha gani katika keki?', 'assets/topic/cake_shop1.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2247', 0, 1, 'Vanila'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2247', 0, 2, 'Chokoleti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2247', 0, 3, 'Keki ya kawaida'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2247', 0, 4, 'Pista'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2252', 0, 'Wanaonekanaje?', 'assets/topic/candy.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2252', 0, 1, 'Mtoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2252', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2252', 0, 3, 'Maharagwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2252', 0, 4, 'Kiganja cha Mkono'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2257', 0, 'Kama wewe ni Paka ungemfanya nini Mbwa?', 'assets/topic/cat_dog.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2257', 0, 1, 'Ningecheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2257', 0, 2, 'Ningepigana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2257', 0, 3, 'Ningekamata Mkia wake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2257', 0, 4, 'Ningekaa juu ya uso wake'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2262', 0, 'Mpe paka jina zuri.', 'assets/topic/cat_group.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2262', 0, 1, 'Sonu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2262', 0, 2, 'Twiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2262', 0, 3, 'Tamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2262', 0, 4, 'Konokono'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2267', 0, 'Paka alikunywa nini?', 'assets/topic/cat_image.jpg.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2267', 0, 1, 'Juisi ya Embe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2267', 0, 2, 'Juisi ya Tofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2267', 0, 3, 'Maziwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2267', 0, 4, 'Supu ya nyama ya kondoo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2272', 0, 'Kwanini Paka anakimbia?', 'assets/topic/cat_jump.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2272', 0, 1, 'Ili kumkamata panya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2272', 0, 2, 'Mbwa yupo nyuma yake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2272', 0, 3, 'Mmiliki wake alimuita'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2272', 0, 4, 'kupata aiskrimu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2277', 0, 'Je, paka anaonekaje?', 'assets/topic/cat_licking_leg.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2277', 0, 1, 'Mrembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2277', 0, 2, 'Mzuri sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2277', 0, 3, 'Mzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2277', 0, 4, 'Ana chekesha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2282', 0, 'Gurudumu linaonekanaje?', 'assets/topic/cat_on_cart.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2282', 0, 1, 'Pipi ya duara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2282', 0, 2, 'Jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2282', 0, 3, 'Mwezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2282', 0, 4, 'Gurudumu la gari'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2287', 0, 'Paka anaonekanaje?', 'assets/topic/cat_on_tree.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2287', 0, 1, 'Mwenye hofu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2287', 0, 2, 'Mwenye furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2287', 0, 3, 'Mwenye kuchekesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2287', 0, 4, 'Mtendaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2292', 0, 'Paka huombea nini?', 'assets/topic/cat_praying.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2292', 0, 1, 'Familia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2292', 0, 2, 'Chakula kitamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2292', 0, 3, 'Keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2292', 0, 4, 'Kuomba msamaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2297', 0, 'Kwanini anakimbia?', 'assets/topic/cat_running_snow.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2297', 0, 1, 'Anafurahia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2297', 0, 2, 'Anamkimbiza panya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2297', 0, 3, 'Anakimbizwa na Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2297', 0, 4, 'Anaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2302', 0, 'Utamfunika Paka kwa kutumia nini?', 'assets/topic/cat_snow.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2302', 0, 1, 'Sweta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2302', 0, 2, 'blanketi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2302', 0, 3, 'Nguo nzito'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2302', 0, 4, 'Koti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2307', 0, 'Kwanini paka anakonyeza?', 'assets/topic/cat_wink_eye.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2307', 0, 1, 'Alifanya kitu cha kijinga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2307', 0, 2, 'Amepata maziwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2307', 0, 3, 'Amepata nyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2307', 0, 4, 'Ana usingizi sana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2312', 0, 'Ikiwa ungekua Paka, ungeufanyia nini Mpira wa miguu?', 'assets/topic/cat_with_football.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2312', 0, 1, 'Ningeuangalia tu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2312', 0, 2, 'Ningejaribu kula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2312', 0, 3, 'Ningejaribu kukaa juu yake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2312', 0, 4, 'Ningecheza mpira wa miguu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2317', 0, 'Ikiwa ungekua mama, ungemlisha nini?', 'assets/topic/cat_with_mother.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2317', 0, 1, 'Maziwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2317', 0, 2, 'Panya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2317', 0, 3, 'Pipi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2317', 0, 4, 'Kuki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2322', 0, 'Unapenda kushona nini kwa Uzi?', 'assets/topic/cat_wool.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2322', 0, 1, 'Nguo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2322', 0, 2, 'Skafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2322', 0, 3, 'Mtandio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2322', 0, 4, 'Skafu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2327', 0, 'Ni mnyama gani ana masikio makubwa?', 'assets/topic/chihuahua.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2327', 0, 1, 'Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2327', 0, 2, 'Twiga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2327', 0, 3, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2327', 0, 4, 'Kangaroo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2332', 0, 'Ni kitu gani chekundu katika pua yake?', 'assets/topic/children-1739167_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2332', 0, 1, 'Puto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2332', 0, 2, 'Nyanya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2332', 0, 3, 'Rangi nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2332', 0, 4, 'Tofaa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2337', 0, 'Ulicheza hivi na nani kwenye maji?', 'assets/topic/children-1822704_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2337', 0, 1, 'Baba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2337', 0, 2, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2337', 0, 3, 'Marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2337', 0, 4, 'Dada'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2342', 0, 'Kwanini wanakimbia?', 'assets/topic/children-2590774_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2342', 0, 1, 'Wanakimbilia ziwani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2342', 0, 2, 'Wanashindana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2342', 0, 3, 'Wanakimbilia kumona mtu anayechekesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2342', 0, 4, 'Wanakimbilia kumuona Paa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2347', 0, 'Ni matunda gani unayopenda?', 'assets/topic/children-fruits.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2347', 0, 1, 'Tufaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2347', 0, 2, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2347', 0, 3, 'Mango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2347', 0, 4, 'Chungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2352', 0, 'Ungefanyaje ikiwa ungekua ni miongoni?', 'assets/topic/children-playing-2213748_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2352', 0, 1, 'Ningecheza mchezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2352', 0, 2, 'Ningecheza muziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2352', 0, 3, 'Ningeimba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2352', 0, 4, 'Ningeteleza kwenye maji.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2357', 0, 'Utarukaje kwenye Maji?', 'assets/topic/children_inwater.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2357', 0, 1, 'Mruko wa moja kwa moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2357', 0, 2, 'Ningepiga mbizi kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2357', 0, 3, 'Geuza kuelekea mbele'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2357', 0, 4, 'Geuza kuelekea nyuma'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2362', 0, 'Unataka kusema nini kuhusu huyu Nyati?', 'assets/topic/chile.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2362', 0, 1, 'Mchapakazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2362', 0, 2, 'Ana nguvu sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2362', 0, 3, 'Naonekana mkubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2362', 0, 4, 'Mzuri sana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2367', 0, 'Hili ni jengo gani?', 'assets/topic/china-town.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2367', 0, 1, 'Hekalu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2367', 0, 2, 'Nyumba ya jadi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2367', 0, 3, 'Mgahawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2367', 0, 4, 'Jengo la zamani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2372', 0, 'Kuna uzuri gani ndani yake?', 'assets/topic/city-2718016_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2372', 0, 1, 'Minara Pacha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2372', 0, 2, 'Mwanga sehemu zote'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2372', 0, 3, 'Nyota mbinguni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2372', 0, 4, 'mawingu yenye rangi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2377', 0, 'Utafanya nini na nguo hii?', 'assets/topic/clothes.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2377', 0, 1, 'Mapazia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2377', 0, 2, 'Gauni la sherehe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2377', 0, 3, 'Gauni la kawaida'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2377', 0, 4, 'Vazi la jadi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2382', 0, 'Inaoenekana kama nini?', 'assets/topic/color_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2382', 0, 1, 'Paka rangi kila mahali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2382', 0, 2, 'Msitu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2382', 0, 3, 'Aiskirimu yenye rangi mbalimbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2382', 0, 4, 'Ardhi ya ndoto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2387', 0, 'Unapenda kuweka nini kwenye huu ukuta?', 'assets/topic/color_pattern.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2387', 0, 1, 'Televisheni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2387', 0, 2, 'Gitaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2387', 0, 3, 'Uchoraji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2387', 0, 4, 'Picha ya familia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2392', 0, 'Utachukua rangi kupaka rangi nyumba yako?', 'assets/topic/colorful.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2392', 0, 1, 'Rangi ya machungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2392', 0, 2, 'Rangi ya kahawia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2392', 0, 3, 'Kijani kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2392', 0, 4, 'Nyeupe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2397', 0, 'Kazi yake inahusiana na taaluma gani?', 'assets/topic/construction-656922_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2397', 0, 1, 'Mhandisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2397', 0, 2, 'Mhandisi wa umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2397', 0, 3, 'Mhandisi wa mitambo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2397', 0, 4, 'Mhandisi wa baharini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2402', 0, 'Ni kazi gani uliyofanya kama hii?', 'assets/topic/construction.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2402', 0, 1, 'Kubeba matofali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2402', 0, 2, 'kusaidia katika Jengo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2402', 0, 3, 'Kutumia saruji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2402', 0, 4, 'Nimesaidia kupaka rangi nyumba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2407', 0, 'Anafanya nini?', 'assets/topic/crocodile_animals.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2407', 0, 1, 'Anapiga Miayo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2407', 0, 2, 'Anajiangalia mwenyewe katika maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2407', 0, 3, 'Anasubiria Windo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2407', 0, 4, 'Anajitegesha kwaajili ya kupigwa picha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2412', 0, 'Unataka kupaka rangi kitu gani kwa kutumia rangi hizi za cryon', 'assets/topic/cryon.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2412', 0, 1, 'Nyumba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2412', 0, 2, 'Anga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2412', 0, 3, 'Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2412', 0, 4, 'Upinde wa mvua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2417', 0, 'Utamlindaje Mbwa mbuzi kutoka kwenye hatari?', 'assets/topic/cute-dogs.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2417', 0, 1, 'Nitakaa nae'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2417', 0, 2, 'Nitamfunza kuwa na mtiifu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2417', 0, 3, 'Nitamkataza asiwasogelee watu wasiojulikana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2417', 0, 4, 'Ntamfunga cheni na kutembea nae'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2422', 0, 'Mtu huyu anakwenda wapi?', 'assets/topic/cycle_road.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2422', 0, 1, 'Kupata maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2422', 0, 2, 'Kufanya biashara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2422', 0, 3, 'Uhamisho wa chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2422', 0, 4, 'Ili kutupa taka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2427', 0, 'Unataka kupanda nini ua hilo?', 'assets/topic/daisies-field-flora-688308.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2427', 0, 1, 'Mbegu zake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2427', 0, 2, 'Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2427', 0, 3, 'Ardhi nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2427', 0, 4, 'Jua sawia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2432', 0, 'Huyu anasubiria nini?', 'assets/topic/dalmatians-dog.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2432', 0, 1, 'Anamsubiria mmiliki wake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2432', 0, 2, 'Anajitegesha kwaajili ya kupigwa picha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2432', 0, 3, 'Anamuangalia mtu asiyemjua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2432', 0, 4, 'Anafanya mazoezi.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2437', 0, 'Mara yako ya mwisho kucheza ni lini?', 'assets/topic/dance.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2437', 0, 1, 'Katika ndoa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2437', 0, 2, 'Na marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2437', 0, 3, 'Tamasha la kijiji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2437', 0, 4, 'Nina cheza ninapopata Muda wa kucheza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2442', 0, 'Unaona nini?', 'assets/topic/dawn.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2442', 0, 1, 'Jua kati ya anga na mawingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2442', 0, 2, 'Mawingu kama maporomoko ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2442', 0, 3, 'Milima juu ya mawingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2442', 0, 4, 'Kitu kama ulimwengu mpya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2447', 0, 'Utampa jina gani msichana huyu mrembo?', 'assets/topic/day_care_food.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2447', 0, 1, 'Kipepeo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2447', 0, 2, 'Umande wa asubuhi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2447', 0, 3, 'Mtoto wa chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2447', 0, 4, 'Jua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2452', 0, 'Unapenda kuendesha nini katika barabara hii?', 'assets/topic/dirt_road.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2452', 0, 1, 'Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2452', 0, 2, 'Pikipiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2452', 0, 3, 'Gari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2452', 0, 4, 'Sungura'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2457', 0, 'Watu huenda muda gani kwa Mganga wa Afya?', 'assets/topic/doctor_at_work.JPG', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2457', 0, 1, 'Wakiumwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2457', 0, 2, 'wakiwa waja wazito'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2457', 0, 3, 'wakina na dharura'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2457', 0, 4, 'Kushauriwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2462', 0, 'Unaona nini kwenye picha?', 'assets/topic/dog-at-beach.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2462', 0, 1, 'Mbwa bila mmiliki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2462', 0, 2, 'Mawimbi ya Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2462', 0, 3, 'Mchanga kila mahali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2462', 0, 4, 'Samaki ndani ya Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2467', 0, 'Kitu cha kwanza kutambua kwenye hii picha.', 'assets/topic/dog-pet-dangerous.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2467', 0, 1, 'Meno makali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2467', 0, 2, 'Nywele nyeusi zinazongáa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2467', 0, 3, 'Mbwa ana hasira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2467', 0, 4, 'Tayari kuuma'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2472', 0, 'Nini kinavutia katika picha hii?', 'assets/topic/dog-playing-with-cat.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2472', 0, 1, 'Macho ya paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2472', 0, 2, 'Nywele za dhahabu kahawia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2472', 0, 3, 'Mbwa anamuangalia Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2472', 0, 4, 'Picha nzima'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2477', 0, 'Nini kingine unaweza kufikiria badala ya mpira?', 'assets/topic/dog-playing.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2477', 0, 1, 'Mfupa wa mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2477', 0, 2, 'Fimbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2477', 0, 3, 'Mpira wa tenesi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2477', 0, 4, 'Mpira wa kupiga kwa gongo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2482', 0, 'Utamrembaje Mbwa?', 'assets/topic/dog-sleeping.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2482', 0, 1, 'Vaa Miwani?'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2482', 0, 2, 'Vaa kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2482', 0, 3, 'Paka rangi uso wa Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2482', 0, 4, 'Funika macho yake kwa kutumia nguo.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2487', 0, 'Kwanini mbwa huyu anaruka', 'assets/topic/dog-training-fun.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2487', 0, 1, 'Anacheza mchezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2487', 0, 2, 'Anachezo muziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2487', 0, 3, 'Anangalia kitu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2487', 0, 4, 'Anajitegesha kwaajili ya kupigwa picha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2492', 0, 'Mbwa anamfanyia nini mwanae?', 'assets/topic/dog.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2492', 0, 1, 'Anambusu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2492', 0, 2, 'Anamnusa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2492', 0, 3, 'Anamtizama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2492', 0, 4, 'Anaenda kumkumbaia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2497', 0, 'Mbwa anafanya nini?', 'assets/topic/dog01.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2497', 0, 1, 'Anacheza na mmiliki wake?'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2497', 0, 2, 'Kuepuka kupigwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2497', 0, 3, 'Analeta fimbo kwa mmiliki wake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2497', 0, 4, 'Mbwa anafikiri kumuadhibu Mwenye Nyumba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2502', 0, 'Unapenda kuwaona mbwa hawa wapo kwenye rangi gani?', 'assets/topic/dogs-play-bite.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2502', 0, 1, 'Nyeusi na kahawia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2502', 0, 2, 'Dhahabu na buluu nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2502', 0, 3, 'Nyeupe na nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2502', 0, 4, 'Kijivu na Theruji nyeupe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2507', 0, 'Mbwa hawa wanasubiri nini?', 'assets/topic/dogs-training.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2507', 0, 1, 'Kurushiwa Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2507', 0, 2, 'Kurushiwa kuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2507', 0, 3, 'Kurushiwa Nyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2507', 0, 4, 'Kurushiwa fimbo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2512', 0, 'Je ungependa kujenga nini hapa?', 'assets/topic/dragon-peaks.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2512', 0, 1, 'Kinu Upepo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2512', 0, 2, 'Majengo makubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2512', 0, 3, 'Uwanja wa Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2512', 0, 4, 'Daraja linalounganisha vilima'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2517', 0, 'Jinsi ya kuendesha gari usiku wenye mvua', 'assets/topic/driving_night.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2517', 0, 1, 'Endesha taratibu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2517', 0, 2, 'Washa taa mwanga mkubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2517', 0, 3, 'Subiri mpaka mvua iishe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2517', 0, 4, 'Piga honi unapoona gari lingine linakuja kwa kasi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2522', 0, 'Taja tunda kavu lolote.', 'assets/topic/dryfruit_shop.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2522', 0, 1, 'Almondi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2522', 0, 2, 'Karanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2522', 0, 3, 'Tende'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2522', 0, 4, 'Tende'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2527', 0, 'Watoto wa Bata wako wangapi pale?', 'assets/topic/ducklings-chicks-mama-duck-160509.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2527', 0, 1, 'Wengi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2527', 0, 2, 'Wachache'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2527', 0, 3, 'ishirini na moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2527', 0, 4, 'Ishirini na mbili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2532', 0, 'Unaona nini katika picha?', 'assets/topic/eagle_fish_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2532', 0, 1, 'Maji angávu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2532', 0, 2, 'Wingu linalongáa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2532', 0, 3, 'Samaki anamtoroka Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2532', 0, 4, 'Tai anamuwinda Samaki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2537', 0, 'Ni yai gani unalolipenda?', 'assets/topic/easter-eggs.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2537', 0, 1, 'Yai la njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2537', 0, 2, 'Yai la buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2537', 0, 3, 'Yai la rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2537', 0, 4, 'Yai la Kijani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2542', 0, 'Paka anafanya nini?', 'assets/topic/eating_cat.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2542', 0, 1, 'Anakunywa maziwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2542', 0, 2, 'Anakula Aiskrimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2542', 0, 3, 'Anajitegesha kwaajili ya kupigwa picha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2542', 0, 4, 'Anamtafuta mtu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2547', 0, 'Anafanania na taaluma gani?', 'assets/topic/electrician-3771318_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2547', 0, 1, 'Mhandisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2547', 0, 2, 'Mhandisi wa mitambo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2547', 0, 3, 'Mhandisi wa umeme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2547', 0, 4, 'Mhandisi wa kompyuta'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2552', 0, 'Penguin anaonekanaje?', 'assets/topic/emperor-penguins-antarctic-life-animal-46235.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2552', 0, 1, 'Pomboo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2552', 0, 2, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2552', 0, 3, 'Kobe aliyesimama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2552', 0, 4, 'Mara nyingine huonekana kama Kunguru Mnene'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2557', 0, 'Wanafanya nini?', 'assets/topic/exercise.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2557', 0, 1, 'Kuweka kama ndege ya usafiri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2557', 0, 2, 'Kuweka kama tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2557', 0, 3, 'Zoezi la kuchekesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2557', 0, 4, 'wanakaza miguu yao'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2562', 0, 'Utafanya nini na hayo mabuti?', 'assets/topic/farmerboots.JPG', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2562', 0, 1, 'Nitavaa na kupanda milima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2562', 0, 2, 'Nitafanyia kazi shambani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2562', 0, 3, 'Nitacheza mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2562', 0, 4, 'Nitashiriki katika riadha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2567', 0, 'Unapenda kupanda mazao gani shambani?', 'assets/topic/farming.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2567', 0, 1, 'Mahindi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2567', 0, 2, 'Nyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2567', 0, 3, 'Mtama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2567', 0, 4, 'Mchele'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2572', 0, 'Wanaenda wapi?', 'assets/topic/farmmmmeerr.JPG', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2572', 0, 1, 'Wanaenda nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2572', 0, 2, 'wanaenda kufanya kazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2572', 0, 3, 'wanatafuta marariki wengine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2572', 0, 4, 'Wanachunga mifugo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2577', 0, 'Wanapigania nini?', 'assets/topic/fighting_cat.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2577', 0, 1, 'Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2577', 0, 2, 'Nyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2577', 0, 3, 'Maziwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2577', 0, 4, 'Paka Mwingine'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2582', 0, 'Unaona nini katika picha hii?', 'assets/topic/fire_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2582', 0, 1, 'Moto mkali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2582', 0, 2, 'Wazima moto wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2582', 0, 3, 'Wanasukuma maji kwa nguzo nyingi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2582', 0, 4, 'Uzimaji wa moto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2587', 0, 'Unaona nini kwenye picha?', 'assets/topic/firefighterjpg.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2587', 0, 1, 'Moto mkali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2587', 0, 2, 'Ndege innawaka moto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2587', 0, 3, 'Kusukuma maji kwa nguvu nyingi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2587', 0, 4, 'Zima moto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2592', 0, 'Angalia mnyama unayependa kumkamata', 'assets/topic/fisherman-195932_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2592', 0, 1, 'Samaki Mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2592', 0, 2, 'Kaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2592', 0, 3, 'Dagaa Kamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2592', 0, 4, 'Samaki Mkubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2597', 0, 'Unataka kupaka rangi gani kwenye wavu wa kuvulia', 'assets/topic/fishing_nets.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2597', 0, 1, 'Rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2597', 0, 2, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2597', 0, 3, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2597', 0, 4, 'Nyeupe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2602', 0, 'Unaona nini kwenye picha?', 'assets/topic/fishing_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2602', 0, 1, 'Mtu akiwa na Ndoano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2602', 0, 2, 'Jua limejificha nyuma ya wingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2602', 0, 3, 'Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2602', 0, 4, 'Maji yaliyotulia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2607', 0, 'Je, maua haya yanaonekanaje?', 'assets/topic/floral-flowers-plants-187382.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2607', 0, 1, 'Bilinganya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2607', 0, 2, 'Yai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2607', 0, 3, 'Tende'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2607', 0, 4, 'Taa ya usiku'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2612', 0, 'Unaona nini nyuma ya ua jeupe?', 'assets/topic/flowers-2382032_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2612', 0, 1, 'Ua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2612', 0, 2, 'Ua dogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2612', 0, 3, 'Maua ya Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2612', 0, 4, 'Maua machache'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2617', 0, 'Ni nini kimekosekana kwenye mmea?', 'assets/topic/flowers-3643034_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2617', 0, 1, 'Maua yasiyo na miiba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2617', 0, 2, 'Kipepeo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2617', 0, 3, 'Ndege Muimbaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2617', 0, 4, 'Siafu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2622', 0, 'Ni wapi unawezapata ua hilo?', 'assets/topic/flowers-3668817_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2622', 0, 1, 'Bustani ya nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2622', 0, 2, 'Milimani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2622', 0, 3, 'Msituni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2622', 0, 4, 'Jangwani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2627', 0, 'Unaionaje ukilinganisha na Jua?', 'assets/topic/flowers-3746987_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2627', 0, 1, 'Jua jekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2627', 0, 2, 'Jua la rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2627', 0, 3, 'Jua kali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2627', 0, 4, 'Jua la njano'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2632', 0, 'Unajisikiaje unapoangalia hili ua?', 'assets/topic/flowers-nature-plants-1423872.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2632', 0, 1, 'Vizuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2632', 0, 2, 'Amani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2632', 0, 3, 'Mwangaza mmoja katika Giza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2632', 0, 4, 'Nuru ya rangi ya chungwa ni nzuri sana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2637', 0, 'Utaliweka wapi hili ua?', 'assets/topic/flowers-plants-purple-888551.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2637', 0, 1, 'Kwenye bustani yangu ya Nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2637', 0, 2, 'Paa la nyumba yangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2637', 0, 3, 'Karibu na dirisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2637', 0, 4, 'Nyumbani kwa bibi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2642', 0, 'Maua haya yanatumika kipindi gani?', 'assets/topic/flowershop.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2642', 0, 1, 'Cha ndoa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2642', 0, 2, 'Kumheshimu mgeni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2642', 0, 3, 'Kumheshimu mtu muhimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2642', 0, 4, 'kumzawadiwa mwanamke'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2647', 0, 'Je, unapendelea mbogamboga zipi?', 'assets/topic/food-healthy-vegetables-village.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2647', 0, 1, 'Kabichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2647', 0, 2, 'Koliflawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2647', 0, 3, 'Maharagwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2647', 0, 4, 'Bamia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2652', 0, 'Unaona nini kwenye picha?', 'assets/topic/football-3780040_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2652', 0, 1, 'Mpira wa miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2652', 0, 2, 'Soksi za kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2652', 0, 3, 'Soksi nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2652', 0, 4, 'Uwanja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2657', 0, 'Unaona nini katika picha', 'assets/topic/football_fun.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2657', 0, 1, 'Pipa la taka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2657', 0, 2, 'Watu watano wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2657', 0, 3, 'Mpira wa miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2657', 0, 4, 'Miti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2662', 0, 'Ndege yupi anaishi hapa?', 'assets/topic/forest-fog-nature-winter-45222.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2662', 0, 1, 'Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2662', 0, 2, 'Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2662', 0, 3, 'Kunguru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2662', 0, 4, 'Kasuku'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2667', 0, 'Utachuma vipi kutoka katika mti huo Mkubwa?', 'assets/topic/forest-trees-fog-foggy.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2667', 0, 1, 'Nitaupanda mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2667', 0, 2, 'Nitatumia fimbo ndefu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2667', 0, 3, 'Nitapanda Kwa kutumia ngazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2667', 0, 4, 'Nitapanda Kwa kutumia mamba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2672', 0, 'Ni tunda gani unaliona hapa?', 'assets/topic/fruit-vendors.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2672', 0, 1, 'Chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2672', 0, 2, 'Pera'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2672', 0, 3, 'Tofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2672', 0, 4, 'Zabibu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2677', 0, 'Unaona nini kwenye picha?', 'assets/topic/fruit_store1.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2677', 0, 1, 'Matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2677', 0, 2, 'Ubao mwekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2677', 0, 3, 'Chombo cha plastiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2677', 0, 4, 'chombo cha mbao'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2682', 0, 'Unaona nini kwenye picha?', 'assets/topic/fruit_store2.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2682', 0, 1, 'Vibanda tofauti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2682', 0, 2, 'Watu wanunua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2682', 0, 3, 'Tikiti Mani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2682', 0, 4, 'Watu tisa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2687', 0, 'Unaona nini kwenye picha?', 'assets/topic/fruitcollected.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2687', 0, 1, 'Kiti cha buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2687', 0, 2, 'Tofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2687', 0, 3, 'pipa la taka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2687', 0, 4, 'Sanduku'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2692', 0, 'Kwa nini watoto wanafurahia?', 'assets/topic/fun_at_sea.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2692', 0, 1, 'Hakuna papa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2692', 0, 2, 'Maji hayana kina kirefu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2692', 0, 3, 'Wanajua kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2692', 0, 4, 'Wako pamoja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2697', 0, 'Unaona nini kwenye picha?', 'assets/topic/fun_fishing.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2697', 0, 1, 'Mashua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2697', 0, 2, 'Wanaume wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2697', 0, 3, 'Taswira ya wanaume wawili ndani ya Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2697', 0, 4, 'Nyasi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2702', 0, 'Ulicheza lini kama hivi?', 'assets/topic/fun_image.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2702', 0, 1, 'Nilipokuwa mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2702', 0, 2, 'Wakati nilipokuwa pamoja na rafiki yangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2702', 0, 3, 'Nilipokuwa peke yangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2702', 0, 4, 'Ninapokuwa nimechoka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2707', 0, 'Unaona nini kwenye picha?', 'assets/topic/fun_image1.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2707', 0, 1, 'Watoto nane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2707', 0, 2, 'Wakionyesha meno'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2707', 0, 3, 'Miwani ya kwenye Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2707', 0, 4, 'Watoto wanachezea maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2712', 0, 'Mtu anafanya nini?', 'assets/topic/fun_image2.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2712', 0, 1, 'Anaanguka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2712', 0, 2, 'Anacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2712', 0, 3, 'Anaonyesha jinsi ya kupigana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2712', 0, 4, 'Anaburudisha watu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2717', 0, 'Unaona nini kwenye picha?', 'assets/topic/fun_image3.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2717', 0, 1, 'Wasichana watano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2717', 0, 2, 'Watu nane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2717', 0, 3, 'Wakitegesha kamera'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2717', 0, 4, 'Wakisheherekea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2722', 0, 'Kwa nini watoto wanafuraha?', 'assets/topic/fun_image4.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2722', 0, 1, 'Watoto wanapata elimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2722', 0, 2, 'Watoto wanapata zawadi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2722', 0, 3, 'Wanasalimia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2722', 0, 4, 'Wanajihisi vizuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2727', 0, 'Unaona nini kwenye picha?', 'assets/topic/fun_image5.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2727', 0, 1, 'Watoto wanaocheza katika maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2727', 0, 2, 'Anga ang''avu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2727', 0, 3, 'Mawimbi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2727', 0, 4, 'Mtu anakimbia kuelekea mtoni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2732', 0, 'Wanakwenda wapi?', 'assets/topic/fun_image6.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2732', 0, 1, 'Karibu na bahari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2732', 0, 2, 'Wanakwenda kupata chakula cha mchana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2732', 0, 3, 'Wanakwenda kufanya kazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2732', 0, 4, 'Wanakwenda kucheza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2737', 0, 'Je! Rangi gani ungependa kuupaka uwanja?', 'assets/topic/fun_image7.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2737', 0, 1, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2737', 0, 2, 'Njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2737', 0, 3, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2737', 0, 4, 'Rangi ya chungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2742', 0, 'Unaona nini?', 'assets/topic/fun_image8.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2742', 0, 1, 'Nyoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2742', 0, 2, 'Kucheza muziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2742', 0, 3, 'Kuzungumza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2742', 0, 4, 'Kucheza mchezo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2747', 0, 'Wanakwenda wapi?', 'assets/topic/fun_image9.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2747', 0, 1, 'Kutembea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2747', 0, 2, 'Kuendesha baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2747', 0, 3, 'Msituni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2747', 0, 4, 'Maporomoko ya maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2752', 0, 'Unaona nini?', 'assets/topic/fun_in_school.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2752', 0, 1, 'Watoto wamechangamka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2752', 0, 2, 'Kutegeshwa kwa kamera'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2752', 0, 3, 'Picha ya kikundi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2752', 0, 4, 'Mavazi ya rangi ya buluu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2757', 0, 'Unaona nini kwenye picha?', 'assets/topic/fun_in_school1.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2757', 0, 1, 'Watoto wamechangamka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2757', 0, 2, 'Kutegeshwa kwa kamera'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2757', 0, 3, 'Picha ya kikundi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2757', 0, 4, 'Nguo nyeupe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2762', 0, 'Mbwa anachekeshaje?', 'assets/topic/funny-dog.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2762', 0, 1, 'Anachekesha Sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2762', 0, 2, 'Mbwa anahisi baridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2762', 0, 3, 'Mbwa anaumwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2762', 0, 4, 'Amepoteza mmiliki wake'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2767', 0, 'Taja umbo moja la kijiometri', 'assets/topic/geometry.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2767', 0, 1, 'Duara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2767', 0, 2, 'Mraba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2767', 0, 3, 'Pembetatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2767', 0, 4, 'Mraba wa buluu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2772', 0, 'Maji yanaonekanaje?', 'assets/topic/glass_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2772', 0, 1, 'Ang''avu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2772', 0, 2, 'Yanayoonyesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2772', 0, 3, 'Tambarare'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2772', 0, 4, 'Matamu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2777', 0, 'Utawaambia nini ndege hawa?', 'assets/topic/grey-crowned-crane-bird-crane-animal-45853.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2777', 0, 1, 'Njooni nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2777', 0, 2, 'Nendeni mbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2777', 0, 3, 'Mimi nitawatafuna'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2777', 0, 4, 'Ninawaogopa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2782', 0, 'Mpe jina ndege umuonae kila siku?', 'assets/topic/gulls-birds-fly-water-bird-37857.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2782', 0, 1, 'Kunguru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2782', 0, 2, 'Njiwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2782', 0, 3, 'Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2782', 0, 4, 'Tai'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2787', 0, 'Unaona nini kwenye picha?', 'assets/topic/harvest-mango.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2787', 0, 1, 'Maembe yanachumwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2787', 0, 2, 'Wanawake watatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2787', 0, 3, 'Mtu mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2787', 0, 4, 'Mwembe Mdogo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2792', 0, 'Ungefanya nini ikiwa ungekuwa sehemu yao?', 'assets/topic/harvest-pov.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2792', 0, 1, 'Ningemsadia mkubwa wangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2792', 0, 2, 'Ningekata mavuno'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2792', 0, 3, 'Ningewapa Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2792', 0, 4, 'Ningewabebea chakula'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2797', 0, 'Mboga mboga unayoipendelea?', 'assets/topic/harvest.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2797', 0, 1, 'Figili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2797', 0, 2, 'Viazi vyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2797', 0, 3, 'Bamia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2797', 0, 4, 'Majani ya kijani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2802', 0, 'Utanunua nini kutoka hapa?', 'assets/topic/hawker-shoppe_tranzania.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2802', 0, 1, 'Chokoleti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2802', 0, 2, 'Maji ya Nazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2802', 0, 3, 'Bilauri za plasiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2802', 0, 4, 'Makopo ya plastiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2807', 0, 'Wanaonekanaje?', 'assets/topic/healthy-vegetables-restaurant-nature.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2807', 0, 1, 'Wasafi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2807', 0, 2, 'Wenye afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2807', 0, 3, 'Wana ladha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2807', 0, 4, 'Wekundu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2812', 0, 'Ungesafiri wapi kama ungekuwa na helikopta?', 'assets/topic/helicopter.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2812', 0, 1, 'Nchi ya maajabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2812', 0, 2, 'Kupita bahari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2812', 0, 3, 'Juu ya mawingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2812', 0, 4, 'Kati ya milima mikubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2817', 0, 'Mnyama yupi anayeonekana kama mnyama huyu?', 'assets/topic/hippopotamus.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2817', 0, 1, 'Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2817', 0, 2, 'Kifaru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2817', 0, 3, 'Nguruwe pori'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2817', 0, 4, 'Nyati'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2822', 0, 'Mtu anafikiria nini?', 'assets/topic/human_child_family_beach_people_love_parent_son.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2822', 0, 1, 'Sitaogopa wimbi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2822', 0, 2, 'Je, ninaweza kuogelea hadi sasa?'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2822', 0, 3, 'Nitasimama imara.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2822', 0, 4, 'Nitaufikiaje mlima?'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2827', 0, 'Ungependa kuishi huko?', 'assets/topic/hut_tribe_rural_home.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2827', 0, 1, 'Ndiyo, ningependa kuishi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2827', 0, 2, 'Hapana, sitaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2827', 0, 3, 'Si mara zote, lakini mara moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2827', 0, 4, 'Ndiyo, itakuwa ni furaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2832', 0, 'Picha inaonekanaje?', 'assets/topic/jeep_road.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2832', 0, 1, 'Gari jeep chini ya mti wa halowini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2832', 0, 2, 'Matango mawili makubwa nyuma ya gari jeep'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2832', 0, 3, 'Barabara thou'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2832', 0, 4, 'Barabara nyembamba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2837', 0, 'Mbwa anafanya nini?', 'assets/topic/jump-water-sheepdog.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2837', 0, 1, 'Anajaribu kupiga mbizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2837', 0, 2, 'Anamfukuza mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2837', 0, 3, 'Anamuogopesha mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2837', 0, 4, 'Anamkimbilia mmiliki wake'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2842', 0, 'Je! Unaweza kuona nini?', 'assets/topic/kenya.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2842', 0, 1, 'Anga la buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2842', 0, 2, 'Milima ya kijivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2842', 0, 3, 'Anga na mlima ikizungumza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2842', 0, 4, 'Utelezi Mkubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2847', 0, 'Je! Unaweza kuona nini?', 'assets/topic/kid-2429655_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2847', 0, 1, 'Marumaru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2847', 0, 2, 'Nilitumia kuchezea marumaru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2847', 0, 3, 'Mvulana anahesabu marumaru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2847', 0, 4, 'Nataka kucheza mchezo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2852', 0, 'Unajisikiaje kuhusu picha?', 'assets/topic/kids-3311090_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2852', 0, 1, 'Msichana mkubwa anataka kumchukua Mdogo yake.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2852', 0, 2, 'Msichana anataka kushiriki vitafunwa.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2852', 0, 3, 'Msichana mdogo analia.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2852', 0, 4, 'Msichana mdogo anataka kula.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2857', 0, 'Picha hiyo inasema nini?', 'assets/topic/kindergarten-504672_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2857', 0, 1, 'Darasa lenye furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2857', 0, 2, 'Darasa lililojaa michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2857', 0, 3, 'Watoto wanawachunguza wadudu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2857', 0, 4, 'Mwalimu yupo na watoto pia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2862', 0, 'Penguins wanafanya nini?', 'assets/topic/king-penguin-penguins-group-of-penguins-bird-53970.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2862', 0, 1, 'Wanazungumza na kila mmoja.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2862', 0, 2, 'Wana mipango ya kutoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2862', 0, 3, 'Wana mkutano.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2862', 0, 4, 'Wanamsubiri mtu.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2867', 0, 'Unatamani kuona muunganiko wa rangi ipi Kwa hawa mbwa?', 'assets/topic/labrador-breed-dogsl.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2867', 0, 1, 'Nyeusi na nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2867', 0, 2, 'Dhahabu na kijivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2867', 0, 3, 'kahawia na nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2867', 0, 4, 'Buluu nyeusi na theluji nyeupe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2872', 0, 'Je! ni milima mingapi inaweza kuwa huko?', 'assets/topic/ladakh.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2872', 0, 1, 'Mine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2872', 0, 2, 'Mitano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2872', 0, 3, 'Mitano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2872', 0, 4, 'Sita'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2877', 0, 'Unaona nini kwenye hii picha?', 'assets/topic/landscape.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2877', 0, 1, 'Bwawa dogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2877', 0, 2, 'Mawio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2877', 0, 3, 'mawingu yenye rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2877', 0, 4, 'Milima midogo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2882', 0, 'Mnyama yupi anaweza kuishi hapa?', 'assets/topic/landscape_nature.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2882', 0, 1, 'Dinosau'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2882', 0, 2, 'Tembo Mkubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2882', 0, 3, 'Tai wakutisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2882', 0, 4, 'Nyuki Mkubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2887', 0, 'Unaona nini kwenye hii picha?', 'assets/topic/landscape_nature_horizon.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2887', 0, 1, 'Mlima juu ya mawingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2887', 0, 2, 'Miti iliyopinda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2887', 0, 3, 'Mawingu yanayoelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2887', 0, 4, 'Sioni ndege yoyote'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2892', 0, 'Ni matunda gani unayopenda kuyaona katika mmea huu wa rangi?', 'assets/topic/leaves.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2892', 0, 1, 'Embed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2892', 0, 2, 'Stroberi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2892', 0, 3, 'Pera'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2892', 0, 4, 'Tikiti Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2897', 0, 'Je! Barabara inakupeleka wapi?', 'assets/topic/lesotho_road.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2897', 0, 1, 'Nyumbani kwangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2897', 0, 2, 'Msituni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2897', 0, 3, 'Mlimani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2897', 0, 4, 'Maporomoko ya maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2902', 0, 'Unaona nini kwenye picha?', 'assets/topic/local_shop_2.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2902', 0, 1, 'Maduka matatu yaliyowazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2902', 0, 2, 'Duka moja lililofungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2902', 0, 3, 'Pakiti za Michele'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2902', 0, 4, 'Baiskeli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2907', 0, 'Andika rangi uipendayo?', 'assets/topic/machine.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2907', 0, 1, 'Zambarau'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2907', 0, 2, 'rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2907', 0, 3, 'Njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2907', 0, 4, 'Nguo nyeupe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2912', 0, 'Unataka kuandika nini katika meza kwenye picha?', 'assets/topic/mangoe.JPG', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2912', 0, 1, 'Matunda mazuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2912', 0, 2, 'Ninapenda embed'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2912', 0, 3, 'Mapera sio mabaya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2912', 0, 4, 'Njooni wote tupate'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2917', 0, 'Unaona nini kwenye picha?', 'assets/topic/mar-2681141_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2917', 0, 1, 'Mvulana akipiga mbizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2917', 0, 2, 'Matairi makubwa matatu myeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2917', 0, 3, 'Hatua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2917', 0, 4, 'Wavulana wawili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2922', 0, 'Unaweza kuona nini kutoka katika kilele cha mlima?', 'assets/topic/matterhorn.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2922', 0, 1, 'Mji mzima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2922', 0, 2, 'Mawingu yakipita'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2922', 0, 3, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2922', 0, 4, 'Nchi ya maajabu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2927', 0, 'Je! Barabara huenda wapi?', 'assets/topic/mega_ethiopia.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2927', 0, 1, 'Msituni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2927', 0, 2, 'Mlimani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2927', 0, 3, 'Maporomoko ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2927', 0, 4, 'Mjini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2932', 0, 'Nani mwenye ndege mwanaserere Nyumbani kwako?', 'assets/topic/military_raptor.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2932', 0, 1, 'Mimi mwenyewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2932', 0, 2, 'Kaka yangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2932', 0, 3, 'Dada yangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2932', 0, 4, 'Rafiki yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2937', 0, 'Maji yana thamani gani?', 'assets/topic/mineral_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2937', 0, 1, 'Maji yapo kila mahali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2937', 0, 2, 'Yana thamani sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2937', 0, 3, 'Unaweza kununua maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2937', 0, 4, 'Sehemu nyingi hakuna maji salama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2942', 0, 'Mtoto wa tumbili anahisi nini Kwa mama yake?', 'assets/topic/monkey.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2942', 0, 1, 'Usalama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2942', 0, 2, 'Hahisi njaa kamwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2942', 0, 3, 'Anaweza kufanya mambo yote yenye kufurahisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2942', 0, 4, 'Upendo mwingi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2947', 0, 'Unaona nini kwenye picha?', 'assets/topic/mountain-sky.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2947', 0, 1, 'Milima miwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2947', 0, 2, 'Mawingu yenye giza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2947', 0, 3, 'Mlima mweupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2947', 0, 4, 'Miti mingi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2952', 0, 'Unaona nini kwenye picha?', 'assets/topic/mountain_africa.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2952', 0, 1, 'Milima minne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2952', 0, 2, 'Hakuna mawingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2952', 0, 3, 'Milima yenye giza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2952', 0, 4, 'Miti mingi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2957', 0, 'Ni aina gani ya wanyama utawapata hapa?', 'assets/topic/mountain_green.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2957', 0, 1, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2957', 0, 2, 'Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2957', 0, 3, 'Paa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2957', 0, 4, 'Nyoka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2962', 0, 'Inaonekanaje?', 'assets/topic/mountain_mirror.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2962', 0, 1, 'Nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2962', 0, 2, 'Mbinguni duniani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2962', 0, 3, 'Juu angani na chini ya mlima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2962', 0, 4, 'Maji ya wazi ya yanayoonekana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2967', 0, 'Unaona nini kwenye picha?', 'assets/topic/mountain_snow.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2967', 0, 1, 'Milima mingi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2967', 0, 2, 'Wingu safi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2967', 0, 3, 'Mlima mweupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2967', 0, 4, 'Hakuna miti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2972', 0, 'Unaona nini kwenye picha?', 'assets/topic/mountains-page.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2972', 0, 1, 'Milima mingi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2972', 0, 2, 'Wingu safi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2972', 0, 3, 'Njia kati ya vilima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2972', 0, 4, 'Hakuna miti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2977', 0, 'Unaona nini Sokoni?', 'assets/topic/nepalseller.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2977', 0, 1, 'Mtu amebeba mbogamboga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2977', 0, 2, 'Koliflawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2977', 0, 3, 'Watu wanauza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2977', 0, 4, 'watu wanunua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2982', 0, 'Inaonekanaje ukipuuza idadi?', 'assets/topic/number.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2982', 0, 1, 'Ukuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2982', 0, 2, 'Uwanja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2982', 0, 3, 'Dari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2982', 0, 4, 'Inawezekana kuwa bendera'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2987', 0, 'Nani mtu huyo?', 'assets/topic/obama.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2987', 0, 1, 'Rais wa zamani wa Amerika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2987', 0, 2, 'Mzazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2987', 0, 3, 'Mwalimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2987', 0, 4, 'Mtu mkubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2992', 0, 'Unaona nini kwenye picha?', 'assets/topic/ocean_fun.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2992', 0, 1, 'Mashua nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2992', 0, 2, 'Wanaume wanne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2992', 0, 3, 'Kobe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2992', 0, 4, 'maji ya buluu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_2997', 0, 'Haya ninini?', 'assets/topic/paperclip.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2997', 0, 1, 'Makaratasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2997', 0, 2, 'Mifuko ya plastiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2997', 0, 3, 'Mafaili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_2997', 0, 4, 'Daftari'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3002', 0, 'Unawapatiaje Maji njiwa?', 'assets/topic/pegion_drinkwater.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3002', 0, 1, 'Wanakunywa maji kutoka kwenye sufuria mbele ya nyumba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3002', 0, 2, 'Naweka bakuli la maji juu ya paa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3002', 0, 3, 'Maji hutoka kwenye bomba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3002', 0, 4, 'Naweka bakuli karibu na mti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3007', 0, 'Ni rangi ipi unayoitaka ndani yake?', 'assets/topic/pencils.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3007', 0, 1, 'Jengo kubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3007', 0, 2, 'Daraja kubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3007', 0, 3, 'Nyangumi wa buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3007', 0, 4, 'Bahari'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3012', 0, 'Andika jambo jema', 'assets/topic/pexels-deer-girl.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3012', 0, 1, 'Paa ni mzuri sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3012', 0, 2, 'Nyasi ni safi sana na siku inang''aa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3012', 0, 3, 'Muungano wa wanyama na binadamu ni wenye nguvu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3012', 0, 4, 'Msichana anacheza na Paa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3017', 0, 'Je, Kuku hula nini?', 'assets/topic/pexels-hen.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3017', 0, 1, 'Nafaka na mbegu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3017', 0, 2, 'Koliflawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3017', 0, 3, 'Karoti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3017', 0, 4, 'Beri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3022', 0, 'Ni Mpira upi unataka kuwapa watoto?', 'assets/topic/pexels-photo-1002057.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3022', 0, 1, 'Mpira wa miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3022', 0, 2, 'Mpira wa kupiga na Gongo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3022', 0, 3, 'Mpira wa wavu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3022', 0, 4, 'Mpira wa tenisi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3027', 0, 'Unataka kuwapeleka wapi watoto hawa?', 'assets/topic/pexels-photo-1002061.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3027', 0, 1, 'Nyumbani kwangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3027', 0, 2, 'Hifadhi ya maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3027', 0, 3, 'Bustani ya wanyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3027', 0, 4, 'Krona'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3032', 0, 'Unajisikiaje kuhusu mmea huu?', 'assets/topic/pexels-photo-1002703.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3032', 0, 1, 'Ni Mdogo sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3032', 0, 2, 'Unamea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3032', 0, 3, 'Utakuwa Mkubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3032', 0, 4, 'Ndege iwatajenga kiota ndani yake baadaye'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3037', 0, 'Unaona nini kwenye picha?', 'assets/topic/pexels-photo-1027621.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3037', 0, 1, 'Alfajiri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3037', 0, 2, 'Watoto wawili wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3037', 0, 3, 'Vivuli vya watoto wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3037', 0, 4, 'Hakuna mbwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3042', 0, 'Ndege hufanya nini?', 'assets/topic/pexels-photo-1035056.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3042', 0, 1, 'Hunywa Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3042', 0, 2, 'Hukamata samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3042', 0, 3, 'Huoga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3042', 0, 4, 'Husubiria ndege wenzao'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3047', 0, 'Unaona nini kwenye hii picha?', 'assets/topic/pexels-photo-1046209.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3047', 0, 1, 'Umbo tenge'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3047', 0, 2, 'Nyota'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3047', 0, 3, 'Mti mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3047', 0, 4, 'Rangi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3052', 0, 'Watoto wanafanya nini?', 'assets/topic/pexels-photo-106258.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3052', 0, 1, 'Wanacheza katika Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3052', 0, 2, 'Wanapiga mbizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3052', 0, 3, 'Wanaburudika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3052', 0, 4, 'Wanaoga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3057', 0, 'Mnyama yupi Unataka kumfuga hapa?', 'assets/topic/pexels-photo-1094556.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3057', 0, 1, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3057', 0, 2, 'Kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3057', 0, 3, 'Mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3057', 0, 4, 'Paa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3062', 0, 'Je! Mti unasema nini?', 'assets/topic/pexels-photo-1102917.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3062', 0, 1, 'Sisi ni mapacha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3062', 0, 2, 'Nina matawi mengi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3062', 0, 3, 'Tumia kuni yangu kavu kwa kupikia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3062', 0, 4, 'Mimi sipati maji ya kutosha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3067', 0, 'Kama ungekuwa wewe Ni ndege ungefanya nini?', 'assets/topic/pexels-photo-1126384.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3067', 0, 1, 'Ningefurahia mawio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3067', 0, 2, 'Ningecheza na ndege wengine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3067', 0, 3, 'ningejaribu kuruka juu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3067', 0, 4, 'Ningekabiliana na upepo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3072', 0, 'Je! Utawaambia nini ndege hawa wazuri?', 'assets/topic/pexels-photo-1156507.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3072', 0, 1, 'Je, utatwiti kwaajili yangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3072', 0, 2, 'Ruka mbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3072', 0, 3, 'Nakupenda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3072', 0, 4, 'Kuwa salama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3077', 0, 'Utazungumza nini ikiwa wewe ni mmoja wao?', 'assets/topic/pexels-photo-1181355.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3077', 0, 1, 'Nitaongea kuhusu dinosaur'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3077', 0, 2, 'Nitaongea kuhusu elimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3077', 0, 3, 'Nitaongea kuhusu kijiji change'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3077', 0, 4, 'Nitaongea kuhusu wanyama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3082', 0, 'Mahali hapa panaitwaje?', 'assets/topic/pexels-photo-1198817.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3082', 0, 1, 'Nchi ya ndoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3082', 0, 2, 'Nchi ya maajabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3082', 0, 3, 'Nchi ya Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3082', 0, 4, 'Nchi nzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3087', 0, 'Unahisi nini ukicheza ndani ya Maji?', 'assets/topic/pexels-photo-1240989.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3087', 0, 1, 'Nafurahia sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3087', 0, 2, 'Naburudika na marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3087', 0, 3, 'Ndege huru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3087', 0, 4, 'Nacheza na Kucheza'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3092', 0, 'Unataka kujenga nini hapa?', 'assets/topic/pexels-photo-1250343.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3092', 0, 1, 'Majengo makubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3092', 0, 2, 'Daraja linalounganisha mlima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3092', 0, 3, 'Maji ya kwenye pipa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3092', 0, 4, 'Bustani ya wanyama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3097', 0, 'Unaona nini kwenye picha?', 'assets/topic/pexels-photo-1269808.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3097', 0, 1, 'Kijani kibichi kila mahali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3097', 0, 2, 'Mawingu kupita chini ya mlima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3097', 0, 3, 'Nyumba nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3097', 0, 4, 'Milima mikubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3102', 0, 'Ni wanyama gani unaowapata hapa?', 'assets/topic/pexels-photo-141233.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3102', 0, 1, 'Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3102', 0, 2, 'Nyoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3102', 0, 3, 'Paa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3102', 0, 4, 'Simba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3107', 0, 'Utamuuliza nini mwanamke huyo?', 'assets/topic/pexels-photo-1422389.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3107', 0, 1, 'Muulizie baiskeli yake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3107', 0, 2, 'Tembea naye'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3107', 0, 3, 'Ninataka kukusaidia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3107', 0, 4, 'Kofia yako ni nzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3112', 0, 'Utamuuliza nini mtu yule?', 'assets/topic/pexels-photo-1422390.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3112', 0, 1, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3112', 0, 2, 'Mamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3112', 0, 3, 'Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3112', 0, 4, 'Kofia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3117', 0, 'Kuna nyumba ngapi?', 'assets/topic/pexels-photo-1551493.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3117', 0, 1, 'Nyumba nyingi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3117', 0, 2, 'Nyumba thelathini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3117', 0, 3, 'Nyumba mia moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3117', 0, 4, 'Hazihesabiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3122', 0, 'Unataka kumpatia jina gani tumbili huyu mzuri?', 'assets/topic/pexels-photo-1603242.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3122', 0, 1, 'Jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3122', 0, 2, 'Mwezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3122', 0, 3, 'Wingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3122', 0, 4, 'Stroberi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3127', 0, 'Unaona nini kwenye picha?', 'assets/topic/pexels-photo-188679.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3127', 0, 1, 'Lori'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3127', 0, 2, 'Tingatinga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3127', 0, 3, 'Tingatinga likiondoa tope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3127', 0, 4, 'Lori iliyojaa matope'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3132', 0, 'Unataka kusema nini kuhusu msichana?', 'assets/topic/pexels-photo-204496.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3132', 0, 1, 'Jasiri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3132', 0, 2, 'Ana urafiki na Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3132', 0, 3, 'mzuri sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3132', 0, 4, 'Ana saa nzuri ya mkononi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3137', 0, 'Je utamwambia nini ndege mzuri?', 'assets/topic/pexels-photo-208811.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3137', 0, 1, 'Njoo nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3137', 0, 2, 'Ruka mbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3137', 0, 3, 'Nakupenda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3137', 0, 4, 'Kuwa salama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3142', 0, 'Unasema nini mahali hapa?', 'assets/topic/pexels-photo-219376.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3142', 0, 1, 'Nyumba nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3142', 0, 2, 'Taswira ya nyumba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3142', 0, 3, 'Kibaramwezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3142', 0, 4, 'Anga nzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3147', 0, 'Je utaipaka Nyumba rangi gani?', 'assets/topic/pexels-photo-235725.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3147', 0, 1, 'Waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3147', 0, 2, 'Rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3147', 0, 3, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3147', 0, 4, 'Zambarau'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3152', 0, 'Ni nyumba ya aina gani?', 'assets/topic/pexels-photo-259780.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3152', 0, 1, 'Nyumba ya zamani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3152', 0, 2, 'Kibanda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3152', 0, 3, 'Nyumba ya jiwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3152', 0, 4, 'Nyumba ya matofali'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3157', 0, 'Toa jina la Mtu yeyote?', 'assets/topic/pexels-photo-260487.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3157', 0, 1, 'Kuku mwenye kofia ya kijivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3157', 0, 2, 'Kuku mwenye kofia ya rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3157', 0, 3, 'Yai na kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3157', 0, 4, 'Nyanya za rangi ya chungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3162', 0, 'Hii ni nyumba ya aina gani?', 'assets/topic/pexels-photo-260788.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3162', 0, 1, 'Nyumba ya zamani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3162', 0, 2, 'Kibanda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3162', 0, 3, 'Nyumba ya jiwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3162', 0, 4, 'Nyumba ya matofali'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3167', 0, 'Watoto wanafanya nini?', 'assets/topic/pexels-photo-296301.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3167', 0, 1, 'Wamesimama kwenye mstari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3167', 0, 2, 'Wako tayari kuruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3167', 0, 3, 'Wanakimbia kupitia vitalu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3167', 0, 4, 'Wanamsubiria ndege'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3172', 0, 'Watoto wanafanya nini?', 'assets/topic/pexels-photo-298297.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3172', 0, 1, 'Wanaimba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3172', 0, 2, 'Wanapiga fidla'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3172', 0, 3, 'Wanafurahia Karibu na Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3172', 0, 4, 'Wanaburudika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3177', 0, 'Anafanya nini?', 'assets/topic/pexels-photo-345135.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3177', 0, 1, 'Anachora mstari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3177', 0, 2, 'Anachukua vipimo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3177', 0, 3, 'Anakata Mbao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3177', 0, 4, 'Anatengeneza samani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3182', 0, 'Je, ni aina gani ya wanyama wanaopatikana hapa?', 'assets/topic/pexels-photo-410074.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3182', 0, 1, 'Nyoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3182', 0, 2, 'Mijusi wakubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3182', 0, 3, 'Nge'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3182', 0, 4, 'Nguruwe pori'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3187', 0, 'Ungependa kufanya nini ukienda huko?', 'assets/topic/pexels-photo-414458.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3187', 0, 1, 'Nitachukua maua yote'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3187', 0, 2, 'Nitalala kwenye nyasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3187', 0, 3, 'Nitakaa juu ya mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3187', 0, 4, 'Nitacheza na ndege wengine'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3192', 0, 'Anafanya nini pamoja na ile gari?', 'assets/topic/pexels-photo-422197.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3192', 0, 1, 'Anapaka rangi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3192', 0, 2, 'Anaisafisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3192', 0, 3, 'Anaiosha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3192', 0, 4, 'Anaikarabati'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3197', 0, 'Unasema nini kwa ndege hii?', 'assets/topic/pexels-photo-56708.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3197', 0, 1, 'nakupenda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3197', 0, 2, 'Matunda ni yako'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3197', 0, 3, 'Kula unachotaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3197', 0, 4, 'Ninyi nyote mnaonekana wazuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3202', 0, 'Nini unaona kwenye picha?', 'assets/topic/pexels-photo-572937.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3202', 0, 1, 'Miti mingi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3202', 0, 2, 'Miti ya kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3202', 0, 3, 'Msitu mkubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3202', 0, 4, 'Msitu wa hatari'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3207', 0, 'Utafanya nini na Tufaa?', 'assets/topic/pexels-photo-574919.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3207', 0, 1, 'Nitayala yote'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3207', 0, 2, 'Nitatengeneza juisi ya Tofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3207', 0, 3, 'Nitamgawia na rafiki yangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3207', 0, 4, 'Nitashiriki na familia yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3212', 0, 'Unapenda kumuona ndege gani hapa?', 'assets/topic/pexels-photo-621720.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3212', 0, 1, 'Kasuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3212', 0, 2, 'Njiwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3212', 0, 3, 'Ndege upendo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3212', 0, 4, 'Shomoro'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3217', 0, 'Msichana anafanya nini?', 'assets/topic/pexels-photo-670237.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3217', 0, 1, 'Anacheza kwenye maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3217', 0, 2, 'Anachezea bata'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3217', 0, 3, 'Anakuja karibu ya wazazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3217', 0, 4, 'Anaita marafiki zake wacheze nae'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3222', 0, 'Unataka kuwaambia nini?', 'assets/topic/pexels-photo-715569.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3222', 0, 1, 'Ninyi nyote mnaonekana wazuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3222', 0, 2, 'Njoo nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3222', 0, 3, 'Mtakula nini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3222', 0, 4, 'Nendeni mbali mnanitisha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3227', 0, 'Inaonekanaje kama?', 'assets/topic/pexels-photo-757292.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3227', 0, 1, 'Mwamvuli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3227', 0, 2, 'Nyumba ya makuti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3227', 0, 3, 'Nusu ya jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3227', 0, 4, 'Pipi ya machungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3232', 0, 'Mtu anafanya nini?', 'assets/topic/pexels-photo-760984.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3232', 0, 1, 'Analisha Bata'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3232', 0, 2, 'Analisha Bata Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3232', 0, 3, 'Analisha njiwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3232', 0, 4, 'Analisha ndege Kren'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3237', 0, 'Unaona nini katika uso wa watu?', 'assets/topic/pexels-photo-761148.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3237', 0, 1, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3237', 0, 2, 'Amani ya akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3237', 0, 3, 'Uchovu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3237', 0, 4, 'Maisha ya kuridhika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3242', 0, 'Unataka kusema nini kwa ndege huyu?', 'assets/topic/pexels-photo-763197.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3242', 0, 1, 'Macho yako ni mazuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3242', 0, 2, 'Rangi nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3242', 0, 3, 'Mdomo ni mzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3242', 0, 4, 'Shingo inangáa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3247', 0, 'Hatua hizi zinakupeleka wapi?', 'assets/topic/pexels-photo-904778.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3247', 0, 1, 'Kwenye hekalu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3247', 0, 2, 'Kwenye kilele cha mlima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3247', 0, 3, 'Kwenye Nchi ndoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3247', 0, 4, 'Kwenye Mawingu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3252', 0, 'Mtu anafanya nini?', 'assets/topic/pexels-photo-916405.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3252', 0, 1, 'Anarusha Wavu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3252', 0, 2, 'Anajaribu kukamata samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3252', 0, 3, 'Anataka kuanguka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3252', 0, 4, 'Anacheza kwenye maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3257', 0, 'Unataka kumwambia nini Penguin', 'assets/topic/pexels_penguin_snow.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3257', 0, 1, 'Wewe ni mzuri sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3257', 0, 2, 'Ninaweza kucheza na wewe?'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3257', 0, 3, 'Njoo nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3257', 0, 4, 'Nitakupa chokoleti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3262', 0, 'Unaona nini?', 'assets/topic/pickerveg.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3262', 0, 1, 'Msichana mzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3262', 0, 2, 'Tango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3262', 0, 3, 'Sufuria'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3262', 0, 4, 'Shamba la Tango'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3267', 0, 'Unapendelea mbogamboga zipi za majani?', 'assets/topic/picking-leaves.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3267', 0, 1, 'Spinachi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3267', 0, 2, 'Kabichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3267', 0, 3, 'Mchicha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3267', 0, 4, 'Chainizi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3272', 0, 'Unafikiria nini kuhusu picha?', 'assets/topic/pig_feeding.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3272', 0, 1, 'Mtoto ana njaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3272', 0, 2, 'Nguruwe anamlisha mtoto wake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3272', 0, 3, 'Huduma ya mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3272', 0, 4, 'Upendo wa mama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3277', 0, 'Unapenda nini kuhusu mananasi?', 'assets/topic/pineapple-cutting.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3277', 0, 1, 'Tunda ni tamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3277', 0, 2, 'Juisi ni nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3277', 0, 3, 'Saladi ya matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3277', 0, 4, 'Inatumiwa juu ya uso'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3282', 0, 'Unapenda kuruka wapi ukiwa ndani yake?', 'assets/topic/plane.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3282', 0, 1, 'Kisiwani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3282', 0, 2, 'Mbali ya nchi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3282', 0, 3, 'Kote duniani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3282', 0, 4, 'Nchi ya maajabu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3287', 0, 'Muelezee mtu kuhusu maua', 'assets/topic/plants-2689889_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3287', 0, 1, 'Ni makali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3287', 0, 2, 'Petali nyingi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3287', 0, 3, 'Yanafanana na jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3287', 0, 4, 'Rangi nzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3292', 0, 'Chagua rangi unayoipenda.', 'assets/topic/play-stone.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3292', 0, 1, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3292', 0, 2, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3292', 0, 3, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3292', 0, 4, 'Zambarau'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3297', 0, 'Mama yake atasema nini?', 'assets/topic/rain_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3297', 0, 1, 'Atamkaripia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3297', 0, 2, 'Anaweza kupata homa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3297', 0, 3, 'Atampaka kuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3297', 0, 4, 'hatamrushusu acheze mchezo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3302', 0, 'Utasemaje kuhusu ndege?', 'assets/topic/rainbow-lorikeet-parrots-australia-rainbow-37833.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3302', 0, 1, 'Unaonekana mrembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3302', 0, 2, 'nakupenda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3302', 0, 3, 'Upinde wa mvua ni kama wewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3302', 0, 4, 'Shingo yako inang''aa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3307', 0, 'Nini unapenda kufanya wakati wa mvua?', 'assets/topic/raining_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3307', 0, 1, 'Kucheza kwenye mvua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3307', 0, 2, 'Kuotesha miti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3307', 0, 3, 'Kukuza Mazao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3307', 0, 4, 'kula kuki za moto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3312', 0, 'Utawasaidiaje?', 'assets/topic/repairpipe.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3312', 0, 1, 'Nitashika bomba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3312', 0, 2, 'Nifunga nguo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3312', 0, 3, 'Niterekebisha bomba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3312', 0, 4, 'Nitakaza msumari'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3317', 0, 'Inaitwaje?', 'assets/topic/rickshaw.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3317', 0, 1, 'Bajaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3317', 0, 2, 'Bajaj'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3317', 0, 3, 'Auto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3317', 0, 4, 'Rickshaw'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3322', 0, 'Unaona nini kwenye picha?', 'assets/topic/rickshaw_tanga.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3322', 0, 1, 'Bajaji ya kuvutwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3322', 0, 2, 'Bajaji ya duara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3322', 0, 3, 'Watu watatu wameketi juu yake'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3322', 0, 4, 'Mafuta ya Petroli hayahitajiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3327', 0, 'Unapata wanyama gani wa majini hapa?', 'assets/topic/river_water.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3327', 0, 1, 'Mamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3327', 0, 2, 'Kiboko'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3327', 0, 3, 'Sili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3327', 0, 4, 'Samaki Mkubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3332', 0, 'Unaona nini kwenye picha?', 'assets/topic/rocky-mountain.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3332', 0, 1, 'Milima mingi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3332', 0, 2, 'Njia nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3332', 0, 3, 'Anga nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3332', 0, 4, 'Nyasi kidogo hapa na pale'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3337', 0, 'Unataka kula saladi gani?', 'assets/topic/salad.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3337', 0, 1, 'Saladi ya stroberi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3337', 0, 2, 'Saladi ya Buluuberi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3337', 0, 3, 'Saladi ya Figi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3337', 0, 4, 'Saladi ya Tofaa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3342', 0, 'Ungependa kupaka rangi kwa rangi gani?', 'assets/topic/scooter.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3342', 0, 1, 'Njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3342', 0, 2, 'waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3342', 0, 3, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3342', 0, 4, 'Zambarau'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3347', 0, 'Unaona nini kwenye picha?', 'assets/topic/semins.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3347', 0, 1, 'Anga tulivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3347', 0, 2, 'Alfajiri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3347', 0, 3, 'Theluji imejaa mlima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3347', 0, 4, 'Milima miwili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3352', 0, 'Mnyama gani unaoona hapa?', 'assets/topic/serengeti_landscape.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3352', 0, 1, 'Punda milia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3352', 0, 2, 'Nyati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3352', 0, 3, 'Duma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3352', 0, 4, 'Paa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3357', 0, 'Utasema nini kwa Papa yuleyule?', 'assets/topic/shark_ocean_dark.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3357', 0, 1, 'Unatisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3357', 0, 2, 'Nenda zako'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3357', 0, 3, 'Papa na Meno makubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3357', 0, 4, 'Inaogopesha sana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3362', 0, 'Utanunua nini kutoka hapa?', 'assets/topic/shop1.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3362', 0, 1, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3362', 0, 2, 'Tango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3362', 0, 3, 'Nyanya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3362', 0, 4, 'Vitunguu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3367', 0, 'Utanunua nini kutoka hapa?', 'assets/topic/shop2.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3367', 0, 1, 'Jagi la plastiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3367', 0, 2, 'Ndoo ya Plastiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3367', 0, 3, 'kamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3367', 0, 4, 'Boksi la sabuni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3372', 0, 'Unaona nini katika picha?', 'assets/topic/shop3.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3372', 0, 1, 'Muuzaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3372', 0, 2, 'Mnunuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3372', 0, 3, 'Pilipili Hoho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3372', 0, 4, 'Ndizi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3377', 0, 'Unapata nini hapa?', 'assets/topic/shop4.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3377', 0, 1, 'Chips'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3377', 0, 2, 'Shampuu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3377', 0, 3, 'Juisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3377', 0, 4, 'Bidhaa za Huduma ya Urembo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3382', 0, 'Utanunua nini kutoka hapa?', 'assets/topic/shop5.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3382', 0, 1, 'Kaptura'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3382', 0, 2, 'Mashati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3382', 0, 3, 'Makoti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3382', 0, 4, 'Suruali'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3387', 0, 'Vitu unavyovipenda vya tanuru la mikate?', 'assets/topic/shop6.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3387', 0, 1, 'Keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3387', 0, 2, 'Kuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3387', 0, 3, 'Mkate uwa kuchoma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3387', 0, 4, 'Skonzi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3392', 0, 'Kuna matunda gani pale?', 'assets/topic/shop7.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3392', 0, 1, 'Embe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3392', 0, 2, 'Tofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3392', 0, 3, 'Boga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3392', 0, 4, 'Tunda Kiwi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3397', 0, 'Sote tunapata nini hapa?', 'assets/topic/shop8.JPG', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3397', 0, 1, 'Sukari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3397', 0, 2, 'Sabuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3397', 0, 3, 'Dawa ya Mswaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3397', 0, 4, 'Mafuta ya kupikia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3402', 0, 'Mpe paka jina zuri.', 'assets/topic/sleeping_cat.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3402', 0, 1, 'Konokono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3402', 0, 2, 'Mtoto wa simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3402', 0, 3, 'Twiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3402', 0, 4, 'Pipi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3407', 0, 'Unaona nini katika picha?', 'assets/topic/snow-landscape-trees-winter.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3407', 0, 1, 'Miti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3407', 0, 2, 'Theluji kila mahali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3407', 0, 3, 'mti wa Krismasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3407', 0, 4, 'Msimu wa baridi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3412', 0, 'Unapenda kuwapa nini?', 'assets/topic/soccer-434343_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3412', 0, 1, 'Mpira wa miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3412', 0, 2, 'Tikiti maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3412', 0, 3, 'Mpira wa wavu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3412', 0, 4, 'Nazi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3417', 0, 'Unapenda kumwambia nini Twiga?', 'assets/topic/south-africa-giraffes.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3417', 0, 1, 'Una miguu mirefu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3417', 0, 2, 'Unaoneka mrembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3417', 0, 3, 'Pembe zako zinachekesha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3417', 0, 4, 'Shingo yako ni ndefu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3422', 0, 'Unaona nini katika picha?', 'assets/topic/stockholm.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3422', 0, 1, 'Maduka mengi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3422', 0, 2, 'Maduka ya matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3422', 0, 3, 'Maduka ya mbogamboga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3422', 0, 4, 'Maduka ya matunda makavu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3427', 0, 'Paka anafanya nini?', 'assets/topic/stretching_body_cat.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3427', 0, 1, 'Tayari kukimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3427', 0, 2, 'Zoezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3427', 0, 3, 'Yoga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3427', 0, 4, 'Kujitegesha kwaajili ya kupigwa picha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3432', 0, 'Nini ungependa kufanya hapa?', 'assets/topic/sunset_lake.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3432', 0, 1, 'Kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3432', 0, 2, 'Uvuvi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3432', 0, 3, 'Kucheza na marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3432', 0, 4, 'Kufurahia khali ya hewa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3437', 0, 'Unaona nini katika picha?', 'assets/topic/sunset_ship.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3437', 0, 1, 'machweo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3437', 0, 2, 'Mashua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3437', 0, 3, 'Maji yaliyotulia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3437', 0, 4, 'Ndege'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3442', 0, 'Soko kubwa lipoje?', 'assets/topic/supermarket.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3442', 0, 1, 'Kubwa sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3442', 0, 2, 'Unapata kila kitu pale'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3442', 0, 3, 'Kuna kazi nyingi pale'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3442', 0, 4, 'Bei nzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3447', 0, 'Unaona nini katika picha', 'assets/topic/swans-2441210_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3447', 0, 1, 'Kikundi cha Bata'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3447', 0, 2, 'Mtoto bata'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3447', 0, 3, 'Watoto wa bata wapo salama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3447', 0, 4, 'Bata wapo makini kuhusu watoto wao.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3452', 0, 'Mwanamke anafanya nini?', 'assets/topic/swinging.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3452', 0, 1, 'Anabembea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3452', 0, 2, 'Anasoma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3452', 0, 3, 'Anaangalia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3452', 0, 4, 'Anafanya kazi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3457', 0, 'Unaona nini kwenye picha?', 'assets/topic/tanzania_eridubet.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3457', 0, 1, 'Kikundi cha watoto wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3457', 0, 2, 'Watoto wanacheza Soka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3457', 0, 3, 'Ni mapema asubuhi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3457', 0, 4, 'Kuna vumbi kila mahali'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3462', 0, 'Picha inahusu nini?', 'assets/topic/tanzania_mount.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3462', 0, 1, 'Mlima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3462', 0, 2, 'Mlima wa kijani na bluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3462', 0, 3, 'Taji la wingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3462', 0, 4, 'Aiskrimu kama theluji juu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3467', 0, 'Ni nini kinachoonekana kwenye picha?', 'assets/topic/tanzania_national_park.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3467', 0, 1, 'Miti yenye matawi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3467', 0, 2, 'Nyasi kavu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3467', 0, 3, 'Anga la bluu lenye mawingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3467', 0, 4, 'Mlima'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3472', 0, 'Unaona nini?', 'assets/topic/tanzania_road_dust.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3472', 0, 1, 'Barabara ya vumbi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3472', 0, 2, 'Barabara tupu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3472', 0, 3, 'Mimea ya kijani na miti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3472', 0, 4, 'Mchana'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3477', 0, 'Unaona nini kwenye picha?', 'assets/topic/tanzania_sunset.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3477', 0, 1, 'Mawio mazuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3477', 0, 2, 'Matawi yaliyolala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3477', 0, 3, 'Anga ya rangi mbalimbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3477', 0, 4, 'Jioni tulivu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3482', 0, 'Unaona nini?', 'assets/topic/tea-harvest.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3482', 0, 1, 'Kuvuna Chai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3482', 0, 2, 'Wanawake wanafanya kazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3482', 0, 3, 'Majani ya kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3482', 0, 4, 'Bustani safi ya chai'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3487', 0, 'Unaona nini?', 'assets/topic/tiger_inwater.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3487', 0, 1, 'Chui kapumzika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3487', 0, 2, 'Kivuli cha Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3487', 0, 3, 'Ukoka wa kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3487', 0, 4, 'Siku ya joto ya jua kali'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3492', 0, 'Unajua nini kuhusu gamba la kobe?', 'assets/topic/tortoise_green.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3492', 0, 1, 'Gumu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3492', 0, 2, 'Nene'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3492', 0, 3, 'Rangi ya kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3492', 0, 4, 'Yeye hujificha ndani yake'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3497', 0, 'Mji kama huu unapaswa kuwa na nini?', 'assets/topic/town-on-the-hill-in-santorini-greece.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3497', 0, 1, 'Hospitali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3497', 0, 2, 'Shule'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3497', 0, 3, 'Kituo cha polisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3497', 0, 4, 'Usafiri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3502', 0, 'Niambie kuhusu Gari Moshi', 'assets/topic/train.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3502', 0, 1, 'Injini kubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3502', 0, 2, 'Mabehewa Mengi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3502', 0, 3, 'Yapo ya rangi tofauti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3502', 0, 4, 'Dereva wa Gari Moshi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3507', 0, 'Unataka nini katika picha hii?', 'assets/topic/tree-desert-namibia-dead-vlei-68661.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3507', 0, 1, 'Bwawa dogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3507', 0, 2, 'Mti wenye majani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3507', 0, 3, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3507', 0, 4, 'Wanyama'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3512', 0, 'Chagua rangi moja ambayo iko katika upinde wa mvua.', 'assets/topic/triangles.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3512', 0, 1, 'Zambarau buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3512', 0, 2, 'Buluu iliyokolea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3512', 0, 3, 'Rangi ya chugwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3512', 0, 4, 'Njano'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3517', 0, 'Unaona nini katika picha', 'assets/topic/truck_excavator.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3517', 0, 1, 'Lori'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3517', 0, 2, 'Tingatinga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3517', 0, 3, 'Tingatinga linatoa matope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3517', 0, 4, 'Lori ilijaa matope'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3522', 0, 'Nini unaona kwenye picha?', 'assets/topic/uganda.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3522', 0, 1, 'Kijani kibichi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3522', 0, 2, 'Mlima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3522', 0, 3, 'Anga safi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3522', 0, 4, 'Kivuli cha Mlima'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3527', 0, 'Unapendelea Mwamvuli gani?', 'assets/topic/umbrella.jpeg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3527', 0, 1, 'Mwamvuli wa rangi nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3527', 0, 2, 'Mwamvuli wa rangi ya waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3527', 0, 3, 'Mwamvuli wa rangi nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3527', 0, 4, 'Mwamvuli wa rangi ya Njano'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3532', 0, 'Ni kitu gani kizuri katika picha?', 'assets/topic/utah_mountain.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3532', 0, 1, 'Mawingu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3532', 0, 2, 'Anga iliyojificha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3532', 0, 3, 'Jua linalozama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3532', 0, 4, 'Milima'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3537', 0, 'Je! Mboga gani utapeleka nyumbani?', 'assets/topic/veg_shop.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3537', 0, 1, 'Figili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3537', 0, 2, 'Koliflawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3537', 0, 3, 'Pilipili Hoho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3537', 0, 4, 'Viazi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3542', 0, 'Chagua moja ?', 'assets/topic/vege.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3542', 0, 1, 'Limao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3542', 0, 2, 'Kitunguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3542', 0, 3, 'Nyanya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3542', 0, 4, 'Pilipili mbichi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3547', 0, 'Je! Tone la maji linaonekanaje?', 'assets/topic/water_drop.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3547', 0, 1, 'La duara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3547', 0, 2, 'La mzunguko'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3547', 0, 3, 'Jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3547', 0, 4, 'Mwezi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3552', 0, 'Ni nini unachojaza kwa maji ya bomba?', 'assets/topic/water_tap.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3552', 0, 1, 'Jagi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3552', 0, 2, 'Ndoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3552', 0, 3, 'Pipa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3552', 0, 4, 'Bakuli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3557', 0, 'Nini unataka kuona kwenye picha?', 'assets/topic/water_wave.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3557', 0, 1, 'Nyangumi wa Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3557', 0, 2, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3557', 0, 3, 'Watu wanacheza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3557', 0, 4, 'Meli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3562', 0, 'Sema kitu kizuri', 'assets/topic/waterfall1.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3562', 0, 1, 'Nzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3562', 0, 2, 'Ya rangi rangi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3562', 0, 3, 'Dunia ya ndoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3562', 0, 4, 'Tembelea siku moja hapa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3567', 0, 'Unahisi kazi yake ikoje?', 'assets/topic/window-washer-2688434_960_720.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3567', 0, 1, 'Hatari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3567', 0, 2, 'Ya kujitoa Muhanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3567', 0, 3, 'Ngumu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3567', 0, 4, 'Ya Ujasiri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3572', 0, 'Je! Unaweza kusema nini kuhusu picha?', 'assets/topic/wood-forest-fire-fireplace.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3572', 0, 1, 'Magogo yaliyopangwa kwa Mpangilio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3572', 0, 2, 'Utengenezwaji wa Samani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3572', 0, 3, 'mzunguko katika kila Gogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3572', 0, 4, 'Kuandaa kujenga nyumba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3577', 0, 'Unaona nini?', 'assets/topic/woodland_road.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3577', 0, 1, 'Barabara nyembamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3577', 0, 2, 'Inaonekana kama msimu wa vuli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3577', 0, 3, 'Miti imesimama kwa urefu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3577', 0, 4, 'Barabara inaonekana nyekundu mbele'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3582', 0, 'Picha inaonesha nini?', 'assets/topic/working-together.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3582', 0, 1, 'Kikundi cha watu wanaofanya kazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3582', 0, 2, 'Majadiliano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3582', 0, 3, 'Vyumba vya mbao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3582', 0, 4, 'Mtu mnene muongeaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3587', 0, 'Je! Unaweza kuona nini?', 'assets/topic/yawning_cat.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3587', 0, 1, 'Paka anapiga Miayo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3587', 0, 2, 'Paka anafungua mdogo kwa mapana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3587', 0, 3, 'Paka anahisi usingizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3587', 0, 4, 'Paka anamuogopesha mtu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open_3592', 0, 'Je! Unaweza kuona nini kwenye picha?', 'assets/topic/zebra_animals.jpg', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3592', 0, 1, 'Pundamilia wawili wanaongea kila mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3592', 0, 2, 'Msitu wa kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3592', 0, 3, 'Pundamilia wanajitegesha kupigwa picha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('open_3592', 0, 4, 'Pundamilia mnene anatikisa Mkia wake'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('open', 2, 'open', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 1, 'open_2'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 2, 'open_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 3, 'open_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 4, 'open_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 5, 'open_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 6, 'open_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 7, 'open_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 8, 'open_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 9, 'open_42'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 10, 'open_47'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 11, 'open_52'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 12, 'open_57'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 13, 'open_62'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 14, 'open_67'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 15, 'open_72'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 16, 'open_77'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 17, 'open_82'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 18, 'open_87'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 19, 'open_92'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 20, 'open_97'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 21, 'open_102'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 22, 'open_107'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 23, 'open_112'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 24, 'open_117'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 25, 'open_122'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 26, 'open_127'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 27, 'open_132'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 28, 'open_137'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 29, 'open_142'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 30, 'open_147'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 31, 'open_152'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 32, 'open_157'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 33, 'open_162'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 34, 'open_167'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 35, 'open_172'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 36, 'open_177'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 37, 'open_182'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 38, 'open_187'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 39, 'open_192'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 40, 'open_197'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 41, 'open_202'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 42, 'open_207'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 43, 'open_212'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 44, 'open_217'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 45, 'open_222'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 46, 'open_227'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 47, 'open_232'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 48, 'open_237'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 49, 'open_242'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 50, 'open_247'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 51, 'open_252'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 52, 'open_257'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 53, 'open_262'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 54, 'open_267'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 55, 'open_272'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 56, 'open_277'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 57, 'open_282'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 58, 'open_287'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 59, 'open_292'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 60, 'open_297'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 61, 'open_302'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 62, 'open_307'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 63, 'open_312'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 64, 'open_317'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 65, 'open_322'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 66, 'open_327'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 67, 'open_332'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 68, 'open_337'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 69, 'open_342'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 70, 'open_347'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 71, 'open_352'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 72, 'open_357'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 73, 'open_362'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 74, 'open_367'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 75, 'open_372'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 76, 'open_377'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 77, 'open_382'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 78, 'open_387'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 79, 'open_392'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 80, 'open_397'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 81, 'open_402'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 82, 'open_407'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 83, 'open_412'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 84, 'open_417'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 85, 'open_422'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 86, 'open_427'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 87, 'open_432'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 88, 'open_437'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 89, 'open_442'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 90, 'open_447'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 91, 'open_452'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 92, 'open_457'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 93, 'open_462'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 94, 'open_467'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 95, 'open_472'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 96, 'open_477'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 97, 'open_482'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 98, 'open_487'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 99, 'open_492'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 100, 'open_497'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 101, 'open_502'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 102, 'open_507'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 103, 'open_512'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 104, 'open_517'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 105, 'open_522'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 106, 'open_527'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 107, 'open_532'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 108, 'open_537'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 109, 'open_542'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 110, 'open_547'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 111, 'open_552'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 112, 'open_557'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 113, 'open_562'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 114, 'open_567'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 115, 'open_572'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 116, 'open_577'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 117, 'open_582'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 118, 'open_587'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 119, 'open_592'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 120, 'open_597'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 121, 'open_602'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 122, 'open_607'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 123, 'open_612'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 124, 'open_617'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 125, 'open_622'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 126, 'open_627'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 127, 'open_632'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 128, 'open_637'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 129, 'open_642'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 130, 'open_647'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 131, 'open_652'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 132, 'open_657'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 133, 'open_662'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 134, 'open_667'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 135, 'open_672'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 136, 'open_677'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 137, 'open_682'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 138, 'open_687'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 139, 'open_692'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 140, 'open_697'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 141, 'open_702'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 142, 'open_707'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 143, 'open_712'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 144, 'open_717'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 145, 'open_722'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 146, 'open_727'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 147, 'open_732'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 148, 'open_737'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 149, 'open_742'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 150, 'open_747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 151, 'open_752'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 152, 'open_757'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 153, 'open_762'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 154, 'open_767'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 155, 'open_772'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 156, 'open_777'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 157, 'open_782'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 158, 'open_787'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 159, 'open_792'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 160, 'open_797'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 161, 'open_802'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 162, 'open_807'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 163, 'open_812'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 164, 'open_817'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 165, 'open_822'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 166, 'open_827'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 167, 'open_832'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 168, 'open_837'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 169, 'open_842'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 170, 'open_847'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 171, 'open_852'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 172, 'open_857'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 173, 'open_862'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 174, 'open_867'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 175, 'open_872'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 176, 'open_877'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 177, 'open_882'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 178, 'open_887'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 179, 'open_892'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 180, 'open_897'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 181, 'open_902'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 182, 'open_907'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 183, 'open_912'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 184, 'open_917'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 185, 'open_922'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 186, 'open_927'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 187, 'open_932'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 188, 'open_937'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 189, 'open_942'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 190, 'open_947'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 191, 'open_952'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 192, 'open_957'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 193, 'open_962'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 194, 'open_967'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 195, 'open_972'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 196, 'open_977'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 197, 'open_982'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 198, 'open_987'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 199, 'open_992'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 200, 'open_997'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 201, 'open_1002'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 202, 'open_1007'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 203, 'open_1012'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 204, 'open_1017'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 205, 'open_1022'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 206, 'open_1027'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 207, 'open_1032'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 208, 'open_1037'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 209, 'open_1042'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 210, 'open_1047'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 211, 'open_1052'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 212, 'open_1057'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 213, 'open_1062'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 214, 'open_1067'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 215, 'open_1072'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 216, 'open_1077'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 217, 'open_1082'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 218, 'open_1087'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 219, 'open_1092'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 220, 'open_1097'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 221, 'open_1102'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 222, 'open_1107'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 223, 'open_1112'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 224, 'open_1117'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 225, 'open_1122'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 226, 'open_1127'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 227, 'open_1132'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 228, 'open_1137'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 229, 'open_1142'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 230, 'open_1147'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 231, 'open_1152'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 232, 'open_1157'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 233, 'open_1162'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 234, 'open_1167'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 235, 'open_1172'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 236, 'open_1177'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 237, 'open_1182'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 238, 'open_1187'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 239, 'open_1192'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 240, 'open_1197'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 241, 'open_1202'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 242, 'open_1207'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 243, 'open_1212'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 244, 'open_1217'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 245, 'open_1222'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 246, 'open_1227'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 247, 'open_1232'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 248, 'open_1237'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 249, 'open_1242'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 250, 'open_1247'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 251, 'open_1252'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 252, 'open_1257'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 253, 'open_1262'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 254, 'open_1267'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 255, 'open_1272'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 256, 'open_1277'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 257, 'open_1282'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 258, 'open_1287'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 259, 'open_1292'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 260, 'open_1297'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 261, 'open_1302'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 262, 'open_1307'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 263, 'open_1312'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 264, 'open_1317'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 265, 'open_1322'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 266, 'open_1327'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 267, 'open_1332'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 268, 'open_1337'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 269, 'open_1342'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 270, 'open_1347'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 271, 'open_1352'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 272, 'open_1357'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 273, 'open_1362'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 274, 'open_1367'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 275, 'open_1372'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 276, 'open_1377'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 277, 'open_1382'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 278, 'open_1387'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 279, 'open_1392'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 280, 'open_1397'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 281, 'open_1402'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 282, 'open_1407'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 283, 'open_1412'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 284, 'open_1417'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 285, 'open_1422'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 286, 'open_1427'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 287, 'open_1432'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 288, 'open_1437'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 289, 'open_1442'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 290, 'open_1447'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 291, 'open_1452'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 292, 'open_1457'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 293, 'open_1462'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 294, 'open_1467'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 295, 'open_1472'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 296, 'open_1477'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 297, 'open_1482'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 298, 'open_1487'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 299, 'open_1492'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 300, 'open_1497'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 301, 'open_1502'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 302, 'open_1507'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 303, 'open_1512'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 304, 'open_1517'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 305, 'open_1522'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 306, 'open_1527'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 307, 'open_1532'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 308, 'open_1537'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 309, 'open_1542'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 310, 'open_1547'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 311, 'open_1552'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 312, 'open_1557'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 313, 'open_1562'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 314, 'open_1567'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 315, 'open_1572'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 316, 'open_1577'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 317, 'open_1582'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 318, 'open_1587'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 319, 'open_1592'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 320, 'open_1597'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 321, 'open_1602'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 322, 'open_1607'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 323, 'open_1612'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 324, 'open_1617'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 325, 'open_1622'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 326, 'open_1627'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 327, 'open_1632'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 328, 'open_1637'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 329, 'open_1642'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 330, 'open_1647'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 331, 'open_1652'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 332, 'open_1657'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 333, 'open_1662'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 334, 'open_1667'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 335, 'open_1672'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 336, 'open_1677'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 337, 'open_1682'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 338, 'open_1687'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 339, 'open_1692'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 340, 'open_1697'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 341, 'open_1702'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 342, 'open_1707'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 343, 'open_1712'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 344, 'open_1717'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 345, 'open_1722'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 346, 'open_1727'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 347, 'open_1732'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 348, 'open_1737'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 349, 'open_1742'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 350, 'open_1747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 351, 'open_1752'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 352, 'open_1757'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 353, 'open_1762'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 354, 'open_1767'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 355, 'open_1772'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 356, 'open_1777'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 357, 'open_1782'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 358, 'open_1787'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 359, 'open_1792'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 360, 'open_1797'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 361, 'open_1802'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 362, 'open_1807'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 363, 'open_1812'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 364, 'open_1817'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 365, 'open_1822'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 366, 'open_1827'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 367, 'open_1832'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 368, 'open_1837'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 369, 'open_1842'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 370, 'open_1847'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 371, 'open_1852'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 372, 'open_1857'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 373, 'open_1862'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 374, 'open_1867'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 375, 'open_1872'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 376, 'open_1877'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 377, 'open_1882'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 378, 'open_1887'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 379, 'open_1892'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 380, 'open_1897'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 381, 'open_1902'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 382, 'open_1907'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 383, 'open_1912'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 384, 'open_1917'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 385, 'open_1922'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 386, 'open_1927'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 387, 'open_1932'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 388, 'open_1937'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 389, 'open_1942'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 390, 'open_1947'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 391, 'open_1952'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 392, 'open_1957'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 393, 'open_1962'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 394, 'open_1967'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 395, 'open_1972'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 396, 'open_1977'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 397, 'open_1982'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 398, 'open_1987'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 399, 'open_1992'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 400, 'open_1997'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 401, 'open_2002'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 402, 'open_2007'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 403, 'open_2012'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 404, 'open_2017'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 405, 'open_2022'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 406, 'open_2027'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 407, 'open_2032'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 408, 'open_2037'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 409, 'open_2042'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 410, 'open_2047'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 411, 'open_2052'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 412, 'open_2057'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 413, 'open_2062'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 414, 'open_2067'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 415, 'open_2072'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 416, 'open_2077'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 417, 'open_2082'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 418, 'open_2087'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 419, 'open_2092'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 420, 'open_2097'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 421, 'open_2102'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 422, 'open_2107'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 423, 'open_2112'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 424, 'open_2117'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 425, 'open_2122'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 426, 'open_2127'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 427, 'open_2132'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 428, 'open_2137'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 429, 'open_2142'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 430, 'open_2147'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 431, 'open_2152'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 432, 'open_2157'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 433, 'open_2162'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 434, 'open_2167'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 435, 'open_2172'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 436, 'open_2177'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 437, 'open_2182'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 438, 'open_2187'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 439, 'open_2192'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 440, 'open_2197'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 441, 'open_2202'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 442, 'open_2207'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 443, 'open_2212'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 444, 'open_2217'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 445, 'open_2222'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 446, 'open_2227'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 447, 'open_2232'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 448, 'open_2237'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 449, 'open_2242'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 450, 'open_2247'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 451, 'open_2252'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 452, 'open_2257'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 453, 'open_2262'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 454, 'open_2267'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 455, 'open_2272'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 456, 'open_2277'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 457, 'open_2282'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 458, 'open_2287'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 459, 'open_2292'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 460, 'open_2297'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 461, 'open_2302'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 462, 'open_2307'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 463, 'open_2312'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 464, 'open_2317'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 465, 'open_2322'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 466, 'open_2327'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 467, 'open_2332'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 468, 'open_2337'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 469, 'open_2342'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 470, 'open_2347'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 471, 'open_2352'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 472, 'open_2357'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 473, 'open_2362'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 474, 'open_2367'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 475, 'open_2372'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 476, 'open_2377'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 477, 'open_2382'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 478, 'open_2387'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 479, 'open_2392'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 480, 'open_2397'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 481, 'open_2402'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 482, 'open_2407'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 483, 'open_2412'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 484, 'open_2417'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 485, 'open_2422'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 486, 'open_2427'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 487, 'open_2432'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 488, 'open_2437'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 489, 'open_2442'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 490, 'open_2447'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 491, 'open_2452'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 492, 'open_2457'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 493, 'open_2462'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 494, 'open_2467'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 495, 'open_2472'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 496, 'open_2477'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 497, 'open_2482'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 498, 'open_2487'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 499, 'open_2492'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 500, 'open_2497'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 501, 'open_2502'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 502, 'open_2507'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 503, 'open_2512'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 504, 'open_2517'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 505, 'open_2522'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 506, 'open_2527'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 507, 'open_2532'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 508, 'open_2537'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 509, 'open_2542'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 510, 'open_2547'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 511, 'open_2552'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 512, 'open_2557'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 513, 'open_2562'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 514, 'open_2567'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 515, 'open_2572'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 516, 'open_2577'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 517, 'open_2582'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 518, 'open_2587'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 519, 'open_2592'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 520, 'open_2597'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 521, 'open_2602'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 522, 'open_2607'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 523, 'open_2612'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 524, 'open_2617'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 525, 'open_2622'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 526, 'open_2627'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 527, 'open_2632'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 528, 'open_2637'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 529, 'open_2642'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 530, 'open_2647'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 531, 'open_2652'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 532, 'open_2657'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 533, 'open_2662'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 534, 'open_2667'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 535, 'open_2672'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 536, 'open_2677'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 537, 'open_2682'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 538, 'open_2687'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 539, 'open_2692'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 540, 'open_2697'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 541, 'open_2702'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 542, 'open_2707'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 543, 'open_2712'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 544, 'open_2717'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 545, 'open_2722'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 546, 'open_2727'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 547, 'open_2732'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 548, 'open_2737'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 549, 'open_2742'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 550, 'open_2747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 551, 'open_2752'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 552, 'open_2757'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 553, 'open_2762'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 554, 'open_2767'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 555, 'open_2772'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 556, 'open_2777'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 557, 'open_2782'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 558, 'open_2787'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 559, 'open_2792'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 560, 'open_2797'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 561, 'open_2802'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 562, 'open_2807'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 563, 'open_2812'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 564, 'open_2817'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 565, 'open_2822'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 566, 'open_2827'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 567, 'open_2832'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 568, 'open_2837'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 569, 'open_2842'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 570, 'open_2847'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 571, 'open_2852'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 572, 'open_2857'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 573, 'open_2862'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 574, 'open_2867'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 575, 'open_2872'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 576, 'open_2877'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 577, 'open_2882'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 578, 'open_2887'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 579, 'open_2892'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 580, 'open_2897'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 581, 'open_2902'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 582, 'open_2907'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 583, 'open_2912'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 584, 'open_2917'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 585, 'open_2922'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 586, 'open_2927'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 587, 'open_2932'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 588, 'open_2937'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 589, 'open_2942'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 590, 'open_2947'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 591, 'open_2952'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 592, 'open_2957'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 593, 'open_2962'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 594, 'open_2967'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 595, 'open_2972'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 596, 'open_2977'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 597, 'open_2982'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 598, 'open_2987'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 599, 'open_2992'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 600, 'open_2997'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 601, 'open_3002'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 602, 'open_3007'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 603, 'open_3012'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 604, 'open_3017'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 605, 'open_3022'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 606, 'open_3027'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 607, 'open_3032'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 608, 'open_3037'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 609, 'open_3042'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 610, 'open_3047'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 611, 'open_3052'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 612, 'open_3057'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 613, 'open_3062'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 614, 'open_3067'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 615, 'open_3072'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 616, 'open_3077'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 617, 'open_3082'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 618, 'open_3087'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 619, 'open_3092'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 620, 'open_3097'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 621, 'open_3102'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 622, 'open_3107'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 623, 'open_3112'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 624, 'open_3117'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 625, 'open_3122'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 626, 'open_3127'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 627, 'open_3132'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 628, 'open_3137'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 629, 'open_3142'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 630, 'open_3147'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 631, 'open_3152'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 632, 'open_3157'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 633, 'open_3162'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 634, 'open_3167'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 635, 'open_3172'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 636, 'open_3177'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 637, 'open_3182'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 638, 'open_3187'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 639, 'open_3192'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 640, 'open_3197'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 641, 'open_3202'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 642, 'open_3207'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 643, 'open_3212'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 644, 'open_3217'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 645, 'open_3222'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 646, 'open_3227'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 647, 'open_3232'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 648, 'open_3237'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 649, 'open_3242'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 650, 'open_3247'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 651, 'open_3252'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 652, 'open_3257'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 653, 'open_3262'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 654, 'open_3267'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 655, 'open_3272'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 656, 'open_3277'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 657, 'open_3282'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 658, 'open_3287'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 659, 'open_3292'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 660, 'open_3297'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 661, 'open_3302'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 662, 'open_3307'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 663, 'open_3312'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 664, 'open_3317'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 665, 'open_3322'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 666, 'open_3327'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 667, 'open_3332'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 668, 'open_3337'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 669, 'open_3342'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 670, 'open_3347'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 671, 'open_3352'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 672, 'open_3357'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 673, 'open_3362'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 674, 'open_3367'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 675, 'open_3372'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 676, 'open_3377'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 677, 'open_3382'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 678, 'open_3387'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 679, 'open_3392'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 680, 'open_3397'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 681, 'open_3402'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 682, 'open_3407'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 683, 'open_3412'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 684, 'open_3417'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 685, 'open_3422'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 686, 'open_3427'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 687, 'open_3432'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 688, 'open_3437'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 689, 'open_3442'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 690, 'open_3447'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 691, 'open_3452'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 692, 'open_3457'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 693, 'open_3462'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 694, 'open_3467'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 695, 'open_3472'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 696, 'open_3477'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 697, 'open_3482'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 698, 'open_3487'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 699, 'open_3492'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 700, 'open_3497'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 701, 'open_3502'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 702, 'open_3507'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 703, 'open_3512'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 704, 'open_3517'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 705, 'open_3522'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 706, 'open_3527'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 707, 'open_3532'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 708, 'open_3537'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 709, 'open_3542'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 710, 'open_3547'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 711, 'open_3552'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 712, 'open_3557'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 713, 'open_3562'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 714, 'open_3567'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 715, 'open_3572'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 716, 'open_3577'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 717, 'open_3582'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 718, 'open_3587'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('open', 719, 'open_3592'); diff --git a/scripts/open.xlsx b/scripts/open.xlsx new file mode 100644 index 0000000..dc973b9 Binary files /dev/null and b/scripts/open.xlsx differ diff --git a/scripts/path_svg_to_json.py b/scripts/path_svg_to_json.py new file mode 100644 index 0000000..88b0432 --- /dev/null +++ b/scripts/path_svg_to_json.py @@ -0,0 +1,37 @@ +import xml.etree.ElementTree as ET +import sys +import re + +svg_file = sys.argv[1] + +tree = ET.parse(svg_file) +root = tree.getroot() + +x = [] +y = [] +c = [] +for path in root.iter('{http://www.w3.org/2000/svg}path'): + path_str = path.attrib['d'] + matches = re.findall(r'([Mm])(-?[0-9]*\.?[0-9]*),?(-?\.?[0-9\.]*)',path_str) + prev_x = 0 + prev_y = 0 + for m in matches: + print(m) + cx = int(float(m[1])) + cy = int(float(m[2])) + if(m[0] == 'M'): + x.append(str(cx)) + y.append(str(cy)) + prev_x = cx + prev_y = cy + else: + x.append(str(prev_x + cx)) + y.append(str(prev_y + cy)) + prev_x = prev_x + cx + prev_y = prev_y + cy + c.append('0') + +svg_file_list = svg_file.split('.') + +with open(svg_file_list[0]+'.json','w') as json_file: + json_file.write('{"id":"dot","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":['+','.join(x)+'],"y":['+','.join(y)+'],"c":['+','.join(c)+']}}]}') diff --git a/scripts/story.sql b/scripts/story.sql new file mode 100644 index 0000000..445842e --- /dev/null +++ b/scripts/story.sql @@ -0,0 +1,15319 @@ +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752', 2, 'Abby, dereva wa kike wa tuktuk', 'assets/topic/asb/27145.png', 'Ursula Nafula +Yirgalem Birhanu', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_3', 3, NULL, 'assets/topic/asb/27153.png', 'Tuktuk ni gari lenye magurudumu matatu. +Linatumika kwenda sehemu moja hadi nyingine kwa haraka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_4', 3, NULL, 'assets/topic/asb/27152.png', 'Katika jamii yetu, uendeshaji gari la abiria ni kazi inayofanywa sana sana na wanaume. +Wanawake hawajihusishi sana nayo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_5', 3, NULL, 'assets/topic/asb/27154.png', 'Siku moja, Abby aliwaomba wazazi wake fedha ili alipe na kupata mafunzo ya kuendesha gari. +Wazazi wake walisema, "Kazi hii si nzuri kwa wanawake. Watu watasemaje?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_6', 3, NULL, 'assets/topic/asb/27155.png', 'Hata hivyo, Abby alisema, "Nina uwezo wa kufanya kazi yoyote inayofanywa na watu wengine." Alifaulu kuwashawishi. +Wazazi wake walimruhusu akaanza kujifunza kuendesha gari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_7', 3, NULL, 'assets/topic/asb/27149.png', 'Abby alikamilisha mafunzo hayo vizuri. +Wazazi wake walijadiliana hatua zilizofuata.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_8', 3, NULL, 'assets/topic/asb/27145.png', 'Baadaye, walikubali kumnunulia tuktuk. +Abby alianza kuendesha tuktuk yake mjini Sokomoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_9', 3, NULL, 'assets/topic/asb/27148.png', 'Siku moja alipata wazo zuri. +Aliweka tangazo kwenye mlango wa nyuma lililokuwa na namba yake ya simu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_10', 3, NULL, 'assets/topic/asb/27150.png', 'Tangazo lilisema, "Ninawasafirisha bila malipo, wanawake waja wazito, akina mama waliojifungua, na watoto." +Abby alianza kupokea simu kutoka kwao wakihitaji kusafirishwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_11', 3, NULL, 'assets/topic/asb/27151.png', 'Abby alipata pesa kwa kuwasafirisha watu. +Hata hivyo, aliendelea kuwasaidia wasiokuwa na fedha zozote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_12', 3, NULL, NULL, 'Abby aliifurahia kazi yake. Watu wakongwe walimtakia baraka. Kila wakati wanakijiji waliongea kuhusu kazi yake. +Abby aliwaambia, "Mtu huvuna anachopanda!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Abby, dereva wa kike wa tuktuk +Author - +Dawit Girma +Translation - +Ursula Nafula +Illustration - +Yirgalem Birhanu +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +This story was developed at the Ras Abebe Library in Debre Birhan with the help of Janet Lee and funded by a grant from the International Library Cultural Exchange Interest Group of the Colorado Association of Libraries (USA).', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_14', 1, 'Chora Tuktuk', 'assets/topic/24752.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_14', 2, 1, 'assets/topic/24752.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_15', 0, 'Abebech aliwasafirisha nani ili kupata hela?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_15', 1, 1, 'Watu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_15', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_15', 0, 2, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_15', 0, 3, 'Punda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_20', 0, 'Wazazi wa Abebech waliamua kununua nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_20', 1, 1, 'Tuktuk'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_20', 0, 1, 'Lori'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_20', 0, 2, 'Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_20', 0, 3, 'Gari Moshi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_25', 0, 'Kazi ya Abebech ilimfanya Abebech awe na ________?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_25', 1, 1, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_25', 0, 1, 'Huzuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_25', 0, 2, 'Hasira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_25', 0, 3, 'Mtulivu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24752_30', 0, 'Utaenda wapi kwenye Tuktuk yako?', 'assets/topic/asb/27145.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_30', 0, 1, 'Nyumabani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_30', 0, 2, 'Sokoni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_30', 0, 3, 'Shule'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24752_30', 0, 4, 'Nyumani kwa rafiki yangu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074', 2, 'Adhabu', 'assets/topic/asb/8032.png', 'Adelheid Marie Bwire + Melany Pietersen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_3', 3, NULL, 'assets/topic/asb/8025.png', 'Siku moja mamangu alinunua matunda aina tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_4', 3, NULL, 'assets/topic/asb/8032.png', 'Tulijiuliza, "Mama atatugawia matunda wakati gani?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_5', 3, NULL, 'assets/topic/asb/8029.png', 'Baadaye, kakangu, Rahim, alijificha na kuyala matunda yote!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_6', 3, NULL, 'assets/topic/asb/8027.png', 'Tulisema kwa hasira, "Rahim ni mtukutu tena ni mchoyo. Lazima aadhibiwe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_7', 3, NULL, 'assets/topic/asb/8023.png', 'Mama aligundua kuwa matunda yote yalikuwa yameliwa. Alikasirika sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_8', 3, NULL, 'assets/topic/asb/8024.png', 'Tulimtazama Rahim kwa ukali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_9', 3, NULL, 'assets/topic/asb/8030.png', 'Nilimwuliza mama, "Je, utamwadhibu Rahim?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_10', 3, NULL, 'assets/topic/asb/8033.png', 'Baadaye, Rahim alipata adhabu asiyoitarajia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_11', 3, NULL, 'assets/topic/asb/8031.png', 'Hakuweza kutulia!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_12', 3, NULL, 'assets/topic/asb/8034.png', 'Mama alipomwuliza alijibu kwa sauti ya chini, "Naumwa na tumbo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_13', 3, NULL, 'assets/topic/asb/8035.png', 'Hiyo ilikuwa adhabu mbaya kuliko kama Rahim angechapwa na mama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_14', 3, NULL, 'assets/topic/asb/8036.png', 'Alipopata nafuu, Rahim alituomba msamaha. Aliahidi kuwa hataiba tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Adhabu +Author - +Adelheid Marie Bwire +Illustration - +Melany Pietersen +Language - +Kiswahili +Level - +First words +© African Storybook Initiative and Molteno Institute 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_16', 1, 'Chora bakuli ukionesha matunda ya aina tofauti ndani yake.', 'assets/topic/8074.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_16', 2, 1, 'assets/topic/8074.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_17', 0, 'Mama alileta nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_17', 1, 1, 'Matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_17', 0, 1, 'karanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_17', 0, 2, 'Juisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_17', 0, 3, 'Tumbili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_22', 0, 'Rahimi alikua_______________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_22', 1, 1, 'Mchoyo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_22', 0, 1, 'Mpole'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_22', 0, 2, 'Mnyenyekevu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_22', 0, 3, 'Anafurahi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_27', 0, 'Hadithi inatufundisha tusiwe_____________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_27', 1, 1, 'Wachoyo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_27', 0, 1, 'Na furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_27', 0, 2, 'Wapole'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_27', 0, 3, 'Na huzuni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8074_32', 0, 'Unapendelea Matunda gani?', 'assets/topic/asb/8032.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_32', 0, 1, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_32', 0, 2, 'Maembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_32', 0, 3, 'Mananasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8074_32', 0, 4, 'Machungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403', 2, 'Adie na Adhoch', 'assets/topic/asb/14705.png', 'Christine Nyangate +Catherine Groenewald, Wiehan de Jager, Melany Pietersen, Alice Toich, Silva Afonso, Michael Omadi and Vusi Malindi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_3', 3, NULL, 'assets/topic/asb/9066.png', 'Hapo zamani za kale, palikuwa na mwanamme mmoja aliyekuwa na wake wawili. Wake zake walipata watoto wasichana wawili, Adie na Adhoch. Watoto hao walipendana sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_4', 3, NULL, 'assets/topic/asb/13839.png', 'Adie alikuwa mwenye bidii, mkarimu na mwenye nidhamu. Adhoch naye alikuwa mvivu, mchoyo na mtovu wa nidhamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_5', 3, NULL, 'assets/topic/asb/13843.png', 'Adie alipendwa na walimu. Alipata zawadi nyingi kutokana na bidii yake. Adhoch hakupata zawadi yoyote. Mamake Adhoch alimwonea wivu Adie.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_6', 3, NULL, 'assets/topic/asb/13837.png', 'Mamake Adie aliugua na kufa. Adie hakupendwa na mamake wa kambo kama alivyopendwa na mamake mzazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_7', 3, NULL, 'assets/topic/asb/13838.png', 'Adie alizifanya kazi zote za nyumbani. Hakupata nafasi ya kujitayarisha kwenda shule. Adhoch alisoma na kucheza na wenzake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_8', 3, NULL, 'assets/topic/asb/8023.png', 'Hata hivyo Adie alifanya vyema katika masomo yake shuleni. Alipita mitihani yake na kuendelea kupata zawadi. Hili lilimkasirisha mamake Adhoch zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_9', 3, NULL, 'assets/topic/asb/15112.png', 'Siku moja mamake Adhoch alimtaka Adie aende naye kuchota maji ziwani. Walipofika, mamake Adhoch alimwambia achote maji mbali na ukingo wa maji safi. Mawimbi yalimbeba Adie akazama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_10', 3, NULL, 'assets/topic/asb/13697.png', 'Mama alirudi nyumbani. Adhoch alimwuliza, "Mama, Adie yuko wapi?" Mamake Adhoch alisema, "Anacheza na wenzake. Atakuja nyumbani baadaye."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_11', 3, NULL, 'assets/topic/asb/1099.png', 'Jioni, Adhoch alienda kumtafuta dada yake. Alimwita, "Adie! Uko wapi?" Adhoch akasikia sauti ikisema, "Niko ziwani. Mama alinizamisha."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_12', 3, NULL, 'assets/topic/asb/1195.png', 'Adie aliingia majini akimwita dada yake. "Adie uko wapi?" Alisikia jibu kama lile la kwanza, "Niko majini, mama alinizamisha."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_13', 3, NULL, 'assets/topic/asb/15112.png', 'Adhoch aliingia majini naye akazama kama vile dada yake alivyozama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_14', 3, NULL, 'assets/topic/asb/15011.png', 'Mamake Adhoch alikuwa na huzuni sana. Alimpoteza Adhoch kwa sababu ya wivu. Alifanya kazi zote peke yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Adie na Adhoch +Author - +Christine Nyangate +Translation - +Christine Nyangate +Illustration - +Catherine Groenewald, Wiehan de Jager, Melany Pietersen, Alice Toich, Silva Afonso, Michael Omadi and Vusi Malindi +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_16', 1, 'Chora zawadi na uirembe', 'assets/topic/15403.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_16', 2, 1, 'assets/topic/15403.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_17', 0, 'Mwanaume alikua na wake wangapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_17', 1, 1, 'Wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_17', 0, 1, 'Mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_17', 0, 2, 'Watatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_17', 0, 3, 'Wanne'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_22', 0, 'Mama yake Adhoch alimpeleka wapi Adie?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_22', 1, 1, 'Ziwani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_22', 0, 1, 'Shule'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_22', 0, 2, 'Uwanjani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_22', 0, 3, 'Mtini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_27', 0, 'Hadithi inatufundisha tusiwe?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_27', 1, 1, 'Wenye Wivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_27', 0, 1, 'na Hasira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_27', 0, 2, 'Wakatili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_27', 0, 3, 'wenye furaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15403_32', 0, 'Ungependelea uwe na nini?', 'assets/topic/asb/14705.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_32', 0, 1, 'Chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_32', 0, 2, 'Nguo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_32', 0, 3, 'Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15403_32', 0, 4, 'Begi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218', 2, 'Adun, mrembo', 'assets/topic/asb/13337.png', 'Ursula Nafula +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_3', 3, NULL, 'assets/topic/asb/13337.png', 'Adun alikuwa msichana mrembo sana. Wanaume kutoka kijijini kwake, wangependa wamuoe. Lakini, Adun aliwakataa wote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_4', 3, NULL, 'assets/topic/asb/13338.png', 'Ilikuwa siku ya soko. Mamboleo aliomba miguu kutoka kwa mwanamume mmoja, mikono kutoka kwa mwingine, na kiwiliwili kutoka kwa mtu tofauti. Kisha Mamboleo akaziunganisha sehemu hizo tofauti. Akakiweka kichwa chake juu yake halafu akaenda sokoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_5', 3, NULL, 'assets/topic/asb/13339.png', 'Mamboleo alimtaka Adun na alikuwa na azma ya kumuoa. Adun alipendezwa na Mamboleo akataka kuolewa naye. Ingawa Mamboleo alitoka mji wa mbali, Adun alikuwa tayari kurudi naye kwake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_6', 3, NULL, 'assets/topic/asb/13340.png', 'Adun na Mamboleo walipokuwa wakisafiri, mwenye miguu aliichukua. Kisha mwenye mikono akaichukua mikono yake. Mwishowe kabisa, mwenye kiwiliwili alikichukua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_7', 3, NULL, 'assets/topic/asb/13341.png', 'Kichwa pekee kilibaki kikaendelea kutembea na Adun. Adun aliogopa lakini hakutoroka. Baadaye, waliwasili katika nyumba ya kichwa hicho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_8', 3, NULL, 'assets/topic/asb/13342.png', 'Keshoye kabla ya kichwa kuondoka kwenda shambani, kilimweleza Kobe, "Adun akijaribu kutroroka, ipulize pembe hii unijulishe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_9', 3, NULL, 'assets/topic/asb/13343.png', 'Kichwa kilipoondoka, Adun alifunganya virago vyake akitaka kutoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_10', 3, NULL, 'assets/topic/asb/13344.png', 'Kobe alipoona hivyo, aliipuliza pembe akisema, "Kichwa, kichwa, Adun yu karibu kutoroka."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_11', 3, NULL, 'assets/topic/asb/13345.png', 'Kichwa kilimwendea Adun na kusema, "Unadhani unaenda wapi?" Adun alirejea nyumbani kwa kichwa, shingo upande.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_12', 3, NULL, 'assets/topic/asb/13346.png', 'Hatimaye, Adun alitafuta mawaidha kutoka kwa mganga. Mganga alimshauri, "Nenda ununue keki za maharage. Ziloe katika mafuta kisha uziweke ndani ya ile pembe anayoipuliza."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_13', 3, NULL, 'assets/topic/asb/13347.png', 'Adun alifuata maagizo ya mganga. Aliziweka keki zilizoloa mafuta ndani ya ile pembe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_14', 3, NULL, 'assets/topic/asb/13349.png', 'Asubuhi ilipofika, Adun alivichukua virago vyake akaanza kutoroka tena. Kobe alipoichukua pembe kuipuliza, keki tamu zilianguka mdomoni kwake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_15', 3, NULL, 'assets/topic/asb/13348.png', 'Kobe alizila na kuzila zile keki. Adun alitoroka akaenda zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_16', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Adun, mrembo +Author - +Taiwo Ẹhinẹni +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_17', 1, 'Chora Pembe', 'assets/topic/18218.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_17', 2, 1, 'assets/topic/18218.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_18', 0, 'Adhun alikua mrembo sana.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_18', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_18', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_21', 0, 'Mwanaume aliazima nini?', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 1, 1, 'Miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 1, 2, 'Mikono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 1, 3, 'Mwili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 0, 1, 'Kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 0, 2, 'Keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_21', 0, 3, 'Kobe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_28', 0, 'Hadithi inatufundisha tusiongee na_________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_28', 1, 1, 'Watu wasiojulikana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_28', 0, 1, 'Marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_28', 0, 2, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_28', 0, 3, 'baba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18218_33', 0, 'Utaazima nini kutoka kwa wengine?', 'assets/topic/asb/13337.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_33', 0, 1, 'Begi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_33', 0, 2, 'nguo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_33', 0, 3, 'Chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18218_33', 0, 4, 'Kofia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925', 2, 'Ah! Mpira!', 'assets/topic/asb/12881.png', 'Stella Kihweo + Onesmus Kakungi', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_3', 3, NULL, 'assets/topic/asb/12871.png', 'Mimi ninapenda kucheza na rafiki yangu Chuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_4', 3, NULL, 'assets/topic/asb/12872.png', 'Mimi na Chuma tunapendana sana. Tukitumwa, tunaenda pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_5', 3, NULL, 'assets/topic/asb/12873.png', 'Siku moja nilitumwa na bibi dukani nikanunue chumvi na mafuta. Nilienda na Chuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_6', 3, NULL, 'assets/topic/asb/12874.png', 'Tukiwa njiani, tuliwaona watoto wenzetu wakicheza mpira wa miguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_7', 3, NULL, 'assets/topic/asb/12876.png', 'Mimi nilitamani sana kucheza mpira huo. Nilisema, "Ah! Mpira!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_8', 3, NULL, 'assets/topic/asb/12877.png', 'Nilimwambia Chuma, "Twende tuwaombe kucheza nao mpira. Mimi hupenda mpira wa miguu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_9', 3, NULL, 'assets/topic/asb/12878.png', 'Chuma alinijibu, "Twende kwanza dukani, halafu turudi kucheza."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_10', 3, NULL, 'assets/topic/asb/12879.png', 'Lakini, nilimwambia Chuma, "Tucheze kwanza wewe! Tukienda nyumbani bibi hataturuhusu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_11', 3, NULL, 'assets/topic/asb/12880.png', 'Tulikubaliwa na wenzetu tukacheza mpira. Nilikuwa golikipa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_12', 3, NULL, 'assets/topic/asb/12881.png', 'Nilijitahidi kudaka mpira. Wenzangu hawakuweza kufunga goli hata moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_13', 3, NULL, 'assets/topic/asb/12882.png', 'Uwanja tuliochezea ulikuwa na mchanga mwingi. Magoli yake yalikuwa mawe makubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_14', 3, NULL, 'assets/topic/asb/12883.png', 'Baada ya mchezo, tuliondoka kwenda dukani, lakini, hatukuwa na pesa. Nilianza kulia. Chuma alinikemea, "Acha kulia. Ni wewe ulitaka tucheze kabla ya kwenda dukani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_15', 3, NULL, 'assets/topic/asb/12884.png', 'Tulirudi nyumbani bila chumvi wala mafuta. Pia, tulikuwa tumechafuka kweli kweli.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_16', 3, NULL, 'assets/topic/asb/12885.png', 'Tulimkuta bibi amekasirika mno. Alituuliza, "Mmekuwa wapi muda huu wote?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_17', 3, NULL, 'assets/topic/asb/12886.png', 'Alipogundua kuwa tulipoteza hela, alisema, "Nawasamehe leo, lakini, msirudie tena kucheza bila ruhusa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_18', 3, NULL, 'assets/topic/asb/12887.png', 'Tulipoona tumesamehewa, tulienda haraka kuwalisha kuku na bata. Baadaye, tulioga na kuwa wasafi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ah! Mpira! +Author - +Stella Kihweo +Illustration - +Onesmus Kakungi +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_20', 1, 'Chora Mpira wa miguu', 'assets/topic/12925.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_20', 2, 1, 'assets/topic/12925.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_21', 0, 'Chuma alipenda kucheza nini zaidi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_21', 1, 1, 'Mpira wa miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_21', 0, 1, 'Kukimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_21', 0, 2, 'Kuteleza juu ya barafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_21', 0, 3, 'Mpira wa kikapu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_26', 0, 'Magoli yalitengenezwa kwa mawe makubwa.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_29', 0, 'Hadithi inatufundishwa kuomba ruhusa kutoka kwa________.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_29', 1, 1, 'Bibi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_29', 0, 1, 'Jirani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_29', 0, 2, 'rafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_29', 0, 3, 'Tumbili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12925_34', 0, 'Unapendelea kucheza mchezo gani?', 'assets/topic/asb/12881.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_34', 0, 1, 'Mpira wa miguu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_34', 0, 2, 'Kukimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_34', 0, 3, 'Kuruka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12925_34', 0, 4, 'Kuruka kamba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555', 2, 'Ajali mbaya', 'assets/topic/asb/9638.png', 'Ursula Nafula + Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_3', 3, NULL, 'assets/topic/asb/9635.png', 'Mimi na dadangu tulikuwa tukitembea kando ya barabara.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_4', 3, NULL, 'assets/topic/asb/9636.png', 'Tuliona lori kubwa likiendeshwa kwenye mteremko.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_5', 3, NULL, 'assets/topic/asb/9637.png', 'Wakati huo, gari ndogo liliendeshwa kwa kasi kuelekea upande wa juu wa barabara.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_6', 3, NULL, 'assets/topic/asb/9641.png', 'Dereva wa lori hakuwa mwangalifu. +Alikuwa akizungumza kwa simu ya rununu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_7', 3, NULL, 'assets/topic/asb/9639.png', 'Mara lori liligonga gari!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_8', 3, NULL, 'assets/topic/asb/9640.png', 'Baadaye, ambulansi ilifika pamoja na polisi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_9', 3, NULL, 'assets/topic/asb/9638.png', 'Pia magari mawili ya kuvuta yale yaliyohusika kwa ajali yalifika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_10', 3, NULL, 'assets/topic/asb/9642.png', 'Tulishuhudia kila kitu. +Tulitishika sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ajali mbaya +Author - +Zanele Buthelezi, Thembani Dladla and Clare Verbeek +Translation - +Ursula Nafula +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First words +© School of Education and Development (Ukzn) and African Storybook Initiative 2007 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.akdn.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_12', 1, 'Chora Lori', 'assets/topic/10555.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_12', 2, 1, 'assets/topic/10555.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_13', 0, 'Gari ndogo lilikua linakimbilia wapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_13', 1, 1, 'Kilimani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_13', 0, 1, 'Barabarani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_13', 0, 2, 'Kwenye mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_13', 0, 3, 'Kwenye Nyasi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_18', 0, 'Dereva wa Lori aligonga gari ndogo.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_21', 0, 'Hadithi inatufindishi tusitumie Simu wakati___________?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_21', 1, 1, 'Tunaendesha gari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_21', 0, 1, 'Tunakimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_21', 0, 2, 'Tunaongea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_21', 0, 3, 'Tunatembea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10555_26', 0, 'Unatembea na nani?', 'assets/topic/asb/9638.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_26', 0, 1, 'Baba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_26', 0, 2, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_26', 0, 3, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10555_26', 0, 4, 'Rafiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094', 2, 'Akadeli abahatika', 'assets/topic/asb/19016.png', 'Simon Ipoo +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_3', 3, NULL, 'assets/topic/asb/19004.png', 'Siku moja Akadeli, Lucia, Acharait na Maria walienda msituni kutafuta matunda. Walishikana mikono wakavuka mto mkubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_4', 3, NULL, 'assets/topic/asb/19005.png', 'Waliufikia mti uliojaa matunda mabivu. Walikubaliana kuukwea mti ule na kuyachuma matunda wakiwa wameyafumba macho yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_5', 3, NULL, 'assets/topic/asb/19007.png', 'Hata hivyo, Lucia, Acharait na Maria hawakuyafumba macho yao. Akadeli pekee alifanya hivyo alipokuwa akichuma matunda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_6', 3, NULL, 'assets/topic/asb/19009.png', 'Ilipofika wakati wa kuyafumbua macho, Akadeli alikuta kwamba alikuwa ameyachuma matunda mabichi pekee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_7', 3, NULL, 'assets/topic/asb/19010.png', 'Lucia, Acharait na Maria walimcheka Akadeli kisha wakaondoka kwenda zao nyumbani. Akadeli aliyatupa matunda yale mabichi akaanza kuchuma mabivu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_8', 3, NULL, 'assets/topic/asb/19011.png', 'Muda mfupi baadaye, Akadeli alikijaza kikapu chake kwa matudna mabivu. Alianza kuuvuka mto ule mkubwa peke yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_9', 3, NULL, 'assets/topic/asb/19012.png', 'Akadeli alipokuwa katikati, kikapu chake kilimponyoka na kuanguka majini. Alikasirika sana akaanza kulia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_10', 3, NULL, 'assets/topic/asb/19013.png', 'Kabla hajavuka ng''ambo, Akadeli alimwona samaki ukingoni mwa mto. Alimchukua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_11', 3, NULL, 'assets/topic/asb/19014.png', 'Alipokuwa amembeba samaki yule, mwewe alimnyang''anya na kuruka naye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_12', 3, NULL, 'assets/topic/asb/19015.png', 'Akadeli aliona unyoya mmoja mrefu uliokuwa umeachwa na mwewe. Ingawa alikasirika, aliuchukua ule unyoya na kuendelea na safari yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_13', 3, NULL, 'assets/topic/asb/19016.png', 'Akadeli aliwapita watu wakisherehekea harusi ya kitamaduni. Wachezaji walivalia nyasi vichwani badala ya manyoya kama ilivyokuwa desturi. Waliuchukua ule unyoya wakampatia fahali mkubwa!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_14', 3, NULL, 'assets/topic/asb/19017.png', 'Akadeli alifika nyumbani na fahali wake. Wazazi na jamaa zake walifurahi sana. Lucia, Acharait na Maria walisikitaka kumdanganya Akadeli. Ilikuwa siku ya bahati kwa Akadeli!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Akadeli abahatika +Author - +Simon Ipoo +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_16', 1, 'Chora mti ukiwa na matunda', 'assets/topic/19094.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_16', 2, 1, 'assets/topic/19094.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_17', 0, 'Wote walienda wapi kuchuma matunda pori?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_17', 1, 1, 'Msituni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_17', 0, 1, 'Nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_17', 0, 2, 'Uwanjani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_17', 0, 3, 'Ziwani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_22', 0, 'Teua vitu alivokusanya Akadeli kwenye safari yake.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 1, 1, 'Matunda mabivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 1, 2, 'Samaki Mkubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 1, 3, 'Mwewe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 1, 4, 'Unyoya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 1, 5, 'Fahali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 0, 1, 'Nyasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 0, 2, 'Sisiminzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_22', 0, 3, 'Tumbili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_31', 0, 'Siku ya Akadeli ilikuaje?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_31', 1, 1, 'Ya bahati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_31', 0, 1, 'Mbaya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_31', 0, 2, 'Ngumu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_31', 0, 3, 'Inachosha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19094_36', 0, 'Uliona nini ulipoenda nje?', 'assets/topic/asb/19016.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_36', 0, 1, 'Baiskeli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_36', 0, 2, 'Nyumba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_36', 0, 3, 'Miti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19094_36', 0, 4, 'Barabara'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862', 2, 'Akai afurahi', 'assets/topic/asb/9500.png', 'Translators without Borders and Pete Mhunzi + Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_3', 3, NULL, 'assets/topic/asb/9494.png', 'Akai hakuwa na viatu. Marafiki zake walivaa viatu vizuri walipocheza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_4', 3, NULL, 'assets/topic/asb/9492.png', 'Akai alimwomba mamake amnunulie viatu. Ilikuwa shida kucheza bila viatu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_5', 3, NULL, 'assets/topic/asb/9493.png', 'Walipotembea kijijini, mama alitambua kuwa watoto wengine walivaa viatu isipokuwa Akai na Etabo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_6', 3, NULL, 'assets/topic/asb/9496.png', 'Siku moja asubuhi mama alimwamsha Akai. Alimwambia ajitayarishe waende sokoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_7', 3, NULL, 'assets/topic/asb/9495.png', 'Akai na mamake walitembea hadi sokoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_8', 3, NULL, 'assets/topic/asb/9497.png', 'Walipoingia katika duka la viatu, Akai alifurahi sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_9', 3, NULL, 'assets/topic/asb/9499.png', 'Usiku ule, Akai hakuweza kulala. Aliwazia tu viatu vyake vipya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_10', 3, NULL, 'assets/topic/asb/10444.png', 'Hamu ya kuvaa viatu ilizidi. Akai akasimama na kuvivaa viatu vyake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_11', 3, NULL, 'assets/topic/asb/9498.png', 'Hata baada ya kurudi kitandani, Akai aliwaza jinsi angewaonyesha wenzake viatu vyake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_12', 3, NULL, 'assets/topic/asb/9502.png', 'Akai aliamka tena na kuvivaa viatu vyake vipya. Alicheza chumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_13', 3, NULL, 'assets/topic/asb/9501.png', 'Mama alimpata Akai amelala kitandani akiwa amevaa viatu. Alimwambia Akai asivivae tena viatu vyake kitandani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_14', 3, NULL, 'assets/topic/asb/9500.png', 'Akai alifurahi kupata viatu kwa mara ya kwanza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Akai afurahi +Author - +Ursula Nafula +Translation - +Translators without Borders and Pete Mhunzi +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_16', 1, 'Chora Viatu na Uvirembe.', 'assets/topic/15862.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_16', 2, 1, 'assets/topic/15862.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_17', 0, 'Watoto wengine walikua na nini ambacho Akai hakua nacho?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_17', 1, 1, 'Viatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_17', 0, 1, 'Popo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_17', 0, 2, 'Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_17', 0, 3, 'Fimbo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_22', 0, 'Akai alicheza kitandani akiwa kavaa viatu vyake vipya.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_25', 0, 'Akai alijisikiaje alipopata viatu vyake vipya?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_25', 1, 1, 'furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_25', 0, 1, 'Huzuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_25', 0, 2, 'Hasira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_25', 0, 3, 'mkatili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15862_30', 0, 'Unatamani kupata nini?', 'assets/topic/asb/9500.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_30', 0, 1, 'Viatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_30', 0, 2, 'begi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_30', 0, 3, 'Kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15862_30', 0, 4, 'Chakula'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560', 2, 'Aku, rafikiye Jua', 'assets/topic/asb/26422.png', 'Ursula Nafula +Idowu Abayomi Oluwasegun', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_3', 3, NULL, 'assets/topic/asb/26422.png', 'Hapo zamani, kuliishi msichana mmoja katika kijiji kilichoitwa Nchijua. Msichana huyo aliitwa Aku. Alikuwa msichana mwenye miguu mirefu mno. +Aku alistaajabishwa na mambo mengi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_4', 3, NULL, 'assets/topic/asb/26423.png', 'Babake Aku aliitwa Juma na alikuwa mvuvi. Wakati mwingine, Juma alienda na Aku kuvua samaki. Alipofanya hivyo, Aku alistaajabu kwa nini kila mara jua lilimtazama kutoka juu angani. +Mara nyingine Aku alimsaidia mamake, Agatha, kupika. Alipofanya hivyo, alistaajabu kwa nini mafuta yalikuwa rangi nyekundu yalipokuwa kwenye kibuyu lakini kuwa manjano yakiwa kwenye viazi vikuu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_5', 3, NULL, 'assets/topic/asb/26424.png', 'Pia, Aku alistaajabu kwa nini Oti, kakake, na wavulana wengine hawakumruhusu acheze nao mpira wa miguu. Aku alipowauliza kwa nini, walicheka kisha wakamwambia aende acheze na wasichana wenzake. +Wasichana nao hawakutaka kucheza naye. "Miguu yako ni mirefu sana," walimwambia Aku kila mara.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_6', 3, NULL, 'assets/topic/asb/26425.png', 'Aku alifanya urafiki na jua. Alitazamia kuliona jua kila alipoamka asubuhi. Jogoo walipowika kutangaza mawio, Aku alichezea juani huku kivuli chake kikicheza naye. Kuimba kwa ndege na kuwika kwa jogoo ilikuwa muziki mtamu kwake. Jua lilimfurahisha na kumfanya atabasamu. +Lakini siku moja, jua halikuchomoza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_7', 3, NULL, 'assets/topic/asb/26426.png', 'Aku alisubiri jogoo kuwika, lakini, hawakufanya hivyo. Ndege hawakuimba. Bila jua, watu wa Nchijua hawakutekeleza shughuli za kila siku. Wakulima hawakukuza mimea yao. Anga liligeuka kijivu likahuzunika. Juma hakwenda kuvua samaki. Watoto hawakwenda shuleni. Wanawake hawakujadiliana bei za bidhaa sokoni. +Aku alivikosa vitu hivyo vyote. Alikosa kuwika kwa jogoo na nyimbo walizoimba ndege. Alichokikosa zaidi, ni kuchomoza kwa jua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_8', 3, NULL, 'assets/topic/asb/26427.png', 'Kila mmoja alitaka kujua mahali jua lilienda. "Labda jua limefariki," baadhi yao walisema. "Jua limesafiri," wengine wakasema. Wengine walimcheka Aku. +Hata hivyo, Aku alijipa moyo, "Ninasema ukweli. Jua ni rafiki yangu. Jua halijafariki." Lakini hakuna yeyote aliyemsikiliza zaidi. Walisahau yote kuhusu jua wakamcheka Aku kwa nguvu. Kilichomhuzunisha zaidi ni kule kuchekwa na watoto wenzake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_9', 3, NULL, 'assets/topic/asb/26428.png', 'Akiwa amehuzunika kama vile jua lilivyokuwa, Aku alifanya hima akaenda nyumbani. Aliugonga mpira wa kakake kimakosa. Mpira uliviringika na kuingia jikoni. +Mpira ulikigonga kibuyu cha mafuta kuichokuwa jikoni kikaanguka chini. Mafuta yalimwagika nao mpira ukaloa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_10', 3, NULL, 'assets/topic/asb/26429.png', 'Oti na rafikiye mmoja waliingia jikoni kuuchukua mpira wao. Walikiona kibuyu kilichokuwa kimeanguka na mafuta yaliyomwagika. Mpira wao uliokuwa umeloa. +Oti, Agatha na watu wote wa Nchijua walimtazama Aku akitoroka. Walistaajabu wasijue alichopanga kuufanyia mpira ulioloa mafuta.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_11', 3, NULL, 'assets/topic/asb/26430.png', 'Aku alisimama alipofika katikati ya uwanja. Akauweka mpira chini na kwa nguvu zote, akaugonga kwa mmoja wa miguu yake mirefu. Mpira ukazunguka chini ukaelekea mwishwo wa uwanja. Ukaugonga mizizi ya mtende mmoja uliokuwa mwisho wa uwanja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_12', 3, NULL, 'assets/topic/asb/26431.png', 'Mpira huo ulielekea angani. Wakiwa vinywa wazi, watu wa Nchijua waliutazama mpira ukiruka mbali na mawingu, mbali na upeo wa macho yao. Kila kitu kikatulia. Kukawa na kimya kikubwa. Ghafla, anga lilifunguka. Mawingu yakawa kama pamba nyororo. Mpira mkubwa ukapenyezea nyuma ya mawingu. +Mpira huo uliokuwa mwekundu na manjano kama mafuta, ukang''aa. Mpira huo ulikuwa jua, rafikiye Aku. Kila kitu kilisisimuka. Kimya kikamalizika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_13', 3, NULL, 'assets/topic/asb/26432.png', 'Kila mtu alifanya hima kwenda nyumbani kujitayarisha kwa shughuli za kawaida. Juma alitafuta ndoo yake ya samaki. Wakulima waliyachukua majembe yao. Watoto walioga na kuvaa tayari kwenda shuleni. Wanawake walifunga pesa kwenye kanga zao. Walibeba vikapu wakaenda haraka sokoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_14', 3, NULL, 'assets/topic/asb/26433.png', 'Jua lilirejea Nchijua. Aku alikuwa amefaulu. Siku mpya ilianza…', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Aku, rafikiye Jua +Author - +Aisha Nelson +Translation - +Ursula Nafula +Illustration - +Idowu Abayomi Oluwasegun +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_16', 1, 'Chora mti na jua.', 'assets/topic/22560.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_16', 2, 1, 'assets/topic/22560.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_17', 0, 'Msichana Aku mwenye miguu mirefu aliishi wapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_17', 1, 1, 'Nchijua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_17', 0, 1, 'Nchimwezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_17', 0, 2, 'Nchikavu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_17', 0, 3, 'Nchimaji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_22', 0, 'Nani alikua rafiki wa Aku?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_22', 1, 1, 'Jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_22', 0, 1, 'Mwezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_22', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_22', 0, 3, 'Kasuku'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22560_27', 0, 'Aku alijisikiaje aliposafisha Wingu lenye huzuni?', 'assets/topic/asb/26422.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_27', 0, 1, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_27', 0, 2, 'Huzuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_27', 0, 3, 'Hasira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22560_27', 0, 4, 'Mkatili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908', 2, 'Amara na wanyama', 'assets/topic/asb/14042.png', 'John Musene +Sarah Bouwer', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_3', 3, NULL, 'assets/topic/asb/14037.png', 'Amara alikuwa msichana wamiyaka mitisaa . Alisoma chuo cha Kerema. Alipenda misomo mbali mbali zilizomo kingereza, sayansi na pia masomo ya kijamii. Alitaka kuwa mwanasheria wakati yeye kukua. Amara aliwapenda wanyama sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_4', 3, NULL, 'assets/topic/asb/14113.png', 'Amara ali ishi na mama yake Margy. Margy alikuwa mukulima mwenye bidi. Baba wake Amara ali iaga dunia Amara akiwa na mwiaka mitano.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_5', 3, NULL, 'assets/topic/asb/14040.png', 'Ambapo Amara akuwa shuleni, alishinda na Mbisa, mbuzi. Alimuwosha na kumulisha pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_6', 3, NULL, 'assets/topic/asb/14039.png', 'Amara alikuwa na kipenzi chake, Simba. Mama yake Amara akupenda umbwa sana, ingapo alimuwacha Amara amuweke Simba. Wakati wowote Simba alimusumbuwa, alipiga kelele "nenda kabla nikupige teke." Amara aliuzunika kwa hili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_7', 3, NULL, 'assets/topic/asb/14062.png', 'Juma mosi moja, walikuwa na wageni kutoka kikundi cha wanawake. Amara alikuwa mwenye fura kuwa marafiki wamam yake walikuja na watoto wao. Wange cheza mpira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_8', 3, NULL, 'assets/topic/asb/13930.png', 'Mama yake alikipika chakula kikundi kilicho penda. Amara alikumbushwa na mama yake kunfunga Simba. Alibweka kwa wageni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_9', 3, NULL, NULL, 'Amara hakunfunza Simba vizuri. Wageni walishanga kumuona mbwa kwenye chumba. Mama yake Oto aliuliza, "mbona mwakubali umbwa kwenye nyumba?" Mama yake Amara alimuita apeleke Simba inje.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_10', 3, NULL, 'assets/topic/asb/14055.png', 'Amara hakumskia mama yake kwamana walikuwa kwenye mijezo', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_11', 3, NULL, 'assets/topic/asb/14042.png', 'Ambapo Amara akuwa shuleni, alishinda na Mbisa, mbuzi. Alimuwosha na kumulisha pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_12', 3, NULL, 'assets/topic/asb/13697.png', 'Baadaye, mama yake Amara alimuomba msamaha kwakuwa kikatili kwa Simba. Amara alikuwa mwenye furaha kwa kuwa mama yake alimukubali umbwa mara ya mwisho. Amara akiwa shuleni mama yake umlisha Simba. Marafiki wa mama wake Amara wame jifunza kuwa wazuri kwenye umbwa wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Amara na wanyama +Author - +Judy B. Maranga +Translation - +John Musene +Illustration - +Sarah Bouwer +Language - +Kiswahili +Level - +Longer paragraphs +© Judy B.maranga 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_14', 1, 'Chora Mbwa na mpe jina zuri.', 'assets/topic/23908.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_14', 2, 1, 'assets/topic/23908.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_15', 0, 'Amara alitaka kuwa nani akiwa mkubwa?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_15', 1, 1, 'Mwanasheria'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_15', 0, 1, 'Mganga wa Afya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_15', 0, 2, 'Polisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_15', 0, 3, 'Mwalimu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_20', 0, 'Taja kundi la masomo aliyoyapenda Amara.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_20', 1, 1, 'Kingereza.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_20', 1, 2, 'Sayansi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_20', 1, 3, 'Masomo ya Jamii'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_20', 0, 1, 'Hesabu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23908_25', 0, 'Tuishi nao vipi mbwa wetu?', 'assets/topic/asb/14042.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_25', 0, 1, 'Tuwatese'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_25', 0, 2, 'Tuwe wabinafsi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_25', 0, 3, 'Tuwe wazuri kwao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23908_25', 0, 4, 'Tuwe wabaya kwao'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978', 2, 'Anansi awapa watu hadithi', 'assets/topic/asb/1294.png', 'Mutugi Kamundi +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_3', 3, NULL, 'assets/topic/asb/1281.png', 'Hapo zamani za kale, Mungu wa Mbinguni, Nyame, alizifungia hadithi zote kwenye sanduku la mbao, huko juu. Watu duniani walihuzunika sana kwa kuwa hawakuhadithiana. Wakamwuliza Anansi, buibui, mwerevu, awasaidie.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_4', 3, NULL, 'assets/topic/asb/1282.png', 'Anansi alisokota utando mrefu unaonata, akautumia kupanda hadi mbinguni. "Tafadhali nipe hadithi?" Anansi alimwambia Mungu wa mbinguni. Lakini Nyame alimcheka Anansi akisema, "Hadithi hizi ni ghali mno. Hutaweza kuzilipia, buibui mdogo, wee."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_5', 3, NULL, 'assets/topic/asb/1283.png', '"Hadithi hugharimu pesa ngapi?" Anansi aliuliza." "Itabidi uniletee wanyama watatu wakali tena wa kipekee", Nyame alijibu. "Chui mwenye meno makali kama mkuki, nyigu anayewauma watu, na nyoka anayewameza watu." Alicheka tena. Alidhani kwamba hadithi zake zilikuwa salama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_6', 3, NULL, 'assets/topic/asb/1284.png', 'Anansi alishuka chini polepole. Aliwaza na kuwazua kisha akapata mpango. Alichimba shimo refu, akalifunika kwa matawi na udongo ili lisionekane, kisha akaenda nyumbani. Asubuhi iliyofuata, chui alikuwa ameanguka kwenye lile shimo. Alikuwa akikwaruza kuta za shimo kwa ghadahbu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_7', 3, NULL, 'assets/topic/asb/1286.png', '"Hebu nikusaidie, rafiki yangu." Anansi alisema." "Lala juu ya vijiti hivi halafu nitakuvuta utoke nje." Anansi akautungia utando wake unaonata kwenye mwili wa chui, na vijiti, kisha akamvuta hadi juu kwa Mungu wa Mbinguni. Lakini, Nyame alimcheka akauliza, "Nyigu na nyoka wako wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_8', 3, NULL, 'assets/topic/asb/1287.png', 'Anansi alirudi tena ardhini kumtafuta mnyama wa pili. Alifikiri hatimaye akapata wazo. Alichukua kibuyu kilichojaa maji na kwenda kwenye mti walimoishi nyigu. Akamwagilia nyumba ya nyigu maji mpaka ikalowa kabisa. Kisha akatafuta jani la mgomba akajikinga nalo kichwani. Akajimwagilia maji yaliyobaki kila sehemu ya mwili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_9', 3, NULL, 'assets/topic/asb/1288.png', 'Halafu akawaita manyigu, "Aisee nyigu! Njooni mwone! Mvua inanyesha! Ingieni haraka ndani ya kibuyu changu ili mjikinge na mvua." Nyigu hawapendi kulowa maji. Walikimbilia ndani ya kibuyu cha Anansi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_10', 3, NULL, 'assets/topic/asb/1289.png', 'Kwa haraka, Anansi aliutungia utando wake kwenye mlango ili nyigu wasitoke kamwe. Akawabeba wote hadi juu kwa Mungu wa Mbinguni. Lakini Nyame alisema, "Wapi nyoka?" Wakati huu hakucheka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_11', 3, NULL, 'assets/topic/asb/1291.png', 'Kwa hivyo, Anansi alirudi ardhini tena. Alifikiri lakini hakuna wazo zuri lililomjia akilini. Basi akamwuliza mkewe aliyekuwa na wazo bora sana. Walishirikiana kutafuta kijiti kimoja kirefu na kamba dhabiti. Walipofika karibu na mto alimoishi nyoka, walianza kubishana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_12', 3, NULL, 'assets/topic/asb/1292.png', 'Mmoja alidai kuwa kijiti kile kilikuwa kirefu huku mwingine akisema sivyo. Nyoka alitoka majini akawauliza sababu ya mabishano yao. "Mke wangu anasema kwamba kijiti hiki ni kirefu kukuliko wewe. Lakini si kweli," Anansi alisema. "Mimi ni mrefu kuliko kijiti hicho! Hebu kiweka karibu nami nijipime," nyoka alijibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_13', 3, NULL, 'assets/topic/asb/1293.png', 'Anansi alifanya hivyo. Kisha alimfunga yule nyoka kwenye kijiti kile kwa kutumia kamba ili kumnyoosha sawasawa. Alimbeba hadi juu mbinguni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_14', 3, NULL, 'assets/topic/asb/1294.png', 'Nyame akaridhika kwamba Anansi alikuwa ametoa malipo ya kutosha. Basi akafungua sanduku lake la mbao, akampa Anansi hadithi. Anansi alizibeba hadithi hizo kwa ushindi mkubwa hadi ardhini. Akazigawa kwa mkewe, watu pamoja na wanyama. Hadithi ni za kuhadithia wala si za kuficha sandukuni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Anansi awapa watu hadithi +Author - +Ghanaian folktale +Translation - +Mutugi Kamundi +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +Longer paragraphs +© Ghanaian Folktale 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_16', 1, 'Chora Mawingu na uyarembe.', 'assets/topic/1978.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_16', 2, 1, 'assets/topic/1978.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_17', 0, 'Nyame Mungu wa Mbinguni alificha wapi hadithi zote?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_17', 1, 1, 'Kwenye sanduku la mbao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_17', 0, 1, 'Kwenye sanduku la chuma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_17', 0, 2, 'Kwenye sanduku la Plastiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_17', 0, 3, 'Kwenye sanduku tupu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_22', 0, 'Teua Wanyama waliohitajiwa na Nyame.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 1, 1, 'Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 1, 2, 'Nyigu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 1, 3, 'Nyoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 0, 2, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_22', 0, 3, 'Kunguru'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1978_29', 0, 'Anansi alikua mtu wa aina gani?', 'assets/topic/asb/1294.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_29', 0, 1, 'Mwenye akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_29', 0, 2, 'Mpole'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_29', 0, 3, 'Mtu mbaya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('1978_29', 0, 4, 'Mjinga'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234', 2, 'Anansi awapa watu hekima', 'assets/topic/asb/1273.png', 'Mutugi Kamundi +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_3', 3, NULL, 'assets/topic/asb/1274.png', 'Hapo zamani za kale, watu hawakujua chochote. Hawakujua kupanda mimea, kushona nguo, wala kuuunda vyombo vya chuma. Lakini mungu aliyeitwa Nyame akiwa mbinguni, alimiliki hekima ambayo watu walihitaji. Nyame alihifadhi hekima hiyo kwenye chungu cha udongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_4', 3, NULL, 'assets/topic/asb/1275.png', 'Siku moja, Nyame aliamua kumpa Anansi chungu hicho kilichojaa ujuzi na hekima. Anansi alikitazama chungu kile. Na kila alipokitazama alipata kujua jambo jipya. Alifuarahi sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_5', 3, NULL, 'assets/topic/asb/1276.png', 'Anansi alisema moyoni, "Nitakificha chungu hiki juu ya mti mrefu ili mtu mwingine asikifikie. Ningetaka kufaidika peke yangu." Kwa kutumia miyaa, Anansi alitengeneza kamba akaifungia kwenye chungu. Kisha, alijifungia kamba hiyo kiunoni. Aliupanda mti ule huku kile chungu kikining''inia mbele yake. Haikuwa rahisi kwani kila wakati, chungu kile kilimgonga magotini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_6', 3, NULL, 'assets/topic/asb/1277.png', 'Wakati huo wote, mwanawe Anansi alikuwa amesimama chini ya ule mti akimtazama babake. Hatimaye, alimwambia, "Baba, mbona usikifunge chungu mgongoni ili uweze kuuparaga mti?" Anansi aliamua kukifunga mgongoni chungu hicho kilichojaa hekima. Ilikuwa rahisi zaidi kukibeba kile chungu mgongoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_7', 3, NULL, 'assets/topic/asb/1278.png', 'Baada ya muda mfupi, alifika juu ya mti. Akiwa juu aliwaza, "Mimi ndiye ninabeba hekima lakini, mwanangu anaonekana kuwa mwerevu kuniliko." Anansi alikasirika na kukitupa kile chungu chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_8', 3, NULL, 'assets/topic/asb/1279.png', 'Chungu kilianguka na kuvunjika vigae vingi. Watu waliipata hekima wakajua kulima, kushona nguo, na kuunda vyombo vya chuma. Hivyo ndivyo watu walivyojua kufanya mambo yote wanayofanya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_9', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Anansi awapa watu hekima +Author - +Ghanaian folktale +Translation - +Mutugi Kamundi +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_10', 1, 'Chora mti mrefu ukiwa na vipande vya chungu kwenye ardhi.', 'assets/topic/2234.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_10', 2, 1, 'assets/topic/2234.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_11', 0, 'Hekima za dunia zilihifadhiwa wapi salama', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_11', 1, 1, 'Kwenye Chungu cha udongo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_11', 0, 1, 'Kwenye chungu cha mbao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_11', 0, 2, 'Kwenye chungu cha tope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_11', 0, 3, 'Kwenye chungu cha plastiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_16', 0, 'Anansi alikuja kuwa mchoyo akataka awe na busara mwenyewe.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_16', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_16', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2234_19', 0, 'Unajisikiaje kuhusu kushirikiana busara yako na wengine?', 'assets/topic/asb/1273.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_19', 0, 1, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_19', 0, 2, 'Vibaya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_19', 0, 3, 'Ukatili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2234_19', 0, 4, 'Uchoyo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000', 2, 'Anansi mlafi', 'assets/topic/asb/946.png', 'Ursula Nafula +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_3', 3, NULL, 'assets/topic/asb/2078.png', 'Anansi aliwakuta kunguru wakila makuyu. +Yeye pia alitaka makuyu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_4', 3, NULL, 'assets/topic/asb/947.png', 'Kunguru walimpatia Anansi makuyu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_5', 3, NULL, 'assets/topic/asb/1996.png', 'Kunguru walimwambia, "Sasa njoo uchume makuyu nasi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_6', 3, NULL, 'assets/topic/asb/2077.png', 'Walienda kuchuma makuyu pamoja. +Lakini Anansi alichukua makuyu yote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_7', 3, NULL, 'assets/topic/asb/949.png', 'Anansi aliruka. +Alianguka ndani ya mto uliojaa mamba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_8', 3, NULL, 'assets/topic/asb/952.png', 'Anansi alisema, "Mimi ni mmoja wa jamaa zenu." +Hakuliwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_9', 3, NULL, 'assets/topic/asb/951.png', 'Anansi alijifanya kuwa anakunywa maji chafu kama mamba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_10', 3, NULL, 'assets/topic/asb/2079.png', 'Mamba walimwamini Anansi. +Walimualika kukaa nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_11', 3, NULL, 'assets/topic/asb/948.png', 'Anansi alisema, "Nitakaa, lakini, hebu kwanza niilete famalia yangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_12', 3, NULL, 'assets/topic/asb/953.png', 'Mamba alimbeba Anansi hadi ukingo wa mto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_13', 3, NULL, 'assets/topic/asb/1995.png', 'Anansi alitoroka. +Mamba bado anamsubiri hadi leo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Anansi mlafi +Author - +Ghanaian folktale +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_15', 1, 'Chora Mamba', 'assets/topic/22000.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_15', 2, 1, 'assets/topic/22000.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_16', 0, 'Kungura hula matunda gani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_16', 1, 1, 'Makuyu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_16', 0, 1, 'Mizabibu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_16', 0, 2, 'Tufaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_16', 0, 3, 'Ndizi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_21', 0, 'Anansi alibebwa na nani mpaka kwenye ukingo wa mto?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_21', 1, 1, 'Mamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_21', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_21', 0, 2, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_21', 0, 3, 'Sisiminzi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22000_26', 0, 'Utapenda kubebwa na Mnyama gani?', 'assets/topic/asb/946.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_26', 0, 1, 'Punda Milia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_26', 0, 2, 'Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_26', 0, 3, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22000_26', 0, 4, 'Ngamia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995', 2, 'Anansi mwenye wivu', 'assets/topic/asb/166.png', 'Ursula Nafula + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_3', 3, NULL, 'assets/topic/asb/157.png', 'Anansi na Sungura walikuwa marafiki. +Anansi alionea wivu mali ya Sungura.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_4', 3, NULL, 'assets/topic/asb/158.png', 'Anansi alimfukuza Sungura. +Akachukuwa shamba lake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_5', 3, NULL, 'assets/topic/asb/159.png', 'Anansi aliuza mazao yote. +Alipata pesa nyingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_6', 3, NULL, 'assets/topic/asb/160.png', 'Anansi alirudi nyumbani. +Alikibeba kikapu kichwani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_7', 3, NULL, 'assets/topic/asb/161.png', 'Anansi alikiweka kikapu chini. +Alienda kujikinga asinyeshewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_8', 3, NULL, 'assets/topic/asb/162.png', 'Muvua ilisababisha mafuriko. +Anansi alijificha shimoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_9', 3, NULL, 'assets/topic/asb/163.png', 'Tai alikiona kikapu. +Alikifunika kwa mabawa yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_10', 3, NULL, 'assets/topic/asb/164.png', '"Kikapu hiki ni changu," Tai alisema. +"Ni changu!" Anansi alipiga kelele.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_11', 3, NULL, 'assets/topic/asb/166.png', 'Tai alisema, "Nilipata mahindi na pesa bila +mwenyewe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_12', 3, NULL, 'assets/topic/asb/165.png', 'Chifu na wazee wake walichukuwa muda kuamua nani alisema ukweli.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_13', 3, NULL, 'assets/topic/asb/168.png', 'Hatimaye, walisema, "Tai anasema ukweli. Kikapu ni chake."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_14', 3, NULL, 'assets/topic/asb/167.png', 'Sungura alirudi katika shamba lake. +Anansi hakuwa na pesa wala marafiki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Anansi mwenye wivu +Author - +Ghanaian folktale +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_16', 1, 'Chora Shamba na ulirembe.', 'assets/topic/21995.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_16', 2, 1, 'assets/topic/21995.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_17', 0, 'Anansi alichukua nini kutoka kwa Sungura?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_17', 1, 1, 'Shamba kubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_17', 0, 1, 'Kikapu kikubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_17', 0, 2, 'Chungu kikubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_17', 0, 3, 'Mti mkubwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_22', 0, 'Tai alichukua nini kilichokua kwenye Kikapu?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_22', 1, 1, 'Hela'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_22', 0, 1, 'Asali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_22', 0, 2, 'Yai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_22', 0, 3, 'Ngamia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21995_27', 0, 'Utapenda kumuitaje Anansi?', 'assets/topic/asb/166.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_27', 0, 1, 'Muongo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_27', 0, 2, 'Asiyestahili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_27', 0, 3, 'Rafiki Mzuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21995_27', 0, 4, 'Mwenye moyo mzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806', 2, 'Anayenipenda, hujua ninachopenda', 'assets/topic/asb/1196.png', 'palmesi katangambo +Natalie Propa, Rob Owen and Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_3', 3, NULL, 'assets/topic/asb/19837.png', 'Hapo zamani za kale, palikuwa na mfalme. +Yeye na wake zake watatu, waliishi katika kijiji kimoja kilichoitwa Nuru.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_4', 3, NULL, 'assets/topic/asb/17604.png', 'Siku moja, mfalme yule aliwaita wake zake na kusema, "Wake zangu wapendwa, ningependa leo nile chakula kitamu. Atakayepika chakula kitamu zaidi, atapata zawadi nono."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_5', 3, NULL, 'assets/topic/asb/9495.png', 'Mke mmoja alienda sokoni akanunua nyama ya ng''ombe na viungo vingi. +Alirudi nyumbani na kupika kitoweo alichoamini kilikuwa kitamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_6', 3, NULL, 'assets/topic/asb/14032.png', 'Mke mwingine alienda soko iliyokuwa sehemu tofauti. Alinunua nyama ya pori pamoja na viungo tofauti. +Naye alirudi nyumbani kuitayarisha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_7', 3, NULL, 'assets/topic/asb/10066.png', 'Mke wa mwisho aliamua kwenda kumuona mamake mfalme. +Aliambiwa apike chakula cha kienyeji na wala asiweke mafuta au viungo vyovyote vya kisasa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_8', 3, NULL, 'assets/topic/asb/10069.png', 'Mke huyo wa tatu, alienda shambani kutafuta mboga tofauti za kutayarishia chakula cha kienyeji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_9', 3, NULL, 'assets/topic/asb/17605.png', 'Mfalme na wenzake walifika kwa wake waliopika nyama ya ng''ombe na ya pori. Hata hivyo, mfalme hakukipenda chakula alichoandaliwa. +Walienda kwa mke aliyeandaa chakula cha kienyeji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_10', 3, NULL, 'assets/topic/asb/10074.png', 'Mfalme alikifurahia sana kwani kilikuwa chakula alichokipenda. Alimteua mke huyo kuwa malkia katika ufalme wake. +Tangu siku hiyo, huyo mke aliheshimiwa sana. Yeye alijua namna ya kumfurahisha mmewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Anayenipenda, hujua ninachopenda +Author - +palmesi katangambo +Illustration - +Natalie Propa, Rob Owen and Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +Palmesi Katangambo', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_12', 1, 'Chora Ikulu.', 'assets/topic/22806.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_12', 2, 1, 'assets/topic/22806.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_13', 0, 'Mfalme alikua na wake wangapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_13', 1, 1, 'Watatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_13', 0, 1, 'Wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_13', 0, 2, 'Mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_13', 0, 3, 'Wanne'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_18', 0, 'Mfalme alimteua mke wa tatu kuwa Malkia', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_21', 0, 'Mfalme alijisikiaje alipopewa chakula kilichoandaliwa na mke wake wa tatu?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_21', 1, 1, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_21', 0, 1, 'Hasira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_21', 0, 2, 'Alisononeka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_21', 0, 3, 'Ukatili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22806_26', 0, 'Unapendelea kula nini?', 'assets/topic/asb/1196.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_26', 0, 1, 'Chapati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_26', 0, 2, 'Wali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_26', 0, 3, 'Kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22806_26', 0, 4, 'Matunda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817', 2, 'Asiyesikia la mkuu', 'assets/topic/asb/10763.png', 'Ursula Nafula +Rob Owen', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_3', 3, NULL, 'assets/topic/asb/10763.png', 'Lego alikuwa nyoka mkubwa. Aliishi katika kijiji cha Sinyare.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_4', 3, NULL, 'assets/topic/asb/10765.png', 'Apiyo, Ajoh na Atieno walienda kutafuta kuni. +Bibi aliwaonya kuhusu Lego.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_5', 3, NULL, 'assets/topic/asb/10766.png', 'Wote watatu walitayarisha chakula. +"Itakuwa siku ndefu," walisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_6', 3, NULL, 'assets/topic/asb/10767.png', '"Hebu tuwe kimya. Lego huishi karibu hapa." Apiyo aliwakumbusha wegine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_7', 3, NULL, 'assets/topic/asb/10769.png', 'Atieno alitaka meno ya Lego. +Apiyo alimwambia, "Kumbuka onyo la bibi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_8', 3, NULL, 'assets/topic/asb/10770.png', '"Ninataka meno ya Lego ya dhahabu." Ajoh hakujali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_9', 3, NULL, 'assets/topic/asb/10771.png', 'Lego hakuyapata meno yake ya dhahabu. +Alisubiri kumuadhibu mwizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_10', 3, NULL, 'assets/topic/asb/10772.png', '"Hsssss!" Wasichana walisikia sauti. +Lego alikuwa tayari kumuuma aliyeiba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_11', 3, NULL, 'assets/topic/asb/10773.png', 'Lego aliwapatia mtihani wa kuimba. "Aliyeiba, hataweza kuimba vizuri."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_12', 3, NULL, 'assets/topic/asb/10774.png', 'Apiyo na Atieno walipita mtihani. Waliimba vyema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_13', 3, NULL, 'assets/topic/asb/10775.png', 'Ajoh hakuweza kuimba vizuri. +Lego alijua mwizi alikuwa nani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_14', 3, NULL, 'assets/topic/asb/10776.png', 'Lego alimmeza Ajoh! +"Heri angenisikiza." Bibi alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Asiyesikia la mkuu +Author - +Joseph Sanchez Nadimo +Translation - +Ursula Nafula +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_16', 1, 'Mchore nyoka Unyalego mkubwa mwenye meno ya Dhahabu.', 'assets/topic/21817.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_16', 2, 1, 'assets/topic/21817.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_17', 0, 'Unyalego ni jina la mnyama gani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_17', 1, 1, 'Nyoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_17', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_17', 0, 2, 'Asali ya nyuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_17', 0, 3, 'Pundamilia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_22', 0, 'Unyalego ana meno ya Dhahabu.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21817_25', 0, 'Unafikiri Unyalego alikua wa aina gani?', 'assets/topic/asb/10763.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_25', 0, 1, 'Mpole'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_25', 0, 2, 'Mwenye akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_25', 0, 3, 'Mkatili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21817_25', 0, 4, 'Mpumbavu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734', 2, 'Asiyetii wazee', 'assets/topic/asb/27127.png', 'Ursula Nafula +Kenneth Boyowa Okitikpi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_3', 3, NULL, 'assets/topic/asb/27118.png', 'Hapo zamani, kulikuwa na mvulana aliyeitwa Jalo. Jalo aliwaasi wazazi wake. +Watu walijua kuwa mvulana huyo alikosa adabu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_4', 3, NULL, 'assets/topic/asb/27119.png', 'Siku moja Jalo na mamake waliwatembelea jamaa zao kijijini. +Kabla wao kuondoka kurejea nyumbani, jamaa zao waliwapatia zawadi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_5', 3, NULL, 'assets/topic/asb/27120.png', 'Walimpeleka Jalo na mamake kwenye bustani iliyojaa matunda. Kisha wakawaalika kula matunda yoyote waliyopenda. +Ila, hawakutakiwa kuchuma kutoka kwa mwembe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_6', 3, NULL, 'assets/topic/asb/27121.png', 'Jalo aliona mwembe mkubwa uliokuwa na maembe mengi mabivu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_7', 3, NULL, 'assets/topic/asb/27122.png', 'Jalo alishangaa kuyaona maembe mengi mabivu. Aliamua kuchuma moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_8', 3, NULL, 'assets/topic/asb/27123.png', 'Ingawa Jalo alikuwa ameonywa kutokula kutoka kwenye mwembe, alifanya hivyo. +Alisema, "Litakalofanyika, lifanyike. Ninataka kulila embe hili."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_9', 3, NULL, 'assets/topic/asb/27124.png', 'Mamake Jalo alimwonya tena. Hata hivyo, Jalo hakumtii.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_10', 3, NULL, 'assets/topic/asb/27125.png', 'Alipolila tu hilo embe, tumbo ilianza kunguruma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_11', 3, NULL, 'assets/topic/asb/27126.png', 'Jalo aliendelea kuhisi vibaya akaanza kulia. Kichwa chake kilianza kuvimba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_12', 3, NULL, 'assets/topic/asb/27127.png', 'Halafu, mwembe uliota kichwani kwake! Jalo aligeuka na kuwa mwembe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_13', 3, NULL, 'assets/topic/asb/27128.png', 'Tangu wakati huo, kila mwembe huo unapoguswa, huimba, "Asiyewatii wazee, atajuta. Jalo ni mfano."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_14', 3, NULL, NULL, 'Hivyo ndivyo ilivyo. Wahenga husema, "Asiyesikia la mkuu, huvunjika guu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Asiyetii wazee +Author - +Yakubu Aliyu Malumri +Translation - +Ursula Nafula +Illustration - +Kenneth Boyowa Okitikpi +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_16', 1, 'Chora mti wa Muembe.', 'assets/topic/24734.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_16', 2, 1, 'assets/topic/24734.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_17', 0, 'Jallo alikua hana adabu kwa wazazi wake.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_17', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_17', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_20', 0, 'Jallo alikuja kuwa Mti wa Muembe.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_20', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_20', 0, 1, 'SI kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_23', 0, 'Jallo hakumsikiliza mama yake kwasababu alikua_____________?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_23', 1, 1, 'Hana adabu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_23', 0, 1, 'Ana Adabu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_23', 0, 2, 'Mchoyo.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_23', 0, 3, 'Mwenye akili.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24734_28', 0, 'Unaishi vipi na wakubwa zako?', 'assets/topic/asb/27127.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_28', 0, 1, 'Kwa adabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_28', 0, 2, 'Kwa adabu Mbaya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_28', 0, 3, 'Kwa kuongea sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24734_28', 0, 4, 'Kwa jeuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269', 2, 'Ököbhöörya', 'assets/topic/asb/26677.png', 'Kutafsiri Biblia Mara +Leo Daly and Magriet Brink', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_3', 3, NULL, 'assets/topic/asb/26675.png', 'Omoswa hai ghörëngë?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_4', 3, NULL, 'assets/topic/asb/26676.png', 'Rikonokono hai rërëngë?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_5', 3, NULL, 'assets/topic/asb/26677.png', 'Embebha hai ërëngë?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_6', 3, NULL, 'assets/topic/asb/26678.png', 'Ikonyönyi hai kërëngë?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_7', 3, NULL, 'assets/topic/asb/26679.png', 'Isyaghara hai ërëngë?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_8', 3, NULL, 'assets/topic/asb/26680.png', 'Inyaamu hai ërënge?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_9', 3, NULL, 'assets/topic/asb/26681.png', 'Ikishuushu hai kërënge?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_10', 3, NULL, 'assets/topic/asb/26682.png', 'Ësëësë hai ërënge?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_11', 3, NULL, 'assets/topic/asb/26683.png', 'Ëmbëëshë hai ërënge?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_12', 3, NULL, 'assets/topic/asb/26684.png', 'Ëmböri hai ërënge?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ököbhöörya +Author - +Little Zebra Books +Translation - +Kutafsiri Biblia Mara +Illustration - +Leo Daly and Magriet Brink +Language - +Ikisimbëtë +Level - +First sentences +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_15', 1, 'Chora mnyama yoyote mmoja aliyetajwa kwa Hadithi na umrembe.', 'assets/topic/30269.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_15', 2, 1, 'assets/topic/30269.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_16', 0, 'Chagua neno sahihi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_16', 1, 1, 'Mamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_16', 0, 1, 'Ammba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_16', 0, 2, 'Mamamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_16', 0, 3, 'mammba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_21', 0, 'Oanisha Picha katika Majina yake', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 1, 'Ant'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 2, 'Sisiminzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 3, 'Lizard'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 4, 'Mjusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 5, 'Bird'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_21', 1, 6, 'Ndege'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30269_28', 0, 'Mbuzi hula nini?', 'assets/topic/asb/26677.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_28', 0, 1, 'Nyasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_28', 0, 2, 'Udongo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_28', 0, 3, 'Majani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30269_28', 0, 4, 'Fimbo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354', 2, 'Ömöbhërë', 'assets/topic/asb/26739.png', 'Kutafsiri Biblia Mara +Sue Beattie', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_3', 3, NULL, 'assets/topic/asb/26749.png', 'Ekerenge', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_4', 3, NULL, 'assets/topic/asb/26744.png', 'Ököghörö', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_5', 3, NULL, 'assets/topic/asb/26741.png', 'Riiru', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_6', 3, NULL, 'assets/topic/asb/26747.png', 'Obhokende', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_7', 3, NULL, 'assets/topic/asb/26740.png', 'Enda', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_8', 3, NULL, 'assets/topic/asb/26748.png', 'Ikikubha', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_9', 3, NULL, 'assets/topic/asb/26742.png', 'Ebhesaanyi', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_10', 3, NULL, 'assets/topic/asb/26745.png', 'Amabhoko', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_11', 3, NULL, 'assets/topic/asb/26746.png', 'Ekeghokora', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_12', 3, NULL, 'assets/topic/asb/26743.png', 'Omotwe', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ömöbhërë +Author - +Little Zebra Books +Translation - +Kutafsiri Biblia Mara +Illustration - +Sue Beattie +Language - +Ikisimbëtë +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_14', 1, 'Chora sehemu moja yoyote ya mwili kutoka kwenye hadithi.', 'assets/topic/31354.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_14', 2, 1, 'assets/topic/31354.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_15', 0, 'Chagua sehemu zote za Mwili.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 1, 'Kichwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 2, 'Mikono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 3, 'Kifua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 4, 'Miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 5, 'Viatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_15', 1, 6, 'Kofia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_22', 0, 'Oanisha Picha katika majina yake.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 1, 'Head'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 2, 'Kichwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 3, 'Hand'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 4, 'Mkono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 5, 'Stomach'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 6, 'Tumbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 7, 'Leg'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_22', 1, 8, 'Mguu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31354_31', 0, 'Sehemu gani ya mwili wako unayoipendelea sana?', 'assets/topic/asb/26739.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_31', 0, 1, 'Kichwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_31', 0, 2, 'Mikono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_31', 0, 3, 'Tumbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31354_31', 0, 4, 'Miguu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143', 2, 'Bahati mbaya!', 'assets/topic/asb/14751.png', 'Brigid Simiyu +Abraham Muzee', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_3', 3, NULL, 'assets/topic/asb/14735.png', 'Mimi na Kiki ni marafiki. +Sisi hutembea kwenda nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_4', 3, NULL, 'assets/topic/asb/14736.png', 'Siku moja, mwanamme alitufuata.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_5', 3, NULL, 'assets/topic/asb/14737.png', 'Meno yake yalikuwa ya kutisha. +Ngozi yake ilijaa vipele.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_6', 3, NULL, 'assets/topic/asb/14738.png', 'Tulipomtazama, alitupigia kelele kwa hasira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_8', 1, 'Chora koti na ulirembe.', 'assets/topic/21143.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_8', 2, 1, 'assets/topic/21143.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_9', 0, 'Marafiki wawili hufikiria nini baada ya shule kila siku?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_9', 1, 1, 'Kuchunguza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_9', 0, 1, 'Kucheza mziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_9', 0, 2, 'Kucheza michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_9', 0, 3, 'Hawafakirii chochote'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_14', 0, 'Mtu mrefu alikua amevalia nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_14', 1, 1, 'Koti jeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_14', 0, 1, 'Koti jeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_14', 0, 2, 'Kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_14', 0, 3, 'Miwani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21143_19', 0, 'Kwanini mtu mrefu alikua anawafuata nyuma yao?', 'assets/topic/asb/14751.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_19', 0, 1, 'Ili kuwapora'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_19', 0, 2, 'Ili kuwaumiza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_19', 0, 3, 'Ili kuwateka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21143_19', 0, 4, 'Alikua shwari.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830', 2, 'Banti na Sabuni', 'assets/topic/asb/607.png', 'Brigid Simiyu + Sorit Gupto', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_3', 3, NULL, 'assets/topic/asb/607.png', 'Banti anapenda kucheza na vipepeo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_4', 3, NULL, 'assets/topic/asb/612.png', 'Pia anapenda kucheza na ndege.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_5', 3, NULL, 'assets/topic/asb/608.png', 'Yeye hutengeneza mashua kutoka kwa makaratasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_6', 3, NULL, 'assets/topic/asb/610.png', 'Pia hutengeneza ngome akitumia changarawe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_7', 3, NULL, 'assets/topic/asb/609.png', 'Banti anaporudi nyumbani, mamake humwuliza aoge. Yeye hukataa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_8', 3, NULL, 'assets/topic/asb/611.png', '"Nachukia sabuni!" Banti hulia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_9', 3, NULL, 'assets/topic/asb/613.png', 'Aliota kuwa vijidudu vinavyosababisha magonjwa vilikivamia kitanda chake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_10', 3, NULL, 'assets/topic/asb/614.png', 'Banti alikuwa anafukuzwa na vijidudu hivyo. Alikimbia akipiga mayowe, "Nisaidie. Nisaidie!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_11', 3, NULL, 'assets/topic/asb/911.png', 'Mfalme Sabuni alimjibu, "Banti, usiogope. Jeshi langu la povu litavivamia vijidudu vile vinavyokusumbua!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_12', 3, NULL, 'assets/topic/asb/910.png', 'Mara moja, povu lilivifukuzia mbali vile vijidudu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_13', 3, NULL, 'assets/topic/asb/912.png', 'Tangu wakati huo, Banti hutumia sabuni. Hujipangusa na kujisugua hadi anakuwa msafi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Banti na Sabuni +Author - +Sorit Gupto +Translation - +Brigid Simiyu +Illustration - +Sorit Gupto +Language - +Kiswahili +Level - +First sentences +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_15', 1, 'Chora Sabuni na uirembe.', 'assets/topic/2830.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_15', 2, 1, 'assets/topic/2830.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_16', 0, 'Chagua vitu vyote ambavyo Bunty alipenda kucheza navyo.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 1, 1, 'Vipepeo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 1, 2, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 1, 3, 'Mashua za karatasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 1, 4, 'Ikulu ya Mchanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 0, 1, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_16', 0, 3, 'Mwanasesere'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_24', 0, 'Jeshi la mapovu la Mfalme sabuni lilifukuza vijidudu.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_24', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_24', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_27', 0, 'Tuogapo na sabuni, vijidudu hukimbia', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_27', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_27', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2830_30', 0, 'Unapendelea kufanya nini asubuh?', 'assets/topic/asb/607.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_30', 0, 1, 'Kuoga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_30', 0, 2, 'Kuosha meno'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_30', 0, 3, 'Kula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2830_30', 0, 4, 'Kukimbia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912', 2, 'Barua', 'assets/topic/asb/1398.png', 'Mutugi Kamundi +Cathy Feek', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_3', 3, NULL, 'assets/topic/asb/1398.png', 'Wiki iliyopita nilipokea barua nyingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_4', 3, NULL, 'assets/topic/asb/1399.png', 'Siku ya Jumatatu, daktari alimwandikia mwalimu wangu barua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_5', 3, NULL, 'assets/topic/asb/1400.png', 'Tabisile ni mgonjwa. +Ni lazima akae nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_6', 3, NULL, 'assets/topic/asb/1401.png', 'Siku ya Jumanne, nilipokea barua kutoka kwa wanafunzi wa darasa langu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_7', 3, NULL, 'assets/topic/asb/1402.png', 'Tabisile, tunakutakia nafuu haraka!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_8', 3, NULL, 'assets/topic/asb/1403.png', 'Siku ya Jumatano, nilipokea barua kutoka kwa rafiki yangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_9', 3, NULL, 'assets/topic/asb/1404.png', 'Nimekuchorea picha hii. Nakupenda sana. +Wako, Dudu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_10', 3, NULL, 'assets/topic/asb/1405.png', 'Siku ya Alhamisi, nilipokea barua kutoka kwa mamangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Barua +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Translation - +Mutugi Kamundi +Illustration - +Cathy Feek +Language - +Kiswahili +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_12', 1, 'Mwandikie rafiki yako barua.', 'assets/topic/2912.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_12', 2, 1, 'assets/topic/2912.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_13', 0, 'Mganga wa Afya alimuandikia nani barua?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_13', 1, 1, 'mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_13', 0, 1, 'Dudu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_13', 0, 2, 'Mwalimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_13', 0, 3, 'mimi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_18', 0, 'Rafiki yangu Dudu aliandika barua siku ya Alhamisi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2912_21', 0, 'Unapendelea kumwandikia nani barua?', 'assets/topic/asb/1398.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_21', 0, 1, 'Rafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_21', 0, 2, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_21', 0, 3, 'Mwalimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2912_21', 0, 4, 'baba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526', 2, 'Barua kwa Mama', 'assets/topic/asb/1503.png', 'Ursula Nafula + Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_3', 3, NULL, 'assets/topic/asb/1504.png', 'Mama aliziweka nguo zake katika begi ndogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_4', 3, NULL, 'assets/topic/asb/1505.png', 'Alinikumbatia akasema, "Kwa heri kwa sasa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_5', 3, NULL, 'assets/topic/asb/1506.png', '"Mama unaenda wapi?" Nilimwuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_6', 3, NULL, 'assets/topic/asb/1507.png', 'Nilianza kulia nikitaka kumfuata. +Baba alinibeba akanituliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_7', 3, NULL, 'assets/topic/asb/1508.png', 'Baba alisema, "Mamako anaenda hospitalini kujifungua mtoto."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_8', 3, NULL, 'assets/topic/asb/2133.png', 'Niliposikia ''mtoto'' sikulia tena. +"Kwa nini aende hospitalini?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_9', 3, NULL, 'assets/topic/asb/1509.png', 'Baba alinijibu, "Nitakueleza kwa nini anaenda hospitalini."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_10', 3, NULL, NULL, 'Baba alinieleza lakini sikuelewa. +Nilimwuliza, "Ataendelea kunipenda?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_11', 3, NULL, 'assets/topic/asb/1510.png', 'Alinijibu, "Tutakupenda wakati wote."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_12', 3, NULL, 'assets/topic/asb/1511.png', '"Ninaweza kumwandikia barua akiwa huko?" Nilimwuliza baba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_13', 3, NULL, 'assets/topic/asb/1512.png', 'Jioni hiyo, nilianza kumtungia mama barua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_14', 3, NULL, 'assets/topic/asb/1513.png', 'Nilichukuwa karatasi na kuanza kuandika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_15', 3, NULL, 'assets/topic/asb/1514.png', 'Mama, mama! Baba alisema kwamba umeenda kumleta mtoto mwingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_16', 3, NULL, 'assets/topic/asb/1503.png', 'Tafadhali, fanya haraka urudi nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_17', 3, NULL, 'assets/topic/asb/1515.png', 'Ningependa umlete mtoto msichana. +Nitacheza naye akiwa mkubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_18', 3, NULL, 'assets/topic/asb/1516.png', 'Unaweza kuwaleta wawili. +Mmoja atakuwa wangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_19', 3, NULL, 'assets/topic/asb/1517.png', 'Ninakusubiri hapa nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_20', 3, NULL, 'assets/topic/asb/1518.png', 'Niliikunja barua yangu ili baba ampelekee mama. +Asubuhi, barua haikuwepo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_21', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Barua kwa Mama +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_22', 1, 'Mchore mtoto.', 'assets/topic/2526.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_22', 2, 1, 'assets/topic/2526.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_23', 0, 'Mama alikua anaenda wapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_23', 1, 1, 'Hospitali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_23', 0, 1, 'Shule'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_23', 0, 2, 'Kweny Mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_23', 0, 3, 'Alikua haendi popote'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_28', 0, 'Baba yangu alisema tutakupenda siku zote', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_28', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_28', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2526_31', 0, 'Unajisikiaje unapomuona mtoto mpya nyumbani kwenu?', 'assets/topic/asb/1503.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_31', 0, 1, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_31', 0, 2, 'Msisimko'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_31', 0, 3, 'Hasira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2526_31', 0, 4, 'Huzuni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428', 2, 'Basi kubwa la bluu', 'assets/topic/asb/11446.png', 'Brigid Simiyu + Mango Tree', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_3', 3, NULL, 'assets/topic/asb/11446.png', 'Kulikuwa na basi moja tu katika kijiji cha Ebei. Lilikuwa basi kubwa lenye rangi ya bluu. Lilinguruma sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_4', 3, NULL, 'assets/topic/asb/11447.png', 'Siku moja mamake Ebei alisema, "Kesho tutaenda mjini kununua sare yako ya shule."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_5', 3, NULL, 'assets/topic/asb/11448.png', 'Ebei alifurahi sana. Kumbe atasafiri katika lile basi kubwa la bluu! Usiku huo hakuweza kulala vizuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_6', 3, NULL, 'assets/topic/asb/11449.png', 'Mamake alipoenda kumuamsha, Ebei alikuwa tayari amevaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_7', 3, NULL, 'assets/topic/asb/11450.png', 'Ebei na mamake walienda kwenye kituo cha basi. Walisubiri lile basi kubwa la bluu. Basi halikufika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_8', 3, NULL, 'assets/topic/asb/11451.png', 'Watu wengine walifika kwenye kituo cha basi. Wote walilalamika kuwa basi lilichelewa. Mmoja aliuliza, "Basi limetuacha?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_9', 3, NULL, 'assets/topic/asb/11452.png', 'Ebei alikuwa na wasiswasi. "Tusipokwenda mjini, sitapata sare yangu ya shule," aliwaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_10', 3, NULL, 'assets/topic/asb/11453.png', 'Baadhi yao walikata tamaa wakarudi nyumbani. Lakini Ebei alilia akakataa kurudi. "Tutasubiri zaidi," mamake alimtuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_11', 3, NULL, 'assets/topic/asb/11454.png', 'Ghafla, walisikia mngurumo. Wakaona vumbi hewani. Basi lilikuwa linakuja kwa kasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_12', 3, NULL, 'assets/topic/asb/11455.png', 'Basi halikuwa la bluu wala halikuwa kubwa. Basi lile lilikuwa dogo na jekundu. Waliosubiri waliliangalia tu na hawakuingia ndani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_13', 3, NULL, 'assets/topic/asb/11456.png', 'Dereva aliwaita, "Ingieni! Ingieni! +Tumechelewa sana leo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_14', 3, NULL, 'assets/topic/asb/11457.png', 'Ebei na mamake walikuwa wa kwanza kuingia. Mara wote waliingia ndani ya basi lile dogo jekundu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_15', 3, NULL, 'assets/topic/asb/11458.png', 'Ebei alichungulia dirishani. Aliwaona watu wengi zaidi wakiingia ndani ya basi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_16', 3, NULL, 'assets/topic/asb/11459.png', 'Mara basi likaondoka. Ebei aliwaona watu wengine wakikimbia kulifikia basi. Walikuwa tayari wamechelewa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_17', 3, NULL, 'assets/topic/asb/11460.png', 'Mamake Ebei alimuuliza dereva, "Liko wapi basi kubwa la bluu?" Dereva alimjibu, "Samahani mama, basi la bluu liliharibika. Linatengenezwa. Kesho litakuja."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_18', 3, NULL, 'assets/topic/asb/11461.png', 'Ebei hakujali rangi wala ukubwa wa basi. Alifurahi kuwa basi lile lilikuwa linawapeleka mjini. Hatimaye, atanunuliwa sare ya shule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Basi kubwa la bluu +Author - +Mecelin Kakoro +Translation - +Brigid Simiyu +Illustration - +Mango Tree +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_20', 1, 'Chora basi na ulipake rangi.', 'assets/topic/12428.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_20', 2, 1, 'assets/topic/12428.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_21', 0, 'Ebei na mama yake walitaka kununua nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_21', 1, 1, 'Sare'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_21', 0, 1, 'kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_21', 0, 2, 'Popo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_21', 0, 3, 'Mpira'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_26', 0, 'Basi la rangi gani lilikuja stendi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_26', 1, 1, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_26', 0, 1, 'Njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_26', 0, 2, 'Rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_26', 0, 3, 'kijani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12428_31', 0, 'Unajisikiaje unapokua unasubiria kitu?', 'assets/topic/asb/11446.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_31', 0, 1, 'Mtulivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_31', 0, 2, 'Mwenye furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_31', 0, 3, 'Mwenye huzuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12428_31', 0, 4, 'Mwenye hasira'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419', 2, 'Bi Simu', 'assets/topic/asb/10053.png', 'Ursula Nafula +Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_3', 3, NULL, 'assets/topic/asb/10048.png', 'Huyu anaitwa Bi Simu. Mtazame vizuri!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_4', 3, NULL, 'assets/topic/asb/10049.png', 'Bi Simu ana simu tano. Akiamka, yeye huzipanga simu zake tano mezani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_5', 3, NULL, 'assets/topic/asb/10050.png', 'Kila simu ina kazi tofauti. Simu ya rangi ya manjano ni ya kuwasiliana na familia yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_6', 3, NULL, 'assets/topic/asb/10051.png', 'Nayo ile ya rangi nyeupe, ni ya kuwasiliana na wenzake anaofanya nao kazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_7', 3, NULL, 'assets/topic/asb/10052.png', 'Bi Simu huitumia ile ya rangi nyekundu kuwasiliana na watu anaowadai!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_8', 3, NULL, 'assets/topic/asb/10053.png', 'Ile ya rangi ya waridi ni ya kuwasiliana na marafiki zake wa dhati.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_9', 3, NULL, 'assets/topic/asb/10054.png', 'Bi Simu huitumia ile ya kizambarau kuwasiliana na watu wanaohitaji msaada wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_10', 3, NULL, 'assets/topic/asb/10055.png', 'Bi Simu hupenda watu wafurahi. Hapendi ugomvi wala vita.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_11', 3, NULL, 'assets/topic/asb/10056.png', 'Asipokuwa kazini, Bi Simu huwaalika watoto ukumbini kwake. Wao hutazama runinga na kupata mawaidha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_12', 3, NULL, 'assets/topic/asb/10057.png', 'Bi Simu anawahurumia wanyonge. Huwatembelea wagonjwa na wazee nyumbani kwao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_13', 3, NULL, 'assets/topic/asb/10058.png', 'Kila apitapo, watu hupiga mayowe wakimwita, "Bi Simu! Bi Simu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_14', 3, NULL, 'assets/topic/asb/10059.png', 'Naye hufurahia na kusema, "Mimi ni Bi Simu. Nazitumia simu zangu kuwasiliana na wote." +Huyo ni Bi Simu na simu zake tano!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Bi Simu +Author - +Ursula Nafula +Illustration - +Marion Drew +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_16', 1, 'Chora simu na uirembe.', 'assets/topic/14419.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_16', 2, 1, 'assets/topic/14419.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_17', 0, 'Bibi simu alikua na simu ngapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_17', 1, 1, 'Tano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_17', 0, 1, 'Moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_17', 0, 2, 'Mbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_17', 0, 3, 'Nne'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_22', 0, 'Chagua rangi zote za simu alizokua nazo Bi Simu.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 1, 1, 'Njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 1, 2, 'Nyeupe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 1, 3, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 1, 4, 'Waridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 1, 5, 'Zambarau'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 0, 1, 'Nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 0, 2, 'Rangi ya chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_22', 0, 3, 'Buluu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14419_31', 0, 'Unahitaji simu ngapi?', 'assets/topic/asb/10053.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_31', 0, 1, 'Moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_31', 0, 2, 'Mbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_31', 0, 3, 'Tatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14419_31', 0, 4, 'Nne'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610', 2, 'Biantaka na chungu kilichokufa', 'assets/topic/asb/14436.png', 'Ursula Nafula +Emily Berg', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_3', 3, NULL, 'assets/topic/asb/14435.png', 'Hapo zamani za kale, kulikuwa na mwanamme aliyeitwa Biantaka. Alikuwa na ng''ombe. Kila siku Biantaka alimlisha ng''ombe wake na kumpa maji. Alikuwa na chungu kidogo alichotumia kuchota maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_4', 3, NULL, 'assets/topic/asb/14436.png', 'Siku moja, Biantaka alimwendea jirani yake kumuomba chungu kikubwa ili akitumie kuchota maji. Jirani yake alikubali kumwazima Biantaka chungu kikubwa. Alisema, "Tatizo la jirani yangu ni tatizo langu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_5', 3, NULL, 'assets/topic/asb/13193.png', 'Siku chache baadaye, Biantaka alienda kwa mfinyanzi akanunua chungu kidogo. Alipofika nyumbani, alikiweka ndani ya kile chungu kikubwa alichomuomba jirani yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_6', 3, NULL, 'assets/topic/asb/13194.png', 'Alijitwika chungu kikubwa kilichokuwa na kile kidogo ndani yake. Akaenda moja kwa moja hadi kwa jirani yake aliyemwazima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_7', 3, NULL, 'assets/topic/asb/14440.png', 'Biantaka alimwambia, "Nimekurejeshea chungu chako ambacho kimezaa kingine." Jirani alishangaa kwamba chungu chake kilikuwa kimezaa chungu kingine. Alimpongeza Biantaka akisema, "Umebarikiwa sana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_8', 3, NULL, 'assets/topic/asb/14437.png', 'Baada ya muda, Biantaka alirudi kwa jirani yake kumuomba chungu tena. Mara hii, kakuwa na nia nzuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_9', 3, NULL, 'assets/topic/asb/14447.png', 'Mwenye chungu alimsubiri Biantaka arejeshe chungu chake bila mafanikio. Mwishowe, alikwenda nyumbani kwa Biantaka akasema, "Nimekuja kukichukuwa chungu changu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_10', 3, NULL, 'assets/topic/asb/14446.png', 'Biantaka alimwambia jirani yake, "Rafiki yangu, chungu chetu kilifariki. Nilikusudia kuja kukuletea ujumbe huo mbaya."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_11', 3, NULL, 'assets/topic/asb/14448.png', 'Kwa mshangao, Jirani aliruka juu. Uso wake ulianza kufura kwa hasira. Alipiga kelele akimkemea Biantaka, "Sijawahi kusikia kuwa chungu kinafariki!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_12', 3, NULL, 'assets/topic/asb/14450.png', 'Biantaka alimjibu, "Rafiki yangu, lazima uyakubali mambo haya. Kila kitu kinachozaa lazima pia kifariki. Mimi pia nilihuzunika sana kufuatia kifo cha chungu chako kikubwa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_13', 3, NULL, 'assets/topic/asb/14449.png', 'Jirani alifoka kwa hasira akaenda kortini kumshtaki Biantaka. Hakimu alisikiliza maelezo ya pande zote mbili. Aliamua kuwa jirani mwenye chungu ndiye aliyekuwa na makosa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_14', 3, NULL, 'assets/topic/asb/14451.png', 'Hakimu alimwuliza, "Biantaka alipokwambia kuwa chungu chako kilizaa, ulikubali. Kwa hivyo unapaswa kukubali anaposema kwamba kila kiumbe hai kinachozaa lazima kifariki kwa kuwa anasema ukweli." Hivyo ndivyo hakimu alivyoamua kesi hiyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_15', 3, NULL, 'assets/topic/asb/14452.png', 'Jirani alitembea polepole kama konokono akarudi nyumbani. Alikuwa amekipoteza chungu chake kikubwa. Naye Biantaka alikuwa amekipata chungu kikubwa kwa kutumia ujanja wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_16', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Biantaka na chungu kilichokufa +Author - +Peter Kisakye +Translation - +Ursula Nafula +Illustration - +Emily Berg +Language - +Kiswahili +Level - +First paragraphs +© Text: Uganda Community Libraries Association (Ugcla) Artwork: African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_17', 1, 'Chora chungu kikubwa na ukirembe.', 'assets/topic/21610.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_17', 2, 1, 'assets/topic/21610.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_18', 0, 'Byantaka alikua na mnyama gani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_18', 1, 1, 'Ngómbe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_18', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_18', 0, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_18', 0, 3, 'Tumbili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_23', 0, 'Byantaka alimdanganya jirani yake kuhusu chungu.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_23', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_23', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21610_26', 0, 'Ukiwa na tatizo unamwambia nani?', 'assets/topic/asb/14436.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_26', 0, 1, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_26', 0, 2, 'Mwalimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_26', 0, 3, 'Jaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21610_26', 0, 4, 'Polisi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503', 2, 'Biashara ya Akoro ya ndizi', 'assets/topic/asb/13467.png', 'Ursula Nafula +Atilabachew Reda and Natalie Propa', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_3', 3, NULL, 'assets/topic/asb/10070.png', 'Akoro ni mumewe Chichi. Wanaishi katika kijiji kiitwacho Kanam katika Kaunti ya Turkana. Akoro ana bustani ya ndizi inayompatia mazao mazuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_4', 3, NULL, 'assets/topic/asb/13459.png', 'Siku moja kabla jua kuwa kali, Akoro aliondoka akiwa amebeba kreti ya ndizi mbivu kichwani kwake. Alitembea kwa ujasiri akielekea sokoni Kilindo, umbali wa kilomita moja kutoka nyumbani kwake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_5', 3, NULL, 'assets/topic/asb/13460.png', 'Njiani, wanaume na wanawake wa umri wake walimtazama kwa mshangao. Baadhi yao hata walimcheka kwa sauti, "Bila shaka Akoro amerogwa. Anawezaje kufanya kazi kama hii? Wanaume kutoka jamii yetu hawauzi ndizi!" Lakini, Akoro hakujali. Alikuwa ameamua na angefanya kwa bidii kazi yoyote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_6', 3, NULL, 'assets/topic/asb/13462.png', 'Alipowasili sokoni tu, Akoro alizipanga ndizi zake kisha akaketi karibu nazo akisubiri wateja. Alijiuliza, "Je, kuna yeyote atakayezinunua ndizi zangu?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_7', 3, NULL, 'assets/topic/asb/13466.png', 'Dakika chache baadaye, mwanamke aliyevalia rinda la kizambarau, alisimama karibu na kibanda cha Akoro. "Ndizi kilo moja inagharimu pesa ngapi?" mwanamke yule aliuliza. "Shilingi hamsini, dadangu," Akoro alimjibu kwa heshima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_8', 3, NULL, 'assets/topic/asb/13465.png', 'Mwanamke yule akasema, "Tafadhali nifungie kilo moja na nusu." Aliendelea kusema, "Lazima unipunguzie bei." Akoro akamjibu, "Hakuna shida dadangu, nitapunguza shilingi kumi. Wewe ni mteja wangu wa kwanza." Akoro alimpatia mwanamke yule ndizi zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_9', 3, NULL, 'assets/topic/asb/13464.png', 'Akoro alianza kufurahia biashara yake. Wanunuzi walivutiwa na ndizi zilizopendeza na maneno ya Akoro matamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_10', 3, NULL, 'assets/topic/asb/13463.png', 'Ilipofika adhuhuri, Akoro alikuwa amechoka kusimama. Alitafuta kigoda akakalia akaendelea kuuza ndizi zake. Mwanamke aliyevalia rinda la bluu, alinunua ndizi nyingi. Waliomcheka Akoro, walianza kushangaa jinsi biashara yake ya ndizi ilivyonawiri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_11', 3, NULL, 'assets/topic/asb/13468.png', 'Ilipotimia saa tisa alasiri, Akoro alijitayarisha kuuza ndizi zake za mwisho. Aliwapa ndizi mbili mbili wanaume walioketi naye wakati huo wote. Walimtumbuiza kwa hadithi tamu alipowasubiri wateja. Akoro aliuza ndizi za mwisho kwa mwanamke mmoja aliyekuwa akienda nyumbani kutoka kazini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_12', 3, NULL, 'assets/topic/asb/13470.png', 'Jioni, Akoro alikwenda nyumbani akiwa amebeba kreti tupu kichwani kwake. Alipotembea, aliimba wimbo wa furaha huku akijivunia kazi aliyokuwa amefanya siku hiyo. Aliwaza, "Kufanya bidii kwa dhati ni jambo muhimu maishani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_13', 3, NULL, 'assets/topic/asb/13469.png', 'Alipokaribia nyumbani, Akoro aliinunulia familiia yake unga wa mahindi, mafuta ya mboga, chai, sukari na mkate. Kisha alienda nyumbani kwa furaha. Mawazo yake yalijaa mipango ya kuipanua biashara yake ya ndizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Biashara ya Akoro ya ndizi +Author - +Mele Joab +Translation - +Ursula Nafula +Illustration - +Atilabachew Reda and Natalie Propa +Language - +Kiswahili +Level - +Longer paragraphs +© Creative Commons Attribution (Cc-By 4.0) 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_15', 1, 'Chora mti wa ndizi.', 'assets/topic/31503.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_15', 2, 1, 'assets/topic/31503.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_16', 0, 'Akro alipanda tunda gani kwenye bustani yake?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_16', 1, 1, 'Ndizi.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_16', 0, 1, 'Embe.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_16', 0, 2, 'Chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_16', 0, 3, 'Tufaa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_21', 0, 'Ndizi mbivu na maneno yake matamu yalimfanya kila mpita njia atake kujaribu ladha ya ndizi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_21', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_21', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31503_24', 0, 'Unapendelea kununua nini sokoni?', 'assets/topic/asb/13467.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_24', 0, 1, 'Ndizi Mbivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_24', 0, 2, 'Mafuta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_24', 0, 3, 'Sukari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('31503_24', 0, 4, 'Chai'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110', 2, 'Bibi atusimulia hadithi', 'assets/topic/asb/18842.png', 'Ursula Nafula +Marleen Visser', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_3', 3, NULL, 'assets/topic/asb/18819.png', 'Sote tulikuwa tumekusanyika nyumbani kwa bibi kuzisikiliza hadithi zake. Usiku huo, tulikuwa tumeketi karibu na meko bibi alipoanza kutusimulia hadithi: +Sungura na Tembo walikuwa majirani waliokuwa marafiki pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_4', 3, NULL, 'assets/topic/asb/18831.png', 'Sungura alikuwa akipenda uyoga, lakini alikuwa mvivu sana. Alizoea kuiba uyoga wa Tembo. Mwaka huo, Tembo alipanda ndizi na maboga. Kwa hivyo, Sungura hakupata uyoga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_5', 3, NULL, 'assets/topic/asb/18832.png', 'Sungura alikosa chakula kwa siku nyingi akaamua kuiba ndizi za Tembo. Tembo aligundua kwamba ndizi zake zilikuwa zikiibwa. Alimwendea Sungura na kusema, "Kuna mtu fulani ananiibia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_6', 3, NULL, 'assets/topic/asb/18833.png', 'Sungura aliuliza, "Anaweza kuwa nani anayekuibia?" Tembo alianza kuimba, "Nitamshika mwizi! Aaa! Nitamshika mwizi! Ooo!" Sungura alikuwa na wasiwasi sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_7', 3, NULL, 'assets/topic/asb/18834.png', 'Tembo alimwuliza Kima kumchungia shamba lake. Lakini, Sungura hakuiba mchana wala usiku huo. Hakuiba siku iliyofuata wala usiku uliofuata. Kima alichoka kuchunga akarudi nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_8', 3, NULL, 'assets/topic/asb/18835.png', 'Siku iliyofuata, Sungura alienda shambani kwa Tembo kuiba tena. Tembo alipoenda kukagua mimea yake, Sungura alijificha katika matawi ya maboga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_9', 3, NULL, 'assets/topic/asb/18836.png', 'Tembo aliyaona matawi yakitingika akaanza kuimba, "Nimemshika mwizi! Aaa! Nimemshika mwizi! Ooo!" Tembo alitafuta kila mahali lakini hakumpata mwizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_10', 3, NULL, 'assets/topic/asb/18837.png', 'Siku moja, Sungura alipokuwa akila mazao ya Tembo shambani, Tembo aliwasili. Sungura aliruka na kujificha ndani ya boga moja kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_11', 3, NULL, 'assets/topic/asb/18839.png', 'Tembo aliliona lile boga kubwa akasema, "Ooo! Hapa kuna boga kubwa. Litakuwa chakula changu cha mchana." Alilimeza papo hapo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_12', 3, NULL, 'assets/topic/asb/18840.png', 'Sungura alijaribu kuruka kutoka ndani ya lile boga, lakini hakuweza. Tembo alipohisi kitu kikiruka tumboni mwake, alijiuliza, "Hili ni boga aina gani linaloruka tumboni mwangu?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_13', 3, NULL, 'assets/topic/asb/18841.png', 'Tembo alilitema nje lile boga. Kabla kulikagua, Sungura alijitosa nje ya lile boga akatoroka. Tembo hakuwahi kumshika mwizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_14', 3, NULL, 'assets/topic/asb/18842.png', 'Bibi alisema, "Na huo ndio mwisho wa hadithi." "Asante bibi," tulimjibu pamoja. Tuliviweka vikombe vyetu vya maziwa, kisha tukaenda kulala tukiwaza juu ya hadithi hiyo ya bibi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Bibi atusimulia hadithi +Author - +Mutai Chepkoech +Translation - +Ursula Nafula +Illustration - +Marleen Visser +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_16', 1, 'Chora boga na ulirembe.', 'assets/topic/19110.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_16', 2, 1, 'assets/topic/19110.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_17', 0, 'Sungura alikua mwizi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_17', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_17', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_20', 0, 'Tembo alimuweka nani amlindie shamba lake?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_20', 1, 1, 'Tumbili.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_20', 0, 1, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_20', 0, 2, 'Sungura'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_20', 0, 3, 'Mbwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19110_25', 0, 'Utajilindaje na wezi?', 'assets/topic/asb/18842.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_25', 0, 1, 'Kwa fimbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_25', 0, 2, 'Kwa mawe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_25', 0, 3, 'Kwa kujificha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19110_25', 0, 4, 'kwa kupiga kelele'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431', 2, 'Binti mpendwa', 'assets/topic/asb/18758.png', 'Brigid Simiyu +Brian Wambi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_3', 3, NULL, 'assets/topic/asb/18757.png', 'Huyu ni Natabo. +Ana ndugu sita wa kiume.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_4', 3, NULL, 'assets/topic/asb/18758.png', 'Wazazi wake walimpatia chungu kidogo. +Alikipenda sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_5', 3, NULL, 'assets/topic/asb/18759.png', 'Siku moja, ndugu zake walikivunja chungu hicho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_6', 3, NULL, 'assets/topic/asb/18760.png', 'Natabo hakukiona chungu chake. +Alilia kwa muda mrefu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_7', 3, NULL, 'assets/topic/asb/18761.png', 'Natabo alitoroka nyumbani. +Alipanda mti mrefu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_8', 3, NULL, 'assets/topic/asb/18762.png', 'Wazazi wake walimsihi, "Tafadhali, shuka chini."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_9', 3, NULL, 'assets/topic/asb/18763.png', 'Ndugu zake waliimba, "Tafadhali, shuka chini."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_10', 3, NULL, 'assets/topic/asb/18764.png', 'Natabo aliufanyia mzaha wimbo wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_11', 3, NULL, 'assets/topic/asb/18765.png', 'Naye rafiki ya Natabo akaimba, "Tafadhali, shuka chini."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_12', 3, NULL, 'assets/topic/asb/18766.png', 'Rafiki yake aliimba mpaka Natabo akashuka chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_13', 3, NULL, 'assets/topic/asb/18767.png', 'Marafiki hao walienda nyumbani pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_14', 3, NULL, 'assets/topic/asb/18768.png', 'Walisherehekea. +Natabo alipata chungu kipya!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Binti mpendwa +Author - +Ritah Katetemera and Mulongo Bukheye +Translation - +Brigid Simiyu +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_16', 1, 'Chora sherehe', 'assets/topic/20431.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_16', 2, 1, 'assets/topic/20431.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_17', 0, 'Mwanaume na mke wake walikua na watoto wangapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_17', 1, 1, 'Saba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_17', 0, 1, 'Sita'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_17', 0, 2, 'Mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_17', 0, 3, 'Watano'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_22', 0, 'Mwnaume na mke wake, kwa pamoja walimpenda mtoto wa kike zaidi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20431_25', 0, 'Uitajisikiaje kama mtu akivunja vitu vyako?', 'assets/topic/asb/18758.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_25', 0, 1, 'Ntarahi sana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_25', 0, 2, 'Ntachoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_25', 0, 3, 'Ntakasirika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20431_25', 0, 4, 'Ntahuzunika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899', 2, 'Binti wa Mflame Kayanja', 'assets/topic/asb/10069.png', 'Brigid Simiyu +Natalie Propa', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_3', 3, NULL, 'assets/topic/asb/10074.png', 'Hapo zamani za kale, aliishi Mfalme kwa jina Kayanja. Waliishi katika kasri kubwa yeye, mkewe malkia na Apenyo binti yao. Apenyo alikuwa msichana mrembo. Kila mwanmme alitaka kumwoa, lakini mfalme Kayanja alitaka mahari ya juu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_4', 3, NULL, 'assets/topic/asb/10063.png', 'Karibu na kasri la mfalme Kayanja, aliishi Chifu Aludah Mkuu. Aliitwa ''Mkuu'' kwa sababu kila aliyeishi pale kijijini, alimtii. Chifu Aludah alikuwa amempoteza mkewe kutokana na ugonjwa wa malaria. Alitaka kuoa mke mwingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_5', 3, NULL, 'assets/topic/asb/10064.png', 'Chifu Aludah alikuwa mzee mfupi mwenye upara. Aliamua kupeleka mahari kwa Mfalme Kayanja ili amwoe bintiye. Walipokuwa wakijadili mahari, kijakazi wa Mfalme, kwa jina Kakembo, aliyasikia mazungumzo yao. Kakembo alikuwa na uhusiano wa karibu sana na Apenyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_6', 3, NULL, 'assets/topic/asb/10065.png', 'Chifu Aludah alikubali kumpa Mfalme Kayanja nusu ya mali yake. Pia alileta sindano ambayo ilikuwa sehemu ya mahari aliyoleta. Matayarisho ya harusi yalifanywa kisisrisiri baina ya Mfalme Kayanja na Chifu Aludah. Mfalme Kayanja alijua kwamba bintiye hangefurahia uamuzi huo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_7', 3, NULL, 'assets/topic/asb/10066.png', 'Juma moja kabla ya siku ya harusi hiyo ya kifalme, Kakembo alimwambia Apenyo, "Mpendwa binti-mfalme, babako amepanga kukuoza kwa Chifu Aludah. Harusi itafanyika katika muda wa juma moja."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_8', 3, NULL, 'assets/topic/asb/10067.png', 'Apenyo alishtuka asijue la kufanya. Aliwaza, "Kamwe sitaolewa na yule mzee mwenye upara. Kamwe! Lazima nimwone Trevor, mpenzi wangu, achukue hatua bila kupoteza muda."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_9', 3, NULL, 'assets/topic/asb/10069.png', 'Usiku huo Apenyo alitoroka. Babake angegundua alikokuwa akienda angekasirika sana. Alipitia kwenye msitu wa giza wenye mawe. Mwishowe, akafika kwa Trevor. Alipowasili nyumbani kwa Trevor, alikuwa amechoka, mwenye njaa na kiu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_10', 3, NULL, 'assets/topic/asb/10070.png', 'Trevor alimkaribisha. "Mpenzi wangu, mbona ukakimbia umbali huu peke yako usiku?" Trevor aliuliza. Alimletea maji ya kunywa kisha akatulia kumsubiri Apenyo aongee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_11', 3, NULL, 'assets/topic/asb/10071.png', 'Apenyo alikunywa maji, akashusha pumzi na kusema, "Babangu anataka kunioza kwa chifu Aludah Mkuu. Lakini, siwezi kuolewa na yule mzee mwovu. Trevor, ningependa kuolewa nawe hata kama wewe ni maskini. Ninakupenda."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_12', 3, NULL, 'assets/topic/asb/10072.png', '"Lakini sina chochote cha kulipia mahari." Trevor alilalama. Apenyo alijibu, "Naelewa, lakini nataka kuolewa na wewe tu." Aliwaza kwa muda kisha akasema, "Hebu twende kwa Kategga, mwenye mashua, atuvushe hadi upande mwingine wa mto tumuepuke babangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_13', 3, NULL, 'assets/topic/asb/10211.png', 'Mfalme Kayanja alipogundua kuwa bintiye ametoweka, aliamuru msako ufanywe kijijini. Walinzi na askari walimtafuta Apenyo kila mahali lakini hawakumpata. Walirudi na kumwambia Mfalme kwamba Apenyo hakuonekana popote. "Basi tafuteni pia vichakani," Mfalme Kayanja aliamrisha kwa hasira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_14', 3, NULL, 'assets/topic/asb/10075.png', 'Trevor na Apenyo walipokuwa wakiharakisha kwenda mtoni, mawingu meusi yalianza kukusanyika angani. Dhoruba kubwa ilikuwa inakaribia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_15', 3, NULL, 'assets/topic/asb/10076.png', 'Kategga, mwenye mashua, alikuwa anafunga mashua yake Trevor na Apenyo walipofika. Trevor alimwmomba Kategga awavukishe hadi ng''ambo ya pili ya mto. Kategga alikataa akawaelezea kwamba dhoruba kali ilikuwa inakaribia na ingekuwa hatari kuvuka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_16', 3, NULL, 'assets/topic/asb/10077.png', 'Trevor alisizitiza huku akimwelezea kwa nini itawalazimu kuvuka  wakati huo. Alitia mkono mfukoni na kutoa kete yenye thamani na kumpa Kategga. Kategga aliwaonea huruma akakubali kuwavusha haraka kabla ya dhoruba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_17', 3, NULL, 'assets/topic/asb/10078.png', 'Kategga aliivuta mashua ukingoni. Wakaabiri na kuanza safari. Mfalme Kayanja na Chifu Aludah walipofika ufukweni, waliowaona watu watatu mashuani wakivuka. Wakatambua kwamba Apenyo alikuwa anatoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_18', 3, NULL, 'assets/topic/asb/10079.png', 'Dhoruba kali ilisababisha mawimbi makubwa. Kategga alishindwa kudhibiti mashua. Mfalme alilia, "Apenyo, tafadhali rudi! Nimewasamehe." Mayowe yake yalikuwa ya bure. Mashua ilipinduka wote wakazama. Tangu siku hiyo, walioishi katika ufalme wa Kayanja, walimwoa waliyemtaka, tajiri au maskini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Binti wa Mflame Kayanja +Author - +Amana Yunus +Translation - +Brigid Simiyu +Illustration - +Natalie Propa +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_20', 1, 'Chora mashua ikiwa mtoni.', 'assets/topic/12899.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_20', 2, 1, 'assets/topic/12899.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_21', 0, 'Apenyo alitaka kumuoa nani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_21', 1, 1, 'Trevor'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_21', 0, 1, 'Aludah'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_21', 0, 2, 'Kategga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_21', 0, 3, 'Hakuna'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_26', 0, 'Katika ufalme wa Mfalme Kayanja, kila mtu aliweza kumuoa mtu aliyemtaka, tajiri au masikini.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12899_29', 0, 'Unatakua huru kufanya nini?', 'assets/topic/asb/10069.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_29', 0, 1, 'Kula kila kitu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_29', 0, 2, 'Kumuoa kila mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_29', 0, 3, 'Kucheza na kila mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12899_29', 0, 4, 'Kwenda kila mahali'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417', 2, 'Chiriku', 'assets/topic/asb/9449.png', 'Ursula Nafula +Jesse Breytenbach', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_3', 3, NULL, 'assets/topic/asb/9393.png', 'Chiriku alionywa na mamake kutoongea sana. +Hakutii.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_4', 3, NULL, 'assets/topic/asb/9392.png', 'Shangazi ya Chiriku aliishi mbali. +Siku moja,alikuwa mgonjwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_5', 3, NULL, 'assets/topic/asb/9394.png', 'Chiriku alitumwa kumpelekea shangazi chakula. +Ilikuwa jioni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_6', 3, NULL, 'assets/topic/asb/9395.png', 'Chiriku alikutana na Sinso. +Sinso alikuwa fisi aliyegeuka mtu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_7', 3, NULL, 'assets/topic/asb/9448.png', 'Sinso alimwuliza alichobeba. +Chiriku alijibu, "Nimebeba nyama na mayai."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_8', 3, NULL, 'assets/topic/asb/9449.png', 'Aliongeza, "Ninampelekea shangazi mgonjwa." +Sinso alikitamani chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_9', 3, NULL, 'assets/topic/asb/9450.png', 'Sinso alimpa kwaheri. +Alikimbia akajificha nyumbani kwa shangazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_10', 3, NULL, 'assets/topic/asb/9445.png', 'Sinso alimmeza shangazi. +Akajifunika blanketi lake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_11', 3, NULL, 'assets/topic/asb/9447.png', 'Chiriku alipowasili, nyumba ilikuwa kimya. +Aliita, "Shangazi, uko wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_12', 3, NULL, 'assets/topic/asb/9446.png', 'Hakusikia sauti ya shangazi yake. +Alishangaa kuona umbo kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_13', 3, NULL, 'assets/topic/asb/9451.png', 'Aliuliza, "Mbona una masikio makubwa?" +Sinso alijibu, "Ili nikusikie."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_14', 3, NULL, 'assets/topic/asb/9452.png', 'Aliuliza tena, "Mbona una macho makubwa?" +Sinso alijibu, "Ili nikuone."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_15', 3, NULL, 'assets/topic/asb/9453.png', 'Mwisho aliuliza, "Mbona una mdomo mkubwa?" +Sinso alijibu, "Ili nikumeze."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_16', 3, NULL, 'assets/topic/asb/9522.png', 'Sinso alimmeza Chiriku. +Chiriku aliendelea kuuliza maswali akiwa tumboni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_17', 3, NULL, 'assets/topic/asb/9523.png', 'Mwishoni, Sinso alichoka na maswali aliyouliza Chiriku. +Alimtema nje.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_18', 3, NULL, 'assets/topic/asb/9455.png', 'Chiriku na shangazi yake waliokolewa. +Chiriku alikoma kuongea ovyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Chiriku +Author - +Gaspah Juma +Adaptation - +Ursula Nafula +Illustration - +Jesse Breytenbach +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_20', 1, 'Mchore Fisi', 'assets/topic/18417.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_20', 2, 1, 'assets/topic/18417.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_21', 0, 'Chiriku alikua msichana muongeaji sana', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_21', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_21', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_24', 0, 'Sinso lilikua jina la nani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_24', 1, 1, 'Fisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_24', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_24', 0, 2, 'Panya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_24', 0, 3, 'Simba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_29', 0, 'Kutokana na story, tumejifunza kuwa tusiongee na ________________?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_29', 1, 1, 'Watu wasiojulikana.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_29', 0, 1, 'Marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_29', 0, 2, 'Shangazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_29', 0, 3, 'Mjomba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18417_34', 0, 'Wewe ni mtu wa aina gani?', 'assets/topic/asb/9449.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_34', 0, 1, 'Mpole'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_34', 0, 2, 'Muongeaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_34', 0, 3, 'Mchangamfu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18417_34', 0, 4, 'Mwenye furaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084', 2, 'Chui na Swara', 'assets/topic/asb/17309.png', 'Brigid Simiyu +Isaac Okwir', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_3', 3, NULL, 'assets/topic/asb/17306.png', 'Mara nyingi, Chui alitaka kumshika Swara.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_4', 3, NULL, 'assets/topic/asb/17307.png', 'Swara naye alikuwa akitoroka kila alipomwona Chui.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_5', 3, NULL, 'assets/topic/asb/17309.png', 'Siku moja, Chui alimwambia Swara, "Ningependa tuwe marafiki. Unachokula, mimi sili. Hakuna sababu ya kuwa maadui."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_6', 3, NULL, 'assets/topic/asb/17310.png', 'Swara alikubali. Chui akasema, "Tule kiapo cha kutufanya marafiki. Atakayeasi, mtoto wake atakufa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_7', 3, NULL, 'assets/topic/asb/17311.png', 'Walikula kiapo cha kuwafanya marafiki. +Usiku, Swara alilala chini ya mti na Chui akalala juu ya mti katikati ya matawi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_8', 3, NULL, 'assets/topic/asb/17312.png', 'Baada ya muda, Swara alinona na Chui alikonda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_9', 3, NULL, 'assets/topic/asb/17313.png', 'Chui alitamani kumla Swara aliyenona. Akasema, "Sina haja na kiapo. Sina hata mtoto!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_10', 3, NULL, 'assets/topic/asb/17314.png', 'Chui alimrukia Swara akajaribu kumshika. +Lakini, hakuweza. Alinaswa kwenye matawi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_11', 3, NULL, 'assets/topic/asb/17315.png', 'Swara alishtuka sana. Aliruka juu akaanza kulia, "Bee! Bee!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_12', 3, NULL, 'assets/topic/asb/17316.png', 'Chui akamsihi, "Rafiki yangu, nisaidie. Tulikubaliana kuwa atakayevunja kiapo chetu, atampoteza mtoto wake."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_13', 3, NULL, 'assets/topic/asb/17317.png', 'Swara alimjibu, "Inaonekana kuwa wazazi wako ndio waliokula kiapo. Sasa wewe ndiwe utakayekufa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Chui na Swara +Author - +Magabi Enyew Gessesse and Elizabeth Laird +Translation - +Brigid Simiyu +Illustration - +Isaac Okwir +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_15', 1, 'Chora mti wenye matawi na uurembe.', 'assets/topic/22084.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_15', 2, 1, 'assets/topic/22084.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_16', 0, 'Swala alikua akimtoroka nani siku zote?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_16', 1, 1, 'Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_16', 0, 1, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_16', 0, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_16', 0, 3, 'Panya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_21', 0, 'Chui alinasa katikati ya matawi mawili.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_21', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_21', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22084_24', 0, 'Chui alikua mnyama wa aina gani?', 'assets/topic/asb/17309.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_24', 0, 1, 'Mwenye hasira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_24', 0, 2, 'Mjanja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_24', 0, 3, 'Mpole'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22084_24', 0, 4, 'Mshawishi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434', 2, 'Chura na Nyoka', 'assets/topic/asb/18784.png', 'Brigid Simiyu +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_3', 3, NULL, 'assets/topic/asb/18783.png', 'Chura na Nyoka walikuwa marafiki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_4', 3, NULL, 'assets/topic/asb/18784.png', '"Njoo twende tukamtembelee mamangu." Chura alimwalika Nyoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_5', 3, NULL, 'assets/topic/asb/25000.png', '"Asante, lakini nani atatuchungia makao yetu?" Nyoka alimwuliza Chura.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_6', 3, NULL, 'assets/topic/asb/25001.png', '"Nitawachungia makao yenu," Kima alijitolea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_7', 3, NULL, 'assets/topic/asb/25002.png', 'Chura aliweka mchwa mkobani kumpelekea mamake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_8', 3, NULL, 'assets/topic/asb/25003.png', 'Chura na Nyoka waliondoka asubuhi wakaingia msituni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_9', 3, NULL, 'assets/topic/asb/25004.png', 'Waliwakuta vichakuro. Nyoka aliwaogopa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_10', 3, NULL, 'assets/topic/asb/25005.png', 'Chura alimlinda rafiki yake Nyoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_11', 3, NULL, 'assets/topic/asb/25006.png', 'Walipofika kwa mamake Chura, walikuwa wakihisi njaa sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_12', 3, NULL, 'assets/topic/asb/25007.png', 'Walinawa wakajitayarisha kwa chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_13', 3, NULL, 'assets/topic/asb/25008.png', '"Nyoka, tafadhali keti wima." Chura alimwambia rafikiye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_14', 3, NULL, 'assets/topic/asb/25009.png', 'Nyoka alijaribu kuketi wima, lakini hakuweza. Yeye si kama chura.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_15', 3, NULL, 'assets/topic/asb/25010.png', '"Siwezi kuketi wima kama chura," Nyoka alimjibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_16', 3, NULL, 'assets/topic/asb/25011.png', 'Chura hakumsikiza Nyoka. Alianza kukasirika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_17', 3, NULL, 'assets/topic/asb/25012.png', 'Nyoka pia alikasirika akasema, "Hunielewi. Heri nirudi nyumbani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_18', 3, NULL, 'assets/topic/asb/25013.png', 'Nyoka aliondoka kwa hasira. "Nilidhani Chura ni rafiki yangu." Aliwaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Chura na Nyoka +Author - +John Emongot +Translation - +Brigid Simiyu +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_20', 1, 'Mchore nyoka na Umrembe', 'assets/topic/20434.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_20', 2, 1, 'assets/topic/20434.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_21', 0, 'Nani aliwaambia Chura na nyoka atawachungia makao yao?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_21', 1, 1, 'Kima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_21', 0, 1, 'Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_21', 0, 2, 'Kasuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_21', 0, 3, 'Konokono'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_26', 0, 'Marafiki wawili walivamiwa na Vichakuro.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20434_29', 0, 'unafikiria nini kuhusu mam yake chura?', 'assets/topic/asb/18784.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_29', 0, 1, 'Ni mpole'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_29', 0, 2, 'Ni mjeuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_29', 0, 3, 'Ana nidhamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20434_29', 0, 4, 'Ni mzuri.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086', 2, 'Dama ni mashuhuri!', 'assets/topic/asb/7514.png', 'Brigid Simiyu +Vusi Malindi', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_3', 3, NULL, 'assets/topic/asb/7513.png', 'Ndungu yangu mdogo anachelewa kuamka. +Mimi huamka mapema kwani, mimi ni mashuhuri!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_4', 3, NULL, 'assets/topic/asb/7514.png', 'Mimi ndiye hufungua dirisha asubuhi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_5', 3, NULL, 'assets/topic/asb/7517.png', 'Mama huniambia, "Wewe ni nyota yangu ya asubuhi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_6', 3, NULL, 'assets/topic/asb/7507.png', 'Ninajiosha mwenyewe wala sihitaji usaidizi wowote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_7', 3, NULL, 'assets/topic/asb/7515.png', 'Sijali kuoga kwa maji baridi wala kutumia sabuni inayonuka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_8', 3, NULL, 'assets/topic/asb/7518.png', 'Mama akinikumbusha kupiga mswaki, ninamjibu, "Siwezi kusahau, mama!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_9', 3, NULL, 'assets/topic/asb/7516.png', 'Baada ya kuoga, mimi huwaamkua babu na shangazi. +Kisha ninawatakia siku njema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_10', 3, NULL, 'assets/topic/asb/7511.png', 'Huvaa nguo mwenyewe. "Nimekuwa mkubwa sasa," humwambia mama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_11', 3, NULL, 'assets/topic/asb/7508.png', 'Ninaweza kufunga vifungo vyangu na kukaza kamba za viatu vyangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_12', 3, NULL, 'assets/topic/asb/7512.png', 'Humhimiza ndugu yangu kwenda shule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_13', 3, NULL, 'assets/topic/asb/7510.png', 'Hufanya bidii kwa kila njia nikiwa darasani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_14', 3, NULL, 'assets/topic/asb/7509.png', 'Mimi hufanya vizuri mambo haya kila siku. +Lakini, ninachopenda zaidi, ni kucheza!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Dama ni mashuhuri! +Author - +Michael Oguttu +Translation - +Brigid Simiyu +Illustration - +Vusi Malindi +Language - +Kiswahili +Level - +First sentences +© Text: Uganda Community Libraries Association (Ugcla)  Artwork: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_16', 1, 'Chora dirisha likiwa na mapazia.', 'assets/topic/22086.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_16', 2, 1, 'assets/topic/22086.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_17', 0, 'Nani huchelewa kuamka?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_17', 1, 1, 'Kaka Mdogo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_17', 0, 1, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_17', 0, 2, 'Baba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_17', 0, 3, 'Dada'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_22', 0, 'Ninafanya bidii darasani kwa njia yoyote.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22086_25', 0, 'Ni nani unamuhusisha na shairi?', 'assets/topic/asb/7514.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_25', 0, 1, 'Kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_25', 0, 2, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_25', 0, 3, 'Rafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22086_25', 0, 4, 'Mimi mwenyewe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680', 2, 'Demane na Demazane', 'assets/topic/asb/2636.png', 'Mutugi Kamundi + Jemma Kahn', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_3', 3, NULL, NULL, 'Hapo zamani kuliondokea mvulana mmoja aliyeitwa Demane. Alikuwa na pacha mwenzake aliyeitwa Demazane.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_4', 3, NULL, 'assets/topic/asb/2635.png', 'Wazazi wao walipofariki, Demane na Demazane walienda kuishi na mjomba wao. Mjomba aliwachapa na kuwapatia uji mwepesi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_5', 3, NULL, NULL, 'Kwa sababu hiyo, walitoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_6', 3, NULL, 'assets/topic/asb/2636.png', 'Waliamua kuishi pangoni. Waliogopa kwa sababu majitu yaliyoishi karibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_7', 3, NULL, NULL, 'Waliunda mlango wakafunga kiingilio na kuacha mashimo mawili ya kupitisha hewa na mwangaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_8', 3, NULL, 'assets/topic/asb/2637.png', 'Demane akamwambia dadake, "Baki humu pangoni nikatafute chakula. Kamwe usipike nyama. Majitu hupenda sana harufu ya nyama."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_9', 3, NULL, NULL, 'Kila jioni Demane alirudi na nyama na kuimba: +Demazane, Demazane, +nimefika kwenye pango, +nimewinda korongo, +ufungue kwa mpango, +asiingie muongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_10', 3, NULL, 'assets/topic/asb/2638.png', 'Demazane alichoka sana kukaa pangoni peke yake. Siku moja alitoka akaenda matembezi. Aliona mto mdogo akaogelea kwa furaha sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_11', 3, NULL, NULL, 'Pia alipanda miti akaendelea kustarehe. Alifurahia uhuru wa kucheza. "Labda hakuna majitu. Pengine mjomba alitutisha tu," aliwaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_12', 3, NULL, 'assets/topic/asb/2639.png', 'Keshoye alipata ukakamavu. Aliuwasha moto pangoni ili kuondoa baridi. Kwa kuogopa majitu, aliufunga mlango kabisa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_13', 3, NULL, NULL, '"Nina hakika hakuna hatari nikichoma nyama kwa moto huu. Chakula cha kuchomwa ni kitamu." Demazane aliwaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_14', 3, NULL, 'assets/topic/asb/2640.png', 'Demane aliporudi nyumbani aliimba kama kawaida: +Demazane, Demazane, +nimefika kwenye pango, +nimewinda korongo, +ufungue kwa mpango, +asiingie muongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_15', 3, NULL, NULL, 'Demazane alimwambia kakake, "Nilichoma nyama hii kwenye jua nje ya pango." Kwa vile Demane alikuwa amechoka, hakuuliza maswali zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_16', 3, NULL, 'assets/topic/asb/2641.png', 'Siku iliyofuata Demazane aliwasha moto na akachoma nyama tena. Alpomaliza kuitayarisha, alisikia sauti ikiimba kwenye mlango wa pango:', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_17', 3, NULL, NULL, 'Demazane, Demazane, +nimefika kwenye pango, +nimewinda korongo, +ufungue kwa mpango, +asiingie muongo. +Demazane akasema, "Wewe si kakangu. Hiyo sio sauti yake."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_18', 3, NULL, 'assets/topic/asb/2642.png', 'Baada ya muda mfupi, aliskikia sauti tena ikiimba: +Demazane, Demazane, +nimefika kwenye pango, +nimewinda korongo, +ufungue kwa mpango, +asiingie muongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_19', 3, NULL, NULL, 'Sauti hiyo ilifanana sana na ya kakake kwa hivyo Demazane aliufungua mlango.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_20', 3, NULL, 'assets/topic/asb/2643.png', 'Jitu kubwa lenye nywele mwili mzima lilijaa mlangoni. Likamchukua Demazane haraka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_21', 3, NULL, NULL, 'Demazane aliweza kuliokota jivu la jikoni  na  kulibeba. Alipokuwa akibebwa alimimina jivu lile njiani walikopitia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_22', 3, NULL, 'assets/topic/asb/2646.png', 'Demane aliporudi alipata mlango ukiwa wazi na Demazane hakuwa ndani. Lakini aliona jivu lililomwagwa kulekea msituni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_23', 3, NULL, NULL, 'Alifuata jivu hilo mpaka alipouona moto mbali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_24', 3, NULL, 'assets/topic/asb/2644.png', 'Demane aliona jitu lililojaa nywele limeketi karibu na moto. Mkoba mkubwa ulikuwa karibu nalo. Alisongea karibu nalo akichechemea kama mtu aliyeumia mguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_25', 3, NULL, NULL, 'Alisema, "Naomba maji ya kunywa. Nimeumia mguu." "Ngoja nikuletee maji lakini usiguse mkoba wangu." Jitu lilisema huku likiweka mkoba ule vizuri ndani ya nyumba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_26', 3, NULL, 'assets/topic/asb/2645.png', 'Jitu lilipoondoka kwenda mtoni, Demane alikata kamba ya mfuko, ukafunguka na dadake akatoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_27', 3, NULL, NULL, 'Demane aliubadilisha mkoba huo na wake uliojaa nyuki. Kisha yeye na dadake wakajificha na kungoja kuona kitakachotokea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_28', 3, NULL, 'assets/topic/asb/2647.png', 'Jitu lilirudi na maji pamoja na watoto wake wawili, msichana na mvulana. Likamwambia msichana, "Kuna mlo mtamu ndani ya mkoba. Nenda ukaulete!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_29', 3, NULL, NULL, 'Msichana alipofungua mkoba, nyuki walimwuma mkono akalia kwa sauti, "Inauma, inauma." Jitu lilimwambia mvulana aende kumsaidia. Yeye pia aliumwa akalia kwa uchungu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_30', 3, NULL, 'assets/topic/asb/2648.png', '"Msinifanye mjinga," jitu lilisema kwa sauti likajitoma ndani ya nyumba. Liliufunga mlango na kufungua ule mkoba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_31', 3, NULL, NULL, 'Nyuki wale walichomoka kwa wingi na kumwuma kichwani, masikioni na machoni. Lilishindwa kuona likarukaruka na kulia kwa uchungu mwingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_32', 3, NULL, 'assets/topic/asb/2649.png', 'Jitu lilikimbia kuelekea kwenye bwawa la maji. Lilichopeka kichwa kwenye matope likakwama huko. Liligeuka na kuwa kisiki cha mti uliokatwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_33', 3, NULL, NULL, 'Nyuki walijenga nyumba yao kwenye kisiki hicho. Baadaye, Demane na Demazane walifurahia asali tamu kutoka kwa mzinga huo wa nyuki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_34', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Demane na Demazane +Author - +South African Folktale +Translation - +Mutugi Kamundi +Illustration - +Jemma Kahn +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_35', 1, 'Chora Pango na uweke wanyama ndani yake.', 'assets/topic/10680.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_35', 2, 1, 'assets/topic/10680.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_36', 0, 'Demane na Demazane walipata wapi makazi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_36', 1, 1, 'Kwenye Pango.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_36', 0, 1, 'Kwenye nyumba ya makuti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_36', 0, 2, 'Kwenye mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_36', 0, 3, 'Kwenye nyumba ya mawe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_41', 0, 'Demane aliweka nini kwenye begi la Jitu lenye nywele Mwili mzima?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_41', 1, 1, 'Nyuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_41', 0, 1, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_41', 0, 2, 'Moto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_41', 0, 3, 'Majivu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10680_46', 0, 'Ungejisikiaje kama ungekua peke yako?', 'assets/topic/asb/2636.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_46', 0, 1, 'Jasiri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_46', 0, 2, 'Uoga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_46', 0, 3, 'Mwenye akili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10680_46', 0, 4, 'Mpumbavu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445', 2, 'Dhahabu, kalamu nzuri', 'assets/topic/asb/25333.png', 'Ursula Nafula +Andrews Opoku Antwi and Michelangelo Quaye Anang', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_3', 3, NULL, 'assets/topic/asb/25336.png', 'Hapo zamani za kale, kulikuwa na Kijiji kilichoitwa Kalamu. Pale kijijini, kuliishi kalamu tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_4', 3, NULL, 'assets/topic/asb/25337.png', 'Kwa mfano, kulikuwa na Dhahabu, Bic, Ballpoint, Gel, Marker na wengine wengi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_5', 3, NULL, 'assets/topic/asb/25339.png', 'Dhahabu alikuwa msichana mrembo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_6', 3, NULL, 'assets/topic/asb/25340.png', 'Bic alikuwa rafiki mkubwa wa Dhahabu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_7', 3, NULL, 'assets/topic/asb/25341.png', 'Dhahabu alikuwa mwenye huzuni na wasiwasi kila wakati. Aliishi maisha ya upweke mbali na waliompenda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_8', 3, NULL, 'assets/topic/asb/25342.png', 'Hakuna yeyote aliyejua kwa nini Dhahabu alihuzunika na kuwa na wasiwasi wakati wote. +Watu waliamini kwamba alikuwa na kila sababu ya kufurahi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_9', 3, NULL, 'assets/topic/asb/25343.png', 'Hata hivyo, Dhahabu alikuwa na siri kubwa ambayo yeye tu aliijua. Je, Dhahabu alikuwa na siri gani?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_10', 3, NULL, 'assets/topic/asb/25333.png', 'Dhahabu alikuwa mrembo na mwenye kupendwa. Lakini, hakuwa na wino! "Je, kalamu ya Dhahabu ina umhimu gani isipokuwa na wino?" Dhahabu aliwaelezea akilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Dhahabu, kalamu nzuri +Author - +Ahmed Mardiya and Ibrahim Sharifa +Translation - +Ursula Nafula +Illustration - +Andrews Opoku Antwi and Michelangelo Quaye Anang +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_12', 1, 'Chora Kalamu na uirembe.', 'assets/topic/21445.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_12', 2, 1, 'assets/topic/21445.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_13', 0, 'Msichana mrembo katika kijiji Kalamu aliitwa nani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_13', 1, 1, 'Dhahabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_13', 0, 1, 'Bic'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_13', 0, 2, 'Gel'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_13', 0, 3, 'Marker'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_18', 0, 'Dhahabu alikua mwenye huzuni kwasababu hakuna na wino.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21445_21', 0, 'Kalamu Dhahabu atafanya nini?', 'assets/topic/asb/25333.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_21', 0, 1, 'Atachukua Wino'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_21', 0, 2, 'Atajaza maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_21', 0, 3, 'Atakimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21445_21', 0, 4, 'Hatafanya kitu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807', 2, 'Emirembe', 'assets/topic/asb/8945.png', 'Francis Bananwa and Kyambogo University +Steven McKimmie, Wiehan de Jager, Monge Tlaka, Jonathan Field, Emily Berg, Jano Strydom and Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_3', 3, NULL, 'assets/topic/asb/7987.png', 'Emirembe kintu kyamugaso inho mu bulamu bwaife obwabulidho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_4', 3, NULL, 'assets/topic/asb/8999.png', 'Buli azira mirembe tategeka oba takola kintu kituufu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_5', 3, NULL, 'assets/topic/asb/13838.png', 'Bwoba ozira mirembe, ofirwa eisubi eiramu era owulira nga buli kyokola tikiva mu muganhulo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_6', 3, NULL, 'assets/topic/asb/18929.png', 'Emirembe ni emizi egyeisubu eiramu,obukombe ni enkulankulana eyoluberara.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_7', 3, NULL, 'assets/topic/asb/6006.png', 'Amaka agalina emirembe maigumivu nti ezira ki gasuula oba okwawula abaamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_8', 3, NULL, 'assets/topic/asb/8479.png', 'Emikwano egirina emirembe gigonzania ni omukwano ogwairala era bawangaala nga bazira kibatabula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_9', 3, NULL, 'assets/topic/asb/13388.png', 'Ensi elina emirembe teba na ntalo era abanansi kyebenda bata amanhi gaibwe ghalala bakifuna.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_10', 3, NULL, 'assets/topic/asb/10611.png', 'Embendeza emirembe mwena mwena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Emirembe +Author - +Niyifasha Epimaque +Translation - +Francis Bananwa and Kyambogo University +Illustration - +Steven McKimmie, Wiehan de Jager, Monge Tlaka, Jonathan Field, Emily Berg, Jano Strydom and Catherine Groenewald +Language - +Lusoga +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +The author!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_12', 1, 'Chora Njiwa', 'assets/topic/30807.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_12', 2, 1, 'assets/topic/30807.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_13', 0, 'Ni kitu gani cha muhimu sana katika maisha yetu?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_13', 1, 1, 'Amani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_13', 0, 1, 'Hela'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_13', 0, 2, 'Kazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_13', 0, 3, 'Adui'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_18', 0, 'Familia yenye Amani ni Imara, ambapo hakuna mtu anayeweza kuitenganisha.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30807_21', 0, 'Ni nini kingine cha muhimu katika maisha yetu?', 'assets/topic/asb/8945.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_21', 0, 1, 'Chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_21', 0, 2, 'Michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_21', 0, 3, 'Nguvu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30807_21', 0, 4, 'Furaha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271', 2, 'Ensíkili', 'assets/topic/asb/26642.png', 'Kutafsiri Biblia Mara +Marleen Visser', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_3', 3, NULL, 'assets/topic/asb/26643.png', 'Eémbwa', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_4', 3, NULL, 'assets/topic/asb/26644.png', 'Embaata', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_5', 3, NULL, 'assets/topic/asb/26645.png', 'Éente', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_6', 3, NULL, 'assets/topic/asb/26642.png', 'Ensíkili', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_7', 3, NULL, 'assets/topic/asb/26647.png', 'Embeba', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_8', 3, NULL, 'assets/topic/asb/26648.png', 'Enyaámu', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_9', 3, NULL, 'assets/topic/asb/26649.png', 'Entaama', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_10', 3, NULL, 'assets/topic/asb/26687.png', 'Embúzi', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_11', 3, NULL, 'assets/topic/asb/26652.png', 'Empunu', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_12', 3, NULL, 'assets/topic/asb/26651.png', 'Enkóko / Endahuzi', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ensíkili +Author - +Little Zebra Books +Translation - +Kutafsiri Biblia Mara +Illustration - +Marleen Visser +Language - +Echiziinza +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_15', 1, 'Mpake rangi kuku na umrembe', 'assets/topic/30271.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_15', 2, 1, 'assets/topic/30271.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_16', 0, 'Je, Ni Mnyama yupi mkubwa katika kundi', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_16', 1, 1, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_16', 0, 1, 'Kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_16', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_16', 0, 3, 'Nguruwe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_21', 0, 'Orodhesha wanyama kulingana na urefu wao kuanzia mfupi hadi mrefu.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 1, 'Panya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 3, 'Bata'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 4, 'Nguruwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 5, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_21', 1, 6, 'Ng''ombe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30271_28', 0, 'Ni mnyama gani unayempenda?', 'assets/topic/asb/26642.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_28', 0, 1, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_28', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_28', 0, 3, 'Nguruwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('30271_28', 0, 4, 'Paka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612', 2, 'Fahali na Punda', 'assets/topic/asb/15496.png', 'Brigid Simiyu +Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_3', 3, NULL, 'assets/topic/asb/15491.png', 'Zamani aliishi mkulima mmoja maskini aliyekuwa na Fahali mzee. Fahali huyo hakupenda kulima. Alipenda kubaki nyumbani akila nyasi, akinywa maji na kupumzika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_4', 3, NULL, 'assets/topic/asb/15492.png', 'Mkulima huyo vilevile alikuwa na Punda. Punda na Fahali walikuwa marafiki. Mwisho wa siku, walipenda kuongea pamoja. Siku moja, Fahali alisema, "Nimechoka sana. Nimefanya kazi siku nzima. Jembe ni kubwa na zito. Naye mkulima haniruhusu kupumzika."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_5', 3, NULL, 'assets/topic/asb/15493.png', 'Punda alimtazama Fahali akawaza, "Bila shaka Fahali ni mvivu na hapendi kufanya kazi." Kisha akasema, "Unadhani kuwa jembe lako ni zito? Niamini, rafiki yangu, jembe ni jepesi! Mimi leo nimebeba gunia la ngano mgongoni. Nina hakika lilikuwa zito kuliko jembe lako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_6', 3, NULL, 'assets/topic/asb/15494.png', 'Siku iliyofuata, walikutana tena. Fahali akasema, "Nimekuwa na siku mbaya leo. Shamba la bwana wangu liko mbali na limejaa mawe. Nimefanya kazi mchana kutwa. Sikupumzika hata kidogo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_7', 3, NULL, 'assets/topic/asb/15495.png', '"Eti ulifanya kazi ngumu?" Punda alimwuliza. "Mimi leo nilikwenda sokoni mjini, kilomita nyingi kutoka hapa. Nina hakika nimefanya kazi ngumu kuliko wewe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_8', 3, NULL, 'assets/topic/asb/15496.png', 'Siku iliyofuata, Fahali alirudi nyumbani akiwa amechelewa tena. Alimwambia Punda, "Ah! Rafiki! Leo ilikuwa siku mbaya kwangu." Lakini, Punda hakutaka kumsikiliza Fahali zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_9', 3, NULL, 'assets/topic/asb/15497.png', 'Punda alimwambia, "Wewe huchoka kila wakati na kila siku ni mbaya kwako. Mkulima atakapokuja kesho, lala na ufumbe macho yako useme, ''Moo! Moo!'' Mkulima akifikiri wewe ni mgonjwa, atakuruhusu upumzike." Fahali alilipenda wazo hilo akasema, "Asante mpenzi Punda. Wazo zuri sana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_10', 3, NULL, 'assets/topic/asb/15498.png', 'Asubuhi iliyofuata, Fahali alilala na mkulima alipofika, aliyafumba macho yake akalia, "Moo! Moo!" Mkulima alimtazama akawaza, "Maskini Fahali wangu ni mgonjwa. Lakini, ni lazima nililime shamba langu. Ni nani atakayenisaidia? Haidhuru, kuna Punda! Atalivuta jembe leo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_11', 3, NULL, 'assets/topic/asb/15499.png', 'Mkulima alimpeleka Punda shambani akamfunga jembe na kuanza kumcharaza, "Nenda! Haraka! Vuta!" Alimshurutisha Punda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_12', 3, NULL, 'assets/topic/asb/15500.png', 'Punda alifanya kazi siku nzima. Jioni alikuwa amechoka sana. Alitembea polepole kwenda nyumbani. Fahali alimsubiri na alipomwona, alisema, "Mpendwa Punda, nilikuwa na siku nzuri leo. Nilikula nyasi, nikanywa maji na nikapumzika chini ya mti mkubwa. Nataka kupumzika tena kesho. Je, nifanyeje? Nipe wazo jingine."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_13', 3, NULL, 'assets/topic/asb/15501.png', 'Punda alimtazama Fahali, akawaza, "Kazi yake ni mbaya kuliko yangu. Sitaki kuifanya tena kesho." Hatimaye, Punda akasema, "Rafiki yangu, kuwa makini. Leo nimemsikia mkulima akimwambia hivi mkewe, ''Fahali wangu ni mchovu kila wakati na sasa ni mgonjwa. Asipopata nafuu kesho, nitamchinja tule nyama.''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_14', 3, NULL, 'assets/topic/asb/15502.png', 'Fahali aliogopa sana akalia akisema, "Eti nini? Alisema hivyo? Kesho, nitafanya kazi yangu. Nimepata nafuu sasa na wala si mchovu tena!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Fahali na Punda +Author - +Melese Getahun Wolde and Elizabeth Laird +Translation - +Brigid Simiyu +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_16', 1, 'Mpake rangi punda na umrembe', 'assets/topic/15612.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_16', 2, 1, 'assets/topic/15612.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_17', 0, 'Mkulima alikuwa na wanyama wangapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_17', 1, 1, 'Wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_17', 0, 1, 'Mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_17', 0, 2, 'Watatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_17', 0, 3, 'Wanne'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_22', 0, 'Ng''ombe huliaje?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_22', 1, 1, 'Moo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_22', 0, 1, 'Boo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_22', 0, 2, 'Roo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_22', 0, 3, 'Koo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15612_27', 0, 'Kwa nini tunapaswa kufanya kazi kwa bidii?', 'assets/topic/asb/15496.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_27', 0, 1, 'Inatufanya tufurahi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_27', 0, 2, 'Inatupa Uhai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_27', 0, 3, 'Inatuweka sawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15612_27', 0, 4, 'Hatupaswi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985', 2, 'Familia ya Pembenyingi', 'assets/topic/asb/19270.png', 'Ursula Nafula + Isaac Okwir', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_3', 3, NULL, 'assets/topic/asb/19268.png', '"Mwaka huu tutakuwa na mkutano maalum wa familia," Mama Pembenyingi alitangaza. "Nani atakayehudhuria? Natumai Pembenyingi wote watakuwa. Ninawakosa binamu yangu," Kosi alisema. "Ninakosa zaidi upande wa familia yangu ya Pembenne," Mama alitabasamu. "Ndiyo, ni kitambo sana tangu tuwaone Mstatili, Mraba, na Msambamba," alisema Baba Pembenyingi. "Usisahau, wana watoto watatu sasa!" Mama alimkumbusha Baba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_4', 3, NULL, 'assets/topic/asb/19270.png', '"Na binamu wengine, je? Watakuja?" Fusi aliuliza. Mama alijibu, "Ndiyo, wao ni Pembenyingi, ingawa si Pembenne. Jina lao la ukoo ni Pembetatu. Watoto ni Pembetatu Pacha na Pembetatu Sawa." "Aa, ndiyo, familia ya Pembetatu!" alishangaa Fusi. "Lakini wanafanana sana na Pembenne." "La, sio kabisa," Mama alisema. "Pembetatu wana pande tatu, ilhali Pembenne wana pande nne, kama mimi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_5', 3, NULL, 'assets/topic/asb/19271.png', 'Baba Pembenyingi aliongeza, "Nimefurahi kwa sababu binamu yangu wengine watatu watakuwa hapa, yaani, Pembetano, Pembesita na Pembenane. Wao pia ni wa familia yetu ya Pembenyingi." Vusi aliuliza, "Baba, mbona tunaitwa Pembenyingi?" "Tunaitwa Pembenyingi kwa sababu tuna pande mbili sura. Tumeumbwa kwa mistari iliyonyooka, na maumbo yetu yamefungika, kama unavyoona, mistari yetu yote imeunganika. Binamu yetu Pembetatu, Pembenne, Pembesita, na Pembetano wote watatutembelea," Baba alijibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_6', 3, NULL, 'assets/topic/asb/19272.png', '"Je, ulisema kuwa Pembenane atakuja? Yeye pia ni jamaa yetu?" Khosi aliuliza. "Bila shaka, binti yangu, ukimtazama, utajua kwamba ni wa familia yetu. Unastahili kuangalia kwa makini idadi ya pande ambazo binamu yako wanazo, au hutaweza kuona tofauti. Binamu Pembenane ana pande nane kwa sababu jina lake linamalizika na nane," Baba alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_7', 3, NULL, 'assets/topic/asb/19273.png', '"Sawa, na Pembetano na Pembesita, je?" Vusi aliuliza. "Binamu Pembesita ana pande sita kwa sababu jina lake linamalizika na sita," Baba alijibu. "Pembetano wana pande tano. Mwalimu wetu alituambia kwamba tano inatokana na pande hizo +tano," aliongeza Khosi. "Kumbuka kwamba tatu na nne ndizo zinafanya binamu yako Pembetatu na Pembenne kuwa tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_8', 3, NULL, 'assets/topic/asb/19274.png', '"Baba, Pembesaba ana pande ngapi?" Vusi aliuliza. Baba alicheka akasema, "Sitakwambia. Kumbuka tulipiga picha zake tulipokuwa kwa harusi ya mjombako. Ningependa uitazame picha ile kwa makini kisha unieleze unachoona. Vusi aliitazama picha haraka halafu akajibu, Pembesaba ana pande saba!" Khosi aliongeza, "Ndiyo, kumbuka mwalimu wetu alituambia kuwa saba inatokana na idadi sab."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_9', 3, NULL, 'assets/topic/asb/19275.png', '"Aa mke wangu, unaona jinsi watoto wetu walivyo werevu? Je, kumi ina maana gani?" Baba aliuliza. "Pembe kumi!" Vusi na Khosi walisema. "Ndiyo, hiyo ndiyo sababu binamu yenu anaitwa Pembekumi. Lakini, hatakuja kwa sababu ataiwakilisha timu ya waogeleaji. Kuna Pembekumi wachache sana shuleni kwao," Mama aliwaambia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_10', 3, NULL, 'assets/topic/asb/19276.png', 'Watoto walisema, "Mama na Baba, tunaweza kumualika rafiki yetu Mduara?" Wazazi wao walikubali Mduara kujiunga nao kwa sherehe. Wakati huo, waliusikia mlango ukibishwa. Baba alienda kujua ni nani. "Pembenne wako hapa! Karibu! Karibu!" Baba alishangilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_11', 3, NULL, 'assets/topic/asb/19277.png', 'Familia yote inaruka kuwasalimu Mraba, Mstatili, na watoto watatu wa Msambamba. Pembenne wanafurahi kuwa wa kwanza kufika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_12', 3, NULL, 'assets/topic/asb/19278.png', 'Familia ya Pembetatu inabisha mlango muda mfupi baada ya kufika kwa Pembenne. Pembetatu pacha na Pembetatu sawa wamechoka baada ya safari ndefu. Lakini, wamefurahi kuwa pamoja na familia nzima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_13', 3, NULL, 'assets/topic/asb/19279.png', 'Hatimaye, Pembenane na Pembesaba wanawasili pamoja na wanao, Pembetano na Pembesita. Pia wemewaleta Miraba watatu. Pembenane anaeleza, "Natumai si tatizo kwamba wana Pembenne watatu kutoka kijijini wamekuja nasi. Hawajawahi kwenda jijini." Mama alitabasamu, "Marafiki na familia wanakaribishwa hapa kila wakati." Aliwatuma watoto wote nje kucheza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_14', 3, NULL, 'assets/topic/asb/19280.png', '"Tutacheza mchezo gani?" Vusi aliwauliza watoto wengine. Pembetatu sawa alisema kwa furaha, "Hebu tucheze mchezo wa maumbo!" Watoto wote wa Pembenyingi walianza kucheza mchezo huo. "Ninaweza kucheza nanyi? Mimi pia ningependa kucheza mchezo wa maumbo," Mduara alisema. Vusi alimjibu, "Aibu kubwa, samahani, huwezi kucheza mchezo huo rafiki yangu." Mraba mmoja aliongeza, "Huoni umbo lako, wewe si wa familia ya Pembenyingi. Duara hawawezi kucheza mchezo wa maumbo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_15', 3, NULL, 'assets/topic/asb/19281.png', 'Mduara alihuzunika sana kwa kuachwa nje ya mchezo. Lakini, mchezo haufurahishi sana mmoja akiachwa nje. Vusi alisema, "Ni heri tucheze mchezo ambao Mduara pia anaweza kucheza." Kwa hivyo, Pembenyingi na Mduara walicheza pamoja kwa furaha hadi chakula kitamu kilipokuwa tayari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_16', 3, NULL, 'assets/topic/asb/19282.png', 'Your translated text', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_17', 3, NULL, 'assets/topic/asb/19283.png', 'Your translated text', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_18', 3, NULL, 'assets/topic/asb/19284.png', 'Your translated text', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Familia ya Pembenyingi +Author - +Lindiwe Tshabalala and African Storybook +Translation - +Ursula Nafula +Illustration - +Isaac Okwir +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_20', 1, 'Chora maumbo matano tofauti ya kijiometri na uyapake rangi', 'assets/topic/21985.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_20', 2, 1, 'assets/topic/21985.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_21', 0, 'Pentagoni ina pande ngapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_21', 1, 1, 'Tano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_21', 0, 1, 'Moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_21', 0, 2, 'Mbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_21', 0, 3, 'Tatu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_26', 0, 'Dekagoni ina pande kumi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21985_29', 0, 'Je, ni umbo gani la kijiometri unalolipenda?', 'assets/topic/asb/19270.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_29', 0, 1, 'Dekagoni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_29', 0, 2, 'Pentagoni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_29', 0, 3, 'Oktagoni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21985_29', 0, 4, 'Heksagoni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998', 2, 'Fana anawapenda wanyama', 'assets/topic/asb/25266.png', 'Ursula Nafula +Jesse Breytenbach', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_3', 3, NULL, 'assets/topic/asb/25265.png', 'Fana na familia yake wanaishi katika mji wenye shughuli nyingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_4', 3, NULL, 'assets/topic/asb/25266.png', 'Fana ana paka, kuku wawili, mbuzi na njiwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_5', 3, NULL, 'assets/topic/asb/25267.png', 'Siku moja Fana aliwaona watoto wakiwarushia njiwa mawe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_6', 3, NULL, 'assets/topic/asb/25268.png', 'Fana alikimbia akisema, "Acheni kutupa mawe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_7', 3, NULL, 'assets/topic/asb/25269.png', 'Fana aliwachukua wale njiwa akawapeleka nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_8', 3, NULL, 'assets/topic/asb/25270.png', 'Aliwalisha. +Aliwaambia wazazi vile alivyowaokoa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_9', 3, NULL, 'assets/topic/asb/25271.png', 'Fana na wazazi wake waliwapeleka njiwa kutibiwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_10', 3, NULL, 'assets/topic/asb/25272.png', 'Fana huwaambia wenzake, "Wanyama ni marafiki zetu. Tunawalinda."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Fana anawapenda wanyama +Author - +Foziya Mohammed +Translation - +Ursula Nafula +Illustration - +Jesse Breytenbach +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_12', 1, 'Mpake rangi njiwa na umrembe', 'assets/topic/21998.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_12', 2, 1, 'assets/topic/21998.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_13', 0, 'Chagua wanyama aliokuwa nao Fana', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 1, 1, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 1, 2, 'Kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 1, 3, 'Njiwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 1, 4, 'Mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 0, 1, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 0, 2, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_13', 0, 3, 'Tai'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_21', 0, 'Fana na wazazi wake walileta nini kutoka kliniki?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_21', 1, 1, 'Dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_21', 0, 1, 'Mkate'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_21', 0, 2, 'Biskuti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_21', 0, 3, 'Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21998_26', 0, 'Unapakaa nini unapoumia?', 'assets/topic/asb/25266.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_26', 0, 1, 'Dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_26', 0, 2, 'Jiwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_26', 0, 3, 'Matope'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21998_26', 0, 4, 'Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613', 2, 'Fisi na Kobe', 'assets/topic/asb/13398.png', 'Brigid Simiyu + Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_3', 3, NULL, 'assets/topic/asb/13395.png', 'Fisi mlafi aliishi katika kijiji cha Mkosi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_4', 3, NULL, 'assets/topic/asb/13397.png', 'Katika kijiji jirani, aliishi Kobe mwoga. Fisi na Kobe walikuwa marafiki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_5', 3, NULL, 'assets/topic/asb/13398.png', 'Fisi alisikia kwamba kulikuwa na nyuki waliotengeneza asali tamu kuliko yote. Nyuki hao walisafiri mbali na mizinga yao mara moja kwa mwaka. "Lazima tuipate ile asali nyuki watakapokuwa safarini," Fisi alimwambia Kobe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_6', 3, NULL, 'assets/topic/asb/13400.png', 'Ingawa Kobe aliogopa kwenda, hakuwa na ujasiri wa kukataa. Asubuhi iliyofuata, Fisi na Kobe walianza safari yao. Fisi alienda kwa kasi huku Kobe akijikokota nyuma kwa woga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_7', 3, NULL, 'assets/topic/asb/13401.png', 'Walipanda milima wakashuka kisha wakavuka mabonde. Waliuvuka mto mkubwa wakaendelea na safari yao wakiwa na nia ya kuifikia ile mizinga ya nyuki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_8', 3, NULL, 'assets/topic/asb/13403.png', 'Hatimaye, waliona mizinga ya nyuki milimani kwenye miti. Fisi alikwenda kwa haraka. Kobe alikuwa tayari kuzirai kutokana na njaa na uchovu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_9', 3, NULL, 'assets/topic/asb/13405.png', 'Fisi alipoufikia mzinga mkubwa zaidi, alimwambia Kobe, "Haraka! Panda juu ya mti uuangushe mzinga chini."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_10', 3, NULL, 'assets/topic/asb/13406.png', 'Kobe aling''ang''ana kuupanda mti. Alipofanya hivyo, aliangalia chini mara kwa mara asije akaanguka. Fisi alikasirishwa na kitendo hicho akaanza kumpigia Kobe kelele.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_11', 3, NULL, 'assets/topic/asb/13407.png', 'Kobe alipougusa mzinga, alisikia sauti ya nyuki. Kumbe walikuwa bado ndani ya mzinga wao! Kobe alishtuka akaanguka chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_12', 3, NULL, 'assets/topic/asb/13408.png', 'Mzinga wa nyuki ulimwangukia Kobe akafunikwa na kufichwa na asali! Fisi alianza kuilamba ile asali. Lakini nyuki hawakufurahia kitendo hicho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_13', 3, NULL, 'assets/topic/asb/13409.png', 'Nyuki walimuuma Fisi kila sehemu ya mwili akaamua kukimbilia usalama wake. Hata hivyo, nyuki walimfuata wakaendelea kumuuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_14', 3, NULL, 'assets/topic/asb/13410.png', 'Fisi aliteremka kutoka mlimani, akavuka mto na bonde. Nyuki waliendelea kumuuma wakati huo wote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_15', 3, NULL, 'assets/topic/asb/13411.png', 'Kobe naye alikuwa bado chini ya mzinga mkubwa. Hatimaye, kila kitu kilikuwa kimya. Kobe aligundua kwamba mzinga na asali vilikuwa vimekaukia mgongoni kwake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_16', 3, NULL, 'assets/topic/asb/13412.png', 'Kobe alitambua kuwa hakuhitaji tena kujificha kichakani. Gamba jipya alilopata lingeweza kumkinga na hatari yoyote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_17', 3, NULL, 'assets/topic/asb/13414.png', 'Fisi alikuwa amechoka na alijaa vidonda mwilini. Alizirai kabla kufika nyumbani. Alipoamka, aligundua kwamba mishale ya nyuki ilisababisha yeye kuwa na madoadoa kwenye ngozi yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_18', 3, NULL, NULL, 'Hivi ndivyo kobe alivyopata gamba lake ngumu naye fisi akapata madoadoa kwenye ngozi yake. Urafiki kati ya fisi na kobe uliisha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Fisi na Kobe +Author - +Alice Mulwa +Translation - +Brigid Simiyu +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_20', 1, 'Mpake rangi kobe na umrembe', 'assets/topic/15613.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_20', 2, 1, 'assets/topic/15613.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_21', 0, 'Nani alikuwa rafiki wa fisi mlafi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_21', 1, 1, 'Kobe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_21', 0, 1, 'Nyani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_21', 0, 2, 'Duma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_21', 0, 3, 'Sungura'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_26', 0, 'Nyuki huishi kwenye mzinga', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15613_29', 0, 'Tuwafanyie nini marafiki zetu?', 'assets/topic/asb/13398.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_29', 0, 1, 'Wema'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_29', 0, 2, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_29', 0, 3, 'Uchangamfu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15613_29', 0, 4, 'Haki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698', 2, 'Fisi na Kunguru', 'assets/topic/asb/1725.png', 'Pete Mhunzi + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_3', 3, NULL, 'assets/topic/asb/1725.png', 'Fisi na Kunguru walikuwa marafiki ingawa walikuwa tofauti. Kunguru aliruka lakini Fisi alitembea tu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_4', 3, NULL, 'assets/topic/asb/1726.png', 'Siku moja Fisi alitaka kumfahamu Kunguru zaidi. Alimwuliza, "Ni kitu gani cheupe kilicho nyuma ya shingo yako?" Kunguru alimjibu Fisi, "Ni nyama nono nimekuwa nikiila huko angani ninaporuka. Nimeila kwa muda mrefu hadi imejibandika shingoni mwangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_5', 3, NULL, NULL, 'Fisi aliposikia juu ya nyama, alidondokwa na mate. Alitamani sana kula nyama hiyo. Ataipataje ikiwa angani naye hakuwa na mabawa ya kuruka na kuifikia? Fisi alimwomba Kunguru, "Tafadhali rafiki yangu, nikopeshe manyoya ili nijitengenezee mabawa. Nina hamu sana ya kuruka kama wewe na kuila ile nyama."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_6', 3, NULL, 'assets/topic/asb/1727.png', 'Kwa ukarimu wake, Kunguru alimpatia Fisi manyoya. Fisi aliyashona mabawa, akayaunganisha na mwili wake akajaribu kuruka. Uzito wake ulimshinda akalazimika kuwa na mpango tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_7', 3, NULL, 'assets/topic/asb/1728.png', 'Fisi alimwambia Kunguru, "Niruhusu niushikilie mkia wako utakaporuka angani." Kunguru alikubali akasema, "Ninajua una hamu ya kuruka. Hebu tufanye hivyo kesho asubuhi." Asubuhi ilipofika, Fisi aliushikilia mkia wa Kunguru, Kunguru aliporuka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_8', 3, NULL, 'assets/topic/asb/1729.png', 'Kunguru aliruka mpaka akachoka kabisa. Fisi alimsihi, "Tafadhali rafiki yangu, endelea kidogo zaidi!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_9', 3, NULL, NULL, 'Walipokifikia kipande cha kwanza cha wingu kubwa jeupe, Fisi alidhani ni nyama nono. Mara Fisi alisikia sauti. Unyoya mmoja alioushika uling''oka kutoka kwenye mkia wa Kunguru! Akasikia sauti ya pili, ya tatu na ya nne. Kunguru alijihisi mwepesi. Alikuwa ameondokewa na mzigo ''Fisi.'' Kunguru aliimba: Manyoya ya Kunguru jinyonyoe. Manyoya ya Kunguru jinyonyoe. Fisi aliimba kinyume akisema: Manyoya ya Kunguru yashikane yasijinyonyoe. Manyoya ya Kunguru yashikane yasijinyonyoe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_11', 3, NULL, 'assets/topic/asb/1731.png', 'Hatimaye, manyoya yote yaling''oka. Fisi akaelea peke yake angani. Alilirukia wingu jeupe akidhani ni nyama nono ambayo angejishikilia. Lakini, alipojaribu kuishika ile "nyama," aliyashika mawingu majimaji tu!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_12', 3, NULL, 'assets/topic/asb/1732.png', 'Fisi alianza kuanguka kwa kasi kutoka angani. Alipaza sauti akisema, "Nisaidie! Nisaidie!" Hakuna aliyemsikia. Kunguru alikuwa ametokomea mawinguni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_13', 3, NULL, 'assets/topic/asb/1733.png', 'Fisi alianguka chini kwa kishindo akalala kimya kwa muda. Baadaye aliamka kwa maumivu akipiga mayowe. Mguu wake mmoja ulikuwa umevunjika. Alikuwa na madoadoa mengi mwilini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_14', 3, NULL, 'assets/topic/asb/1734.png', 'Fisi hajaweza kuruka. Urafiki baina yake na Kunguru haukuwepo tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Fisi na Kunguru +Author - +Ann Nduku +Translation - +Pete Mhunzi +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_16', 1, 'Mpake rangi kunguru na umrembe', 'assets/topic/8698.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_16', 2, 1, 'assets/topic/8698.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_17', 0, 'Fisi alishona nini kwa kutumia manyoya?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_17', 1, 1, 'Mabawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_17', 0, 1, 'Mkia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_17', 0, 2, 'Kishada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_17', 0, 3, 'Mteremko'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_22', 0, 'Nyama ya Mafuta ambayo fisi alitaka kula ilikua ni Wingu', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8698_25', 0, 'Unapendelea nini kwa rafiki yako?', 'assets/topic/asb/1725.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_25', 0, 1, 'Urafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_25', 0, 2, 'Wema'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_25', 0, 3, 'Ujasiri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8698_25', 0, 4, 'Burudani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193', 2, 'Fisi, Sungura na beseni', 'assets/topic/asb/19188.png', 'Charles Katiwa Kiema + Salim Kasamba', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_3', 3, NULL, 'assets/topic/asb/19185.png', 'Hapo zamani, Fisi na Sungura walikuwa marafiki sana. Wote walikuwa maskini lakini Sungura alikuwa na punda. Pia alikuwa na beseni ndogo aliyoitumia kumlisha punda wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_4', 3, NULL, 'assets/topic/asb/19186.png', 'Adhuhuri moja, Sungura alitaka kumpatia punda wake maji. Hakuweza kutega maji kutoka kisimani kwa kutumia ile beseni yake ndogo. Basi alienda kumwomba Fisi beseni yake kubwa. Fisi alimpatia kwa sababu ya urafiki wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_5', 3, NULL, 'assets/topic/asb/19187.png', 'Sungura alipomaliza kumnywesha punda maji, alikwenda nyumbani kwake na beseni ya Fisi. Wiki mbili baadaye, Fisi alihitaji kufua nguo zake lakini alikumbuka kwamba Sungura alikuwa bado na beseni yake. Fisi aliziacha nguo akaenda kwa Sungura kuichukua beseni yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_6', 3, NULL, 'assets/topic/asb/19188.png', 'Sungura alimrudishia Fisi beseni yake kubwa na akampa ndogo vilevile akisema, "Beseni yako ilizaa mtoto. Kwa sababu ya urafiki wetu, nimeamua kukupatia zote mbili." Fisi alifurahi mno akazikubali beseni hizo mbili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_7', 3, NULL, 'assets/topic/asb/19189.png', 'Siku mbili baadaye, Sungura tena alihitaji kumnywesha punda wake maji. Kwa mara nyingine, alimwendea Fisi amsaidie. Fisi aliwaza, "Kwa sababu nitapokea beseni moja zaidi, nitampa tena beseni yangu!" Sungura aliichukua beseni kubwa ya Fisi na kwenda kumnywesha punda wake maji. Baadaye, aliibeba akaenda nyumbani kwake nayo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_8', 3, NULL, 'assets/topic/asb/19190.png', 'Fisi alisubiri kabla kwenda kuichukua beseni yake kutoka kwa Sungura. Alitaka izae nyingine kama mbeleni! Fisi alipoenda nyumbani kwa Sungura kuichukua beseni yake, Sungura alisema, "Fisi, rafiki yangu, nilikuwa ninajitayarisha kukuletea ujumbe mbaya. Beseni yako ilikufa siku mbili zilizopita. Si unajua kwamba vitu vyote vilivyo hai lazima vife?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_9', 3, NULL, 'assets/topic/asb/19191.png', 'Fisi hakuweza kuamini aliyoyasikia. Alisema, "Lazima niwaite wanyama wakubwa waje kuamua kesi hii." Fisi aliwaita wanyama wakubwa kwa mkutano. Ndovu, viboko, vifaru na twiga walifika nyumbani kwa Sungura kuamua kesi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_10', 3, NULL, 'assets/topic/asb/19192.png', 'Sungura aliulizwa kueleza kilichotokea. Alisema, "Mara ya kwanza nilipoomba beseni ya Fisi, ilizaa mtoto nami nilimpatia zote mbili. Nilipoomba mara ya pili, beseni hiyo ilifariki kabla haijazaa. Kwa sababu chochote kilicho hai, vilevile hufa. Hivyo ndivyo ilivyokuwa!" Wanyama wote walikubaliana na Sungura. Fisi aliipoteza beseni yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Fisi, Sungura na beseni +Author - +Charles Katiwa Kiema +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_12', 1, 'Chora beseni kubwa na ulirembe', 'assets/topic/19193.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_12', 2, 1, 'assets/topic/19193.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_13', 0, 'Sungura alimiliki mnyama yupi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_13', 1, 1, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_13', 0, 1, 'Nyani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_13', 0, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_13', 0, 3, 'Panya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_18', 0, 'Sungura alitoa beseni dogo pamoja na beseni kubwa', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19193_21', 0, 'Unakunywa maji kwa kutumia nini?', 'assets/topic/asb/19188.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_21', 0, 1, 'Sufuria'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_21', 0, 2, 'Bilauri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_21', 0, 3, 'Kikombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19193_21', 0, 4, 'Jagi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199', 2, 'Furaha na Huzuni', 'assets/topic/asb/1901.png', 'Mutugi Kamundi + Rijuta Ghate', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_3', 3, NULL, 'assets/topic/asb/1892.png', 'Kwa nini mtoto analia?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_4', 3, NULL, 'assets/topic/asb/1893.png', 'Labda ana njaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_5', 3, NULL, 'assets/topic/asb/1894.png', 'Kwa nini +mvulana huyu amehuzunika?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_6', 3, NULL, 'assets/topic/asb/1895.png', 'Labda anamkosa baba yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_7', 3, NULL, 'assets/topic/asb/1896.png', 'Kwa nini msichana huyu amefurahi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_8', 3, NULL, 'assets/topic/asb/1897.png', 'Kwa sababu amepata rinda jipya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_9', 3, NULL, 'assets/topic/asb/1898.png', 'Kwa nini mzee huyo anacheka?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_10', 3, NULL, 'assets/topic/asb/1899.png', 'Kwa sababu amesoma kichekesho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_11', 3, NULL, 'assets/topic/asb/1900.png', 'Kwa nini +mama huyu anatabasamu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_12', 3, NULL, 'assets/topic/asb/1901.png', 'Watoto wake wanasoma kimya kimya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_13', 3, NULL, 'assets/topic/asb/1902.png', 'Mbona mama huyu anatazama chini?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_14', 3, NULL, 'assets/topic/asb/1903.png', 'Anaona haya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Furaha na Huzuni +Author - +Madhav Chavan +Adaptation - +Mutugi Kamundi +Illustration - +Rijuta Ghate +Language - +Kiswahili +Level - +First words +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_16', 1, 'Chora gauni la msichana.', 'assets/topic/16199.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_16', 2, 1, 'assets/topic/16199.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_17', 0, 'Mtoto analia kwa sababu ana njaa.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_17', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_17', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_20', 0, 'Oanisha kulingana na hadithi', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 1, 'Mtoto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 2, 'Njaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 3, 'Msichana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 4, 'Gauni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 5, 'Mwanamke'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 6, 'Haya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 7, 'Mzee'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_20', 1, 8, 'Utani mzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16199_29', 0, 'Unahisije?', 'assets/topic/asb/1901.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_29', 0, 1, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_29', 0, 2, 'Njaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_29', 0, 3, 'Huzuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16199_29', 0, 4, 'Haya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911', 2, 'Hadithi kumhusu Wangari Maathai', 'assets/topic/asb/9803.png', 'Ursula Nafula + Maya Marshak', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_3', 3, NULL, 'assets/topic/asb/9803.png', 'Kulikuwa na msichana mdogo aliyefanya kazi shambani na mamake. Waliishi karibu na Mlima Kenya, Afrika Mashariki. Msichana huyo aliitwa Wangari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_4', 3, NULL, 'assets/topic/asb/9804.png', 'Wangari alilima katika bustani ya familia yake. Alipanda mbegu ndogo katika ardhi iliyokuwa na joto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_5', 3, NULL, 'assets/topic/asb/9805.png', 'Alipenda majira ya jioni, wakati jua lilipotua. Giza lilipozidi, Wangari alirudi nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_6', 3, NULL, 'assets/topic/asb/9806.png', 'Wangari alikuwa mwerevu. Alikuwa na hamu ya kwenda shule lakini, wazazi wake walitaka awasaidie nyumbani. Alipofikisha umri wa miaka saba, alikubaliwa akaanza kwenda shule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_7', 3, NULL, 'assets/topic/asb/9807.png', 'Wangari alipenda kusoma na kujifunza kupitia kila kitabu alichosoma. Alifanya vyema shuleni akaalikwa kwenda Amerika kuendeleza masoma yake. Wangari alichangamshwa sana na nafasi hii. Alipenda kuufahamu ulimwengu zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_8', 3, NULL, 'assets/topic/asb/9808.png', 'Alipokuwa chuoni huko Amerika, Wangari alijifunza mambo mapya. Alisomea mimea na jinsi inavyokua. Alikumbuka vile alivyocheza na ndugu zake. Vilevile, alikumbuka kivuli cha miti maridadi ya misitu ya Kenya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_9', 3, NULL, 'assets/topic/asb/9810.png', 'Alipojifunza, alifahamu kuwa aliwapenda watu wa Kenya. Alitaka wafurahi na wawe huru. Alikumbuka kwao nyumbani Afrika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_10', 3, NULL, 'assets/topic/asb/9811.png', 'Wangari alikamilisha masomo yake akarudi Kenya. Nchi yake ilikuwa imebadilika sana. Watu matajiri walikuwa wameikata miti. Wanawake walikosa kuni. Watu wengi walikuwa maskini. Watoto walikuwa na njaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_11', 3, NULL, 'assets/topic/asb/9812.png', 'Wangari aliwafunza wanawake kupanda miti. Waliiuza miti hiyo na kupata pesa. Walizitumia kwa mahitaji ya familia zao. Walifurahi kwa sababu Wangari aliwasaidia kuwa na nguvu na uwezo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_12', 3, NULL, 'assets/topic/asb/9813.png', 'Muda ulipopita, miti mipya ilikuwa misitu. Mito ilianza tena kupitisha maji. Ujumbe wa Wangari ulienea Afrika nzima. Leo, mamilioni ya miti imesitawi kutokana na juhudi za Wangari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_14', 1, 'Paka rangi msitu wenye mto', 'assets/topic/9911.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_14', 2, 1, 'assets/topic/9911.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_15', 0, 'Jina la msichana mdogo aliyefanya kazi na mama yake katika mashamba ni lipi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_15', 1, 1, 'Wangari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_15', 0, 1, 'Changari'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_15', 0, 2, 'Wango'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_15', 0, 3, 'Chang'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_20', 0, 'Wangari alipenda kujifunza zaidi na zaidi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_20', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_20', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_23', 0, 'Wangari aliwafundisha wanawake jinsi ya kupanda miti kutokana na mbegu.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_23', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_23', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9911_26', 0, 'Unapenda kufanya nini?', 'assets/topic/asb/9803.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_26', 0, 1, 'Kupanda mbegu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_26', 0, 2, 'Kucheza katika maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_26', 0, 3, 'Kusoma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('9911_26', 0, 4, 'Kulala'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107', 2, 'Hadithi ndefu ya Jojo', 'assets/topic/asb/19917.png', 'Ursula Nafula +Marleen Visser', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_3', 3, NULL, 'assets/topic/asb/19902.png', 'Chifu aliyeitwa Mfupi na Duara, alilia, "Nina tatizo kubwa sana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_4', 3, NULL, 'assets/topic/asb/19903.png', '"Nimeipoteza pembe yangu inayotumika wakati wa upanzi," Chifu Mfupi na Duara alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_5', 3, NULL, 'assets/topic/asb/19904.png', '"Nitaipata pembe yako. Nitaenda kuitafuta nyumbani kwa Mjomba Mstatili," Jojo alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_6', 3, NULL, 'assets/topic/asb/19905.png', 'Jojo na Mjomba Mstatili walitafuta kila mahali lakini hawakuipata ile pembe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_7', 3, NULL, 'assets/topic/asb/19906.png', '"Nenda uone ikiwa Mama Pembetatu anayo ile pembe," Mjomba Mstatili alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_8', 3, NULL, 'assets/topic/asb/19907.png', 'Jojo alifika nyumbani kwake akanywa maji baridi kabla kuendelea na safari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_9', 3, NULL, 'assets/topic/asb/19908.png', 'Jojo alimtembelea Almasi na kumwuliza ikiwa angeweza kuambatana naye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_10', 3, NULL, 'assets/topic/asb/19909.png', '"Si mbali lakini nitatayarisha chakula kidogo ili tubebe," Almasi alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_11', 3, NULL, 'assets/topic/asb/19910.png', 'Almasi na Jojo walipumzika na kula chakula chao chini ya mlima wa pembetatu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_12', 3, NULL, 'assets/topic/asb/19911.png', 'Walipokuwa wamepanda nusu ya mlima, walimwona buibui na utando wa ajbu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_13', 3, NULL, 'assets/topic/asb/19912.png', 'Jojo na Almasi walifika nyumbani kwa Mama Pembetatu', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_14', 3, NULL, 'assets/topic/asb/19913.png', '"Chifu hakuacha pembe yake hapa," Mama Pembetatu alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_15', 3, NULL, 'assets/topic/asb/19914.png', 'Mama Pembetatu alijua mahali wangeipata ile pembe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_16', 3, NULL, 'assets/topic/asb/19915.png', 'Ilikuwa jioni walipowasili nyumbani kwa Chifu Mfupi na Duara.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_17', 3, NULL, 'assets/topic/asb/19916.png', 'Mama Pembetatu alimwelekezea chifu kidole. "Umeifunga pembe yako kichwani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_18', 3, NULL, 'assets/topic/asb/19917.png', 'Chifu Mfupi na Duara alimpa Jojo ile pembe kuipuliza. Wote walifurahi tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hadithi ndefu ya Jojo +Author - +Leo Daly +Translation - +Ursula Nafula +Illustration - +Marleen Visser +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_20', 1, 'Chora pembe na ulirembe', 'assets/topic/23107.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_20', 2, 1, 'assets/topic/23107.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_21', 0, 'Mfalme mfupi na duara alipoteza nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_21', 1, 1, 'Pembe ya Springi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_21', 0, 1, 'Pembe ya majira ya joto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_21', 0, 2, 'Farasi mweupe mwenye pembe moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_21', 0, 3, 'hakupoteza kitu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_26', 0, 'Mfalme mfupi alisahau mahali alipohifadhi pembe ya springi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_26', 0, 1, 'Uongo.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23107_29', 0, 'Ni umbo gani unalopenda?', 'assets/topic/asb/19917.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_29', 0, 1, 'Duara'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_29', 0, 2, 'Pembe tatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_29', 0, 3, 'Mraba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23107_29', 0, 4, 'Almasi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135', 2, 'Hakimu asiyekuwa na busara', 'assets/topic/asb/17057.png', 'Ursula Nafula +Brian Wambi', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_3', 3, NULL, 'assets/topic/asb/17050.png', 'Hapo zamani, waliishi majirani wawili marafiki, Meseret na Demeke. Walikuwa maskini sana. +Siku moja, Meseret alimwambia Demeke, "Lazima leo niipeleke ngano yangu sokoni. Gunia ni nzito na soko iko mbali. Ningekuwa na pesa za kutosha, ningemnunua punda."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_4', 3, NULL, 'assets/topic/asb/17052.png', 'Demeke alijibu, "Nami lazima nikavinunue vyungu vipya leo sokoni. Vitakuwa vizito mno. Heri ningekuwa na punda vilevile. Kwa sasa, ninazo tu nusu ya pesa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_5', 3, NULL, 'assets/topic/asb/17053.png', 'Meseret alikuwa na wazo. Alisema, "Hebu tumnunue punda pamoja. Wewe utalipa nusu nami nilipe nusu. Nitamtumia kwenda sokoni kwa juma moja nawe umtumie kwa juma lingine." +Meseret na Demeke walimnunua punda. Kwa muda mrefu waliishi kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_6', 3, NULL, 'assets/topic/asb/17054.png', 'Siku moja, babake Meseret alifariki. Meseret alirithi mashamba, miti, ng''ombe na kondoo. Alikuwa tajiri na hakutaka kufanya kazi na Demeke tena. Vilevile, alitaka nusu yake ya punda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_7', 3, NULL, 'assets/topic/asb/17055.png', 'Meseret alimwambia Demeke, "Mbwa wangu wanahitaji nyama. Ninataka kumchinja punda wetu wewe uchukuwe nusu yake nami nichukuwe nusu itakayobaki." +Demeke alilia. "Sihitaji nyama yoyote ila punda. Ikiwa unataka kumchinja, nipe pesa za nusu yangu." Meseret alifoka, "Sitakupatia pesa zozote. Nusu ya punda ni yangu na ninaitaka sasa." Demeke alisema, "Hebu twende kwa hakimu atuamulie."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_8', 3, NULL, 'assets/topic/asb/17057.png', 'Meseret na Demeke walienda kumwona hakimu alisiyekuwa na busara. Hakuwasikiliza kwa makini. +Hakimu aliwauliza, "Mnammiliki punda pamoja?" "Ndiyo," Meseret na Demeke waliitikia. Hakimu akasema, "Basi, kila mmoja atapata nusu. Iwapo Meseret anataka nusu yake, ana haki ya kuichukuwa. Mchinjeni punda kisha mmgawe nusu mbili."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_9', 3, NULL, 'assets/topic/asb/17058.png', 'Meseret alifurahi. Alimchinja punda na kuchukua nusu ya nyama kuwapelekea mbwa wake. +Demeke alihuzunika akawaza, "Maskini punda wangu hayupo tena, na sasa lazima nibebe kila +kitu mwenyewe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_10', 3, NULL, 'assets/topic/asb/17060.png', 'Miezi michache baadaye, Meseret alitaka kujijengea nyumba mpya. Alifikiri, "Nitakiteketeza chumba changu kizee kisha niijenge nyumba mpya nzuri na kubwa." Meseret alivihamisha vitu kutoka chumbani. Demeke alimwuliza, "Unafanya nini?" Meseret alimjibu, "Ninataka kukiteketeza chumba changu ili niijenge nyumba mpya." Demeke alikuwa na wasiwasi, "Lakini, chumba chako ki karibu na changu. Ukikiteketeza, changu pia kitateketea."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_11', 3, NULL, 'assets/topic/asb/17061.png', 'Kwa hasira, Meseret alisema, "Usijaribu kunizuia! Hiki ni chumba changu na nikitaka nitakiteketeza." Demeke alilia, "Wacha! Hebu twende tumwulize hakimu." +Kwa sababu hakimu hakuwa mwenye busara, hakusikiliza kwa makini wala hakuelewa. Hatimaye alisema, "Meseret ana haki ya kukiteketeze chumba chake na hakuna anayeweza kumzuia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_12', 3, NULL, 'assets/topic/asb/17062.png', 'Meseret alipokiteketeza chumba chake, upepo uliupeperusha moto hadi kwenye paa la chumba cha Demeke. Punde, chumba chake pia kilianza kuteketea. +Demeke alimlilia hakimu, "Tazama! Meseret amekiteketeza chumba changu! Lazima anilipe." Hakimu aliamua, "La! Meseret alikiteketeza chumba chake. Moto ndio uliokiunguza chumba chako. Meseret hastahili kukulipa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_13', 3, NULL, 'assets/topic/asb/17063.png', 'Maskini Demeke alihuzunika sana. Hakuwa na punda wala chumba. Alibaki na shamba peke yake. +Kila siku alifanya kazi shambani mwake na usiku kulala chini ya mti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_14', 3, NULL, 'assets/topic/asb/17064.png', 'Demeke alifanya kazi kwa bidii shambani mwake. Aliyang''oa magugu na kuwafukuza ndege. Wakati wa kuvuna ulipofika, kulikuwa na mazao mazuri ya mbaazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_15', 3, NULL, 'assets/topic/asb/17066.png', 'Siku moja, wanawe Meseret walipitia katika shamba la Demeke. Waliona mbaazi wakasema, "Mbaazi ni tamu sana!" Walizivamia wakazitoa zote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_16', 3, NULL, 'assets/topic/asb/17068.png', 'Demeke alipowaona wanawe Meseret, aliwaambia, "Nirudishieni mbaazi zangu." +Walimjibu kwa dharau, "Hatuwezi kukurudishia kwa kuwa tumezila. Mwulize baba akulipe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_17', 3, NULL, 'assets/topic/asb/17069.png', 'Demeke alimwambia Meseret, "Wanao wamezila mbaazi zangu." Meseret alimjibu, "Nitakupa pesa." "Sitaki pesa zako. Ninataka mbaazi zangu." Demeke alitishia. "Subiri! Hebu twende tumuulize hakimu," Meseret alilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_18', 3, NULL, 'assets/topic/asb/17070.png', 'Meseret na Demeke walienda kumwona hakimu yule yule. Kama kawaida, hakuwasikiliza kwa makini wala hakufikiria juu ya tukio hilo. "Wanawe Meseret walikula mbaazi zako na ni lazima zirudishwe. Pasua tumbo zao uchukuwe mbaazi zako." Hakimu aliamua. +Meseret alisononeka sana akasema, "Wanangu watafariki! Tafadhali, Demeke, nitakupatia pesa." "Nilitaka pesa ulipomchinja punda wetu. Ninataka mbaazi zangu." Demeke alinena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_19', 3, NULL, 'assets/topic/asb/17071.png', 'Demeke alichukua kisu chake. "Nitakujengea chumba kipya! Naomba msamaha kwa kukiteketeza chumba chako cha kwanza," Meseret alisema. +"Sitaki chumba kipya. Ninataka mbaazi zangu," Demeke alimjibu. Alianza kukitia kisu chake makali. "La! La! Tafadhali, ngoja! Hebu twende tukawaone wazee. Tafadhali rafiki yangu wa jadi, wacha wazee waamue." Meseret alilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_20', 3, NULL, 'assets/topic/asb/17073.png', 'Meseret na Demeke walienda kuwaona wazee wa kijiji. Wazee waliongea kwa muda mrefu na mwishowe walimwambia Meseret, "Ulikosea ulipokataa kumlipa Demeke nusu ya punda wake. Ulikosea pia ulipokiteketeza chumba chake, na wanao walipozila mbaazi zake."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_21', 3, NULL, 'assets/topic/asb/17074.png', 'Wazee walimgeukia Demeke wakasema, "Unataka kuwaua wanawe Meseret. Hilo ni kosa pia. Huu ni uamuzi wetu. Lazima Meseret ampatie Demeke nusu ya miti yake yote, mashamba, ng''ombe na kondoo. Hivyo, mtaishi pamoja kwa amani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_22', 3, NULL, 'assets/topic/asb/17075.png', 'Meseret alimpatia Demeke nusu ya mali yake. +Waliishi pamoja kwa furaha bila kugombana tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hakimu asiyekuwa na busara +Author - +Magabi Eynew Gessesse and Elizabeth Laird +Translation - +Ursula Nafula +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_24', 1, 'Chora nyumba ya makuti na uirembe', 'assets/topic/17135.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_24', 2, 1, 'assets/topic/17135.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_25', 0, 'Meseret na Demeke walitamani kununua nini kama wangekua na fedha za kutosha?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_25', 1, 1, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_25', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_25', 0, 2, 'Panya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_25', 0, 3, 'Paka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_30', 0, 'Jaji alikuwa mwenye busara kwa wote.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_30', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_30', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17135_33', 0, 'Unapigana na nani?', 'assets/topic/asb/17057.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_33', 0, 1, 'Sipigani na mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_33', 0, 2, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_33', 0, 3, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17135_33', 0, 4, 'Rafiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040', 2, 'Hamisi abahatika', 'assets/topic/asb/7976.png', 'Adelheid Marie Bwire +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_3', 3, NULL, 'assets/topic/asb/7966.png', 'Siku moja Hamisi na babake walienda sokoni kununua sare ya shule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_4', 3, NULL, 'assets/topic/asb/7967.png', 'Hamisi akamwona kijana mwingine amevalia shati la kijani kibichi. "Anaonekana nadhifu sana," Hamisi aliwaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_5', 3, NULL, 'assets/topic/asb/7968.png', '"Shati lile lapendeza sana," Hamisi alimwambia babake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_6', 3, NULL, 'assets/topic/asb/7969.png', 'Hamisi aliendelea kusema, "Tafadhali baba, ninunulie shati la kijani kibichi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_7', 3, NULL, 'assets/topic/asb/7972.png', '"Hamisi, leo nitaweza kununua sare ya shule pekee." Baba alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_8', 3, NULL, 'assets/topic/asb/7973.png', '"Sina pesa za ziada za kukununulia shati kama hilo." Baba akaeleza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_9', 3, NULL, 'assets/topic/asb/7975.png', 'Baada ya kulipia sare, baba alitambua kuwa alikuwa na pesa zilizobaki. Angeweza kumnunulia Hamisi shati la kijani kibichi!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_10', 3, NULL, 'assets/topic/asb/7976.png', 'Hamisi alifurahi sana. Alikimbia kwenda kujichagulia shati la kijani kibichi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Hamisi abahatika +Author - +Adelheid Marie Bwire +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative and Molteno Institute 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_12', 1, 'Paka rangi sare ya shule.', 'assets/topic/8040.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_12', 2, 1, 'assets/topic/8040.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_13', 0, 'Hamisi na baba yake walienda kununua nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_13', 1, 1, 'sare'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_13', 0, 1, 'Kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_13', 0, 2, 'Popo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_13', 0, 3, 'Mpira'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_18', 0, 'Hatimaye baba yake hamisi alinunua shati kwaajili ya Hamisi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8040_21', 0, 'Je, ungependa kununua shati la rangi gani?', 'assets/topic/asb/7976.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_21', 0, 1, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_21', 0, 2, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_21', 0, 3, 'Rangi ya machungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8040_21', 0, 4, 'Buluu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386', 2, 'Jambazi', 'assets/topic/asb/17600.png', 'Susan Kavaya +Jacob Kono', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_3', 3, NULL, 'assets/topic/asb/17597.png', 'Hapo zamani za kale, kulikuwa na wafanya biashara waliokwenda kila mahali. Walisafiri wakati wa musimu wa baridi na musimu wa joto. Walivuka milima, majangwa na misitu wakiuza na kununua bidhaa. Wafanya biashara hao waliwaogopa majambazi kwa hivyo walisafiri wakiwa katika vikundi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_4', 3, NULL, 'assets/topic/asb/17598.png', 'Ilitokea kuwa mfanya biashara mmoja hakuweza kupata kikundi cha kusafiri nacho, kwa hivyo, alisafiri peke yake. Alikutana na jambazi akajawa na hofu. Jambazi huyo alimwuliza, "Wewe ni nani?" Alijibu, "Mimi ni mfanya biashara." "Uko peke yako?" "La! Marafiki zangu wako nyuma ingawa sasa niko peke yangu." Alijibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_5', 3, NULL, 'assets/topic/asb/17599.png', 'Wakati huo, mfanya biashara mwingine alikuja kutoka nyuma yao. Alijificha akatazama kwa hofu jambazi yule akimwua mfanya biashara wa kwanza na kumzika. Aliwaza, "Nitaendeleaje na safari yangu? Yaliyompata mwenzangu yatanipata mimi pia." Aliogopa kuvuka akabaki mahali hapo kwa muda. Baadaye, aliwaza, "Siwezi kukaa hapa milele. Lazima niendelee na safari yangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_6', 3, NULL, 'assets/topic/asb/17600.png', 'Alipita mahali ambapo jambazi alikuwa amemwua mfanya biashara wa kwanza. Alifika kijijini akiwa amehuzunika sana. Hakuweza kutabasamu wala kuzungumza na watu. Watu walimwuliza, "Ulikuwa mchangamfu, lakini sasa umehuzunika. Kwa nini?"  "Nimechoka na ninahisi kiu," alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_7', 3, NULL, 'assets/topic/asb/17601.png', 'Alikaa hapo kijijini usiku wote. Siku iliyofuata, aliendelea na safari yake. Watu walizidi kumwuliza, "Ni nini kinachokusumbua?" Mfanya biashara alijiuliza, "Je, niwaambie au la?" Mwishowe, aliamua kuwaambia yaliyompata mfanya biashara mwenzake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_8', 3, NULL, 'assets/topic/asb/17602.png', 'Alipomaliza kuwasimulia, wanakijiji walijua kuwa jambazi alikuwa ametoka katika kijiji chao. Walisema, "Ni vibaya sana kitendo kama hiki kutendeka hapa. Tutajaribu kujua aliyeuawa ni nani." Lakini, hawakusema jambo lolote kuhusu jambazi aliyemwua mfanya biashara huyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_9', 3, NULL, 'assets/topic/asb/17603.png', 'Walipokuwa njiani, mfanya biashara yule aliwaambia wanakijiji, "Nilimuona mtu akizika maiti ya mtu mwengine. Sikujua aliyezikwa alikuwa nani wala jambazi alikuwa nani. Sitawahi kurudi mahali hapa tena."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_10', 3, NULL, 'assets/topic/asb/17604.png', 'Mfalme wa kijiji alisikia jinsi wafanya biashara walikuwa wakiuawa na kuzikwa na  majambazi. Alihuzunika. "Je, majambazi wanawezaje kuwafanyia wafanya biashara hivi katika milki yangu?" Alitafuta njia ya kusuluhisha tatizo hilo. "Nitawaalika watu wote katika sherehe kisha nijaribu kuwashika majambazi hao."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_11', 3, NULL, 'assets/topic/asb/17605.png', 'Mfalme alipendwa sana na watu wake. Aliwaandalia sherehe wakulima, makasisi na kila mtu kijijini. Wote walikula, wakanywa na kujiburudisha. Mfalme alisema, "Binti yangu ni mgonjwa. Dawa pekee inayoweza kumponya ni ndimu inayomea karibu na maji yaliyo baridi mbali na wanapoishi binadamu. Kuna yeyote anayeweza kuniletea ndimu hiyo?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_12', 3, NULL, 'assets/topic/asb/17606.png', 'Kila mtu aliwaza, "Je, nitaipata wapi ndimu aina hiyo?" Hawakusema chochote ila jambazi alisimama haraka akasema, "Mheshimiwa, nitakuletea ndimu hiyo, lakini nipe muda wa wiki mbili."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_13', 3, NULL, 'assets/topic/asb/17607.png', 'Jambazi alikwenda moja kwa moja mpaka mahali alipomzika mfanya biashara aliyemwua kwa sababu ndimu aliyotaka mfalme ilimea hapo. Alikimbilia kuipata kabla mtu mwingine kufanya hivyo. Aliziweka ndimu mfukoni kisha akakimbia kumpelekea mfalme.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_14', 3, NULL, 'assets/topic/asb/17608.png', 'Baada ya kusubiri langoni kwa siku kadhaa, alikubaliwa kumwona mfalme. Alisema, "Niko tayari kutimiza mahitaji yako. Nimekuletea ulichokitaka. Tafadhali kipokee." Mfalme alisema, "Nimefurahi umekileta nilichotaka. Ningependa unipe tukiwa mbele ya watu wengi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_15', 3, NULL, 'assets/topic/asb/17609.png', 'Mfalme aliwaita watu wote kutoka kijijini kwenda katika ikulu. Walipokuwa wanakula na kunywa, alisema, "Mtu huyu ametimiza ahadi yake kama mlivyosikia. Alisema ataleta tunda nililohitaji na amelileta. Ningependa kupokea zawadi hii kubwa mbele yenu nyote."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_16', 3, NULL, 'assets/topic/asb/17610.png', 'Watu walifikiri kuwa jambazi angepata zawadi ya pesa. Walimwonea wivu. Walishangaa jinsi alipata matunda hayo ya pekee. Jambazi aliufungua mfuko wake ili kumpatia mfalme ndimu mbili. Alipozitoa mfukoni, zilikuwa ndimu mbili, lakini alipomkabidhi mfalme, ziligeuka na kuwa mafuvu mawili ya binadamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_17', 3, NULL, 'assets/topic/asb/17611.png', 'Hili lilipofanyika, watu wote walikasirika naye jambazi akapigwa na butwaa. Mfalme alitabasamu. Kwa muda mrefu, alikuwa akitamani kukomesha ujambazi katika ufalme wake. Alitaka vitendo vyao viovu kujulikana kwa kila mtu. Alikuwa akiomba Mola amwonyeshe nani aliyekuwa jambazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_18', 3, NULL, 'assets/topic/asb/17612.png', 'Siku hiyo, maombi yake yalijibiwa. Alijua mtu huyo ndiye aliyekuwa muuaji. Alitoa amri atiwe gerezani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jambazi +Author - +DiresGebre-Meskel and Elizabeth Laird +Translation - +Susan Kavaya +Illustration - +Jacob Kono +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_20', 1, 'Mpake rangi Ngamia na umrembe', 'assets/topic/19386.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_20', 2, 1, 'assets/topic/19386.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_21', 0, 'Nani aliyemuua mfanyabiashara?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_21', 1, 1, 'Jambazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_21', 0, 1, 'Mwanakijiji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_21', 0, 2, 'Mfalme'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_21', 0, 3, 'Mlinzi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_26', 0, 'Je! Mfalme alihitaji tunda gani apatiwe?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_26', 1, 1, 'Ndimu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_26', 0, 1, 'Tofaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_26', 0, 2, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_26', 0, 3, 'Cheri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19386_31', 0, 'Utafanyaje ukiumwa?', 'assets/topic/asb/17600.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_31', 0, 1, 'Nitakunywa dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_31', 0, 2, 'Nitapumzika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_31', 0, 3, 'Nitakula Tunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19386_31', 0, 4, 'Nitamuona Mganga wa Afya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838', 2, 'Jimbi adanganya', 'assets/topic/asb/14805.png', 'Ursula Nafula + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_3', 3, NULL, 'assets/topic/asb/14795.png', 'Zamani, wanyama waliishi pamoja. +Walikutana kumchagua mfalme.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_4', 3, NULL, 'assets/topic/asb/14796.png', 'Jimbi alitaka kuwa mfalme. +Alidanganya kuwa alikuwa na moto kichwani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_5', 3, NULL, 'assets/topic/asb/14797.png', 'Wanyama wengine walimwamini Jimbi. +Walimchagua kuwa mfalme.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_6', 3, NULL, 'assets/topic/asb/14798.png', 'Msimu wa mvua ulifika. +Kila kitu kilikuwa maji na baridi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_7', 3, NULL, 'assets/topic/asb/14799.png', 'Sungura aliuliza, "Tutaupata moto wapi tujipashe joto?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_8', 3, NULL, 'assets/topic/asb/14800.png', 'Kima alisema, "Tutaupata kwenye kichwa cha Jimbi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_9', 3, NULL, 'assets/topic/asb/14801.png', 'Wanyama walimtuma Mbwa Mwitu kuleta moto kutoka kwa mfalme wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_10', 3, NULL, 'assets/topic/asb/14802.png', 'Mbwa Mwitu alienda kuuchukua moto bila kumuamsha Jimbi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_11', 3, NULL, 'assets/topic/asb/14803.png', 'Mbwa Mwitu aliweka nyasi kavu kichwani. +Hazikushika moto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_12', 3, NULL, 'assets/topic/asb/14804.png', '"Mwamshe mfalme Jimbi! Tunahitaji moto sasa," Mbwa Mwitu alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_13', 3, NULL, 'assets/topic/asb/14805.png', 'Jimbi hakuwa na moto wa kumpatia Mbwa Mwitu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_14', 3, NULL, 'assets/topic/asb/14806.png', 'Kutoka siku hiyo, mbwa mwitu hula jimbi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jimbi adanganya +Author - +Vincent Afeku +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_16', 1, 'Paka rangi Taji na ulirembe', 'assets/topic/21838.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_16', 2, 1, 'assets/topic/21838.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_17', 0, 'Mnyama yupi alitaka kuwa mfalme?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_17', 1, 1, 'Jimbi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_17', 0, 1, 'Mbwa Mwitu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_17', 0, 2, 'Sungura'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_17', 0, 3, 'Tumbili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_22', 0, 'Chagua wanyama wote uliowasoma kwenye hadithi', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 1, 1, 'Jimbi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 1, 2, 'Mbwa Mwitu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 1, 3, 'Sungura'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 1, 4, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 0, 1, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_22', 0, 2, 'Pundamilia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21838_29', 0, 'Unafanya nini kupasha mwili wako joto kipindi cha Baridi?', 'assets/topic/asb/14805.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_29', 0, 1, 'Najifunika na Blanketi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_29', 0, 2, 'Nawasha moto kupata joto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_29', 0, 3, 'Napasha Mikono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21838_29', 0, 4, 'Navaa sweta'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609', 2, 'Jimbi na Sungura', 'assets/topic/asb/12453.png', 'Ursula Nafula + Duane Arthur', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_3', 3, NULL, 'assets/topic/asb/12438.png', 'Hapo zamani za kale, kulikuwa na Jimbi na Sungura. Walikuwa marafiki sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_4', 3, NULL, 'assets/topic/asb/12440.png', 'Usiku mmoja, Sungura aliitembelea familia ya Jimbi. Walifurahia kula chajio pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_5', 3, NULL, 'assets/topic/asb/12443.png', 'Walipolala, Sungura aligundua kitu fulani. Jimbi na familia yake walivificha vichwa vyao walipolala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_6', 3, NULL, 'assets/topic/asb/12449.png', 'Jimbi na familia yake walilala fofofo, lakini Sungura hakulala usiku kucha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_7', 3, NULL, 'assets/topic/asb/12453.png', 'Asubuhi walipoamka, Sungura alitaka kujua siri hiyo. Akauliza, "Ninyi huviweka vichwa vyenu wapi mnapolala?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_8', 3, NULL, 'assets/topic/asb/12454.png', 'Jimbi, akitaka kumchezea shere Sungura, alimjibu, "Rafiki yangu, wakati wa kulala, sisi ndege huvikata vichwa vyetu ili tuweze kulala kwa starehe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_9', 3, NULL, 'assets/topic/asb/12455.png', '"Asubuhi tuamkapo, sisi huvirejesha vichwa vyetu mwilini," Jimbi aliendelea kueleza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_10', 3, NULL, 'assets/topic/asb/12456.png', 'Sungura aliporudi nyumbani, aliwaelezea familia yake siri hiyo ya Jimbi. Sungura waliamua kuijaribu siri hiyo wao wenyewe! Unafikiri ni nini kilichotokea?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jimbi na Sungura +Author - +Geoffrey Thiiru +Translation - +Ursula Nafula +Illustration - +Duane Arthur +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_12', 1, 'Mpake rangi sungura na umrembe', 'assets/topic/12609.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_12', 2, 1, 'assets/topic/12609.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_13', 0, 'Nani rafiki mzuri wa Sungura?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_13', 1, 1, 'Jimbi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_13', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_13', 0, 2, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_13', 0, 3, 'Sungura'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_18', 0, 'Jimbi na familia yake walikata vichwa vyao ili kupata usingizi mzuri.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_18', 1, 1, 'Si kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_18', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12609_21', 0, 'Utafanya nini ili upate usingizi mzuri usiku?', 'assets/topic/asb/12453.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_21', 0, 1, 'Nitakula matunda baada ya mlo wa usiku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_21', 0, 2, 'Nitatembea umbali mrefu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_21', 0, 3, 'Nitabadilisha eneo la kulala.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12609_21', 0, 4, 'Nitasoma kitabu.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439', 2, 'Jinsi chura alivyopata ngozi yake', 'assets/topic/asb/13417.png', 'Brigid Simiyu +Rob Owen', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_3', 3, NULL, 'assets/topic/asb/13415.png', 'Mod alikuwa amechoka kuishi majini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_4', 3, NULL, 'assets/topic/asb/13416.png', '"Jihadhari. Ngozi yako itanyauka," Kasa alimwonya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_5', 3, NULL, 'assets/topic/asb/13417.png', 'Lakini, Mod alitaka kujua. +Aliruka akaenda zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_6', 3, NULL, 'assets/topic/asb/13418.png', 'Alitazama kila mahali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_7', 3, NULL, 'assets/topic/asb/13419.png', 'Alikuta kinyonga wa kizambarau. +Alikuwa kando ya dimbwi la maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_8', 3, NULL, 'assets/topic/asb/13421.png', 'Kinyonga aligeuka rangi ya waridi! +Mod aliruka mbali naye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_9', 3, NULL, 'assets/topic/asb/13422.png', 'Alimwona fisi akikoka moto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_10', 3, NULL, 'assets/topic/asb/13423.png', 'Moto ulienea karibu na Mod. +Aliogopa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_11', 3, NULL, 'assets/topic/asb/13424.png', 'Moto uliichoma ngozi yake. +Aliruka ndani ya dimbwi la maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_12', 3, NULL, 'assets/topic/asb/13425.png', 'Lakini ngozi yake ilikuwa tayari na malengelenge.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_13', 3, NULL, 'assets/topic/asb/13426.png', 'Mod alipata ngozi kavu na mbaya. +Alianza kuishi miambani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_14', 3, NULL, 'assets/topic/asb/13427.png', 'Vyura wachache wana ngozi nyororo. +Wanaishi majini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jinsi chura alivyopata ngozi yake +Author - +Alice Mulwa +Translation - +Brigid Simiyu +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_16', 1, 'Paka rangi eneo la mvua', 'assets/topic/20439.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_16', 2, 1, 'assets/topic/20439.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_17', 0, 'Mod alitaka kuhama eneo lake kwasababu ya msimu upi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_17', 1, 1, 'Msimu wa Masika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_17', 0, 1, 'Msimu wa mvua za rasharasha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_17', 0, 2, 'Msimu wa Vuli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_17', 0, 3, 'Msimu wa kiangazi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_22', 0, 'Mod alizungumza na nani kabla hajaondoka kwenye Maji?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_22', 1, 1, 'Kobe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_22', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_22', 0, 2, 'Samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_22', 0, 3, 'Kaa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20439_27', 0, 'Je, wewe hufanya nini wakati wa mvua?', 'assets/topic/asb/13417.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_27', 0, 1, 'Nakaa nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_27', 0, 2, 'Nacheza katika maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_27', 0, 3, 'Nakula kuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20439_27', 0, 4, 'Nabeba mwamvuli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436', 2, 'Jinsi Kobe alivyopata pua kombo', 'assets/topic/asb/13136.png', 'Brigid Simiyu +Marlene Visser', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_3', 3, NULL, 'assets/topic/asb/13129.png', 'Kobe na Kindi wanahitaji pesa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_4', 3, NULL, 'assets/topic/asb/13130.png', 'Wanatengeneza sahani ili wauze sokoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_5', 3, NULL, 'assets/topic/asb/13131.png', 'Kobe anashuhudia vita sokoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_6', 3, NULL, 'assets/topic/asb/13132.png', 'Kindi na Fuko wanapigana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_7', 3, NULL, 'assets/topic/asb/13133.png', '"Mwache rafiki yangu," Kobe anapiga mayowe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_8', 3, NULL, 'assets/topic/asb/13134.png', 'Fuko anamuuma Kobe kwenye pua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_9', 3, NULL, 'assets/topic/asb/13135.png', 'Pua lake lililovunjika linaumia sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_10', 3, NULL, 'assets/topic/asb/13136.png', 'Kobe ana pua kombo kwa kuwa na haraka ya kupigana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jinsi Kobe alivyopata pua kombo +Author - +Taiwo Ẹhinẹni +Translation - +Brigid Simiyu +Illustration - +Marlene Visser +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_12', 1, 'Chora sahani za ukubwa tofauti na upake rangi.', 'assets/topic/20436.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_12', 2, 1, 'assets/topic/20436.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_13', 0, 'Kobe alijua kutengeneza nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_13', 1, 1, 'Sahani za Udongo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_13', 0, 1, 'Vyungu vya udongo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_13', 0, 2, 'Chombo cha maua cha udongo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_13', 0, 3, 'Mwanasesere wa udongo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_18', 0, 'Kobe alingátwa na Fuko', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_18', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20436_21', 0, 'Utafanya nini utakapoona marafiki wako wanapigana?', 'assets/topic/asb/13136.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_21', 0, 1, 'Nitajaribu kuzuia ugomvi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_21', 0, 2, 'Nitawajulisha watu wakubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_21', 0, 3, 'Nitaita msaada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20436_21', 0, 4, 'Nitaita polisi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557', 2, 'Jinsi rangi zilivyokuja pamoja angani', 'assets/topic/asb/26440.png', 'Ursula Nafula +Offei Tettey Eugene', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_3', 3, NULL, 'assets/topic/asb/26434.png', 'Siku moja, mvua kubwa ilikuwa imenyesha. Imani alitazama angani na kwa mara ya kwanza, aliona rangi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_4', 3, NULL, 'assets/topic/asb/26435.png', 'Rangi zile zilipendeza sana. Alidhani kuwa mtu fulani alikuwa amefanya kazi kubwa ya kuipaka anga rangi kama vile babake alivyozipaka nyumba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_5', 3, NULL, 'assets/topic/asb/26436.png', 'Alikimbia kumweleza dadake. "Sarah, tazama! Mtu fulani ametupakia anga rangi na kuirembesha."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_6', 3, NULL, 'assets/topic/asb/26437.png', 'Lakini Sarah alisema, "Usiwe mshenzi! Huo ni upinde. Wewe ni mdogo nami ni mkubwa. Ninajua kwa nini upinde uko angani. Hebu nikuonyeshe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_7', 3, NULL, 'assets/topic/asb/26438.png', 'Alimpeleka Imani katika bustani ya wanyama akasema, "Upinde hautokezei kwa sababu simba wananguruma kwa mara ya kwanza. Wala hautokezei kwa sababu tembo wanazaliwa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_8', 3, NULL, 'assets/topic/asb/26439.png', 'Sarah alimpeleka tena Imani kwenye bustani ya maua akasema, "Upinde hautokezei eti kwa sababu vipepeo wameipoteza rangi yao mawinguni."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_9', 3, NULL, 'assets/topic/asb/26440.png', 'Sarah alimwonyesha Imani kitabu akasema, "Vilevile, upinde hautokezei eti kwa sababu vifaru wanakimbia na kuzitisha rangi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_10', 3, NULL, 'assets/topic/asb/26441.png', '"Ninajua kwa nini pinde hutokezea. Mama alinieleza, nami sasa ninakueleza!" Sarah alimwelekeza Imani kwenye uwanja wa michezo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_11', 3, NULL, 'assets/topic/asb/26442.png', '"Pinde hutokezea angani kwa ajili ya watoto kama mimi na wewe. Siku moja, rangi zilitazama chini kutoka juu na zikafurahia kile zilizoweza kuona."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_12', 3, NULL, 'assets/topic/asb/26443.png', '"Ziliwaona watoto wenye rangi ya maji ya kunde, rangi nyeusi na rangi iliyo katikati. Ziliwaza, ''Ni ajabu ilioje kupendeza kama watoto hawa wanavyopendeza.''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_13', 3, NULL, 'assets/topic/asb/26444.png', '"Rangi hizo zilikuja pamoja angani zikajadiliana ambavyo zingefanya. Ziliamua, ''Tutaweza tu kupendeza tukiwa kikundi.''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_14', 3, NULL, 'assets/topic/asb/26445.png', '"Sasa, huwa zinaungana pamoja na kung''ara namna zinavyoweza. Zina matumaini ya kupendeza kama watoto zinazoona, watoto kama mimi na wewe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jinsi rangi zilivyokuja pamoja angani +Author - +Zainab Ayoza Omaki +Translation - +Ursula Nafula +Illustration - +Offei Tettey Eugene +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_16', 1, 'Chora upinde wa mvua.', 'assets/topic/22557.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_16', 2, 1, 'assets/topic/22557.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_17', 0, 'Imani aliona nini angani chenye rangi mbalimbali?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_17', 1, 1, 'Upinde wa mvua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_17', 0, 1, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_17', 0, 2, 'Jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_17', 0, 3, 'Mvua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_22', 0, 'Upinde wa mvua una rangi saba.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22557_25', 0, 'Je, ni rangi gani unayoipenda katika Upinde wa mvua?', 'assets/topic/asb/26440.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_25', 0, 1, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_25', 0, 2, 'Zambarau-buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_25', 0, 3, 'Kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22557_25', 0, 4, 'Buluu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587', 2, 'Jinsi usiku ulivyoingia kijijini', 'assets/topic/asb/1130.png', 'Ursula Nafula + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_3', 3, NULL, 'assets/topic/asb/1131.png', 'Opio aliishi katika kijiji kisichokuwa na majira ya usiku. Watu walipochoka, walilala na kufanya kazi walipoamka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_4', 3, NULL, 'assets/topic/asb/1132.png', 'Siku moja Opio na mbwa wake walienda kuwinda. Mbwa walipomfukuza paa, Opio aliwafuata. Mwishowe, hakuwaona tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_5', 3, NULL, 'assets/topic/asb/1133.png', 'Opia alikimbia mpaka akachoka. Alikaribishwa na mtu mmoja akapewa pombe kunywa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_6', 3, NULL, 'assets/topic/asb/1134.png', 'Opio alipoamka, hakuweza kuona. Alimlalamikia mwenye nyumba, "Ulinywesha nini? Mbona sioni tena?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_7', 3, NULL, 'assets/topic/asb/1135.png', 'Mwenye nyumba alimwambia Opio, "Sasa ni usiku. Wewe hujui usiku?" Opio aliuliza maswali mengi kuhusu usiku na mchana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_8', 3, NULL, 'assets/topic/asb/1136.png', 'Asubuhi, Opio alielezwa jinsi ya kuupeleka usiku kijijini kwao. Aliambiwa atembea kuelekea kwao bila kutazama nyuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_9', 3, NULL, 'assets/topic/asb/1130.png', 'Usiku huo Opio alisafiri kwenda kijijini kwao akifuatwa na giza. Hakutazama nyuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_10', 3, NULL, 'assets/topic/asb/1137.png', 'Alipofika kijijini kwao, wanakijiji waliogopa wakamwuliza, "Hiki ni kitu gani cheusi kilichokufuata?" Opio aliwaeleza, "Hili ni giza la usiku. Mwangaza huwa mchana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_11', 3, NULL, 'assets/topic/asb/1138.png', 'Opio aliendelea kuwaeleza, "Tutafanya kazi mchana na tutapumzika usiku."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_12', 3, NULL, 'assets/topic/asb/1139.png', 'Na hivyo ndivyo usiku ulivyoingia katika kijiji cha Opio.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jinsi usiku ulivyoingia kijijini +Author - +Robert Ekuka +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_14', 1, 'Pamba usiku ukiwa na nyota na Mwezi.', 'assets/topic/16587.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_14', 2, 1, 'assets/topic/16587.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_15', 0, 'Nini hakikuwepo katika kijiji cha Opio?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_15', 1, 1, 'Usiku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_15', 0, 1, 'Mchana'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_15', 0, 2, 'Mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_15', 0, 3, 'Tunda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_20', 0, 'Usiku ulimfuata Opio kijijini kwake.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_20', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_20', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16587_23', 0, 'Utaongeza nini kupamba usiku?', 'assets/topic/asb/1130.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_23', 0, 1, 'Nyota'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_23', 0, 2, 'Mwezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_23', 0, 3, 'Jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16587_23', 0, 4, 'Upinde wa mvua'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081', 2, 'Jua, Mwezi, na Maji', 'assets/topic/asb/25567.png', 'Brigid Simiyu +Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_3', 3, NULL, 'assets/topic/asb/25557.png', 'Miaka mingi iliyopita, Jua na Maji walikuwa marafiki. +Wote waliishi duniani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_4', 3, NULL, 'assets/topic/asb/25558.png', 'Jua alipenda kumtembelea Maji mara kwa mara. +Lakini, Maji hakuwahi kwenda kumtembelea Jua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_5', 3, NULL, 'assets/topic/asb/25559.png', 'Mwishowe, Jua alimwuliza Maji kwa nini hakuenda kumtembelea. +Maji alijibu kwamba Jua ana nyumba ndogo sana. Alisema, "Nikija na familia yangu, tutakutupa nje."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_6', 3, NULL, 'assets/topic/asb/25560.png', 'Maji alisema, "Ukitaka nikutembelee, jenga uwanja mkubwa. Watu wangu ni wengi mno. Wao huchukuwa nafasi kubwa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_7', 3, NULL, 'assets/topic/asb/25561.png', 'Jua alirudi nyumbani kwa mkewe, Mwezi. Mwezi alimsalimu kwa tabasamu kubwa. +Kisha Jua akamwambia Mwezi kuhusu ahadi aliyompa Maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_8', 3, NULL, 'assets/topic/asb/25562.png', 'Siku iliyofuata, Jua alianza kuandaa uwanja mkubwa ambamo angemtumbuiza rafiki yake, Maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_9', 3, NULL, 'assets/topic/asb/25563.png', 'Uwanja ulipokuwa tayari, alimwalika Maji awatembelee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_10', 3, NULL, 'assets/topic/asb/25564.png', 'Maji alipofika, alimwuliza Jua iwapo ingekuwa salama yeye kuingia ndani. +Jua alijibu, "Ndiyo, ingia rafiki yangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_11', 3, NULL, 'assets/topic/asb/25565.png', 'Maji akaanza kutiririka ndani ya nyumba! +Aliambatana na mamba, samaki, vyura, nyoka, konokono, na wanyama wote wa majini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_12', 3, NULL, 'assets/topic/asb/25566.png', 'Muda mfupi baadaye, Maji alifika magotini. Alimwuliza Jua iwapo bado ilikuwa salama. +"Ndiyo," Jua alijibu tena. +Jamaa wengine wengi wa Maji wakaendelea kuingia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_13', 3, NULL, 'assets/topic/asb/25567.png', 'Maji alifika kiwango cha upeo wa kichwa cha mtu. Alimwambia Jua, "Je, watu wangu zaidi wanaweza kuja?" Jua na Mwezi walijibu, "Ndiyo." +Maji alitiririka ndani zaidi hadi Jua na Mwezi wakalazimika kuning''inia kwenye paa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_14', 3, NULL, 'assets/topic/asb/25568.png', 'Watu wa Maji waliendelea kuingia hadi wakafika juu ya paa la nyumba. Jua na Mwezi walilazimika kwenda juu angani. +Tangu wakati huo, Jua na Mwezi huishi angani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Jua, Mwezi, na Maji +Author - +Owino Ogot +Translation - +Brigid Simiyu +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_16', 1, 'Chora jua na ulirembe.', 'assets/topic/22081.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_16', 2, 1, 'assets/topic/22081.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_17', 0, 'Kutokana na hadithi, jua na maji viliishi wapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_17', 1, 1, 'Duniani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_17', 0, 1, 'Mtini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_17', 0, 2, 'Angani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_17', 0, 3, 'Mwezini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_22', 0, 'Jua alijenga eneo kubwa sana ili maji aweze kumtembelea.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22081_25', 0, 'Je, utajenga nini ikiwa maji yanataka kukutembelea?', 'assets/topic/asb/25567.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_25', 0, 1, 'Bwawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_25', 0, 2, 'Dimbwi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_25', 0, 3, 'Ziwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22081_25', 0, 4, 'Kisima'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062', 2, 'Kadogo na nduguze', 'assets/topic/asb/19605.png', 'Brigid Simiyu + Vusi Malindi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_3', 3, NULL, 'assets/topic/asb/19601.png', 'Hapo zamani za kale, mtu na mkewe walikuwa na watoto wa kiume saba wajinga. +Watoto hao waliipoteza mifugo, walivunja jembe, na kila mtu aliwadanganya walipokuwa sokoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_4', 3, NULL, 'assets/topic/asb/19602.png', 'Mama yao aliomba, "Ee Mungu, mbona watoto wangu wote ni wajinga? Tafadhali, nipe angaa mtoto mmoja mwenye hekima."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_5', 3, NULL, 'assets/topic/asb/19603.png', 'Mwanamke huyo alijifungua mtoto mvulana. Mtoto huyo alikuwa mdogo mno. +"Tutamwita Kadogo," mama akasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_6', 3, NULL, 'assets/topic/asb/19604.png', 'Kadogo hakukua kimo bali aliongezeka umri.  Alikuwa mwerevu sana. Wazazi wake walimpenda lakini, nduguze walimwonea wivu. "Mbona wazazi wetu wanakupenda wewe zaidi yetu sisi?" Walimwuliza Kadogo. "Hebu jitazame! Wewe ni mdogo kama panya."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_7', 3, NULL, 'assets/topic/asb/19605.png', 'Kulikuwa na adui aliyeishi karibu na familia ya Kadogo. Siku moja, nduguze Kadogo waliwaza, "Adui yetu ana ng''ombe wengi wanono. Usiku wa leo twendeni tukawaibe fahali wawili. Tutamtumia punda wa baba kubeba nyama zote." +Hawakumwona Kadogo kwa sababu alikuwa nyuma ya kigoda cha baba yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_8', 3, NULL, 'assets/topic/asb/19606.png', 'Usiku huo, nduguze Kadogo walimchukua punda wakaenda kwa adui yao. +Kadogo aliwafuata mbio ila hawakumwona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_9', 3, NULL, 'assets/topic/asb/19607.png', 'Walipofika kwa adui, lango lilikuwa limefungwa. Ndugu hao hawakuweza kuingia ndani. Mmoja wao akasema, "Heri tusingemuacha Kadogo nyumbani. Yeye ni mwerevu na angeweza kuingia ndani." +Hawakuwa wamemwona Kadogo kwa sababu alikuwa amejificha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_10', 3, NULL, 'assets/topic/asb/19608.png', 'Kadogo alijitambulisha, "Ndugu zangu, sikubaki nyumbani. Nisubirini hapa nami nitaingia ndani niufungue mlango. Nitawaelekeza fahali wote kwenu." +Ndugu wa tatu aliuliza, "Utaingiaje ilhali lango limefungwa?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_11', 3, NULL, 'assets/topic/asb/19609.png', 'Kadogo alicheka akasema, "Tazama, kuna mlango unaonitosha mimi." +Nduguze walipotazama, waliona nafasi ndogo karibu na lango. Ni nafasi iliyotosha paka pekee, lakini Kadogo aliweza kupita.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_12', 3, NULL, 'assets/topic/asb/19610.png', 'Kadogo alipenya kwenye nafais hiyo. Alipanda juu ya lango na kulifungua. Aliwaongoza fahali kutoka nje bila tatizo. Alisema, "Nendeni, fahali wangu wazuri! Nendeni nje!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_13', 3, NULL, 'assets/topic/asb/19611.png', 'Mmoja wa nduguze adui alikuwa amelala katika chumba chake. Mbwa waliokuwa macho walianza kubweka walipomsikia Kadogo. +Bwana wao aliamka na kuuliza, "Kunaendelea nini hapa?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_14', 3, NULL, 'assets/topic/asb/19612.png', 'Kadogo alipomwona, alijifanya kuwa mmoja wa wafanyakazi. "Usiwe na wasiwasi, bwana mkubwa. Fahali wetu wawili walikuwa wamepotea. Sasa ninawarejesha," alisema. +Bwana yule alikasirika akasema, "Wacha kupiga kelele. Tunataka kulala." Alirudi chumbani kwake, akaufunga mlango.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_15', 3, NULL, 'assets/topic/asb/19613.png', 'Kadogo aliwaongoza wale fahali wawili nje. Nduguze walifurahi sana. "Tazama fahali hawa ni wanono! Hebu tuwachinje tule nyama sasa," walisema. +Kadogo alijibu, "Adui wetu akituskika atatoka nje tena. Lazima tuvuke mto tuwapeleke mbali."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_16', 3, NULL, 'assets/topic/asb/19614.png', 'Kadogo na nduguze waliwapeleka fahali mbali na nyumba ya adui. Walipofika kwenye mto, wale ndugu saba walitazama maji kisha wakatikisa vichwa vyao.  "Hatuwezi kuuvuka mto huu. Maji haya ni mengi na hatujui kuogelea. Kadogo yuko wapi? Yeye ndiye atakayejua jinsi ya kuvuka ng''ambo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_17', 3, NULL, 'assets/topic/asb/19615.png', 'Kadogo alikuwa ameketi juu ya pembe za fahali. +Alisema, "Niko hapa, ndugu zangu. Ninajua la kufanya. Nipeni ukambaa." Ndugu zake walimpatia ukambaa. +Kadogo aliufunga ukambaa upande mmoja wa mti. Kisha akwaambia nduguze, "Ushikeni ukambaa huu mvuke mto. Mtakuwa salama."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_18', 3, NULL, 'assets/topic/asb/19616.png', 'Mmoja baada ya mwingine, ndugu wale waliushika ukambaa wakavuka mto. Fahali waliogelea mbele yao. +"Sasa tuko mbali na adui wetu. Tunaweza kuwachinja fahali," Kadogo alisema. Wale ndugu waliwachinja fahali wakazigawa nyama mafungu saba kila mmoja na lake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_19', 3, NULL, 'assets/topic/asb/19617.png', 'Kadogo aliwauliza, "Li wapi fungu langu?" Nduguze walicheka wakasema, "Fungu lako? Wewe ni mdogo sana. Huwezi kula nyama hii. Kadogo, wewe huna nyama." Kadogo alikasirika mno akawaza, "Nitawaadhibu kwa kunitendea hivi." Aliwaambia, "Ikiwa hamtanipa nyama, nipeni kibofu cha fahali mmoja."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_20', 3, NULL, 'assets/topic/asb/19618.png', 'Ndugu hao walimtupia Kadogo kibofu na wakaondoka. Kadogo alikichukua kile kibofu, akakimbia mbele ya nduguze.  Alipanda mti uliokuwa karibu na njia waliyopitia. +Kadogo aliufunga upande mmoja wa kibofu kisha akakipuliza hadi kikawa kama mpira. Akakichukua kijiti akaanza kukipiga kile kibofu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_21', 3, NULL, 'assets/topic/asb/19619.png', 'Alipokuwa akikipiga kile kibofu, Kadogo alisema, "Tafadhali bwana, sikuwaiba fahali wako. Ni ndugu zangu waliowaiba. Wamewaua fahali wako na kuzigawanya nyama!" +Nduguze Kadogo walilia, "Adui wetu ametufuata. Atatuadhibu!" Kisha wakatoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_22', 3, NULL, 'assets/topic/asb/19620.png', 'Kadogo alishuka kutoka mtini huku akitabasamu. "Nyama yote itakuwa yangu sasa," alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kadogo na nduguze +Author - +Magabi Eynew Gessesse and Elizabeth Laird +Translation - +Brigid Simiyu +Illustration - +Vusi Malindi +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_24', 1, 'Mpake rangi mtu mdogo na mtu mkubwa.', 'assets/topic/22062.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_24', 2, 1, 'assets/topic/22062.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_25', 0, 'Je, mume na mke wake walikuwa na watoto wangapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_25', 1, 1, 'Nane'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_25', 0, 1, 'Watano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_25', 0, 2, 'Sita'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_25', 0, 3, 'Wanne'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_30', 0, 'Sinziro alikuwa mrefu zaidi kati ya watoto wote nane.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_30', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_30', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22062_33', 0, 'Utavukaje mto?', 'assets/topic/asb/19605.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_33', 0, 1, 'Kwa kuogelea.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_33', 0, 2, 'Kwa mashua.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_33', 0, 3, 'Kwa kutembea juu ya daraja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22062_33', 0, 4, 'Utatafuta njia nyingine ya kuvuka.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632', 2, 'Kahawia', 'assets/topic/asb/2617.png', 'Ursula Nafula + Sue Kramer', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_3', 3, NULL, 'assets/topic/asb/2618.png', 'Kuni ya kahawia iliyopasukapasuka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_4', 3, NULL, 'assets/topic/asb/2619.png', 'Mchoro wa simba wa kahawia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_5', 3, NULL, 'assets/topic/asb/2620.png', 'Mkate laini wa kahawia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_6', 3, NULL, 'assets/topic/asb/2621.png', 'Keki tamu za kahawia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_7', 3, NULL, 'assets/topic/asb/2622.png', 'Viatu vizee vya kahawia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_8', 3, NULL, 'assets/topic/asb/2624.png', 'Kifaru wa kahawia wa kumetameta.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_9', 3, NULL, 'assets/topic/asb/2625.png', 'Kofia ya kahawia iliyotengenezwa kutoka kwa ngozi ya kondoo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_10', 3, NULL, 'assets/topic/asb/2626.png', 'Mbwa laini wa kahawia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_11', 3, NULL, 'assets/topic/asb/2627.png', 'Udongo mchafu wa kahawia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_12', 3, NULL, 'assets/topic/asb/2628.png', 'Ngozi majimaji ya kahawia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_13', 3, NULL, 'assets/topic/asb/2629.png', 'Na hii ni nini? Uso safi katika kioo kichafu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kahawia +Author - +Reviva Schermbrucker +Translation - +Ursula Nafula +Illustration - +Sue Kramer +Language - +Kiswahili +Level - +First words +© Reviva Schermbrucker, Sue Kramer and Praesa, 2002 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://www.littlehandstrust.com/books.html', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_15', 1, 'Chora mkate mtamu wa rangi ya kahawia.', 'assets/topic/2632.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_15', 2, 1, 'assets/topic/2632.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_16', 0, 'Linganisha yafuatazo kama ilivyo katika hadithi.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 1, 'Kupasuka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 2, 'Mbao'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 3, 'Iliyochorwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 4, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 5, 'Laini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 6, 'Mkate'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 7, 'Tamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 8, 'Keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 9, 'Metameta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 10, 'Kifaru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 11, 'Ngozi ya kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 12, 'Kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 13, 'Uchafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_16', 1, 14, 'Matope'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_31', 0, 'Mbwa ni mlaini na ana macho ya kahawia.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_31', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_31', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2632_34', 0, 'Andika majina ya vitu vyenye rangi nyeusi.', 'assets/topic/asb/2617.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_34', 0, 1, 'Nywele'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_34', 0, 2, 'Buti nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_34', 0, 3, 'Usiku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2632_34', 0, 4, 'Kunguru'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468', 2, 'Kate yuko mbinguni', 'assets/topic/asb/26149.png', 'Ursula Nafula +Rodney Kawaayi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_3', 3, NULL, 'assets/topic/asb/26134.png', 'Kate ana kitu kichwani mwake. Je, watakiondoaje?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_4', 3, NULL, 'assets/topic/asb/26135.png', 'Kinafanya Kate achoke. Kinamuumiza. Kinamfanya ajihisi mzito.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_5', 3, NULL, 'assets/topic/asb/26136.png', 'Hawezi kula. Hawezi kunywa. Hacheki kama hapo awali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_6', 3, NULL, NULL, 'Jamani, maskini mwanamke huyu! Kichwa kinamuuma. Daktari anapiga kichwa chake picha kutumia mawimbi ya sauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_7', 3, NULL, 'assets/topic/asb/26137.png', 'Daktari anauona uvime kichwani mwake. Anasema, "Kuna uvimbe kwenye ubongo wako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_8', 3, NULL, 'assets/topic/asb/26138.png', '"Lazima tuuondoe huu uvimbe mara moja. Lazima tuuondoe sasa hivi!" Daktari anasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_9', 3, NULL, 'assets/topic/asb/26139.png', 'Wanaileta machela.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_10', 3, NULL, 'assets/topic/asb/26140.png', 'Wanatayarisha vifaa vya upasuaji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_11', 3, NULL, 'assets/topic/asb/26141.png', 'Wanamdunga sindano.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_12', 3, NULL, 'assets/topic/asb/26142.png', 'Wanakata na kukifungua kichwa cha Kate.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_13', 3, NULL, 'assets/topic/asb/26143.png', 'Wanautoa ubongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_14', 3, NULL, 'assets/topic/asb/26144.png', 'Wanakata na kuundoa ule uvimbe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_15', 3, NULL, 'assets/topic/asb/26145.png', 'Wanaurudisha ubongo kwenye fuvu. Kisha wanashona na kukifunga kichwa tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_16', 3, NULL, 'assets/topic/asb/26146.png', 'Je, Kate anahisi chochote wanachofanya? La! Kate yuko mbinguni. Hahisi. Hali. Hanywi. Kwa saa 24!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_17', 3, NULL, 'assets/topic/asb/26147.png', 'Halafu, Kate anapata uhai!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_18', 3, NULL, 'assets/topic/asb/26148.png', 'Sasa anahisi vizuri. Yuko kama mtoto mchanga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_19', 3, NULL, 'assets/topic/asb/26149.png', 'Sote tunamfurahia rafiki yetu Kate aliyepata kuonja mbinguni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_20', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kate yuko mbinguni +Author - +Cornelius Wambi Gulere +Translation - +Ursula Nafula +Illustration - +Rodney Kawaayi +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_21', 1, 'Chora mbingu na uirembe', 'assets/topic/22468.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_21', 2, 1, 'assets/topic/22468.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_22', 0, 'Mganga wa Afya aliona nini katika kichwa cha Kate?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_22', 1, 1, 'Uvimbe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_22', 0, 1, 'Maumivu ya kichwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_22', 0, 2, 'Nywele'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_22', 0, 3, 'Chunusi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_27', 0, 'Mganga wa Afya alifanikisha upasuaji katika kichwa cha Kate.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_27', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_27', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22468_30', 0, 'Unahisi nini kuhusu mbingu.', 'assets/topic/asb/26149.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_30', 0, 1, 'Rangi mbali mbali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_30', 0, 2, 'Amani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_30', 0, 3, 'Hakuna usiku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22468_30', 0, 4, 'Furaha daima'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127', 2, 'Kato mwakili, na Shida Kubwa', 'assets/topic/asb/2080.png', 'Brigid Simiyu + Herminder Ohri', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_3', 3, NULL, 'assets/topic/asb/2081.png', 'Katika bustani ndogo jijini, kulikuwa na mti mkubwa. Wanyama wengi waliishi pamoja juu ya mti huo. Paliishi pia jamii ya kichakuro. Viki alikuwa mmoja wao na alipenda kuongea mambo makubwa. Binamuye, Kato kutoka Msitu wa Mbali, alikuwa amekuja kumtembelea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_4', 3, NULL, 'assets/topic/asb/2082.png', 'Jioni moja, wanyama wote walioishi katika ile bustani ndogo walienda kulala. Mara walisikia sauti kubwa ikitoka kwenye uwanja uliokuwa karibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_5', 3, NULL, 'assets/topic/asb/2083.png', 'Kato na vichakuro wengine waliona mashine kubwa ya manjano. Waliona pia wanaume waliovalia kofia ngumu za manjano wakionyesha kwa vidole ile bustani ndogo na nyumba zingine zilizokuwa upande mwingine wa barabara. Walinuia kuzivunja vunja zote kisha wajenge uwanja wa kuegesha magari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_6', 3, NULL, 'assets/topic/asb/2085.png', 'Watu walioishi pale wangehamia nyumba zingine. Lakini hakuna aliyewafikiria juu ya wanyama, ndege na wadudu walioishi katika ile bustani ndogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_7', 3, NULL, 'assets/topic/asb/2086.png', 'Walioziona mashine hiyo kwanza walikuwa familia ya fugo, hasa Bwana Popules, mkubwa kwa umri. Naye alimwelezea Bwana Mopules, ambaye alimwelezea mdogo wao, Pipules Mdogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_8', 3, NULL, 'assets/topic/asb/2087.png', 'Walipokuwa wachanga, waliitwa Pop, Mop na Pip.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_9', 3, NULL, 'assets/topic/asb/2088.png', 'Kulikiwa na vurumai, kukimbia kwingi, kuruka huku na huko bila yeyote kujua la kufanya. Wapi kwa kwenda? Watoto wa vipepeo walisema, "Hebu tutafute majani." Vipepeo wakasema, "Tunataka maua." Panya wadogo walitaka mashimo. Fugo walitaka kujilimia mashimo yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_10', 3, NULL, 'assets/topic/asb/2089.png', 'Vichakuro, ndege na wadudu walitaka miti, vichaka na nyasi. "Tutapata wapi hii yote? Bila shaka tutakufa," walisema kisha wakalia kwa uchungu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_11', 3, NULL, 'assets/topic/asb/2090.png', 'Mjombake Kato na shangaziye walikuwa kimya sana na vichakuro wote wadogo walisonga karibu na mamao. Kato alisafisha koo na kuanza kuongea huku akiona haya, "Naishi katika Msitu wa Mbali, labda tunaweza kwenda sote huko." Kulikuwa na sauti za mchangamko na mmoja akasema, "Vipi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_12', 3, NULL, 'assets/topic/asb/2091.png', 'Kato alikuna kichwa na kuwaza sana, "Sawa, Kichakuro ya Moja kwa Moja, inaweza kuwapeleka vichakuro na vipepeo, buibui, watoto wa vipepeo na wadudu wote. Ndege wanaweza kuruka au waje nasi. Fugo nao pamoja na panya wadogo na nyoka wanaweza kutumia Fugo ya Moja kwa Moja ipitiayo chini kwa chini. Kila mmoja alifikiria kuwa hilo lilikuwa wazo zuri kabisa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_13', 3, NULL, 'assets/topic/asb/2092.png', 'Bwana Popules aliharakisha kumwuliza dereva wa treni ya moja kwa moja ya chini kwa chini ikiwa angeweza kuwabeba wote hadi Msitu wa Mbali. Dereva alibabaika, akagugumia kabla ya kusema, "Sawa." Sasa ilikuwa zamu ya Bwana Popules kuwa mwungwana. "Marafiki, hamna haja ya kuwa na wasiwasi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_14', 3, NULL, 'assets/topic/asb/2095.png', 'Kwa hivyo, wakati wa saa za asubuhi, Kichakuro Moja kwa Moja na treni aina ya Fugo ya chini kwa chini pamoja na abiria wote, iliendesha safari yake ya kuelekea Msitu wa Mbali ulio na miti, maua, vidimbwi na ardhi nyororo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kato mwakili, na Shida Kubwa +Author - +Herminder Ohri +Translation - +Brigid Simiyu +Illustration - +Herminder Ohri +Language - +Kiswahili +Level - +Longer paragraphs +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_16', 1, 'Mchore kichakuro na umrembe.', 'assets/topic/3127.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_16', 2, 1, 'assets/topic/3127.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_17', 0, 'Nani alikuja kutembelea Vikki kutoka msitu wa mbali?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_17', 1, 1, 'Kato'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_17', 0, 1, 'Nato'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_17', 0, 2, 'Pato'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_17', 0, 3, 'Loto'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_22', 0, 'Mashine aliyoiona Kato ilikuwa na rangi gani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_22', 1, 1, 'Njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_22', 0, 1, 'Kahawia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_22', 0, 2, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_22', 0, 3, 'Nyeupe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3127_27', 0, 'Kama wewe ukiwa kichakuro, utafanya nini utakapoona mashine kubwa ya njano?', 'assets/topic/asb/2080.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_27', 0, 1, 'Nitaenda mahali salama.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_27', 0, 2, 'Nitawajulisha wengine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_27', 0, 3, 'Nitaingata mashine ya njano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3127_27', 0, 4, 'Nitakusanya chakula'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544', 2, 'Khalai anapenda mimea', 'assets/topic/asb/13389.png', 'Ursula Nafula +Jesse Pietersen', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_3', 3, NULL, 'assets/topic/asb/13382.png', 'Khalai ni msichana mwenye umri wa miaka saba. Katika jamii yake, jina lake lina maana sawa na ''aliye mzuri''.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_4', 3, NULL, 'assets/topic/asb/13383.png', 'Khalai anapoamka, anauzungumzia mmea mchanga wa Mchungwa akisema, "Tafadhali mchungwa, kua mkubwa uzae machungwa mengi mabivu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_5', 3, NULL, 'assets/topic/asb/13384.png', 'Khalai anapokuwa njiani kwenda shuleni, anazizungumzia Nyasi. Anasema, "Tafadhali nyasi, zidi kuwa kijani kibichi na wala usinyauke."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_6', 3, NULL, 'assets/topic/asb/13385.png', 'Khalai anapoyapita Maua ya kichakani, anasema, "Tafadhali maua, endelea kunawiri ili nikutumie kuzirembesha nywele zangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_7', 3, NULL, 'assets/topic/asb/13386.png', 'Anapokuwa shuleni, Khalai anauzungumzia Mti ulioko pale shuleni, "Tafadhali miti, yazae matawi makubwa ili tuweze kusomea chini ya kivuli chako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_8', 3, NULL, 'assets/topic/asb/13387.png', 'Khalai anauzungumzia ua unaoizingira shule yake, "Tafadhali ua, kua uwe mwenye nguvu ili uilinde shule yetu dhidi ya watu wabaya."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_9', 3, NULL, 'assets/topic/asb/13388.png', 'Anaporudi nyumbani alasiri, Khalai anautembelea mti wa mchungwa kutazama ikiwa machungwa yameiva.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_10', 3, NULL, 'assets/topic/asb/13389.png', '"Machungwa bado mabichi," Khalai anashusha pumzi. "Nitakutembelea kesho, mchungwa wee! Labda utanipa chungwa mbivu wakati huo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Khalai anapenda mimea +Author - +Ursula Nafula +Illustration - +Jesse Pietersen +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_12', 1, 'Pamba mti kwa machungwa', 'assets/topic/13544.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_12', 2, 1, 'assets/topic/13544.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_13', 0, 'Khalai huuambia mchungwa uwe mkubwa na uzae matunda mabivu.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_13', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_13', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_16', 0, 'Khalai huziambia nyasi ziwe kijani kibichi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_16', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_16', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13544_19', 0, 'Ungefanya nini kama ungekuwa mti mkubwa?', 'assets/topic/asb/13389.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_19', 0, 1, 'Ningetoa matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_19', 0, 2, 'Ningetoa kivuli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_19', 0, 3, 'Ningetoa kuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('13544_19', 0, 4, 'Ningetoa hewa nzuri'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567', 2, 'Kiangazi na Mto wenye Baraka', 'assets/topic/asb/26514.png', 'Ursula Nafula +Awwalu Sakiwa', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_3', 3, NULL, 'assets/topic/asb/26503.png', 'Katika mwaka mmoja, kipindi cha ukame kilikuwa kirefu sana. Kiangazi kikawaathiri wanyama wote. Mito yote ikakauka ila Mto wenye Baraka. +Wanyama wakahisi kiu kikubwa wakaamua kukutana ili watafute suluhu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_4', 3, NULL, 'assets/topic/asb/26504.png', 'Ngamia alikuwa wa kwanza kuzungumza, "Kama mnavyojua, tuna kiu kikubwa na mito yote imekauka ila Mto wenye Baraka. Lakini mto huo uko mbali sana. Je, tufanyaje?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_5', 3, NULL, 'assets/topic/asb/26505.png', 'Farasi alitoa pendekezo, "Baadhi yetu tunaweza kwenda kwenye Mto huo wenye Baraka. Tutaweza kuyanywa maji na kisha tuwaletee wengine." +Ng''ombe alijibu, "Ni mbali sana. Tutakaporudi, wale tutakaokuwa tumewaacha nyuma, watakuwa wamefariki."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_6', 3, NULL, 'assets/topic/asb/26506.png', 'Mbuzi aliruka juu kisha akasema, "Meee, meee! Mimi pia nitaenda kwenye Mto wenye Baraka." +Jimbi naye akasema, "Koor, kor kor kor! Pia mimi nitaenda kwenye Mto wenye Baraka."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_7', 3, NULL, 'assets/topic/asb/26507.png', 'Haikuwa rahisi kwenda huko. Aliyekuwa nyuma ya wote, alikuwa Kanga. Baada ya kutembea kwa muda mrefu, Kanga alisema, "Rafiki zanguni, siwezi tena kuendelea kwenda kwenye Mto wenye Baraka." +Jimbi akammeza Kanga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_8', 3, NULL, 'assets/topic/asb/26508.png', 'Waliendelea na safari tena. Muda mfupi baadaye, Jimbi akasema, "Tafadhali, nimechoka. Siwezi tena kuendelea kwenda kwenye Mto wenye Baraka." +Kondoo akammeza Jimbi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_9', 3, NULL, 'assets/topic/asb/26509.png', 'Safari ilipoendelea, Kondoo alichoka kisha akasema, "Nimechoka. Sitaki tena kuendelea kwenda kwenye Mto wenye Baraka." +Mbuzi akammeza Kondoo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_10', 3, NULL, 'assets/topic/asb/26510.png', 'Punde tu, Mbuzi naye alichoka na hakutaka kuendelea kuendelea kwenda kwenye Mto wenye Baraka. Farasi aligeuka na kummeza Mbuzi. +Farasi alipochoka, Ng''ombe alimmeza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_11', 3, NULL, 'assets/topic/asb/26511.png', 'Sasa walikuwa wamebaki Ng''ombe na Ngamia peke yao. Waliendelea na safari hadi Ng''ombe alipochoka. +Ilimbidi Ngamia ageuke na kummeza Ng''ombe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_12', 3, NULL, 'assets/topic/asb/26512.png', 'Ngamia alipobaki peke yake, alijitahidi ili aufikie Mto wenye Baraka. Ni yeye tu ndiye angeweza kuwaokoa wengine. +Alikuwa amechoka mno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_13', 3, NULL, 'assets/topic/asb/26513.png', 'Hatimaye, Ngamia aliwasili kwenye Mto wenye Baraka na kulala chini. Kisha akamtapika Ng''ombe. +Ng''ombe akamtapika Farasi. Farasi akamtapika Mbuzi. +Mbuzi akamtapika Kondoo. Kondoo akamtapika Jimbi naye Jimbi akamtapika Kanga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_14', 3, NULL, 'assets/topic/asb/26514.png', 'Na hivyo ndivyo wanyama wote walivyofaulu kuyanywa maji kutoka Mto wenye Baraka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kiangazi na Mto wenye Baraka +Author - +Also Mohammed Sale +Translation - +Ursula Nafula +Illustration - +Awwalu Sakiwa +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_16', 1, 'Chora mto na uupambe.', 'assets/topic/22567.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_16', 2, 1, 'assets/topic/22567.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_17', 0, 'Taja Makundi ya wanyama wote walio katika hadithi.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 1, 'Kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 2, 'Mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 3, 'Kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 4, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 5, 'Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 1, 6, 'Ngamia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 0, 1, 'Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_17', 0, 2, 'Simba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_26', 0, 'Wanyama wote walifika katika mto wa baraka.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22567_29', 0, 'Utafanya nini ikiwa hakuna maji katika kijiji chako?', 'assets/topic/asb/26514.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_29', 0, 1, 'Nitajenga bwawa.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_29', 0, 2, 'Nitachimba kisima.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_29', 0, 3, 'Nitaenda kutafuta maji.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22567_29', 0, 4, 'Nitasubiri mvua.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308', 2, 'Kifungua kinywa', 'assets/topic/asb/1571.png', 'Bushirah Kabatesi +Cathy Feek', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_3', 3, NULL, 'assets/topic/asb/1572.png', 'Babangu anapenda +sana uji wa ma mahinidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_4', 3, NULL, 'assets/topic/asb/1573.png', 'Mimi napendelea uji wa +wimbi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_5', 3, NULL, 'assets/topic/asb/1574.png', 'Badangu anapenda kahawa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_6', 3, NULL, 'assets/topic/asb/1575.png', 'Ninatamani maziwa +siki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_7', 3, NULL, 'assets/topic/asb/1576.png', 'Babangu anapenda +sana matofaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_8', 3, NULL, 'assets/topic/asb/1577.png', 'Minapenda +machungwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_9', 3, NULL, 'assets/topic/asb/1571.png', 'Babangu anapenda +mkate wa siagi. +Mimi napenda mkate +we sinia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_10', 3, NULL, 'assets/topic/asb/1578.png', 'Sisi sote tunapenda keki kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kifungua kinywa +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Translation - +Bushirah Kabatesi +Illustration - +Cathy Feek +Language - +Kiswahili +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_12', 1, 'Chora tunda tofaa na ulirembe.', 'assets/topic/23308.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_12', 2, 1, 'assets/topic/23308.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_13', 0, 'Taja vitu vyote apendavyo Baba.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 1, 1, 'Uji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 1, 2, 'Kahawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 1, 3, 'Tunda Tofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 1, 4, 'Mkate'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 0, 1, 'Asali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 0, 2, 'Maziwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 0, 3, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_13', 0, 4, 'Kuki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_22', 0, 'Kutokana na hadithi mtoto anapenda nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_22', 1, 1, 'Chungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_22', 0, 1, 'Asali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_22', 0, 2, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_22', 0, 3, 'Mkate'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23308_27', 0, 'Je, unapendelea chakula gani?', 'assets/topic/asb/1571.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_27', 0, 1, 'Asali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_27', 0, 2, 'Keki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_27', 0, 3, 'Embe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23308_27', 0, 4, 'Aiskrimu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841', 2, 'Kima na Fisi', 'assets/topic/asb/18699.png', 'Ursula Nafula +Salim Kasamba', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_3', 3, NULL, 'assets/topic/asb/18696.png', 'Kima na Fisi waligombana. +Walitaka ushauri wa Hakimu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_4', 3, NULL, 'assets/topic/asb/18697.png', 'Hakimu aliwaza, "Kima atakula mahindi yangu. Fisi atakula mifugo wangu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_5', 3, NULL, 'assets/topic/asb/18698.png', 'Mwishowe, Hakimu aliwaambia, "Tafuteni ushauri wa wazee wa kijiji."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_6', 3, NULL, 'assets/topic/asb/18699.png', 'Wazee pia waliogopa. +Hawakuamua kesi kati ya Kima na Fisi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_7', 3, NULL, 'assets/topic/asb/18708.png', 'Wazee waliwaambia Kima na Fisi, "Kesi hii ni ngumu sana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_8', 3, NULL, 'assets/topic/asb/18701.png', 'Wazee walisema, "Tafuteni ushauri kutoka kwa mwanamke maskini."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_9', 3, NULL, 'assets/topic/asb/18702.png', 'Mwanamke maskini alikubali kuamua kesi yao. +"Sina mali ya kupoteza."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_10', 3, NULL, 'assets/topic/asb/18703.png', 'Alimwambia Fisi, "Wewe unaheshimiwa, ni mkubwa na ni shujaa. Acha ugomvi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_11', 3, NULL, 'assets/topic/asb/18704.png', 'Fisi alijibu, "Umesema ukweli. Nitakomesha huu ugomvi. Sitaki aibu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_12', 3, NULL, 'assets/topic/asb/18705.png', 'Mwanamke alimwambia Kima, "Wewe ni mwerevu. Acha ugomvi." +Kima alikubali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_13', 3, NULL, 'assets/topic/asb/18706.png', 'Aliwaambia, "Mmekubali kukomesha ugomvi. Ni vyema kusameheana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_14', 3, NULL, 'assets/topic/asb/18707.png', 'Mwanamke maskini alisuluhisha tatizo lao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kima na Fisi +Author - +Mulualem Daba +Translation - +Ursula Nafula +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_16', 1, 'Mpake rangi tumbili na umrembe', 'assets/topic/21841.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_16', 2, 1, 'assets/topic/21841.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_17', 0, 'Hakimu aliogopa kutoa hukumu ya kesi yao.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_17', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_17', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_20', 0, 'Wazee katika kijiji hawakuogopa kutoa hukumu ya kesi yao.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_20', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_20', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21841_23', 0, 'Unafikiri ni nini asili ya wanyama hao wawili?', 'assets/topic/asb/18699.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_23', 0, 1, 'Hasira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_23', 0, 2, 'Kutokuwa na uvumilivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_23', 0, 3, 'Ubinafsi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21841_23', 0, 4, 'Utiifu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440', 2, 'Kima na kiangazi kibaya', 'assets/topic/asb/18796.png', 'Brigid Simiyu', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_3', 3, NULL, 'assets/topic/asb/18786.png', 'Mvua haikunyesha. Ardhi ilikuwa kavu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_4', 3, NULL, 'assets/topic/asb/18788.png', 'Kima aliondoka nyumbani kutafuta maji na chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_5', 3, NULL, 'assets/topic/asb/18789.png', 'Alipitia milima na mabonde.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_6', 3, NULL, 'assets/topic/asb/18790.png', 'Alifika sehemu iliyoitwa Tirkol.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_7', 3, NULL, 'assets/topic/asb/18791.png', 'Kima alifurahia mahali hapa sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_8', 3, NULL, 'assets/topic/asb/18792.png', 'Alikula matunda akanona. Lakini, aliwakosa wenzake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_9', 3, NULL, 'assets/topic/asb/18793.png', 'Kwa hivyo Kima alifunga safari kurudi nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_10', 3, NULL, 'assets/topic/asb/18794.png', 'Kima wengine walifurahi kumwona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_11', 3, NULL, 'assets/topic/asb/18795.png', 'Walimuuliza, “Hii ni sehemu gani iliyo na matunda?”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_12', 3, NULL, 'assets/topic/asb/18796.png', '“Nitawapeleka huko,” Kima aliwajibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_13', 3, NULL, 'assets/topic/asb/18797.png', 'Kima wote walipendaTirkol. Waliamua kuishi huko milele.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_14', 3, NULL, 'assets/topic/asb/18798.png', 'Lakini kima wa Tirkol walikuwa na wasiwasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_15', 3, NULL, 'assets/topic/asb/18799.png', '“Kima wageni watakula matunda yetu yote,” walisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_16', 3, NULL, 'assets/topic/asb/18800.png', 'Kima wa Tirkol walienda kuwavamia kima wageni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_17', 3, NULL, 'assets/topic/asb/18801.png', 'Kima mzee aliuliza, “Mbona vita? Matunda yatatutosha!”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_18', 3, NULL, 'assets/topic/asb/18802.png', 'Ilikuwa ukweli. Kima waliamua kuishi pamoja kwa amani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kima na kiangazi kibaya +Author - +Alice Edui +Translation - +Brigid Simiyu +Illustration - +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_20', 1, 'Chora msitu na uurembe.', 'assets/topic/20440.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_20', 2, 1, 'assets/topic/20440.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_21', 0, 'Taja Sehemu ambayo mto na matunda mbalimbali yanapatikana.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_21', 1, 1, 'Tirkol'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_21', 0, 1, 'Charkol'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_21', 0, 2, 'Monkol'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_21', 0, 3, 'Tirk'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_26', 0, 'Kima wa Tirkol na kima wa mlimani waliishi kwa furaha.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20440_29', 0, 'Ungefanya nini kama ungekuwa kima wa Tirkol?', 'assets/topic/asb/18796.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_29', 0, 1, 'Ningefukuza fukuza kima wengine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_29', 0, 2, 'Ningeonesha wema'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_29', 0, 3, 'Ningemjulisha kima mzee'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20440_29', 0, 4, 'Ningekaa mbali na kima wengine.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140', 2, 'Kimbia Sungura, Kimbia!', 'assets/topic/asb/7610.png', 'Brigid Simiyu + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_3', 3, NULL, 'assets/topic/asb/7595.png', 'Sungura alikuwa amelala chini ya mti. +Tofaa likaanguka kutoka mti ule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_4', 3, NULL, 'assets/topic/asb/7596.png', 'Sungura akasikia sauit ikisema, "Kimbia Sungura, kimbia!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_5', 3, NULL, 'assets/topic/asb/7597.png', 'Sungura akasema, "Kitu kilianguka nikasikia, ''Kimbia Sungura kimbia!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_6', 3, NULL, 'assets/topic/asb/7598.png', 'Kuku alianza kukimbia aliposikia alivyosema Sungura.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_7', 3, NULL, 'assets/topic/asb/7599.png', 'Wakamwambia Mbwa, "Sungura alisikia kitu kikianguka naye akakimbia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_8', 3, NULL, 'assets/topic/asb/7600.png', 'Mbwa akaanza kukimbia pamoja na Sungura na Kuku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_9', 3, NULL, 'assets/topic/asb/7601.png', 'Mbwa akamwambia Farasi, "Sungura alisikia kitu kikianguka naye akakimbia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_10', 3, NULL, 'assets/topic/asb/7602.png', 'Farasi akaanza kukimbia pamoja nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_11', 3, NULL, 'assets/topic/asb/7603.png', 'Punda akawauliza, "Mbona mnakimbia?" +Farasi akamjibu, "Sijui."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_12', 3, NULL, 'assets/topic/asb/7604.png', 'Punda pia akaanza kukimbia pamoja nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_13', 3, NULL, 'assets/topic/asb/7605.png', 'Punda akamwambia Ng''ombe, "Sungura alisikia kitu kikianguka akakimbia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_14', 3, NULL, 'assets/topic/asb/7606.png', 'Ng''ombe alikuwa na wasiwasi. +Akaanza pia kukimbia pamoja nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_15', 3, NULL, 'assets/topic/asb/7607.png', 'Ng''ombe akamwambia Paka, "Sungura alisikia kitu kikianguka naye akakimbia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_16', 3, NULL, 'assets/topic/asb/7608.png', 'Paka akaanza kukimbia na wanyama wengine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_17', 3, NULL, 'assets/topic/asb/7609.png', 'Walimkuta mvulana akawauliza, "Kwani hamjui kilichotendeka?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_18', 3, NULL, 'assets/topic/asb/7610.png', '"Ni mimi niliyesema, "Kimbia Sungura kimbia!" +Mvulana alicheka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kimbia Sungura, Kimbia! +Author - +Phumy Zikode +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_20', 1, 'Mchore sungura chini ya mti.', 'assets/topic/21140.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_20', 2, 1, 'assets/topic/21140.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_21', 0, 'Sungura alilala chini ya mti upi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_21', 1, 1, 'Mti wa tunda Tofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_21', 0, 1, 'muembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_21', 0, 2, 'mpapai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_21', 0, 3, 'Mfenesi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_26', 0, 'Chagua wanyama aliokutana nao sungura kuanzia wa kwanza hadi wa mwisho kwa utaratibu', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 1, 'Kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 3, 'Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 4, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 5, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_26', 1, 6, 'Paka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21140_33', 0, 'Sungura angeweza kufanya nini kabla ya kukimbia?', 'assets/topic/asb/7610.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_33', 0, 1, 'Angepaswa kuwa mtulivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_33', 0, 2, 'Angeangalia kote'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_33', 0, 3, 'Angeangalia kilichoanguka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21140_33', 0, 4, 'Angepaswa kulala badala ya kukimbia.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158', 2, 'Kinywa na Mkono', 'assets/topic/asb/26880.png', 'Espoir Ntinda +Espoir Ntinda', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_3', 3, NULL, 'assets/topic/asb/26880.png', 'Hapo zamani, kulikuwa na marafiki wawili, Kinywa na Mkono. +Waliishi kijijini kama ndugu kila mmoja na mkewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_4', 3, NULL, 'assets/topic/asb/26881.png', 'Baada ya muda mfupi, mke wa Kinywa alifariki. +Kinywa alimwomba rafiki yake vifaa ili amzike mke wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_5', 3, NULL, 'assets/topic/asb/26882.png', 'Kinywa aliporudi nyumbani, aligundua kwamba alikuwa amelipoteza panga la Mkono. Alienda kuomba msamaha ila Mkono hakutaka kusikia maelezo yoyote. +Mkono alimlazimisha Kinywa amrudishie panga lake na lisiwe jingine bali lile alilokuwa amemazima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_6', 3, NULL, 'assets/topic/asb/26883.png', 'Kinywa hakuwa na la kufanya. Aliamua kurudi alipomzika mkewe ili alitafute panga hilo. Alitafuta kila mahali lakini, hakulipata. +Mwishowe, aliamua kuchimbua kaburi ili angalie. La kushangaza ni kuwa hata mwili wa mkewe haukuwepo tena kaburini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_7', 3, NULL, 'assets/topic/asb/26884.png', 'Kwa huzuni, Kinywa alirudi nyumbani. Alipokaribia kufika, alimwona mbwa akiwa na panga hilo. Wakati huo, aliisikia sauti ya mkewe ikisema, "Huyu ni mtumishi wako." +Kinywa alilichukua panga lile akamrudishia Mkono. Yeye akabaki na mbwa yule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_8', 3, NULL, 'assets/topic/asb/26885.png', 'Kinywa aliishi na mbwa yule akimsaidia kuwinda. Siku moja aliacha kumwita mbwa na kuanza kumwita Mtumishi. +Waliishi kwa furaha hadi urafiki baina ya Kinywa na Mkono uliporudi kuwa kama ulivyokuwa mbeleni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_9', 3, NULL, 'assets/topic/asb/26886.png', 'Baadaye, Mkono alitamani kula nyama, lakini hakuwa na mbwa wa kumwindia. Alikwenda kuomba mbwa wa Kinywa. +Kinywa hakusita kumpatia Mtumishi wake. Lakini alimwambia asimwite mbwa bali amwite Mtumishi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_10', 3, NULL, 'assets/topic/asb/26887.png', 'Mkono alienda na Mtumishi popote alipotaka. Kila alichomwuliza afanye, alifanya. +Allimtuma porini kuwinda. Mkono alimfurahia Mtumishi sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_11', 3, NULL, 'assets/topic/asb/26888.png', 'Siku mmoja walipokuwa porini, Mtumishi alipotea. Kinywa alianza kumwita, "Mtumishi! Mtumishi! Uko wapi?" +Alipochoka, alisema kwa hasira, "Mbwa huyu ni gaidi sana." Wakati huo Mtumishi alitokea na kusema, "Umeniita mbwa! Naenda zangu." Alitoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_12', 3, NULL, 'assets/topic/asb/26889.png', 'Mkono alirudi nyumbani bila Mtumishi. Alienda kwa rafikiye Kinywa kumpasha habari ya kupotea kwa Mtumishi. Kinywa hakufurahia ujumbe huo. +Alimlazimisha Mkono kumrudishia Mtumishi wake. Mkono hakufaulu kufanya hivyo. +Tangu siku hiyo hadi leo, mkono ni mtumishi wa kinywa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kinywa na Mkono +Author - +Espoir Ntinda +Illustration - +Espoir Ntinda +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_14', 1, 'Chora mdomo na uurembe.', 'assets/topic/23158.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_14', 2, 1, 'assets/topic/23158.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_15', 0, 'Mbwa alipenda aitwe nani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_15', 1, 1, 'Msaidizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_15', 0, 1, 'Pilipili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_15', 0, 2, 'Mchezaji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_15', 0, 3, 'Mfanya usafi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_20', 0, 'Msaidizi hakusaidia mkono kabisa.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_20', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_20', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23158_23', 0, 'Je, msaidizi angeweza kufanya nini?', 'assets/topic/asb/26880.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_23', 0, 1, 'kusamehe mkono.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_23', 0, 2, 'kupiga mkono.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_23', 0, 3, 'kurudi kinywani.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23158_23', 0, 4, 'kuonya mkono.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209', 2, 'Kitabu cha hali ya hewa', 'assets/topic/asb/1547.png', 'Mutugi Kamundi + Sandra McDougall', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_3', 3, NULL, 'assets/topic/asb/1547.png', 'Hakuna mvua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_4', 3, NULL, 'assets/topic/asb/1548.png', 'Jua linang''aa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_5', 3, NULL, 'assets/topic/asb/1549.png', 'Kuna upepo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_6', 3, NULL, 'assets/topic/asb/1550.png', 'Kuna mawingu mazito.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_7', 3, NULL, 'assets/topic/asb/1551.png', 'Ni baridi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_8', 3, NULL, 'assets/topic/asb/1552.png', 'Mvua inanyesha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_9', 3, NULL, 'assets/topic/asb/1553.png', 'Kuna ngurumo za radi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_10', 3, NULL, 'assets/topic/asb/1554.png', 'Naona upinde.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kitabu cha hali ya hewa +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Translation - +Mutugi Kamundi +Illustration - +Sandra McDougall +Language - +Kiswahili +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_12', 1, 'Chora aiskirimu na uirembe.', 'assets/topic/2209.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_12', 2, 1, 'assets/topic/2209.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_13', 0, 'Jua ni la moto wakati mchana.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_13', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_13', 0, 1, 'Uongo.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_16', 0, 'Radi huja kwenye Mawingu Meusi', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_16', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_16', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2209_19', 0, 'Wakati gani huwa unahisi baridi?', 'assets/topic/asb/1547.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_19', 0, 1, 'Wakati wa mvua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_19', 0, 2, 'Msimu wa baridi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_19', 0, 3, 'Kipindi cha mvua ya barafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2209_19', 0, 4, 'Pindi nikinywa kitu cha baridi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022', 2, 'Kiumbe cha ajabu', 'assets/topic/asb/19458.png', 'Ursula Nafula +Tawanda Mhand', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_3', 3, NULL, 'assets/topic/asb/19455.png', 'Familia ya Inzawu ilikuwa yenye furaha. Binti wao wawili walijifunza kutoka kwa mama yao jinsi ya kupika na kutunza bustani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_4', 3, NULL, 'assets/topic/asb/19456.png', 'Kila walipokula chakula cha jioni, waliongea kuhusu waliyotenda siku hiyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_5', 3, NULL, 'assets/topic/asb/19457.png', 'Baba aliwaonya wanawe kutoingia msituni +kabisa. Aliwaambia kuhusu kiumbe cha ajabu kilichoishi katika msitu huo. Alisema, "Kiumbe hicho ni kama sisi wawili pamoja!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_6', 3, NULL, 'assets/topic/asb/19458.png', 'Siku moja, wasichana wale walikuwa wakicheza karibu na mto. Waliuzunguka mti, na ghafla, walikabiliana na kiumbe cha ajabu! Kiumbe hicho kilikuwa na macho mawili, mapua mawili, viganja viwili na mikono miwili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_7', 3, NULL, 'assets/topic/asb/19459.png', 'Wakitetemeka kwa woga, walikimbia kuwaeleza ndugu zao walichokuwa wameona. Hata hivyo, wavulana hao hawakuwaamini, "Ni ujinga wa wasichana tu!" Walisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_8', 3, NULL, 'assets/topic/asb/19460.png', 'Mwishowe, hamu iliwazidi. Wavulana hao waliwafuata dada zao wakaelekea mtoni ili kujionea wenyewe kiumbe hicho cha ajabu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_9', 3, NULL, 'assets/topic/asb/19461.png', 'Walitafuta na kutafuta lakini waliona nyasi +ndefu na miti peke yake. Waliposikia kelele, walitazama juu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_10', 3, NULL, 'assets/topic/asb/19462.png', 'Juu ya mti walikiona kiumbe cha ajabu wasichokuwa wameona tangu. Kilikuwa na macho mawili, mapua mawili, viganja viwili na mikono miwili. Kila sehemu ya mwili ilikuwa mbili mbili kinyume na wao waliokuwa na kimoja pekee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_11', 3, NULL, 'assets/topic/asb/19463.png', 'Watoto hao waliogopa, wakakimbia kuwaambia wazazi wao. Muda mfupi baadaye, familia nzima ilikuwa pale mtoni kukichunguza kiumbe hicho cha ajabu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_12', 3, NULL, 'assets/topic/asb/19464.png', '"Msiniumize!" Kiumbe hicho kilisema, huku kikijificha nyuma ya mti. Wakati huo, familia ya Inzawu iliweza kuona mguu mmoja, kiganja kimoja, mkono mmoja na jicho moja pekee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_13', 3, NULL, 'assets/topic/asb/19465.png', '"Mimi ni kama ninyi tu," kiumbe hicho kiliendelea kusema. "Tofauti kati yangu nanyi ni kwamba niliumbwa na mbili mbili ya kila sehemu ya mwili."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_14', 3, NULL, 'assets/topic/asb/19466.png', 'Hivyo ndivyo familia ya Inzawu iligundua kwamba kiumbe hicho hakikuwa cha kuogopwa. Ilikuwa tu hali iliyokuwa tofauti na yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kiumbe cha ajabu +Author - +Mlungisi Madlala and Ntombikayise Ngidi +Translation - +Ursula Nafula +Illustration - +Tawanda Mhand +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_16', 1, 'Mchore mwanaume kwa kutumia stika.', 'assets/topic/20022.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_16', 2, 1, 'assets/topic/20022.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_17', 0, 'Kulikua na watu wa ngapi katika familia ya Izinzawu', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_17', 1, 1, 'Sita'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_17', 0, 1, 'Watano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_17', 0, 2, 'Wanne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_17', 0, 3, 'Wawili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_22', 0, 'Kiumbe kilikua ni binadamu kama sisi', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_22', 0, 1, 'Uongo.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20022_25', 0, 'Utafanya nini ukiona kiumbe cha ajabu?', 'assets/topic/asb/19458.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_25', 0, 1, 'Nitakipiga jiwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_25', 0, 2, 'Nitakikimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_25', 0, 3, 'Nitawajulisha watu wakubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('20022_25', 0, 4, 'Nitaangalia kinafanya nini.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004', 2, 'Kobe na Sungura', 'assets/topic/asb/2036.png', 'Ursula Nafula + Padmanabha', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_3', 3, NULL, 'assets/topic/asb/2037.png', 'Hapo zamani, Sungura na Kobe walishindana mbio.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_4', 3, NULL, 'assets/topic/asb/2038.png', 'Wanyama wengine walitazama mashindano hayo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_5', 3, NULL, 'assets/topic/asb/2039.png', 'Sungura alimshinda Kobe. +Hata hivyo, hakujivuna kwa kuwa mshindi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_6', 3, NULL, 'assets/topic/asb/2040.png', 'Kobe na Sungura waliendelea kuwa marafiki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_7', 3, NULL, 'assets/topic/asb/2042.png', 'Mfalme Simba aliwatuma Kobe na Sungrua kwa mfalme jirani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_8', 3, NULL, 'assets/topic/asb/2043.png', 'Kobe na Sungura waliondoka kutimiza walivyotumwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_9', 3, NULL, 'assets/topic/asb/2044.png', 'Mfalme Simba aliwasubiri Kobe na Sungura kurudi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_10', 3, NULL, 'assets/topic/asb/2045.png', 'Barabara waliyotumia ilijaa mawe na miiba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_11', 3, NULL, 'assets/topic/asb/2046.png', 'Kobe na Sungura walitembea, wakatembea. +Walipumzika na kuzungumza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_12', 3, NULL, 'assets/topic/asb/2048.png', 'Walijadili jinsi ya kusaidiana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_13', 3, NULL, 'assets/topic/asb/2050.png', 'Sungura alimbeba Kobe walipopita kwenye +miiba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_14', 3, NULL, 'assets/topic/asb/2051.png', 'Walipofika mtoni, Kobe alimbeba Sungura wakavuka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_15', 3, NULL, 'assets/topic/asb/2052.png', 'Kobe alitembea haraka sana. +Sungura alijishikilia mgongoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_16', 3, NULL, 'assets/topic/asb/2054.png', 'Kobe na Sungura walijadiliana na mflame jirani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_17', 3, NULL, 'assets/topic/asb/2056.png', 'Walirudi nyumbani haraka sana. +Kobe na Sungura walikuwa marifiki wakubwa!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kobe na Sungura +Author - +Venkatramana Gowda and Divaspathy Hegde +Translation - +Ursula Nafula +Illustration - +Padmanabha +Language - +Kiswahili +Level - +First words +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_19', 1, 'Wapake rangi Sungura na Kobe.', 'assets/topic/22004.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_19', 2, 1, 'assets/topic/22004.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_20', 0, 'Sungura alimkalia Kobe, hivyo ikawa rahisi kuvuka mto.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_20', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_20', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_23', 0, 'Sungura na Kobe hawakuweza kupata ujumbe kutoka kwa mfalme mwingine.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_23', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_23', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22004_26', 0, 'Unafikiri kwanini Sungura na Kobe walifanikiwa?', 'assets/topic/asb/2036.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_26', 0, 1, 'Walisaidiana.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_26', 0, 2, 'Walifanya kazi kwa bidii.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_26', 0, 3, 'Walikwenda njia yao wenyewe.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22004_26', 0, 4, 'Walikuwa nguvu ya kila mmoja.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751', 2, 'Kondoo aliyechoka na maisha ya jijini', 'assets/topic/asb/26535.png', 'Ursula Nafula +Kenneth Boyowa Okitikpi', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_3', 3, NULL, 'assets/topic/asb/26535.png', 'Kondoo aliishi jijini. Alipochoka na maisha ya jiji, aliamua kwenda kichakani. +Akiwa njiani, alikutana na Fisi aliyekuwa hajala kwa siku nyingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_4', 3, NULL, 'assets/topic/asb/26536.png', 'Kondoo alimsalimu Fisi, "Hujambo ndugu Fisi? Hujambo ndugu Fisi?" +Fisi alimjibu Kondoo, "Usinisalimu ukirudia rudia hivyo. Tenda jambo uimalize njaa niliyonayo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_5', 3, NULL, 'assets/topic/asb/26537.png', 'Kondoo aliposikia hivyo, alianza kukimbia. +Ghafla, alijikuta katika pango la Simba huku akifuatwa na Fisi. +Fisi alifika pangoni huku akimrushia Simba vumbi machoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_6', 3, NULL, 'assets/topic/asb/26538.png', 'Simba alimwambia Fisi, "Kwani hatuwezi hata kupata amani pangoni kwetu? Unaturushia vumbi machoni mwetu!" +Fisi alijibu, "Samahani Mfalme, sikukusudia kukudharau! Ninakifukuza chakula changu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_7', 3, NULL, 'assets/topic/asb/26539.png', 'Simba alisema, "Wewe Fisi, ni chakula kwangu pia. Je, nilikufukuza? Ulikuja wewe mwenyewe. Usinilaumu baadaye."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_8', 3, NULL, 'assets/topic/asb/26540.png', 'Simba akamwuliza Kondoo, "Mbona ulikuja kichakani?" +Kondoo akajibu, "Nilikuja kwa sababu mimi ni mwaguzi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_9', 3, NULL, 'assets/topic/asb/26541.png', 'Simba akasema, "Zitayarishe dawa za kienyeji unihakikishie kwamba wewe ni mwaguzi kweli." Kondoo akajibu, "Dawa zangu ni ghali mno." +Simba akasema, "Hiyo si shida. Hakuna jambo nisiloweza kufanya."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_10', 3, NULL, 'assets/topic/asb/26542.png', 'Kondoo akasema, "Sikio la Fisi ndilo dawa." +Simba akalikata sikio la Fisi na kumpatia Kondoo. +Kondoo akaliweka sikio hilo ndani ya chupa iliyokuwa na asali. Kisha akampatia Simba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_11', 3, NULL, 'assets/topic/asb/26543.png', 'Simba alipolila lile sikio, lilikuwa tamu sana. +Akamwuliza Kondoo, "Inawezekana kulipata sikio la pili?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_12', 3, NULL, 'assets/topic/asb/26544.png', 'Kondoo akasema, "Ndiyo, inawezekana mfalme wangu." Kwa hivyo, Simba alilikata sikio la Fisi la pili akampatia Kondoo. +Kondoo akaliweka tena ndani ya chupa iliyokuwa na asali kisha akampatia Simba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_13', 3, NULL, 'assets/topic/asb/26545.png', 'Simba akamwuliza Kondoo, "Je, inawezekana kuipata ngozi?" Kondoo akajibu, "Nadhani inawezekana mfalme wangu." +Fisi aliposikia hivyo, aliogopa kufa. Alitoroka huku akifukuzwa na Simba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_14', 3, NULL, 'assets/topic/asb/26546.png', '"Ikiwa hivyo ndivyo maisha yalivyo kichakani, heri nirudi nyumbani," Kondoo alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kondoo aliyechoka na maisha ya jijini +Author - +Mohammed Alhaji Modu +Translation - +Ursula Nafula +Illustration - +Kenneth Boyowa Okitikpi +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_16', 1, 'Mpake rangi Kondoo na umrembe.', 'assets/topic/24751.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_16', 2, 1, 'assets/topic/24751.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_17', 0, 'Kondoo alitaka kwenda wapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_17', 1, 1, 'Kichakani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_17', 0, 1, 'Msituni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_17', 0, 2, 'Nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_17', 0, 3, 'Mjini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_22', 0, 'Simba alikula masikio mangapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_22', 1, 1, 'Mawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_22', 0, 1, 'Moja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_22', 0, 2, 'Matatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_22', 0, 3, 'Manne'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24751_27', 0, 'Utafanya nini ikiwa una njaa?', 'assets/topic/asb/26535.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_27', 0, 1, 'Nitasubiri chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_27', 0, 2, 'Nitapika chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_27', 0, 3, 'Nitakula matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24751_27', 0, 4, 'Nitakunywa maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863', 2, 'Kuhesabu Kabichi', 'assets/topic/asb/19328.png', 'Ursula Nafula +Magriet Brink', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_3', 3, NULL, 'assets/topic/asb/19323.png', 'Mama Koki amekuwa akichuma kabichi wiki nzima. Dona, Maya na Duki humsaidia Mama Koki katika bustani yake kila Jumamosi asubuhi. +Leo watoto watasaidia katika kupakia na kuhesabu kabichi. Halafu Baba Koki atayapeleka masanduku yaliyojaa kabichi sokoni kuuza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_4', 3, NULL, 'assets/topic/asb/19325.png', 'Teksi iliwafikisha watoto kwenye lango la bustani. Waliliona rundo kubwa la kabichi karibu na gari la Baba Koki. "Salala! Kabichi nyingi kweli!" Maya alishangaa. "Bila shaka kuna kabichi elfu moja hapo!" Duki alicheka. "La! Hasha! Pengine ni mia mbili tu!" Dona alipinga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_5', 3, NULL, 'assets/topic/asb/19326.png', 'Mama Koki alikuwa amesubiri langoni. "Hamjambo, nimefurahi kuwaona!" Aliwasalimu watoto. "Hebu tuanze kazi. Mtahitajika kuzihesabu kabichi na kuweka kumi na mbili katika kila sanduku. Nina masanduku 20. Wawili kati yenu wanaweza kupakia kila mmoja kwenye masanduku 7 na mmoja apakie kwenye masanduku 6."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_6', 3, NULL, 'assets/topic/asb/19327.png', 'Watoto walilitazama lile rundo la kabichi. Wakajadili njia tofauti za kuzihesabu kabichi hizo. "Mimi nitahesabu zangu mbili mbili," Maya akasema. "Ninapenda kuhesabu nne nne. Ni haraka," Duki akajibu. "Mimi nitazihesabu tatu tatu ili niwe tofauti nanyi!" Dona akawajibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_7', 3, NULL, 'assets/topic/asb/19328.png', 'Pindi watoto walijaza masanduku 20. "Kazi nzuri!" Mama Koki aliwapongeza. "Tazama, kuna kabichi zimezalia. Nguruwe wangu wanazipenda, kwa hivyo, hebu tuwagawie," Mama Koki aliamua. "Mlipakia kabichi ngapi katika masanduku? Ni kabichi ngapi zilibaki?" Aliwauliza watoto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_8', 3, NULL, 'assets/topic/asb/19329.png', 'Kazi iliyofuata ilikuwa kuandika bei kwenye kila sanduku kisha kumsaidia Baba Koki kuyapakia kwenye gari. Ilikuwa lazima waweke nusu ya masanduku upande mmoja na nusu nyingine upande wa pili ili uzito ulingane.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_9', 3, NULL, 'assets/topic/asb/19330.png', '"Karibu tukamilishe!" Baba Koki alisema. "Hebu tuone ni masanduku mangapi tunahitaji kuweka kila upande."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_10', 3, NULL, 'assets/topic/asb/19331.png', 'Muda mfupi baadaye, masanduku yote 20 yalikuwa yamepakiwa kwenye gari. Baba Koki alilingurumisha gari na kuondoka kwenda sokoni. Aliwaza, "Nikifaulu kuuza masanduku yote, nitapata pesa za kutosha za kurekebisha zizi la nguruwe na kuwashangaza watoto!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_11', 3, NULL, 'assets/topic/asb/19332.png', 'Nyumbani, Mama Koki na watoto walikuwa wakinyunyizia mimea maji na kukusanya majani. Kufikia saa sita, wote walikuwa wamechoka. Mama Koki aliwaambia, "Ni wakati wa karamu yenu. Je, mnajua nilichowaandalia leo?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_12', 3, NULL, 'assets/topic/asb/19333.png', 'Aliingia ndani kuwaletea alichokuwa amewaandalia. Watoto walisubiri kwa uvumilivu huku wakikisia atakacholeta. Alipowasili, waliona mifuko ya kimori chake ikiwa imejaa!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_13', 3, NULL, 'assets/topic/asb/19334.png', '"Hebu tuone ikiwa mlikisia sawa! Nimewatayarishia nini leo?" Mama Koki aliinamisha mifuko na matofaa yakaanguka mezani. "Nilikisia sawa!" Duki alisema kwa furaha. Mama Koki aliwaambia watoto, "Sasa kumbukeni sharti. Gawanya sawa ili kila mmoja apate haki yake. Hakuna anayepata zaidi wala kidogo kuliko mwingine!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_14', 3, NULL, 'assets/topic/asb/19335.png', 'Kwanza, watoto walihesabu matofaa mawili mawili. Walihesabu: 2, 4, 6, 8, 10, 12, 14, 16, na tofaa moja likabaki. Yote pamoja, yalikuwa matofaa 17.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_15', 3, NULL, 'assets/topic/asb/19336.png', 'Waligawana matofaa sawasawa yakabaki matofaa mawili. Kisha watoto waliyaweka matofaa yao mikobani ili wayapeleke nyumbani kwao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_16', 3, NULL, 'assets/topic/asb/19337.png', '"Hebu tuyakate matofaa mawili yaliyobaki ili tugawane kati yetu," Duki aliwaambia. "Kila mmoja wetu atapata vipande vingapi vya tofaa?" Maya aliuliza. "Ninajua jibu!" Dona alitabasamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_17', 3, NULL, 'assets/topic/asb/19338.png', 'Wakati huo, Baba Koki alifika nyumbani kutoka sokoni. Gari lilikuwa tupu naye alikuwa akitabasamu. "Niliuza kabichi zote. Sasa ninaweza kurekebisha zizi la nguruwe na kuwanunulia ule mpira wa miguu mliotaka." Watoto walishangilia, "Yee!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kuhesabu Kabichi +Author - +Penelope Smith +Translation - +Ursula Nafula +Illustration - +Magriet Brink +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_20', 1, 'Paka rangi Kabichi na uirembe', 'assets/topic/21863.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_20', 2, 1, 'assets/topic/21863.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_21', 0, 'Baba Koki alipakia masanduku ishirini katika lori.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_21', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_21', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_24', 0, 'Je, watoto waligawana nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_24', 1, 1, 'Tunda tofaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_24', 0, 1, 'Machungwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_24', 0, 2, 'Stroberi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_24', 0, 3, 'Ndizi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21863_29', 0, 'Unashirikiana nini na rafiki yako?', 'assets/topic/asb/19328.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_29', 0, 1, 'Matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_29', 0, 2, 'Chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_29', 0, 3, 'Juisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21863_29', 0, 4, 'Maji'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035', 2, 'Kuku amfanyia Tai hila', 'assets/topic/asb/9588.png', 'Ursula Nafula +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_3', 3, NULL, 'assets/topic/asb/9587.png', 'Hapo zamani, Kuku na Tai walikuwa marafiki. Siku moja, Tai alimkuta Kuku akiwa anapumzika chini ya mti. Alikuwa amesimamia mguu mmoja pekee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_4', 3, NULL, 'assets/topic/asb/9588.png', 'Tai alimwuliza Kuku, "Mguu wako mwingine uko wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_5', 3, NULL, 'assets/topic/asb/9589.png', 'Kuku alimweleza Tai, "Mwenye duka aliukata na badala yake akanipatia vitu hivi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_6', 3, NULL, 'assets/topic/asb/9590.png', 'Tai alimwuliza Kuku ikiwa yeye pia angeweza kufanya hivyo. Vilevile alitaka mfuko uliojaa vitu. Kuku alikubali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_7', 3, NULL, 'assets/topic/asb/9591.png', 'Tai alimwendea mwenye duka akitaka aukate mguu wake mmoja na badala yake ampatie vitu vitamu. Mwenye duka alikubali akafanya hivyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_8', 3, NULL, 'assets/topic/asb/9592.png', 'Tai aliruka ruka kwa mguu mmoja akielekea nyumbani. Hata hivyo, alivifurahia vitu alivopewa na mwenye duka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_9', 3, NULL, 'assets/topic/asb/9593.png', 'Tai alipofika nyumbani, alimkuta Kuku akiwa na miguu yake miwili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_10', 3, NULL, 'assets/topic/asb/9594.png', 'Tai alikasirika sana akaanza kumfukuza Kuku. Lakini hakuweza kumshika. Hiyo ndiyo sababu Tai huwashambulia vifaranga wa Kuku kila mara. Anapomshika mmoja, yeye humla.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kuku amfanyia Tai hila +Author - +Nathan Higenyi +Translation - +Ursula Nafula +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_12', 1, 'Mpake rangi Kuku na umrembe.', 'assets/topic/23035.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_12', 2, 1, 'assets/topic/23035.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_13', 0, 'Ni nani rafiki wa kuku?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_13', 1, 1, 'Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_13', 0, 1, 'Panya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_13', 0, 2, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_13', 0, 3, 'Kunguru'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_18', 0, 'Mwenye duka aliukata mguu wa Tai.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23035_21', 0, 'Unabadilishana nini na rafiki yako?', 'assets/topic/asb/9588.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_21', 0, 1, 'Chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_21', 0, 2, 'Matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_21', 0, 3, 'Kuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23035_21', 0, 4, 'Chokoleti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536', 2, 'Kunguru na Mbweha', 'assets/topic/asb/25729.png', 'Ursula Nafula +Isaac Okwir', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_3', 3, NULL, 'assets/topic/asb/25729.png', 'Hapo zamani, wanyama wa pori waliishi pamoja. +Kunguru na Mbweha walikuwa marafiki wakubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_4', 3, NULL, 'assets/topic/asb/25730.png', 'Wakati huo kulitokea njaa. Wanyama hawakuwa na chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_5', 3, NULL, 'assets/topic/asb/25731.png', 'Mbweha na Kunguru walienda kutafuta chakula. +Walipoipata nyama, Kunguru alianza kuila peke yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_6', 3, NULL, 'assets/topic/asb/25732.png', 'Mbweha alipoona hivyo, alimnyanyua Kunguru. +"Je, nikuue au la?" Mbweha alimwuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_7', 3, NULL, 'assets/topic/asb/25733.png', '"Tafadhali, usiniue! Hasa, usinitupe chini ya mwamba," Kunguru alimsihi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_8', 3, NULL, 'assets/topic/asb/25734.png', 'Mbweha alimjibu, "Sitakutupa chini ya mwamba."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_9', 3, NULL, 'assets/topic/asb/25735.png', 'Lakini ulikuwa uongo. Mbweha alinuia kumtupa Kunguru chini ya mwamba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_10', 3, NULL, 'assets/topic/asb/25736.png', 'Mbweha alimptupa Kunguru chini ya mwamba. +Kisha alitazama kutoka pembeni akitaka kuuona mwili wa Kunguru.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_11', 3, NULL, 'assets/topic/asb/25737.png', 'Wakati huo, Kunguru alikuwa amegeuka na kuanza kuruka hewani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_12', 3, NULL, 'assets/topic/asb/25738.png', 'Kunguru alitua mtini. +Mbweha na Kunguru walitazamana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_13', 3, NULL, 'assets/topic/asb/25739.png', '"Niliepuka kwa sababu mimi ni mwerevu," Kunguru alijigamba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_14', 3, NULL, 'assets/topic/asb/25740.png', '"Uliepuka kwa sababu nilikuruhusu uepuke," Mbweha alimjibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kunguru na Mbweha +Author - +ሰለሙን ግደይ and ገ/ኣምላኽ ገ/መደህን +Translation - +Ursula Nafula +Illustration - +Isaac Okwir +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_16', 1, 'Mpake rangi Kunguru na Mbwea.', 'assets/topic/22536.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_16', 2, 1, 'assets/topic/22536.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_17', 0, 'Mbwea na Kunguru walienda kutafuta chakula.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_17', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_17', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_20', 0, 'Kunguru alitua wapi baada ya kutupwa kutoka kwenye Mwamba?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_20', 1, 1, 'Mtini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_20', 0, 1, 'Nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_20', 0, 2, 'Angani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_20', 0, 3, 'Mwambani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22536_25', 0, 'Utafanya nini ukipata chakula?', 'assets/topic/asb/25729.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_25', 0, 1, 'Nitakula peke yangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_25', 0, 2, 'Nitakula na rafiki zangu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_25', 0, 3, 'Nitatupa nyuma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22536_25', 0, 4, 'Nitapeleka nyumbani.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837', 2, 'Kusema Asante!', 'assets/topic/asb/17299.png', 'Ursula Nafula + Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_3', 3, NULL, 'assets/topic/asb/17289.png', 'Mtu, Simba, Mbwa, Nyoka, Tai na Punda walienda vita.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_4', 3, NULL, 'assets/topic/asb/17290.png', 'Mume na mkewe walikubali kuwachinjia ng''ombe wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_5', 3, NULL, 'assets/topic/asb/17291.png', 'Kila mmoja alitaka sehemu tofauti ya ng''ombe. +Waliahidi kuwapa zawadi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_6', 3, NULL, 'assets/topic/asb/17292.png', 'Mume na mkewe walimpa kila mmoja sehemu ya nyama aliyotaka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_7', 3, NULL, 'assets/topic/asb/17293.png', 'Baada ya kula, walilala vizuri. +Asubuhi, walienda zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_8', 3, NULL, 'assets/topic/asb/17294.png', 'Wiki nyingi zilipita. +Simba aliwaletea pembe kubwa ya tembo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_9', 3, NULL, 'assets/topic/asb/17295.png', 'Mbwa alichunga ile pembe. +Haikuibwa na wezi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_10', 3, NULL, 'assets/topic/asb/17296.png', 'Ndugu wa mume akasema, "Nitaiba ile pembe kutoka kwao."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_11', 3, NULL, 'assets/topic/asb/17297.png', 'Alipoenda kuiba pembe, Nyoka alimuuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_12', 3, NULL, 'assets/topic/asb/17298.png', 'Mume na mkewe walichukua mifugo wa ndugu aliyekufa. +Walikuwa matajiri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_13', 3, NULL, 'assets/topic/asb/17299.png', 'Tai aliwaona matajiri wakibeba pesa na vito vya bei.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_14', 3, NULL, 'assets/topic/asb/17300.png', 'Tai alizichukua pesa na vito. +Aliwapelekea mume na mkewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_15', 3, NULL, 'assets/topic/asb/17301.png', 'Punda alibeba gunia nzito la pesa. +Hakumpenda tajiri wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_16', 3, NULL, 'assets/topic/asb/17302.png', 'Aliwapelekea mume na mkewe lile gunia la pesa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_17', 3, NULL, 'assets/topic/asb/17303.png', 'Mume akasema, "Wanyama wametupa zawadi. Mtu bado."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_18', 3, NULL, 'assets/topic/asb/17304.png', 'Walingonja, wakangoja, lakini, Mtu hakurudi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kusema Asante! +Author - +Mariam Mohammed and Elizabeth Laird +Translation - +Ursula Nafula +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_20', 1, 'Chora nyumba ya makuti na uipambe.', 'assets/topic/21837.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_20', 2, 1, 'assets/topic/21837.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_21', 0, 'Chagua wanyama wote walopelekwa Vitani.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 1, 1, 'Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 1, 2, 'Nyoka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 1, 3, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 1, 4, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 1, 5, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 0, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_21', 0, 3, 'Kobe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_30', 0, 'Oanisha wanyama na misaada walioifanya', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 1, 'Simba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 2, 'Pembe la Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 3, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 4, 'Alilinda wezi wasiibe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 5, 'Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 6, 'Kitu chenye kuwaka na kungáa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 7, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_30', 1, 8, 'Begi la Fedha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21837_39', 0, 'Utarudishaje fadhila kwa mtu aliyekusaidia kwa ya kwanza.', 'assets/topic/asb/17299.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_39', 0, 1, 'Nitampa Fedha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_39', 0, 2, 'Nitampa chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_39', 0, 3, 'Nitampa Nguo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21837_39', 0, 4, 'Nitampa Makazi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934', 2, 'Kutekwa nyara!', 'assets/topic/asb/14751.png', 'Ursula Nafula +Abraham Muzee', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_3', 3, NULL, 'assets/topic/asb/14735.png', 'Mimi na rafiki yangu Kiki hupenda kuchunguza na kuvumbua mambo. Hii ndiyo sababu tunayafahamu mazingira yetu vyema. Siku moja tulipokuwa tukienda nyumbani kutoka shule, tulikubaliana twende mahali tukafanye uchunguzi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_4', 3, NULL, 'assets/topic/asb/14736.png', 'Tulipitia karibu na reli ingawa babake Kiki alikuwa ametuonya dhidi ya kufanya hivyo. Baadaye, tulimwona mwanamume aliyekuwa amevaa koti refu jeusi. Alikuwa akitufuata polepole.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_5', 3, NULL, 'assets/topic/asb/14737.png', 'Tuliamua kutembea polepole ili tumtazame kwa karibu. Alikuwa mtu wa kuogofya. Ngozi yake ilijaa vipele. Midomo yake ilikuwa midogo na haikuyafunika meno yake ya rangi ya kahawia. Alikuwa na kovu moja kubwa lililofunika nusu ya uso wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_6', 3, NULL, 'assets/topic/asb/14738.png', 'Moyo wangu ulidunda kwa sauti nikadhani mhuni huyo angeweza kuusikia. Nilimkodolea macho. Hakupendezwa na jinsi nilivyomtazama akanikemea kwa ukali, "Wewe mvulana, unaangalia nini?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_7', 3, NULL, 'assets/topic/asb/14739.png', 'Kwa woga, tuligeuka na kutimua mbio, lakini mimi sikuweza kukimbia kwa kasi. Mhuni huyo akalishika shati langu na kunivuta kwa nguvu. Rafiki yangu Kiki alifanikiwa kutoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_8', 3, NULL, 'assets/topic/asb/14740.png', 'Mhuni huyo alininyanyua juu kama karatasi na kunirusha ndani ya gari moja jeupe lililokuwa limeegeshwa hapo uwanjani. Yeye alipanda na kukaa kiti cha mbele. Mwenzake aliyekuwa ndani ya gari, aliniziba macho na kuibana mikono yangu nyuma. Kisha dereva akaliendesha gari hilo kwa kasi ya ambulansi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_9', 3, NULL, 'assets/topic/asb/14741.png', 'Yule jambazi wa pili aliyekuwa ameketi karibu nami, aliniwekea kitambaa chenye unyevunyevu usoni mwangu. Nilipounusa unyevunyevu huo, nililala. Baadaye nilipoamka, nilijipata nimeketi sakafuni katika chumba kimoja chenye giza totoro. Kilijaa buibui na panya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_10', 3, NULL, 'assets/topic/asb/14742.png', 'Mara mlango wa chumba ukafunguka. Yule mhuni aliyenifunga kitambaa usoni, akaingia akiwa amebeba sahani. "Kula chakula hiki upesi kwa sababu utakwenda safari ndefu," aliniambia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_11', 3, NULL, 'assets/topic/asb/14743.png', 'Nilipolisikia neno ''safari'' niliamua kula ili nipate nguvu za kujiokoa. Mhuni yule aliifungua kamba niliyofungwa nayo. Nilipokuwa nikila, aliketi pembeni na kuvuta sigara. Moshi ulijaa chumbani mwote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_12', 3, NULL, 'assets/topic/asb/14744.png', 'Mlango ulibishwa, mhuni huyo na dereva wakaingia wakiwa wamembeba mvulana. Kiki pia alikuwa ameshikwa! Lo! Tulikuwa tumenaswa katika chumba chenye giza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_13', 3, NULL, 'assets/topic/asb/14745.png', 'Baadaye tulifahamu kuwa yule mhuni mrefu mwenye sura mbaya ndiye alikuwa kiongozi wa genge lile.  Mhuni aliyenipa chakula hakufurahia walivyofanya. Tuliwasikia wakibishana pale nje ya chumba. Kiongozi akasema kwa sauti, "Sijali kama unaijua familia yake. Huwezi kubadili nia yako sasa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_14', 3, NULL, 'assets/topic/asb/14746.png', 'Kutokana na ubishi huo, tulijua kwamba mmoja wao alitufahamu ingawa sikujua ni yupi. Kiki akasema, "Lazima tupate njia ya kutoroka. Wazazi wetu hawana pesa za kutukomboa." Wahuni hao waliendelea kubishana hadi wakaanza kupigana. Mimi nilimfungua Kiki upesi, tukaufunga mlango na kuanza kutafuta njia ya kutoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_15', 3, NULL, 'assets/topic/asb/14747.png', 'Tuliona dirisha lenye mianya myembamba iliyopitisha mwangaza. Tulizivuta mbao za dirisha hadi misumari iliyoziunganisha ikang''oka. Kisha tukaziondoa pakawa na mwanya mkubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_16', 3, NULL, 'assets/topic/asb/14748.png', 'Kiki alikuwa mdogo na mwepesi kuniliko mimi. Tukaamua achapuke kwenda kutafuta usaidizi. Nikamsaidia kupita kwenye kile kidirisha na akaruka chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_17', 3, NULL, 'assets/topic/asb/14749.png', 'Wahuni waliposikia kishindo cha Kiki, waliugonga mlango na kuufungua. Walikiangalia kile kidirisha kisha wakaanza kusukumana na kutoka nje. Walikasirika sana, hasa yule mkubwa wao mwenye sura mbaya, walipokosa kujua alikimbilia upande gani. Huku akinipiga, alisema, "Wazazi wako watalipa kwa ajili ya kitendo hiki."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_18', 3, NULL, 'assets/topic/asb/14750.png', 'Wahuni walizipigilia zile mbao na  kukiziba kile kidirisha wakanifungia. Niliwasikia wakibishana tena. Mhuni aliyevuta sigara alitaka niachiliwe. Dereva alihofia kuwa Kiki angekumbuka njia na kuwaleta polisi. Kiongozi naye alitaka tu kupata pesa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_19', 3, NULL, 'assets/topic/asb/14751.png', 'Mara niliisikia sauti ya mtu mzima akisema, "Usiogope. Polisi wameshafika. Lala sakafuni ujifunike kichwa na wala usisonge."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_20', 3, NULL, 'assets/topic/asb/14752.png', 'Nilisikia kelele na milio ya risasi. Sikufahamu kilichokuwa kikiendelea kwani mambo mengi yalitendeka kwa wakati mmoja! Polisi waliingia chumbani na kuwakamata wahuni wale mara moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_21', 3, NULL, 'assets/topic/asb/14753.png', 'Polisi wa kike aliufungua mlango, akaingia chumbani na kunifunika kwa blanketi. Aliniambia, "Rafiki yako alikuwa na bahati kwa sababu alitupata tukishika doria. Mara moja, tuliitisha usaidizi na tukaja kuwatia adabu hawa majambazi!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_22', 3, NULL, 'assets/topic/asb/14754.png', 'Wahuni hao walitiwa pingu na kusukumwa ndani ya gari la polisi. Mimi nilingia kwenye gari moja na yule polisi wa kike. Alinipeleka kwa wazazi wangu waliokuwa na wasiwasi. +Tangu siku hiyo, mimi na Kiki tumekuwa waangalifu zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kutekwa nyara! +Author - +Richard Khadambi and Collins Kipkirui +Translation - +Ursula Nafula +Illustration - +Abraham Muzee +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_24', 1, 'Paka rangi kufuli na funguo.', 'assets/topic/15934.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_24', 2, 1, 'assets/topic/15934.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_25', 0, 'Kiki na rafiki yake walipenda nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_25', 1, 1, 'Kuchunguza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_25', 0, 1, 'Kula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_25', 0, 2, 'Kuzungumza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_25', 0, 3, 'Kucheza mziki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_30', 0, 'Kiki na rafiki yake walitekwa na mtu mrefu mbaya', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_30', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_30', 0, 1, 'Uongo.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15934_33', 0, 'Utafanyaje ukiwaona watekaji?', 'assets/topic/asb/14751.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_33', 0, 1, 'Nitakimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_33', 0, 2, 'Nitawajulisha watu wakubwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_33', 0, 3, 'Nitawajulisha Polisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15934_33', 0, 4, 'Nitakua mtulivu na kutafuta msaada'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149', 2, 'Kutotii!', 'assets/topic/asb/18310.png', 'Brigid Simiyu + Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_3', 3, NULL, 'assets/topic/asb/18306.png', 'Ulikuwa wakati wa wanyama kwenda kulala. +Mmoja wao hakutii.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_4', 3, NULL, 'assets/topic/asb/18307.png', 'Mkulima alimwambia Piggy aende kulala. +Piggy alikataa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_5', 3, NULL, 'assets/topic/asb/18308.png', 'Mkulima alimwuliza Trasti Wip kumcharaza Piggy. +Trasti Wip alikataa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_6', 3, NULL, 'assets/topic/asb/18309.png', 'Moto Kali alikataa kumteketeza Trasti Wip kwa kutotii.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_7', 3, NULL, 'assets/topic/asb/18310.png', 'Maji Safi hakumtii mkulima. +Alikataa kumzima Moto Kali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_8', 3, NULL, 'assets/topic/asb/18311.png', 'Mkulima alimwuliza Ng''ombe Moo kunywa Maji Safi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_9', 3, NULL, 'assets/topic/asb/18312.png', 'Ng''ombe Moo alisema, "Nitayanywa maji haya. Nina kiu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_10', 3, NULL, 'assets/topic/asb/18313.png', 'Maji Safi alilia, "Usininywe. Nitamzima Moto Kali."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_11', 3, NULL, 'assets/topic/asb/18314.png', 'Moto Kali alipiga kelele, "La, hutanizima. Nitamteketeza Trasti Wip."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_12', 3, NULL, 'assets/topic/asb/18315.png', 'Trasti Wip alilia, "Tafadhali usiniteketeze. Nitamcharaza Piggy."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_13', 3, NULL, 'assets/topic/asb/18316.png', 'Piggy alisema kwa hasira, "Usinicharaze. Nitaingia chumbani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_14', 3, NULL, 'assets/topic/asb/18317.png', 'Piggy aliingia chumbani tayari kulala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kutotii! +Author - +Thobile Gama +Translation - +Brigid Simiyu +Illustration - +Marion Drew +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_16', 1, 'Mpaka rangi Piggy Mrembo na umrembe', 'assets/topic/21149.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_16', 2, 1, 'assets/topic/21149.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_17', 0, 'Mkulima alimuambia Piggy alale wapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_17', 1, 1, 'Kwenye kalamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_17', 0, 1, 'Kwenye Penseli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_17', 0, 2, 'Kwenye eneo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_17', 0, 3, 'Kwenye Nyumba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_22', 0, 'Trusty Whip alimuambia Moto Kali asimchome.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21149_25', 0, 'Unafikiria ni kwanini Piggy hakutaka kwenda kwenye Kalamu.', 'assets/topic/asb/18310.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_25', 0, 1, 'Piggy alitaka kucheza.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_25', 0, 2, 'Piggy Hakupata usingizi.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_25', 0, 3, 'Piggy alikuwa ana njaa.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21149_25', 0, 4, 'Piggy alitaka alale peke yake.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534', 2, 'Kuwahesabu Wanyama', 'assets/topic/asb/9651.png', 'Susan Kavaya + Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_3', 3, NULL, 'assets/topic/asb/9652.png', 'Tembo mmoja anaenda kunywa maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_4', 3, NULL, 'assets/topic/asb/9647.png', 'Twiga wawili wanakaribia kunywa maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_5', 3, NULL, 'assets/topic/asb/9644.png', 'Nyati watatu na ndege wanne pia wanaenda kunywa maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_6', 3, NULL, 'assets/topic/asb/9646.png', 'Swala watano na nguruwe mwitu sita wanafika mahali kuna maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_7', 3, NULL, 'assets/topic/asb/9650.png', 'Pundamilia saba wanakimbia kwenda kunywa maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_8', 3, NULL, 'assets/topic/asb/9645.png', 'Chura wanane na samaki tisa wanaogelea majini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_9', 3, NULL, 'assets/topic/asb/9651.png', 'Simba mmoja ananguruma. Anataka kunywa maji. Ni nani anamwogopa simba?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_10', 3, NULL, 'assets/topic/asb/9648.png', 'Tembo mmoja na simba mmoja wanakunywa maji pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kuwahesabu Wanyama +Author - +Zanele Buthelezi, Thembani Dladla and Clare Verbeek +Translation - +Susan Kavaya +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First words +© School of Education and Development (Ukzn) and African Storybook Initiative 2007 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.akdn.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_12', 1, 'Mpake rangi Tembo na Umrembe', 'assets/topic/17534.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_12', 2, 1, 'assets/topic/17534.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_13', 0, 'Simba wangapi walikunywa maji?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_13', 1, 1, 'Mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_13', 0, 1, 'Wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_13', 0, 2, 'Hakuna aliyekunywa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_13', 0, 3, 'Watatu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_18', 0, 'Pundamilia saba walikua wanakimbilia kwenye maji.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17534_21', 0, 'Unafikiri kwanini wanyama wanakunywa maji pamoja?.', 'assets/topic/asb/9651.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_21', 0, 1, 'Kunaweza kuwa na ukame.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_21', 0, 2, 'Maji yanaweza kuwa matamu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_21', 0, 3, 'Wote ni marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17534_21', 0, 4, 'Ili kuonyesha umoja wao.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031', 2, 'Kwa nini Ajao hakuzikwa', 'assets/topic/asb/16974.png', 'Ursula Nafula + Jesse Breytenbach', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_3', 3, NULL, 'assets/topic/asb/16973.png', 'Ajao alikuwa popo. +Aliugua nyumbani kwake bila kupata usaidizi wowote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_4', 3, NULL, 'assets/topic/asb/16974.png', 'Baada ya muda, Ajao alifariki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_5', 3, NULL, 'assets/topic/asb/16975.png', 'Majirani walisema, "Ajao amekufa. Itatubidi tuwaite jamaa zake waje wamzike."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_6', 3, NULL, 'assets/topic/asb/16976.png', 'Majirani waliwaita ndege wakisema, "Mmoja wenu amefariki. Njooni mkamzike."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_7', 3, NULL, 'assets/topic/asb/16977.png', 'Ndege walipokuja, waliona kuwa ni Ajao. +Wakasema, "Mnyama huyu si wa jamii yetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_8', 3, NULL, 'assets/topic/asb/16978.png', '"Wote wa jamii yetu wana manyoya. Lakini Ajao hana manyoya yoyote. Yeye si mmoja wetu." +Kisha ndege hao waliondoka wakaenda zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_9', 3, NULL, 'assets/topic/asb/16979.png', 'Majirani walikubali, "Ndege wamesema ukweli. Ajao hana manyoya. Yeye si wa jamii yao."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_10', 3, NULL, 'assets/topic/asb/16980.png', 'Kisha mmoja wao akasema, "Labda Ajao ni wa jamii ya panya. Anafanana nao."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_11', 3, NULL, 'assets/topic/asb/16981.png', 'Majirani waliwaita panya wakisema, "Mmoja wenu amefariki. Njooni mkamzike."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_12', 3, NULL, 'assets/topic/asb/16982.png', 'Panya walipofika waliona kuwa ni Ajao. +Walisema, "Mnyama huyu si wa jamii yetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_13', 3, NULL, 'assets/topic/asb/16983.png', '"Kila mmoja wa familia yetu huwa na mkia. Ajao hana mkia." +Kisha Panya waliondoka wakaenda zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_14', 3, NULL, 'assets/topic/asb/16984.png', 'Hakuna jamaa wa Ajao aliyepatikana. +Kwa hivyo, Ajao hakuzikwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kwa nini Ajao hakuzikwa +Author - +Taiwo Ẹhinẹni +Translation - +Ursula Nafula +Illustration - +Jesse Breytenbach +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_16', 1, 'Mchora Mamalia Popo na umrembe.', 'assets/topic/17031.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_16', 2, 1, 'assets/topic/17031.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_17', 0, 'Ajao ni nani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_17', 1, 1, 'Popo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_17', 0, 1, 'Ndege'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_17', 0, 2, 'Panya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_17', 0, 3, 'Mbwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_22', 0, 'Ndege na Panya walimsaidia Ajao kuzika.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_22', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_22', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17031_25', 0, 'Ungefanya nini ikiwa ungekuwa rafiki wa Ajao?', 'assets/topic/asb/16974.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_25', 0, 1, 'Ningemzika Ajao.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_25', 0, 2, 'Ningeepuka kusema yeye si familia yetu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_25', 0, 3, 'Ningewajulisha familia yake.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('17031_25', 0, 4, 'Nisingeruhusu afe.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069', 2, 'Kwa nini buibui ana miguu myembamba', 'assets/topic/asb/1069.png', 'Brigid Simiyu +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_3', 3, NULL, 'assets/topic/asb/1070.png', 'Kulikuwa na buibui mmoja mvivu aliyeitwa Anansi. Badala ya kujipikia chakula, Anansi alipenda kuwatembelea marafiki zake na kula chakula chao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_4', 3, NULL, 'assets/topic/asb/1071.png', 'Siku moja Anansi alipitia nyumbani kwa Sungura na kunusa mboga zilizokuwa zikipikwa. Alizitamani sana. Sungura alimwambia, "Hazijaiva, lakini unaweza kunisaidia kuosha vyombo tukisubiri ziive." +Anansi akamjibu kwa haraka, "Samahani, nina kazi nyingine, nitarudi baadaye."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_5', 3, NULL, 'assets/topic/asb/1072.png', '"Nitakujulishaje zitakapokuwa tayari?" Sungura akamwuliza. Anansi akawaza kidogo halafu akasema, "Nitasokota utando nifunge ncha moja mguuni kwangu na nyingine chunguni. Mboga zitakapoiva, utauvuta utando, nami nitakimbia nije." +Kwa hivyo, Anansi aliufunga utando kwenye chungu kisha akaenda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_6', 3, NULL, 'assets/topic/asb/1073.png', 'Anansi alimwona Kima na mkewe wakipika maharage. Kima alisema, "Jiunge nasi! Maharage karibu yaive." +Anansi akamjibu, "Samahani, nina kazi nyingine, nitarudi baadaye. Nitafunga ncha moja ya utando huu kwenye mguu na nyingine kwenye chungu chako. Maharage yatakapoiva, utauvuta utando, nami nitakuja."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_7', 3, NULL, 'assets/topic/asb/1074.png', 'Anansi alipita kwa Nguruwe na kunusia viazi vitamu na asali. Nguruwe alisema, "Ninapika viazi vitamu na asali. Njoo tule." +Anansi akamjibu, "Ningependa lakini sina muda." Anansi akafunga utando ncha moja mguuni na nyingine kwenye chungu cha viazi vitamu. Akamwambia Nguruwe, "Viazi vitakapoiva, utauvuta utando huu, nami nitakuja."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_8', 3, NULL, 'assets/topic/asb/1075.png', 'Anansi alipofika mtoni, miguu yake yote ilikuwa imefungwa kwa ncha za utando. Anansi akawaza, "Hili lilikuwa ni wazo zuri sana. Ila najiuliza ni chungu kipi kitakachoiva kwanza?" +Pale pale Anansi akahisi mguu mmoja ukivutwa. Akasema, "Ah, hii ni ncha ya utando uliofungwa kwenye chungu cha mboga."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_9', 3, NULL, 'assets/topic/asb/1076.png', 'Anansi aliendelea kuhisi mvuto baada ya mwingine. Alivutwa pande tatu mara moja. "Ah! Jamani!" Anansi alisema alipovutwa kwa mara ya nne. Kabla hajapumua, akahisi ncha ya tano, ya sita, ya saba, na ya nane zikivutwa. +Anansi alivutwa huku na kule. Kila mmoja alivuta ncha yake wakati ule ule. Miguu yake ilivutwa ikawa myembamba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_10', 3, NULL, 'assets/topic/asb/1069.png', 'Anansi alijirusha mtoni kwa haraka. Tando zote zilipochukuliwa na maji, alijivuta taratibu kwa maumivu hadi kando ya mto. Anansi alihisi uchungu, "Ah! Ah!" Labda hili halikuwa wazo zuri kabisa." Siku ile hakupata chakula chochote. +Tangu wakati huo, buibui huwa na miguu minane myembamba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kwa nini buibui ana miguu myembamba +Author - +Ghanaian folktale +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_12', 1, 'Mpake rangi Buibui na Umrembe.', 'assets/topic/2069.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_12', 2, 1, 'assets/topic/2069.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_13', 0, 'Oanisha wanyama na vyakula wanavyopika.', NULL, NULL, 'pair'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 1, 'Sungura'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 2, 'Mboga ya majani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 3, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 4, 'Maharagwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 5, 'Nguruwe pori'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_13', 1, 6, 'Viazi vitamu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_20', 0, 'Mwishowe Anansi alipata chakula nyumbani kwa Sungura', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_20', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_20', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2069_23', 0, 'Je, utafanya nini ikiwa una njaa?', 'assets/topic/asb/1069.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_23', 0, 1, 'Nitapika na kula.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_23', 0, 2, 'Nitawatembelea marafiki zangu nyumbani kwao.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_23', 0, 3, 'Nitakaa na Njaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2069_23', 0, 4, 'Nitakula matunda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088', 2, 'Kwa nini Nzi humsumbua Ng''ombe', 'assets/topic/asb/19248.png', 'Brigid Simiyu + Stephen Wallace', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_3', 3, NULL, 'assets/topic/asb/19248.png', 'Je, umewahi kuona kundi la ng''ombe malishoni? +Kila mara ng''ombe hutikisa kichwa chake. Huonekana akijaribu kuwafukuza nzi wanaomsumbua. +Lakini, kwa nini nzi hupenda kuzunguka kichwa cha Ng''ombe?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_4', 3, NULL, 'assets/topic/asb/19249.png', 'Inaaminika kuwa tabia hii ilianza zamani katika nchi ya mbali. Malkia wa nchi hiyo alikuwa tajiri na mkarimu. Siku moja aliamua kuwaandalia wanyama wote karamu. Aliandaa meza kubwa ya nyama, mikate, mboga aina aina na matunda matamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_5', 3, NULL, 'assets/topic/asb/19250.png', 'Wanyama wailfurahia vyakula wakajilamba midomo. Malkia alisema, "Mnyama mkubwa katika kila meza ndiye atakayegawa chakula katika meza hiyo." +Ng''ombe alikuwa ameketi meza moja na Kondoo, Mbuzi, Mbwa, Bata Bukini na Nzi. Ng''ombe akaanza kuwagawia chakula. Alimpa kila mnyama kipande kikubwa cha mkate na jibini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_6', 3, NULL, 'assets/topic/asb/19251.png', 'Kwa vile Nzi alikuwa mdogo, Ng''ombe alijifanya +hakumuona. "Zuum! Zuum! Zii! Na mimi, je? Tafadhali nigawie chakula pia." Nzi alilalamika. Ng''ombe hakumsikia Nzi. Aliendelea kuula +mkate wake. Maskini Nzi aliketi bila chochote huku akiwatazama wanyama wengine wakila.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_7', 3, NULL, 'assets/topic/asb/19252.png', 'Walipomaliza kula mkate, Ng''ombe aliwagawia nyama na mboga. Kila mnyama alipokea sahani kubwa ya chakula. Lakini, kwa vile Nzi alikuwa mdogo, Ng''ombe tena hakumuona. "Zuum! Zuum! Zii! Na mimi, je? Tafadhali nigawie chakula pia." Nzi alilalamika kwa sauti kuliko mara ya kwanza. Ng''ombe alimkasirikia Nzi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_8', 3, NULL, 'assets/topic/asb/19253.png', '"Eboi! Kumbe huna adabu?" Ng''ombe alimwuliza. "Mdudu mdogo kama wewe hustahili kuwa katika karamu ya malkia. Subiri hadi wanyama wote wakubwa wamalize kula." Chakula kilikwisha. Maskini Nzi hakupokea hata chembe. Ng''ombe akaanza kugawa matunda tikiti maji na matofaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_9', 3, NULL, 'assets/topic/asb/19254.png', 'Wanyama wote wakapata chakula isipokuwa Nzi. "Zuum! Zuum! Zii! Na mimi, je? Tafadhali nigawie chakula pia." Nzi alilalamika tena. Ng''ombe alicheka huku akiuma tofaa. "Ninyi mnasikia chochote?" Aliwauliza wanyama wengine. "Mimi sijasikia chochote." Wanyama wote walishiba kupita kiasi isipokuwa Nzi. Tumbo lake lilinguruma kwa njaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_10', 3, NULL, 'assets/topic/asb/19256.png', 'Baada ya chakula, walicheza na kuburudika. Nzi alikuwa amekasirika. Aliamua kurudi nyumbani. Malkia alimwuliza, "Nzi, mbona unaondoka? Hujafurahia karamu?" Nzi aliinama kwa heshima, "Samahani, chakula kilikuwa kitamu. Lakini sikugawiwa hata chembe." Nzi alimweleza malkia namna ilivyokuwa. Malkia alikasirishwa na Ng''ombe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_11', 3, NULL, 'assets/topic/asb/19255.png', 'Malkia akasema, "Kutoka leo, wewe na marafiki zako mtakuwa mkiwasumbua Ng''ombe kila siku tangu asubuhi hadi jioni. Utakizunguka kichwa na kupiga kelele karibu na masikio yake. Hivyo ndivyo atakavyopata funzo. Hatawahi kukudharau tena. Atajua kwamba kwangu mimi, hata mdudu mdogo ni muhimu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_12', 3, NULL, 'assets/topic/asb/19257.png', 'Hiyo ndiyo sababu Nzi amekuwa akifanya hadi leo. +Yeye na marafiki zake hupiga kelele kwenye masikio ya Ng''ombe tangu asubuhi hadi jioni. Wanapofanya hivyo, wao huimba "Zuum! Zuum! Zii! Hamtatudharau tena. Semeni ndiyo!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kwa nini Nzi humsumbua Ng''ombe +Author - +Jaco jacobs +Translation - +Brigid Simiyu +Illustration - +Stephen Wallace +Language - +Kiswahili +Level - +Longer paragraphs +© Lapa 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_14', 1, 'Wapake rangi Nzi na Ngómbe na uwarembe', 'assets/topic/22088.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_14', 2, 1, 'assets/topic/22088.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_15', 0, 'Nani humsumbua Ngómbe wakati wote?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_15', 1, 1, 'Nzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_15', 0, 1, 'Asali ya Nyuki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_15', 0, 2, 'Kipepeo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_15', 0, 3, 'Ndege'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_20', 0, 'Nzi alikua mdogo sana, hivyo Ngómbe alimuona kwa shida.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_20', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_20', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22088_23', 0, 'Utafanya nini ikiwa hakuna mtu anayekuona?', 'assets/topic/asb/19248.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_23', 0, 1, 'Nitapiga kelele kwa sauti kubwa.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_23', 0, 2, 'Nitatupa Mpira wa karatasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_23', 0, 3, 'Nitatupa jiwe dogo.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22088_23', 0, 4, 'Nitamkumbusha mtu.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938', 2, 'Kwa nini viboko hawana manyoya', 'assets/topic/asb/6143.png', 'Wilkins Kiondo + Little Zebra Books and Carol Liddiment', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_3', 3, NULL, 'assets/topic/asb/6162.png', 'Siku moja, Sungura alikuwa anatembea ukingoni mwa mto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_4', 3, NULL, 'assets/topic/asb/6163.png', 'Kiboko alikuwa akila majani matamu ya kijani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_5', 3, NULL, 'assets/topic/asb/6145.png', 'Kwa bahati mbaya, Kiboko alimkanyaga Sungura mguuni. Kwa uchungu, Sungura alipiga mayowe  na kumfokea Kiboko akisema, "Wewe Kiboko! Unaukanyaga mguu wangu. Huoni?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_6', 3, NULL, 'assets/topic/asb/6146.png', 'Kiboko alimuomba Sungura msamaha, "Samahani sana rafiki. Sikukusudia. Naomba unisamehe!" Sungura hakumsikiliza. Aliendelea kumfokea Kiboko akisema, "Umefanya makusudi! Siku moja nitalipiza kisasi!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_7', 3, NULL, 'assets/topic/asb/6147.png', 'Siku moja, Sungura alienda kumtafuta Moto na kumwambia, "Naomba umuunguze Kiboko atakapotoka kwenye maji baada ya kula majani. Kanikanyaga!" Moto akajibu, "Hapana shaka, rafiki yangu Sungura. Nitafanya ulivyoniambia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_8', 3, NULL, 'assets/topic/asb/6148.png', 'Kiboko alipokuwa akila majani kando ya mto, "Whuuush!" Moto akalipuka na kuanza kuyaunguza manyoya ya Kiboko.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_9', 3, NULL, 'assets/topic/asb/6149.png', 'Kiboko alilia kwa uchungu huku akikimbilia majini. Manyoya yake yote yaliungua. Kiboko alipiga mayowe, "Manyoya yangu yameunguzwa! Moto ameyaunguza manyoya yangu yote! Manyoya yangu yameungua! Manyoya yangu mazuri!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_10', 3, NULL, 'assets/topic/asb/6170.png', 'Tangu wakati huo, kiboko hatembei mbali na maji kwa kuhofia kuunguzwa na Moto. Sungura alifurahi sana kumuona Kiboko bila manyoya. Akasema, "Nimelipiza kisasi!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kwa nini viboko hawana manyoya +Author - +Basilio Gimo and David Ker +Translation - +Wilkins Kiondo +Illustration - +Little Zebra Books and Carol Liddiment +Language - +Kiswahili +Level - +First paragraphs +© Little Zebra Books 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://www.littlezebrabooks.com/.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_12', 1, 'Mpake rangi Kiboko na umrembe.', 'assets/topic/15938.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_12', 2, 1, 'assets/topic/15938.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_13', 0, 'Nani alimkanyaga mguu Sungura?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_13', 1, 1, 'Kiboko'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_13', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_13', 0, 2, 'Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_13', 0, 3, 'Simba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_18', 0, 'Kiboko aliungua nywele akiwa nchi kavu, hivo siku zote huishi kwenye maji.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15938_21', 0, 'Kama mtu yeyote akikunyaga mguu utafanyaje?', 'assets/topic/asb/6143.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_21', 0, 1, 'Nitasamehe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_21', 0, 2, 'Nitamfundisha adabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_21', 0, 3, 'Ntamkanyaga na yeye.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15938_21', 0, 4, 'Nitapiga kelele na kucheka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442', 2, 'Kwa nini Yayeri ni mashuhuri?', 'assets/topic/asb/7509.png', 'Kiondo Wilkins + Vusi Malindi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_3', 3, NULL, 'assets/topic/asb/7513.png', 'Yayeri anaamka mapema. +Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_4', 3, NULL, 'assets/topic/asb/7514.png', 'Anashukuru kwa usiku uliopita. Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_5', 3, NULL, 'assets/topic/asb/7517.png', 'Anatandika godoro vizuri. +Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_6', 3, NULL, 'assets/topic/asb/7516.png', 'Anawasalimu babu na bibi. +Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_7', 3, NULL, 'assets/topic/asb/7515.png', 'Anaosha uso wake. +Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_8', 3, NULL, 'assets/topic/asb/7518.png', 'Anapiga meno yake mswaki. +Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_9', 3, NULL, 'assets/topic/asb/7507.png', 'Anaoga. +Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_10', 3, NULL, 'assets/topic/asb/7511.png', 'Anavaa sare ya shule. +Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_11', 3, NULL, 'assets/topic/asb/7508.png', 'Anavaa viatu vyake vyeusi. +Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_12', 3, NULL, 'assets/topic/asb/7512.png', 'Anafika shuleni mapema. +Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_13', 3, NULL, 'assets/topic/asb/7510.png', 'Anasoma kwa bidii. +Tunajiuliza, "Kwa nini Yayeri ni mashuhuri?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_14', 3, NULL, 'assets/topic/asb/7509.png', 'Anacheza na wenzake. +Unaelewa kwa nini Yayeri ni mashuhuri?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kwa nini Yayeri ni mashuhuri? +Author - +Michael Oguttu +Translation - +Kiondo Wilkins +Illustration - +Vusi Malindi +Language - +Kiswahili +Level - +First words +© Text: Uganda Community Libraries Association (Ugcla)  Artwork: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_16', 1, 'Chora Sabuni na Uirembe.', 'assets/topic/8442.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_16', 2, 1, 'assets/topic/8442.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_17', 0, 'Ni ipi rangi ya sabuni yake?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_17', 1, 1, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_17', 0, 1, 'Nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_17', 0, 2, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_17', 0, 3, 'Njano'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_22', 0, 'Viatu vyake ni vya rangi gani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_22', 1, 1, 'Nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_22', 0, 1, 'Buluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_22', 0, 2, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_22', 0, 3, 'Rangi ya chungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8442_27', 0, 'Unapendelea rangi gani?', 'assets/topic/asb/7509.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_27', 0, 1, 'Nyeusi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_27', 0, 2, 'Bluu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_27', 0, 3, 'Nyekundu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('8442_27', 0, 4, 'Rangi ya chungwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473', 2, 'Kwanini makitaba ilijengwa?', 'assets/topic/asb/7960.png', 'JENNIFER PRISCILLA APIO and Priscilla Jey + Marleen Visser, Magriet Brink, Karlien de Villiers, Marike le Roux, Jano Strydom, Rob Owen, Jesse Breytenbach and Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_3', 3, NULL, 'assets/topic/asb/8548.png', 'viti na meza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_4', 3, NULL, 'assets/topic/asb/8856.png', 'vitabu vingi kwa ajili ya watoto na wakubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_5', 3, NULL, 'assets/topic/asb/9652.png', 'ukutani kuna picha zilizonakishiwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_6', 3, NULL, 'assets/topic/asb/9850.png', 'mawingu meupe na bluu kwenye dali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_7', 3, NULL, 'assets/topic/asb/8947.png', 'watoto kwa wakubwa huenda makitaba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_8', 3, NULL, 'assets/topic/asb/9855.png', 'marafiki zangu na mm hua tunaenda makitaba kipindi cha likizo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_9', 3, NULL, 'assets/topic/asb/8850.png', 'Tunasoma hiki kitabu siku yetu tulivu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_10', 3, NULL, 'assets/topic/asb/8854.png', 'Mama aliazima kitabu cha picha makitaba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_11', 3, NULL, 'assets/topic/asb/8851.png', 'sehemu yangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_12', 3, NULL, 'assets/topic/asb/8855.png', 'sehemu yako.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_13', 3, NULL, 'assets/topic/asb/8858.png', 'sehemu yenu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_14', 3, NULL, 'assets/topic/asb/8856.png', 'nafurahia sana makitaba!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kwanini makitaba ilijengwa? +Author - +Kabubbu Remedial class +Translation - +JENNIFER PRISCILLA APIO and Priscilla Jey +Illustration - +Marleen Visser, Magriet Brink, Karlien de Villiers, Marike le Roux, Jano Strydom, Rob Owen, Jesse Breytenbach and Catherine Groenewald +Language - +Kiswahili +Level - +First sentences +© Kabubbu Pilot Site 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_16', 1, 'Chora vitabu vingi na uvipake rangi.', 'assets/topic/24473.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_16', 2, 1, 'assets/topic/24473.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_17', 0, 'Si watoto tu, hata watu wazima huenda maktaba.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_17', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_17', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_20', 0, 'Picha zilipakwa rangi wapi Maktaba?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_20', 1, 1, 'Ukutani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_20', 0, 1, 'Kwenye viti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_20', 0, 2, 'Mezani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_20', 0, 3, 'Darini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24473_25', 0, 'Unapendelea kusoma nini ukienda Maktaba?', 'assets/topic/asb/7960.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_25', 0, 1, 'Vitabu vya Hadithi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_25', 0, 2, 'Historia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_25', 0, 3, 'Sayansi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24473_25', 0, 4, 'Utamaduni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999', 2, 'Kwenda Jijini', 'assets/topic/asb/15008.png', 'Ursula Nafula + Brian Wambi', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_3', 3, NULL, 'assets/topic/asb/14993.png', 'Niliwasili katika kituo chetu cha basi. Kilikuwa kimejaa watu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_4', 3, NULL, 'assets/topic/asb/14994.png', 'Kondakta wa basi aliita, "Kwenda jijini! Tunaondoka sasa!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_5', 3, NULL, 'assets/topic/asb/14995.png', 'Watu walifanya haraka kuingia ndani ya basi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_6', 3, NULL, 'assets/topic/asb/14997.png', 'Wanawake waliokuwa na watoto waliketi. +Safari itakuwa ndefu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_7', 3, NULL, 'assets/topic/asb/14996.png', 'Niliketi kwenye dirisha karibu na mwanamume na mwanamke.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_8', 3, NULL, 'assets/topic/asb/14998.png', 'Niliwaza, "Ninaenda jijini! Nitakosa familia yangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_9', 3, NULL, 'assets/topic/asb/14999.png', 'Wachuuzi wengi waliingia kuuza bidhaa zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_10', 3, NULL, 'assets/topic/asb/15000.png', 'Baadhi ya abiria walinunua bidhaa. +Sikuwa na pesa ya kununua chochote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_11', 3, NULL, 'assets/topic/asb/15001.png', 'Ghafla, dereva alipiga honi. +Tulikuwa tayari kuondoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_12', 3, NULL, 'assets/topic/asb/15002.png', 'Wachuuzi walisukumana kutoka nje.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_13', 3, NULL, 'assets/topic/asb/15003.png', '"Tutafika saa ngapi?" Nilijiuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_14', 3, NULL, 'assets/topic/asb/15004.png', 'Ndani ya basi mlikuwa na joto sana. +Niliyafumba macho yangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_15', 3, NULL, 'assets/topic/asb/15005.png', 'Niliwafikiri mama na ndugu yangu wakiwa nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_16', 3, NULL, 'assets/topic/asb/15006.png', 'Baadaye, nilipatwa na usingizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_17', 3, NULL, 'assets/topic/asb/15007.png', 'Baada ya muda mrefu, niliamka. +Karibu kila abiria alikuwa ameshuka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_18', 3, NULL, 'assets/topic/asb/15008.png', 'Nilianza kutafuta mahali mjomba aliishi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Kwenda Jijini +Author - +Lesley Koyi and Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_20', 1, 'Paka rangi Basi.', 'assets/topic/21999.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_20', 2, 1, 'assets/topic/21999.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_21', 0, 'Abiria waliweka wapi vitu vyao?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_21', 1, 1, 'Makabatini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_21', 0, 1, 'Mwambani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_21', 0, 2, 'kwenye kiti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_21', 0, 3, 'Kwenye mkanda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_26', 0, 'Watu walibeba vitu tofauti katika basi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21999_29', 0, 'Utafanya nini utakapoingia kwenye basi?', 'assets/topic/asb/15008.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_29', 0, 1, 'Nitalala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_29', 0, 2, 'Nitakaa karibu na dirisha.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_29', 0, 3, 'Nitakula vitafunwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21999_29', 0, 4, 'Nitaongea na wengine.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080', 2, 'Leah, Roba na Ng''ombe', 'assets/topic/asb/9373.png', 'Brigid Simiyu + Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_3', 3, NULL, 'assets/topic/asb/9371.png', 'Hapo zamani, katika kijiji kimoja, kulikuwa na mvulana aliyeitwa Roba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_4', 3, NULL, 'assets/topic/asb/9370.png', 'Roba alikuwa rafiki ya Leah. Walikuwa majirani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_5', 3, NULL, 'assets/topic/asb/9374.png', 'Siku moja, walienda kuchota maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_6', 3, NULL, 'assets/topic/asb/9373.png', 'Walipokaribia kisima, walimwona ng''ombe akiwa amelala hapo. +Waliketi chini kujadiliana vile wangecheza naye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_7', 3, NULL, 'assets/topic/asb/9378.png', 'Roba alianza kumuiga ng''ombe. Alisema kwa sauti ya juu, "Mooo, mooo, moooooo!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_8', 3, NULL, 'assets/topic/asb/9376.png', 'Aliendelea hadi ng''ombe akawatazama. Leah alishtuka. +Roba aligundua kwamba Leah alikuwa ameogopa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_9', 3, NULL, 'assets/topic/asb/9380.png', 'Roba alisema, "Twende tumpige atoroke ili tuchote maji." +Leah alimjibu huku akitetemeka, "Roba, ninaogopa!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_10', 3, NULL, 'assets/topic/asb/9381.png', 'Roba alikuwa wa kwanza kuenda. Leah alimfuata +polepole. +Walijaribu kumgonga ng''ombe, lakini ng''ombe yule hakusonga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_11', 3, NULL, 'assets/topic/asb/9385.png', 'Roba alisema, "Leah, unaweza kuketi hapa. Mimi nitachota maji." +Leah alikubali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_12', 3, NULL, 'assets/topic/asb/9384.png', 'Roba alijaza ndoo ya kwanza maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_13', 3, NULL, NULL, 'Alipokuwa akijaza ndoo ya pili, ng''ombe alisimama. +Alimuenua Roba juu kwa pembe moja kisha akamtupa mgongoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_14', 3, NULL, 'assets/topic/asb/9387.png', 'Roba alipiga kelele, "Joo, jooo, jooooo!" +Leah aliangua kicheko na hakuweza kuacha kucheka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_15', 3, NULL, 'assets/topic/asb/9388.png', 'Ng''ombe alisema, "Mooo, mooo, moooooo!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_16', 3, NULL, 'assets/topic/asb/9389.png', 'Leah alipoacha kucheka, alikimbia haraka alivyoweza. +Alimpata mamake Roba akifagia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_17', 3, NULL, 'assets/topic/asb/9390.png', 'Alisema huku akihema, "Ma-ma! Ma-ma! Ng''o-mbe amemchukua Roba!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_18', 3, NULL, 'assets/topic/asb/9391.png', 'Mamake Roba aliangusha ufagio akakimbia. +Unadhani ni nini kilichotendeka baadaye?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Leah, Roba na Ng''ombe +Author - +Matlotlisang Tenane +Translation - +Brigid Simiyu +Illustration - +Marion Drew +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://paleng.weebly.com/,', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_20', 1, 'Mpake rangi Ngómbe na Umrembe.', 'assets/topic/22080.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_20', 2, 1, 'assets/topic/22080.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_21', 0, 'Mnyama yupi alilala karibu na chemchemi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_21', 1, 1, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_21', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_21', 0, 2, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_21', 0, 3, 'Simba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_26', 0, 'Ngómbe hakusogea ingawa walijaribu kumgonga.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_29', 0, 'Ngómbe alikua Mpole na hakumshambulia Roba.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_29', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_29', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22080_32', 0, 'Utafanya nini ukiona ng''ombe ameketi karibu na maji?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_32', 0, 1, 'Nitaepuka kwenda karibu na yeye.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_32', 0, 2, 'Nitapita njia nyingine.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_32', 0, 3, 'Nitajaribu kumtisha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22080_32', 0, 4, 'Nitamlisha kitu.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670', 2, 'Likizo kwa Bibi', 'assets/topic/asb/11661.png', 'Brigid Simiyu +Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_3', 3, NULL, 'assets/topic/asb/11657.png', 'Odongo na Apiyo waliishi na baba yao mjini. Kila wakati waliitazamia likizo si tu kwa shule kufungwa, bali pia kumtembelea bibi yao. +Bibi aliishi katika kijiji cha wavuvi karibu na ziwa kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_4', 3, NULL, 'assets/topic/asb/11658.png', 'Odongo na Apiyo walifurahi kwani ulikuwa wakati wa kumtembelea bibi kwa mara nyingine. Usiku huo, walifunganya mifuko yao tayari kwa safari ndefu ya kwenda kijijini. +Usiku kucha waliongea juu ya likizo na kumtembelea bibi kijijini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_5', 3, NULL, 'assets/topic/asb/11659.png', 'Asubuhi iliyofuata, waliondoka mapema kwenye gari la baba yao kuelekea kijijini. Safarini, waliiona milima, wanyama wa pori na mashamba ya majani chai. +Walihesabu magari yaliyopita na kuimba nyimbo walizofunzwa shuleni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_6', 3, NULL, 'assets/topic/asb/11660.png', 'Baada ya muda, walilala kwa sababu ya uchovu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_7', 3, NULL, 'assets/topic/asb/11661.png', 'Walipofika kijijini, baba aliwaamsha. Walimkuta bibi akipumzika kwenye mkeka chini ya mti. +Bibi alikuwa mwanamke mrembo na mwenye nguvu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_8', 3, NULL, 'assets/topic/asb/11662.png', 'Bibi aliwakaribisha kwa kucheza na kuimba kwa furaha. Wajukuu wake walifurahi na kumpa zawadi walizomletea kutoka mjini. +"Fungua zawadi yangu kwanza," Odongo alimsihi. "La, atafungua yangu kwanza!" Apiyo akasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_9', 3, NULL, 'assets/topic/asb/11663.png', 'Bibi aliwabariki wajukuu wake baada ya kuzifungua zawadi. Alipendezwa na zawadi walizompelekea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_10', 3, NULL, 'assets/topic/asb/11664.png', 'Baada ya kupmzika, Odongo na Apiyo walitoka nje. Walifurahia kucheza na vipepeo na ndege. +Hawakuweza kuwaona vipepeo na ndege wengi mjini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_11', 3, NULL, 'assets/topic/asb/11665.png', 'Walipanda mitini na kuchezea ziwani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_12', 3, NULL, 'assets/topic/asb/11666.png', 'Giza lilipoanza kuingia, walirejea nyumbani. Bibi aliwaandalia chakula, lakini walilala kabla ya kumaliza kukila!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_13', 3, NULL, 'assets/topic/asb/11667.png', 'Siku iliyofuata, baba yao aliondoka na kurudi mjini. Aliwaacha Odongo na Apiyo nyumbani kwa bibi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_14', 3, NULL, 'assets/topic/asb/11668.png', 'Odongo na Apiyo walimsaidia bibi yao kufanya kazi za nyumbani. Walitafuta kuni na kuchota maji. Wakakusanya mayai na kuchuna mboga kutoka kwenye bustani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_15', 3, NULL, 'assets/topic/asb/11669.png', 'Bibi aliwafunza wajukuu wake jinsi ya kupika ugali mwororo walioula kwa kitoweo cha nyama. Pia, aliwaonyesha namna ya kupika wali wa nazi walioula kwa mchuzi wa samaki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_16', 3, NULL, 'assets/topic/asb/11670.png', 'Siku moja subuhi, Odongo aliwapeleka ng''ombe wa bibiye malishoni. Kwa bahati mbaya, waliingia shambani mwa jirani. Jirani alitishia kuwafungia ng''ombe kwake kwa kuila mimea yake. Baada ya siku hiyo, Odongo alikuwa mwangalifu zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_17', 3, NULL, 'assets/topic/asb/11671.png', 'Siku ya soko, Odongo na Apiyo walienda pamoja na bibi. Bibi alikuwa na kibanda cha kuuzia mboga, sukari na sabuni. Apiyo aliwaelezea wateja bei za bidhaa. Odongo naye aliwapakia wateja bidhaa walizonunua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_18', 3, NULL, 'assets/topic/asb/11672.png', 'Kabla ya kurejea nyumbani walimsaidia bibi kuhesabu pesa alizopata siku hiyo. Baadaye, walikunywa chai pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_19', 3, NULL, 'assets/topic/asb/11673.png', 'Likizo ilipokaribia kuisha, watoto walilazimika kurudi mjini. Bibi alimpatia Odongo kofia naye Apiyo akampatia sweta kama zawadi. Aliwatayarishia chakula watakachokula safarini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_20', 3, NULL, 'assets/topic/asb/11674.png', 'Baba yao alipofika, hawakutaka kuondoka. Walimsihi Bibi kwenda nao mjini. Lakini, alitabasamu na kusema, "Nina kazi nyingi shambani, siwezi kwenda mjini. Nitawasubiri mje hapa kijijini tena."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_21', 3, NULL, 'assets/topic/asb/11675.png', 'Odongo na Apiyo walimkumbatia na kumuaga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_22', 3, NULL, 'assets/topic/asb/11676.png', 'Odongo na Apiyo waliwaambia marafiki zao kuhusu maisha kijijini. Baadhi yao waliamini kuwa maisha ya mjini ni bora. Bali wengine waliamini maisha ya kijijini ni bora zaidi. Lakini wote walikubali kwamba Odongo na Apiyo walipendwa na bibi yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Likizo kwa Bibi +Author - +Violet Otieno +Translation - +Brigid Simiyu +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_24', 1, 'Mpakare rangi bibi kwenye kiti.', 'assets/topic/12670.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_24', 2, 1, 'assets/topic/12670.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_25', 0, 'Odongo na Apiyo walifurahi kutembelea bibi yao.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_25', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_25', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_28', 0, 'Odongo na Apiyo walinunua zawadi kwa ajili ya bibi yao.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_28', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_28', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_31', 0, 'Nyar-Kanyada alimpa Odongo kofia na Apiyo sweta.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_31', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_31', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12670_34', 0, 'Unapenda kumpa bibi zawadi gani?', 'assets/topic/asb/11661.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_34', 0, 1, 'Sanduku zuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_34', 0, 2, 'Sweta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_34', 0, 3, 'Miwani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12670_34', 0, 4, 'Mwamvuli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586', 2, 'Madola mjanja', 'assets/topic/asb/19552.png', 'African Storybook +Brian Juma', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_3', 3, NULL, 'assets/topic/asb/19543.png', 'Kulikuwa na tajiri mmoja mjanja aliyeitwa Madola. Aliwaajiri watu waliofanya kazi kwa bidii, lakini walipomaliza, hakuwalipa ada zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_4', 3, NULL, 'assets/topic/asb/19544.png', 'Dande alikuwa mvulana mdogo aliyeishi na bibi yake. Alikwenda kwa Madola kuajiriwa ili aweze kumnunulia bibi dawa. Alipata kazi ya kuwachunga mifugo wa Madola.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_5', 3, NULL, 'assets/topic/asb/19545.png', 'Mwisho wa mwezi, Dande alikwenda ili apate malipo yake. Madola alifanya ujanja akamwambia, "Nenda nyumbani kisha urudi kesho nikulipe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_6', 3, NULL, 'assets/topic/asb/19546.png', 'Keshoye, Dande alifika kwa Madola mapema akitarajia kulipwa. Madola alifanya ujeuri tena akamwambia, "Hala! Kwani wewe ni mwanafunzi? Kwa nini umefika hapa mapema hivi? Kwani hii ni shule?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_7', 3, NULL, 'assets/topic/asb/19547.png', 'Madola alimpeleka Dande kando na wafanyakazi wengine akamwambia, "Nitakulipa, lakini, kwanza niletee kibuyu cha asali tamu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_8', 3, NULL, 'assets/topic/asb/19548.png', 'Dande alifikiria, "Ni muhimu sana kuzipata zile hela ili nimnunulie bibi dawa." Alivibeba vibuyu viwili akakimbia msituni kuitafuta asali. Alipouna mzinga, aliviweka vibuyu karibu akasubiri vijae.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_9', 3, NULL, 'assets/topic/asb/19549.png', 'Dande alipokuwa akiwaza jinsi ya kumwadhibu Madola, hakumwona nyoka mdogo mweusi mwenye sumu akiingia katika kibuyu kimoja. Dande aliviziba vile vibuyu ili asali isidondoke kisha akaondoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_10', 3, NULL, 'assets/topic/asb/19550.png', 'Dande alimpelekea Madola kibuyu cha asali akitarajia kulipwa. Madola aliionja asali, akasema, "Niletee kibuyu cha pili cha asali kama hii ndipo nikulipe." Dande alikimbia kukileta kibuyu cha pili bila kujua ndicho kilichoingiwa yule nyoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_11', 3, NULL, 'assets/topic/asb/19551.png', 'Dande alimpatia Madola kibuyu cha pili akisema, "Ndicho hiki kibuyu cha asali tamu kama ile ya kwanza. Naomba unilipe sasa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_12', 3, NULL, 'assets/topic/asb/19552.png', 'Madola alikipokea kibuyu lakini kwa mara nyingine, alimwambia Dande kwa ujanja, "Sikulipi leo. Subiri mwisho wa mwaka." Dande alimtazama Madola kwa hasira kisha akarudi nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_13', 3, NULL, 'assets/topic/asb/19553.png', 'Madola alitaka kuila ile asali kwa pupa. Alipokitia kidole ndani ya kibuyu, aliumwa. Alitoka nje akilia, "Nimeumwa! Nisaidieni jamani!" Nyoka aliyemuuma alitoroka bila kuonwa na yeyote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_14', 3, NULL, 'assets/topic/asb/19554.png', 'Wafanyakazi wote walikimbia wasijue kilichotendeka kwa mwajiri wao. Baadaye, ambulansi ilifika na kumpeleka Madola hospitali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Madola mjanja +Author - +Mariam Yusuf +Translation - +African Storybook +Illustration - +Brian Juma +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_16', 1, 'Mrembe Tajiri Mjanja na Mpake rangi.', 'assets/topic/19586.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_16', 2, 1, 'assets/topic/19586.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_17', 0, 'Tajiri Mjanja aliitwa nani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_17', 1, 1, 'Madola'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_17', 0, 1, 'Badola'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_17', 0, 2, 'Cadola'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_17', 0, 3, 'Doladola'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_22', 0, 'Dande alitaka kununua nini kwaajili ya bibi yake?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_22', 1, 1, 'Dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_22', 0, 1, 'Kofia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_22', 0, 2, 'Sweta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_22', 0, 3, 'Matunda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_27', 0, 'Madola alikuwa mpole sana na alimlipa Dande.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_27', 1, 1, 'Si kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_27', 0, 1, 'Kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19586_30', 0, 'Utafanya nini ikiwa Madola hakulipi?', 'assets/topic/asb/19552.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_30', 0, 1, 'Nitamshawishi kwa kumuelezea matatizo yangu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_30', 0, 2, 'Nitawajulisha watu wazima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_30', 0, 3, 'Nitalalamika Polisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19586_30', 0, 4, 'Nitamfundisha somo.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075', 2, 'Magezi na Kasiira', 'assets/topic/asb/15478.png', 'Brigid Simiyu +Brian Wambi', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_3', 3, NULL, 'assets/topic/asb/15471.png', 'Magezi na Kasiira waliishi pamoja. +Walishiriki chakula pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_4', 3, NULL, 'assets/topic/asb/15472.png', 'Magezi alisema, "Tulime pamoja jinsi tunavyokula pamoja."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_5', 3, NULL, 'assets/topic/asb/15473.png', 'Magezi alimwambia Kasiira, "Wewe lima mimi nitapanda."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_6', 3, NULL, 'assets/topic/asb/15474.png', 'Magezi pia alimwambia Kasiira, "Wewe panda mimi nitapalilia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_7', 3, NULL, 'assets/topic/asb/15475.png', 'Mtama ulikomaa. +Kasiira alimwambia Magezi avune.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_8', 3, NULL, 'assets/topic/asb/15476.png', 'Magezi alijibu, "Wewe vuna. Mimi nitahifadhi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_9', 3, NULL, 'assets/topic/asb/15477.png', 'Magezi alikuwa mvivu. +Kasiira alimpatia kifungu kimoja tu cha mtama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_10', 3, NULL, 'assets/topic/asb/15478.png', 'Magezi alikutana na Kuku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_11', 3, NULL, 'assets/topic/asb/15479.png', 'Kuku alikula ule mtama. +Alimpatia Magezi yai.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_12', 3, NULL, 'assets/topic/asb/15480.png', 'Magezi aliwakuta watoto wekicheza. +Walilivunja lile yai.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_13', 3, NULL, 'assets/topic/asb/15481.png', 'Watoto walimpatia Magezi embe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_14', 3, NULL, 'assets/topic/asb/15482.png', 'Magezi alimkuta Kasuku. +Kasuku alilikula embe kisha akampatia unyoya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_15', 3, NULL, 'assets/topic/asb/15483.png', 'Ziwa liliuchukua unyoya. +Likampatia Magezi maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_16', 3, NULL, 'assets/topic/asb/15484.png', 'Magezi aliyatumia maji kuzima moto wa wachoma makaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_17', 3, NULL, 'assets/topic/asb/15485.png', 'Wachoma makaa walimpatia Magezi shoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_18', 3, NULL, 'assets/topic/asb/15486.png', 'Magezi aliwakuta wachinjaji. +Waliivunja shoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_19', 3, NULL, 'assets/topic/asb/15487.png', 'Magezi alipatiwa kichwa na mkia wa fahali. +Ona alichofanya Magezi!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_20', 3, NULL, 'assets/topic/asb/15488.png', 'Alipiga mayowe, "Fahali wa mfalme amekwama matopeni!" +Ulikuwa ujanja tu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_21', 3, NULL, 'assets/topic/asb/15489.png', 'Watu walikuja kumsaidia. +Magezi aliwaambia, "Vuteni mkia na kichwa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_22', 3, NULL, 'assets/topic/asb/15490.png', 'Magezi aliwaambia watu, "Nipeni ng''ombe wenu nimpelekee mfalme."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Magezi na Kasiira +Author - +Cornelius Gulere +Translation - +Brigid Simiyu +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +First words +© Text: Uganda Community Libraries Association (Ugcla) Artwork: African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_24', 1, 'Wapake rangi Sokwe na Tumbili', 'assets/topic/21075.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_24', 2, 1, 'assets/topic/21075.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_25', 0, 'Wangekula pamoja hata sisiminzi mweupe mmoja.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_25', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_25', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_28', 0, 'Chagua kazi zote alizofanya Kasiira kwa mpangilio kuanzia ya kwanza hadi ya mwisho.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_28', 1, 1, 'Alilima'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_28', 1, 2, 'Alipanda Mtama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_28', 1, 3, 'Alipalilia majani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_28', 1, 4, 'Alivuna Mtama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_28', 1, 5, 'Alihifadhi Ghalani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_34', 0, 'Kila mtu mmoja alimpa Magezi Ngómbe moja.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_34', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_34', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21075_37', 0, 'Unataka kuwa mtu wa aina gani?', 'assets/topic/asb/15478.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_37', 0, 1, 'Mchapakazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_37', 0, 2, 'Wa kushirikiana na marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_37', 0, 3, 'Mwenye Bahati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21075_37', 0, 4, 'Wa kumilikia biashara'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330', 2, 'Magozwe', 'assets/topic/asb/12937.png', 'Ursula Nafula +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_3', 3, NULL, 'assets/topic/asb/12931.png', 'Kulikuwa na wavulana wa kurandaranda mtaani. +Mdogo wao aliitwa Magozwe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_4', 3, NULL, 'assets/topic/asb/12932.png', 'Wazazi wa Magozwe walikufa akiwa mdogo. +Alienda kuishi na mjombake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_5', 3, NULL, 'assets/topic/asb/12933.png', 'Mjombake alimtesa. +Magozwe alitorokea mtaani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_6', 3, NULL, 'assets/topic/asb/12935.png', 'Maisha ya mtaa yalikuwa magumu. +Waliishi kwa kuombaomba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_7', 3, NULL, 'assets/topic/asb/12936.png', 'Siku moja, Magozwe aliokota kitabu cha hadithi kwenye pipa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_8', 3, NULL, 'assets/topic/asb/12937.png', 'Picha zilionyesha rubani. +Magozwe alitamani kuwa rubani mashuhuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_9', 3, NULL, 'assets/topic/asb/12938.png', 'Magozwe alikuwa akiomba chakula barabarani. +Alikutana na Tomaso.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_10', 3, NULL, 'assets/topic/asb/12939.png', 'Tomaso aliwapeleka pahali walikopata chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_11', 3, NULL, 'assets/topic/asb/12940.png', 'Siku moja, Magozwe alimwambia Tomaso, "Sijui kusoma."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_12', 3, NULL, 'assets/topic/asb/12941.png', 'Magozwe pia alimweleza kwa nini alitoroka kwa mjombake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_13', 3, NULL, 'assets/topic/asb/12942.png', 'Magozwe alisherehekea miaka kumi ya kuzaliwa. +Tomaso alimpatia kitabu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_14', 3, NULL, 'assets/topic/asb/12943.png', 'Magozwe alifikiria juu ya kwenda shule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_15', 3, NULL, 'assets/topic/asb/12944.png', 'Ingawa aliogopa, Tomaso alimtia moyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_16', 3, NULL, 'assets/topic/asb/12945.png', 'Magozwe alipelekwa katika makao ya watoto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_17', 3, NULL, 'assets/topic/asb/12946.png', 'Alisoma kwa bidii.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_18', 3, NULL, 'assets/topic/asb/12947.png', 'Siku moja, Magozwe alimweleza Tomaso, "Nitakuwa rubani maarufu kwa wote."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Magozwe +Author - +Lesley Koyi +Adaptation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_20', 1, 'Unda kambi Moto na uipambe.', 'assets/topic/18330.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_20', 2, 1, 'assets/topic/18330.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_21', 0, 'Nani alikua mdogo katika kikundi cha wavulana?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_21', 1, 1, 'Magozwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_21', 0, 1, 'Maggie'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_21', 0, 2, 'Mago'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_21', 0, 3, 'Gozwe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_26', 0, 'Mjomba wa Magozwe alikuwa mtu mwenye huruma.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_29', 0, 'Siku moja Magozwe aliokota kitabu cha hadithi kwenye Pipa.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_29', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_29', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_32', 0, 'Thomas alikuwa mpole na alitoa chakula kwa wavulana.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_32', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_32', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18330_35', 0, 'Utawasaidiaje watu wasio na makazi?', 'assets/topic/asb/12937.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_35', 0, 1, 'Nitawapa chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_35', 0, 2, 'Nitawapa sadaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_35', 0, 3, 'Nitakua Mwema na kusikiliza hadithi zao.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('18330_35', 0, 4, 'Nitawaonyesha kituo cha kulelea watoto yatima.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412', 2, 'Maguru apatiana miguu', 'assets/topic/asb/13910.png', 'Ursula Nafula +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_3', 3, NULL, 'assets/topic/asb/13904.png', 'Hapo zamani, wanyama hawakuwa na miguu. +Wote walitambaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_4', 3, NULL, 'assets/topic/asb/13905.png', 'Watu pekee ndio waliotembea. +Walikuwa wamepatiwa miguu na Maguru.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_5', 3, NULL, 'assets/topic/asb/13906.png', 'Siku moja, Maguru aliamua kuwapatia pia wanyama miguu. +Alitaka watembee kama vile binadamu. Kwa hivyo aliwatangazia!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_6', 3, NULL, 'assets/topic/asb/13907.png', 'Wanyama walifurahi. Sasa wangeweza kutembea na kukimbia. +Waliimba na kucheza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_7', 3, NULL, 'assets/topic/asb/13908.png', 'Ilikuwa vigumu kutambaa. Tumbo zao zilikwaruzwa. +Wangepata miguu wangeweza pia kusimama na kuona mbali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_8', 3, NULL, 'assets/topic/asb/13909.png', 'Siku ilipofika, wanyama wengi walitambaa kwenda kwa Maguru.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_9', 3, NULL, 'assets/topic/asb/13910.png', 'Kila mnyama alipata miguu minne. +Kila ndege alipata miguu miwili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_10', 3, NULL, 'assets/topic/asb/13911.png', 'Walifanana tofauti waliposimama. +Baadhi yao walianguka waliposimama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_11', 3, NULL, 'assets/topic/asb/13912.png', 'Walizunguka kijijini wakiwaambia watu, "Hatutatambaa tena."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_12', 3, NULL, 'assets/topic/asb/13913.png', 'Wa mwisho kwenda kwa Maguru alikuwa Jongoo. Maguru alimwuliza, "Kuna mwingine nyuma yako?" Jongoo alijibu, "La! Mimi ndiye wa mwisho."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_13', 3, NULL, 'assets/topic/asb/13914.png', 'Maguru aliwaza, "Ikiwa yeye ndiye wa mwisho, nitaifanyia nini miguu itakayobaki?" +Maguru aliamua kumpatia Jongoo miguu yote iliyokuwa imebaki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_14', 3, NULL, 'assets/topic/asb/13915.png', 'Jongoo aliondoka kwa furaha akiwa na miguu mingi. Aliwaza, "Nitaweza kwenda kwa kasi kuwaliko wote."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_15', 3, NULL, 'assets/topic/asb/13916.png', 'Baada ya Jongoo kuondoka, Nyoka alifika. "Tafadhali, nipatie nami miguu." Nyoka alimsihi Maguru.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_16', 3, NULL, 'assets/topic/asb/13917.png', '"Nimepatiana miguu yote kwa waliotangulia. Wewe ulikuwa wapi?" Maguru alimwuliza. +Nyoka alimjibu, "Nililala kupita kiasi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_17', 3, NULL, 'assets/topic/asb/13918.png', 'Maguru alitafuta kila mahali lakini hakupata miguu yoyote ya kumpatia Nyoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_18', 3, NULL, 'assets/topic/asb/13919.png', 'Maguru alimwambia, "Hakuna miguu iliyobaki." +Nyoka alitambaa akarudi bila miguu. +Hiyo ndiyo sababu nyoka huwa hawalali. Wanasubiri kupata miguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Maguru apatiana miguu +Author - +Mutugi Kamundi +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_20', 1, 'Mchoro Jongoo na Umrembe.', 'assets/topic/14412.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_20', 2, 1, 'assets/topic/14412.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_21', 0, 'Kwa muda mrefu sana, wanyama hakua na nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_21', 1, 1, 'Miguu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_21', 0, 1, 'Masikio'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_21', 0, 2, 'Macho'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_21', 0, 3, 'Mkia'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_26', 0, 'Jongoo alipata miguu mingi kutoka kwa Maguru.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_29', 0, 'Nyoka hakupata Miguu kutoka kwa Maguru kwa kua alilala sana.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_29', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_29', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14412_32', 0, 'Ulikosa nini kwa sababu ya kulala sana?', 'assets/topic/asb/13910.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_32', 0, 1, 'Pipi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_32', 0, 2, 'Kujifunza'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_32', 0, 3, 'Furahia na marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('14412_32', 0, 4, 'Chakula'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405', 2, 'Maharage Yanayomea', 'assets/topic/asb/1824.png', 'Mutugi Kamundi + Mlungisi Dlamini', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_3', 3, NULL, 'assets/topic/asb/1826.png', 'Kwanza, mzizi unamea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_4', 3, NULL, 'assets/topic/asb/1827.png', 'Mzizi unaingia chini ya udongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_5', 3, NULL, 'assets/topic/asb/1828.png', 'Halafu, shina linaanza kukua. +Linaelekea juu kwenye jua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_6', 3, NULL, 'assets/topic/asb/1829.png', 'Majani yanaanza kuota.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_7', 3, NULL, 'assets/topic/asb/1824.png', 'Mmea unakuwa mrefu zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_8', 3, NULL, 'assets/topic/asb/1832.png', 'Kisha maua yanatokezea. +Maua hugeuka na kuwa maharage.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_9', 3, NULL, 'assets/topic/asb/1833.png', 'Kuna mbegu nyingi ndani ya ganda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_10', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Maharage Yanayomea +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Translation - +Mutugi Kamundi +Illustration - +Mlungisi Dlamini +Language - +Kiswahili +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal, 2007 2014 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_11', 1, 'Chora Maharagwe yanayochipua.', 'assets/topic/2405.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_11', 2, 1, 'assets/topic/2405.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_12', 0, 'Mizizi humea kwanza kutoka kwenye mbegu ya Haragwe, kisha huelekea chini.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_12', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_12', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_15', 0, 'Shina hukua kuelekea jua.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_15', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_15', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_18', 0, 'Je, maua hugeuka kuwa nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_18', 1, 1, 'Maharagwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_18', 0, 1, 'Mmea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_18', 0, 2, 'Shina'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_18', 0, 3, 'Mizizi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2405_23', 0, 'Je, ni aina gani ya maharagwe ungependa kupanda?', 'assets/topic/asb/1824.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_23', 0, 1, 'Maharagwe ya kijani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_23', 0, 2, 'Maharagwe ya umbo la figo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_23', 0, 3, 'Maharagwe ya Pinto'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('2405_23', 0, 4, 'Maharage myeusi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126', 2, 'Mahari', 'assets/topic/asb/6733.png', 'Brigid Simiyu +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_3', 3, NULL, 'assets/topic/asb/6733.png', 'Bi Kizee alikuwa na mjukuu aliyeitwa Noah. +Alimpatia Noah yai.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_4', 3, NULL, 'assets/topic/asb/6732.png', 'Noah alikutana na wachuma matunda damu. +Walilivunja yai hilo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_5', 3, NULL, 'assets/topic/asb/6731.png', 'Noah alilia, "Yai lilikuwa la kulipia mahari!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_6', 3, NULL, 'assets/topic/asb/6734.png', 'Wachuma matunda damu walimpatia Noah fimbo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_7', 3, NULL, 'assets/topic/asb/6735.png', 'Noah aliwakuta wajenzi. +Wakaivunja fimbo ile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_8', 3, NULL, 'assets/topic/asb/6742.png', 'Noah akalia, "Fimbo hiyo ilikuwa ya wachuma matunda damu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_9', 3, NULL, 'assets/topic/asb/6737.png', 'Wajenzi walimpatia Noah kifurushi cha nyasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_10', 3, NULL, 'assets/topic/asb/6736.png', 'Noah akamkuta mchungaji wa ng''ombe. +Ng''ombe akaila nyasi hiyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_11', 3, NULL, 'assets/topic/asb/6738.png', 'Noah alilia tena, "Ile nyasi ilikuwa ya wajenzi!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_12', 3, NULL, 'assets/topic/asb/6739.png', 'Mchungaji alimpatia Noah ng''ombe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_13', 3, NULL, 'assets/topic/asb/6743.png', 'Noah alipata sherehe ya harusi. +Walimchinja yule ng''ombe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_14', 3, NULL, 'assets/topic/asb/6740.png', 'Noah alilia, "Yule ng''ombe alikuwa wa mchungaji!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_15', 3, NULL, 'assets/topic/asb/6741.png', 'Familia ilimpatia Noah bi harusi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_16', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mahari +Author - +Nambi Sseppuuya Community Resource Centre +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First words +© Text: Ugandan Community Libraries Association; Illustration: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_17', 1, 'Chora Mayai ya Ukubwa tofauti na uyarembe.', 'assets/topic/21126.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_17', 2, 1, 'assets/topic/21126.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_18', 0, 'Bi mzee alimpatia mjukuu wake zawadi gani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_18', 1, 1, 'Yai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_18', 0, 1, 'Dhahabu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_18', 0, 2, 'Tufaa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_18', 0, 3, 'Fedha'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_23', 0, 'Chagua vitu vyote alivyopata Mvulana kwa mpangilio kuanzia cha kwanza hadi cha mwisho.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_23', 1, 1, 'Yai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_23', 1, 2, 'Fimbo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_23', 1, 3, 'Kifurushi cha nyasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_23', 1, 4, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_23', 1, 5, 'Bi Harusi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21126_29', 0, 'Utafanya nini ukipata Yai', 'assets/topic/asb/6733.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_29', 0, 1, 'Nitalikaanga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_29', 0, 2, 'Nitabadilishana na mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_29', 0, 3, 'Nitampiga nalo Mtu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21126_29', 0, 4, 'Nitacheza nalo.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652', 2, 'Mamangu alipanda', 'assets/topic/asb/9002.png', 'Brigid Simiyu + Jonathan Field', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_3', 3, NULL, 'assets/topic/asb/8998.png', 'Mamangu alipanda. Alipanda bustani ndogo. Alipanda bustani ndogo ya mbaazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_4', 3, NULL, 'assets/topic/asb/8999.png', 'Babangu alipanda. Alipanda bustani ndogo. Alipanda bustani ndogo ya maua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_5', 3, NULL, 'assets/topic/asb/9000.png', 'Mamangu alipalilia bustani zote mbili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_6', 3, NULL, 'assets/topic/asb/9001.png', 'Babangu alinyunyizia bustani zote mbili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_7', 3, NULL, 'assets/topic/asb/9002.png', 'Mimi na wazazi wangu tulifanya kazi katika bustani hizo ndogo. Mimi na dadangu tulichuma maua na kuvuna mbaazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_8', 3, NULL, 'assets/topic/asb/9003.png', 'Tulivuna magunia ya mbaazi kutoka bustani ndogo ya mbaazi. Tulichuma magunia ya maua kutoka bustani ndogo ya maua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_9', 3, NULL, 'assets/topic/asb/9004.png', 'Mamangu alipanda. Alipanda bustani kubwa. Bustani kubwa aliyopanda ilikuwa ya mbaazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_10', 3, NULL, 'assets/topic/asb/9005.png', 'Babangu alipanda. Alipanda bustani kubwa. Bustani kubwa aliyopanda ilikuwa ya maua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mamangu alipanda +Author - +Tom Sabwa +Translation - +Brigid Simiyu +Illustration - +Jonathan Field +Language - +Kiswahili +Level - +First sentences +© Text: Ugandan Community Libraries Association (Ugcla) Artwork: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_12', 1, 'Pamba shamba na maua.', 'assets/topic/12652.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_12', 2, 1, 'assets/topic/12652.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_13', 0, 'Baba alipanda nini katika bustani yake ndogo?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_13', 1, 1, 'Maua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_13', 0, 1, 'Mbaazi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_13', 0, 2, 'Matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_13', 0, 3, 'Mti'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_18', 0, 'Mama alipalilia katika bustani zote.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12652_21', 0, 'Utapanda nini ukiwa na bustani ndogo?', 'assets/topic/asb/9002.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_21', 0, 1, 'Muembe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_21', 0, 2, 'Mpapai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_21', 0, 3, 'Mbogamboga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12652_21', 0, 4, 'Miwa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746', 2, 'Mamba aliye mwilini mwangu', 'assets/topic/asb/6105.png', 'Ursula Nafula + Felicity Bell', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_3', 3, NULL, 'assets/topic/asb/6093.png', 'Ninaitwa Molly. Mimi ni msichana kama wasichana wangine, isipokuwa, nina mamba mwilini mwangu. Wewe huwezi kumwona, lakini ninajua yupo. Jina lake ni Ukosefu-Kinga-Mwilini. Anajificha ndani ya mwili wangu na hawezi kuwaumiza marafiki zangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_4', 3, NULL, 'assets/topic/asb/6094.png', 'Mamba huyu hawezi kuondoka mwilini mwangu na kuingia mwilini mwako. Hata ukikaa karibu nami au ukiushika mkono wangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_5', 3, NULL, 'assets/topic/asb/6092.png', 'Hawezi kuuacha mwili wangu na kuruka ndani ya wako ukila nami chakula cha mchana, au ukilala karibu nami sakafuni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_6', 3, NULL, 'assets/topic/asb/6095.png', 'Mamba huyu, Ukosefu-Kinga-Mwilini, amekuwa nami tangu nizaliwe. Anapenda kuwala majeshi wote wa mwilini ambao wangepigana na viini na kunizuia kuwa mgonjwa. Anapowala majeshi wangu kwa wingi, ninaugua sana. Siwezi kwenda shule wala kucheza na marafiki zangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_7', 3, NULL, 'assets/topic/asb/6097.png', 'Ninalazimika kumeza dawa zangu kila siku wakati unaopendekezwa. Nisipofanya hivyo, mamba huyu anaamka kwa hasira na kuwala majeshi wangu tena. Mimi sitaki afanye hivyo. Ndiyo sababu ninamkumbusha bibi kunipa dawa zangu wakati unaofaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_8', 3, NULL, 'assets/topic/asb/6099.png', 'Nikila mboga na matunda, majeshi walio mwilini mwangu wanapata nguvu. Mamba huyu hawezi kuwashika. Anapolala kwa muda, mimi huwa na nguvu. Hufurahi na kucheza na marafiki zangu tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_9', 3, NULL, 'assets/topic/asb/6139.png', 'Bibi alinipeleka kituo cha afya muda mfupi uliopita. Alipewa dawa na daktari ya kumfanya mamba huyu alale asiweze kuwala majeshi wangu. Mimi huweza kukimbia, kupanda juu na kucheza kama watoto wengine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_10', 3, NULL, 'assets/topic/asb/6102.png', 'Ninampenda bibi sana. Ni mzuri na mwenye huruma. Ananilisha chakula kizuri na kuhakikisha ninapata vitamini zaidi ili majeshi wangu wawe na nguvu. Nikiugua ananipeleka kituo cha afya mara moja ili nipate matibabu na kupata nafuu. Ninapenda anaponisomea hadithi kabla mimi kwenda kulala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_11', 3, NULL, 'assets/topic/asb/6103.png', 'Kabla sijalala, mimi huwaza juu ya kusomea katika shule kubwa. Nitaendelea kuzitumia dawa za kumfanya mamba wangu alale. Ningependa kumsaidia bibi na kumsomea hadithi atakapozeeka na kutoweza kuona vizuri. Nikiwa mtu mzima, ningependa kusoma na kuchangia kutafuta dawa zitakazowafanya mamba wote walio katika miili ya watu, walale milele daima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_12', 3, NULL, 'assets/topic/asb/6104.png', 'Nitajifunza kuishi na mamba wangu na kufanya alale zaidi nitakavyoweza. Nitakuwa na marafiki wengi na kufurahi kila siku iwezekanavyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_13', 3, NULL, 'assets/topic/asb/6105.png', 'Bibi, shangazi, wajomba, na marafiki, wananipenda, ingawa nina mamba mwilini mwangu anayeitwa Ukosefu-Kinga-Mwilini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mamba aliye mwilini mwangu +Author - +Val Morris +Translation - +Ursula Nafula +Illustration - +Felicity Bell +Language - +Kiswahili +Level - +Read aloud +© Books In Homes 2013 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_15', 1, 'Mpake rangi msichana mdogo.', 'assets/topic/15746.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_15', 2, 1, 'assets/topic/15746.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_16', 0, 'Kulikua na nini katika mwili wa msichana mdogo.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_16', 1, 1, 'Mamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_16', 0, 1, 'Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_16', 0, 2, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_16', 0, 3, 'Panya'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_21', 0, 'Kama msichana akimeza dawa, Mumba hulala.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_21', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_21', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_24', 0, 'Kulingana na Hadithi, Mamba ni Homa.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_24', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_24', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15746_27', 0, 'Utafanya nini kumfanya mamba wako alale.', 'assets/topic/asb/6105.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_27', 0, 1, 'Nitakula chakula chenye afya.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_27', 0, 2, 'Nitakula Matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_27', 0, 3, 'Nitafanya mazoezi.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15746_27', 0, 4, 'Nitameza dawa kama inanipasa.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602', 2, 'Mamba aliyekuwa na njaa', 'assets/topic/asb/5948.png', 'Brigid Simiyu + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_3', 3, NULL, 'assets/topic/asb/5948.png', 'Wakati mmoja palikuwa na mamba aliyekuwa na njaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_4', 3, NULL, 'assets/topic/asb/5949.png', 'Alikitafuta chakula polepole tena kimya kimya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_5', 3, NULL, NULL, 'Halafu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_6', 3, NULL, 'assets/topic/asb/5950.png', 'PUU! Mamba alishambulia!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_7', 3, NULL, 'assets/topic/asb/5947.png', 'Baadaye, hakuwa na njaa tena. Alifurahi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_8', 3, NULL, 'assets/topic/asb/5951.png', 'Alitulia hadi alipohisi njaa tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_9', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mamba aliyekuwa na njaa +Author - +Christian G. +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First sentences +© Christian G. 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_10', 1, 'Mpake rangi Mamba na umrembe.', 'assets/topic/12602.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_10', 2, 1, 'assets/topic/12602.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_11', 0, 'Mamba ilitafuta chakula polepole na kimya kimya.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_11', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_11', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_14', 0, 'mamba huwa na furaha baada ya kula.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_14', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_14', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12602_17', 0, 'Unajisikiaje unapokula kitu ukipendacho?', 'assets/topic/asb/5948.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_17', 0, 1, 'Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_17', 0, 2, 'Nasisimka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_17', 0, 3, 'Nataka zaidi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('12602_17', 0, 4, 'Nawagawia na familia yangu.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087', 2, 'Mamba anasubiri bongo', 'assets/topic/asb/25465.png', 'Brigid Simiyu +Tawanda Mhandu', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_3', 3, NULL, 'assets/topic/asb/25460.png', 'Zamani mamba aliishi karibu na mto na wanawe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_4', 3, NULL, 'assets/topic/asb/25462.png', 'Aliwafunza wanawe kutowaamini binadamu. Binadamu walikuwa na bongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_5', 3, NULL, 'assets/topic/asb/25461.png', 'Siku moja, mwanamume mmoja alikuwa akivuka mto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_6', 3, NULL, 'assets/topic/asb/25463.png', 'Mwanamume huyo alikutana na mamba katikati ya mto. Mamba alimshambulia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_7', 3, NULL, 'assets/topic/asb/25464.png', 'Mamba alipokuwa karibu kumuua, alikumbuka maneno aliyosema babake. +Alimwambia kila mara kuwa binadamu wana bongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_8', 3, NULL, 'assets/topic/asb/25467.png', 'Mwanamume huyo alimuahidi mamba kuwa angemletea bongo za binadamu. +Mamba akamuacha huru.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_9', 3, NULL, 'assets/topic/asb/25465.png', 'Hadi leo, Mamba na wanawe bado wanasubiri kwenye ukingo wa mto kupokea bongo hizo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_10', 3, NULL, 'assets/topic/asb/25466.png', 'Hadi leo, mamba wana hasira na binadamu. +Hawakuwahi kupokea bongo walizoahidiwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mamba anasubiri bongo +Author - +Northern Cape Teacher''s Workshop 2016 +Translation - +Brigid Simiyu +Illustration - +Tawanda Mhandu +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_12', 1, 'Wapake rangi mamba na watoto wake.', 'assets/topic/22087.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_12', 2, 1, 'assets/topic/22087.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_13', 0, 'Mamba alimwambia nani asiamini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_13', 1, 1, 'Wanadamu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_13', 0, 1, 'Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_13', 0, 2, 'Sisiminzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_13', 0, 3, 'Panzi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_18', 0, 'Binadamu aliahidi kuleta nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_18', 1, 1, 'Ubongo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_18', 0, 1, 'Mkono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_18', 0, 2, 'Nyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_18', 0, 3, 'Nyasi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22087_23', 0, 'Ungefanya nini kama wewe ungekuwa ni binadamu?', 'assets/topic/asb/25465.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_23', 0, 1, 'Nisingeenda karibu na Mamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_23', 0, 2, 'Ningekua mtulivu na kujaribu kutoroka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_23', 0, 3, 'Ningepatana na Mamba.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22087_23', 0, 4, 'Ningeomba msaada.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151', 2, 'Mamba na Mbwa', 'assets/topic/asb/17149.png', 'Brigid Simiyu + Rob Owen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_3', 3, NULL, 'assets/topic/asb/17139.png', 'Siku moja, Mbwa aliyapata mayai kando ya mto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_4', 3, NULL, 'assets/topic/asb/17140.png', 'Mbwa aliyaweka mayai hayo kumi katika kikapu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_5', 3, NULL, 'assets/topic/asb/17141.png', 'Mbwa aliyalinda na kuyaweka mahali kwenye joto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_6', 3, NULL, 'assets/topic/asb/17142.png', 'Mamba alimwuliza Mbwa, "Umeyaona mayai yangu?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_7', 3, NULL, 'assets/topic/asb/17143.png', 'Mamba aliwauliza wanyama wote ikiwa waliyaona mayai yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_8', 3, NULL, 'assets/topic/asb/17144.png', 'Wakati huo, mayai yaliangua moja moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_9', 3, NULL, 'assets/topic/asb/17145.png', 'Mbwa hakuweza kuwapa mamba wachanga chakula cha kutosha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_10', 3, NULL, 'assets/topic/asb/17146.png', 'Siku moja, Mamba aliyasikia matumbo ya wanawe yakinguruma!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_11', 3, NULL, 'assets/topic/asb/17147.png', 'Mamba aliingia nyumbani akamcharaza Mbwa kwa mkia wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_12', 3, NULL, 'assets/topic/asb/17148.png', 'Mamba alimkimbiza Mbwa barabarani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_13', 3, NULL, 'assets/topic/asb/17149.png', 'Mbwa alisimama akamwambia Mamba, “Nisamehe!”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_14', 3, NULL, 'assets/topic/asb/17150.png', 'Mamba alimsamehe. Alienda na wanawe kuogelea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mamba na Mbwa +Author - +Candiru Enzikuru Mary +Translation - +Brigid Simiyu +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_16', 1, 'Mpake rangi Mbwa na Umrembe.', 'assets/topic/21151.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_16', 2, 1, 'assets/topic/21151.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_17', 0, 'Mbwa aliona nini mchangani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_17', 1, 1, 'Maziwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_17', 0, 1, 'Maji'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_17', 0, 2, 'Kichaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_17', 0, 3, 'Fimbo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_22', 0, 'Mbwa bila kujua aliiba mayai ya mamba.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_25', 0, 'Mamba aliyapata mayai yake kwenye nyumba ya nani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_25', 1, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_25', 0, 1, 'Swala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_25', 0, 2, 'Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_25', 0, 3, 'Mbwea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21151_30', 0, 'Utafanyaje kama mtu akikuibi mayai yako?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_30', 0, 1, 'Nitaangalia vizuri nilipoyahifadhi.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_30', 0, 2, 'Nitawauliza wengine.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_30', 0, 3, 'Nitaleta dazeni nyingine ya mayai.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21151_30', 0, 4, 'Nitalalamika kwa watu wakubwa.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742', 2, 'Manyati na wanyama wake', 'assets/topic/asb/1747.png', 'Ursula Nafula +Sandy Campbell', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_3', 3, NULL, 'assets/topic/asb/1749.png', 'Huyu ni Manyati na wanyama wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_4', 3, NULL, 'assets/topic/asb/1750.png', 'Ng''ombe wake anampatia maziwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_5', 3, NULL, 'assets/topic/asb/1751.png', 'Mbuzi wake naye anampatia nyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_6', 3, NULL, 'assets/topic/asb/1752.png', 'Naye farasi wake anamsafirisha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_7', 3, NULL, 'assets/topic/asb/1753.png', 'Nguruwe naye anampatia nyama ya nguruwe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_8', 3, NULL, 'assets/topic/asb/1754.png', 'Kuku anampatia mayai.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_9', 3, NULL, 'assets/topic/asb/1755.png', 'Mbwa wake anamlinda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_10', 3, NULL, 'assets/topic/asb/1757.png', 'Manyati anawatunza wote!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Manyati na wanyama wake +Author - +Jenny Katz +Adaptation - +Ursula Nafula +Illustration - +Sandy Campbell +Language - +Kiswahili +Level - +First sentences +© African Reading Matters 2015 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +www.read.org.za', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_12', 1, 'wapake rangi wanyama walio shambani.', 'assets/topic/16742.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_12', 2, 1, 'assets/topic/16742.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_13', 0, 'Ngómbe hulia Moo', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_13', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_13', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_16', 0, 'Mbuzi hulia meh meh', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_16', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_16', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_19', 0, 'Chagua wanyama wote uliowasoma kwenye hadithi.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 1, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 2, 'Mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 3, 'Farasi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 4, 'Nguruwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 5, 'Kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 1, 6, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 0, 1, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 0, 2, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_19', 0, 3, 'paka'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16742_29', 0, 'Matumizi ya mbuzi ni nini?', 'assets/topic/asb/1747.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_29', 0, 1, 'Kutoa maziwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_29', 0, 2, 'Manyoa yake yanatumika kutengenezea sweta'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_29', 0, 3, 'Ni marafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16742_29', 0, 4, 'Wanatuzalia mbuzi watoto.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084', 2, 'Marafiki', 'assets/topic/asb/8601.png', 'Ursula Nafula + Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_3', 3, NULL, 'assets/topic/asb/8600.png', 'Jina langu ni Simo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_4', 3, NULL, 'assets/topic/asb/8601.png', 'Nina marafiki wanne.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_5', 3, NULL, 'assets/topic/asb/8602.png', 'Majina yao ni Zizo, Lele, Sisa na Ayanda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_6', 3, NULL, 'assets/topic/asb/8603.png', 'Rafiki yangu Zizo, hupenda kucheza mpira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_7', 3, NULL, 'assets/topic/asb/8604.png', 'Rafiki yangu Lele, hupenda kuogelea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_8', 3, NULL, 'assets/topic/asb/8605.png', 'Rafiki yangu Sisa, hupenda kucheza mchezo wa kidalipo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_9', 3, NULL, 'assets/topic/asb/8606.png', 'Rafiki yangu Ayanda, hupenda kusoma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_10', 3, NULL, 'assets/topic/asb/9857.png', 'Mimi hupenda kufanya vyote wanavyopenda kufanya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_11', 3, NULL, 'assets/topic/asb/8608.png', 'Hucheza mpira na Zizo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_12', 3, NULL, 'assets/topic/asb/8609.png', 'Huogelea kwenye bwawa na Lele.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_13', 3, NULL, 'assets/topic/asb/8610.png', 'Hucheza mchezo wa kidalipo na Sisa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_14', 3, NULL, 'assets/topic/asb/8607.png', 'Njoo, rafiki, unapenda nini?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_15', 3, NULL, 'assets/topic/asb/9845.png', 'Njoo ucheze mpira nasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_16', 3, NULL, 'assets/topic/asb/9848.png', 'Njoo uogelee nasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_17', 3, NULL, 'assets/topic/asb/9858.png', 'Njoo ucheze kidalipo nasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_18', 3, NULL, 'assets/topic/asb/9855.png', 'Njoo usome nasi!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Marafiki +Author - +Zimbili Dlamini and Hlengiwe Zondi +Translation - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +First words +© African Storybook Initiative and Molteno Institute 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_20', 1, 'Upake mpira rangi mbalimbali.', 'assets/topic/16084.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_20', 2, 1, 'assets/topic/16084.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_21', 0, 'Marafiki wangapi walikuwepo kwaajili ya Simoni', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_21', 1, 1, 'Wanne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_21', 0, 1, 'Watatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_21', 0, 2, 'Wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_21', 0, 3, 'Mmoja'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_26', 0, 'Rafiki wa Simon Lele hupenda kuogelea.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_29', 0, 'Rafiki wa Simon Ayanda hupenda kusoma.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_29', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_29', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16084_32', 0, 'Unapenda kufanya nini ukiwa huru?', 'assets/topic/asb/8601.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_32', 0, 1, 'Kuogelea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_32', 0, 2, 'Kucheza muziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_32', 0, 3, 'Kusoma'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('16084_32', 0, 4, 'Kucheza michezo'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404', 2, 'Marafiki wawili wadogo', 'assets/topic/asb/18402.png', 'Susan Kavaya + Jesse Pietersen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_3', 3, NULL, 'assets/topic/asb/18401.png', 'Hapo zamani za kale, kulikuwa na Mbuzi Mdogo na Chui Mdogo. Walikuwa marafiki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_4', 3, NULL, 'assets/topic/asb/18402.png', 'Siku moja walienda kucheza pamoja uwanjani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_5', 3, NULL, 'assets/topic/asb/18403.png', 'Walirudi nyumbani jioni sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_6', 3, NULL, 'assets/topic/asb/18404.png', 'Mbuzi Mdogo alimwambia mamake, "Nilikutana na rafiki mrembo. Ana madoadoa maridadi. Nimefurahi sana. Nitakutana naye tena kesho."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_7', 3, NULL, 'assets/topic/asb/18405.png', 'Mamake Mbuzi Mdogo alijibu, "Mwanangu, nimefurahi umerudi salama. Huyo si rafiki yetu. Sitakuruhusu ukutane naye tena."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_8', 3, NULL, 'assets/topic/asb/18406.png', 'Wakati huo huo, Chui Mdogo alimwambia mamake, "Nilikutana na rafiki mrembo. Anapenda kucheza sana. Nimefurahi. Nitakutana naye tena kesho."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_9', 3, NULL, 'assets/topic/asb/18407.png', 'Mamake alijibu, "Aa, maskini mwanangu. Huyo alikuwa mbuzi mdogo mrembo. Nasikitika hukumla. Utakapokutana naye kesho, muue na umle. Usiogope."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_10', 3, NULL, 'assets/topic/asb/18408.png', 'Siku iliyofuata, Chui Mdogo alienda katika kijiji cha Mbuzi Mdogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_11', 3, NULL, 'assets/topic/asb/18409.png', 'Hakumwona Mbuzi Mdogo pale nje. Alikuwa amejificha nyumbani kwa mamake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_12', 3, NULL, 'assets/topic/asb/18410.png', 'Chui Mdogo alipaza sauti, "Twende uwanjani tukacheze."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_13', 3, NULL, 'assets/topic/asb/18411.png', 'Mbuzi Mdogo alijibu, "Sisi si marafiki tena. Leo siji. Nimemsikiza mamangu. Mtoto mzuri humsikiza mamake."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_14', 3, NULL, 'assets/topic/asb/18412.png', 'Chui Mdogo alihuzunika. Akarudi kwa mamake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Marafiki wawili wadogo +Author - +Belainesh Woubishet +Translation - +Susan Kavaya +Illustration - +Jesse Pietersen +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_16', 1, 'Wapake rangi Mbuzi mdogo na Chui Mdogo', 'assets/topic/19404.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_16', 2, 1, 'assets/topic/19404.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_17', 0, 'Mbuzi mdogo alikutana na nani wakawa marafiki?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_17', 1, 1, 'Chui'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_17', 0, 1, 'Ngómbe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_17', 0, 2, 'Sisiminzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_17', 0, 3, 'Mbwea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_22', 0, 'Chui mdogo alitaka kumla mbuzi mdogo.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_25', 0, 'Mbuzi mdogo alimsikiliza mama yake na akaokolewa.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_25', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_25', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19404_28', 0, 'Ni nani katika familia yenu anayemsikiliza mama?', 'assets/topic/asb/18402.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_28', 0, 1, 'Mimi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_28', 0, 2, 'kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_28', 0, 3, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19404_28', 0, 4, 'Baba'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462', 2, 'Masanduku matatu yenye mali', 'assets/topic/asb/26153.png', 'Ursula Nafula +Adonay Gebru', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_3', 3, NULL, 'assets/topic/asb/26150.png', 'Kulikuwa na mzee mmoja aliyeitwa Hagos. Aliishi na wanawe watatu. +Hagos alitaka wanawe wawe na mali baada ya kifo chake. Alitayarisha masanduku matatu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_4', 3, NULL, 'assets/topic/asb/26151.png', 'Hagos alikwenda kwa Haile, jirani yake, na kumwambia, "Ninataka wanangu wawe na mali. +Nimeyatayarisha masanduku matatu. Ningependa uwapatie masanduku hayo baada ya kifo changu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_5', 3, NULL, 'assets/topic/asb/26152.png', 'Baada ya Hagos kufariki, Haile aliwaita pamoja wale ndugu watatu akawaeleza, "Kabla baba yenu kufariki, alinipatia haya masanduku matatu. Kila sanduku lina jina. Naomba kila mmoja alichukue sanduku lililo na jina lake."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_6', 3, NULL, 'assets/topic/asb/26153.png', 'Ndugu wale walichukua kila mmoja sanduku lake kisha wakayafungua. +Sanduku la kwanza lilikuwa na dhahabu. La pili, lilikuwa na udongo. Nalo la tatu lilikuwa na samadi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_7', 3, NULL, 'assets/topic/asb/26154.png', 'Aliyepata dhahabu alifurahi sana. Waliopata udongo na samadi, hawakufurahi. Walianza kugombana na yule aliyepata dhahabu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_8', 3, NULL, 'assets/topic/asb/26155.png', 'Haile aliwaambia, "Ninyi ni ndugu na hamstahili kugombana. Hebu niwapeleke kwa mzee mwenye busara awashauri."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_9', 3, NULL, 'assets/topic/asb/26156.png', 'Haile aliwapeleka ndugu wale watatu kwa mzee mwenye busara. "Habari za asubuhi. Tumekuja kwako kutafuta ushauri kuhusu urithi," Haile alimweleza yule mzee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_10', 3, NULL, 'assets/topic/asb/26157.png', 'Haile alimwambia yule mzee mwenye busara kuhusu yale masanduku matatu ambayo Hagos aliwaachia wanawe. +"Sasa hawa wawili, wanagombana na yule aliyepata sanduku lililokuwa na dhahabu," Haile alieleza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_11', 3, NULL, 'assets/topic/asb/26158.png', 'Yule mzee mwenye busara alisizitiza, "Baba yenu alikuwa na sababu ya kuwapatia sanduku ambalo kila mmoja wenu alipata."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_12', 3, NULL, 'assets/topic/asb/26159.png', 'Aliendelea kuwaeleza, "Wewe ulipata dhahabu kwa sababu babako alitaka uwe mfanya biashara. Nawe ulipata udongo kwa sababu babako alitaka uwe mkulima."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_13', 3, NULL, 'assets/topic/asb/26160.png', '"Wewe ulipata samadi kwa sababu babako alitaka uwe mchungaji. Baba yenu alitaka mfanye kazi yenu kulingana na vipaji vyenu," mzee mwenye busara alikamilisha maelezo yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_14', 3, NULL, 'assets/topic/asb/26161.png', 'Baada ya kusikiliza ushauri wa yule mzee mwenye busara, wale ndugu watatu walikubaliana naye. Kila mmoja wao aliifanya kazi yake tofauti na wakaishi kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Masanduku matatu yenye mali +Author - +ሰለሙን and ተኹሉ ይግዛው +Translation - +Ursula Nafula +Illustration - +Adonay Gebru +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_16', 1, 'Paka rangi ukubwa tofauti.', 'assets/topic/22462.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_16', 2, 1, 'assets/topic/22462.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_17', 0, 'Mzee alikua na watoto wangapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_17', 1, 1, 'Watatu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_17', 0, 1, 'Wawili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_17', 0, 2, 'Mmoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_17', 0, 3, 'Wanne'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_22', 0, 'Baba alitaka mtu aliyepata samadi kuwa Mfugaji.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22462_25', 0, 'Ikiwa ungekuwa mkulima ungefanya nini?', 'assets/topic/asb/26153.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_25', 0, 1, 'Ningelima ardhi.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_25', 0, 2, 'Ningepanda Mbegu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_25', 0, 3, 'Ningelisha mifugo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22462_25', 0, 4, 'Ningekuza mazao ninayoyapenda.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582', 2, 'Maswali aliyouliza Kariza', 'assets/topic/asb/25965.png', 'Ursula Nafula +Rob Owen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_3', 3, NULL, 'assets/topic/asb/25964.png', 'Kariza alipenda kuuliza maswali. Aliyapata mazoea haya kutoka kwa wazazi wake waliokuwa wakimwambia, "Usipouliza maswali ukiwa mdogo, utakapokua mtu mzima, utakuwa mjinga!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_4', 3, NULL, 'assets/topic/asb/25965.png', 'Siku moja, Kariza alimwuliza mwalimu wake, "Kwa nini wazazi wetu wanatueleza kila wakati tuwe tukinawa mikono yetu kabla ya kula, hata kama mikono yetu huonekana kuwa misafi?" +Wenzake darasani walilipenda swali lake. Wao pia hawakupenda kuambiwa kunawa mikono yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_5', 3, NULL, 'assets/topic/asb/25966.png', 'Mwalimu alijibu, "Hilo ni swali nzuri, Kariza. Mikono yetu hata inapoonekana kuwa misafi, inaweza kuwa na viini." Mwalimu aliwaeleza, "Viini husababisha maradhi. Hatuwezi kuviona viini hivyo kwa macho yetu. Tunahitaji kifaa kilicho na nguvu zaidi ili tuvione."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_6', 3, NULL, 'assets/topic/asb/25967.png', 'Mwalimu aliichukua darubini kutoka kabatini. "Darubini ni kifaa tunachotumia kuviona vitu vilivyo vidogo sana ambavyo hatuwezi kuviona kwa macho yetu," alisema. +Kwa utaratibu, mwalimu aliifuta mikono ya Kariza kwa kijiti. Halafu, akakifutia kile kijiti kwenye kioo cha darubini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_7', 3, NULL, 'assets/topic/asb/25968.png', 'Mwalimu alikiweka kile kioo juu ya darubini. +Hiki ndicho walichoona walipotazama. Hata kama mikono ya Kariza haikuonekana kuwa michafu, ilikuwa na viini chungu nzima juu yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_8', 3, NULL, 'assets/topic/asb/25969.png', '"Kuna viini kila mahali. Vinapatikana kwenye vitu tunavyogusa, darasani kwetu, uwanjani na hata nyumbani. Viini hivi vinaweza kutufanya tuwe wagonjwa," mwalimu aliwaonya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_9', 3, NULL, 'assets/topic/asb/25970.png', 'Mwalimu aliendelea, "Ili kuviangamiza viini hivi, lazima tuioshe mikono yetu kwa maji safi na sabuni, hasa kabla ya kula. Pia, tunapokuwa wagonjwa, lazima tuioshe ili tusivieneze viini."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_10', 3, NULL, 'assets/topic/asb/25971.png', 'Kariza alipofika nyumbani, alimkuta babake akiwa anatengeneza kiti cha aina ya pekee. +Akamwuliza, "Baba, unatengeneza nini?" Babake alimjibu, "Hiki kinaitwa ''chukua hatua unawe''. Unakitumia kunawa mikono yako baada ya kutumia choo na kabla ya kula."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_11', 3, NULL, 'assets/topic/asb/25972.png', 'Kariza alishangaa akasema, "Ndiyo! Mwalimu wetu ametuambia kuhusu kifaa hiki, lakini wengi wetu hatujui jinsi ya kukitumia. Kinatumikaje?" +Babake alicheka halafu akamwambia, "Hebu njoo binti yangu nikuonyesha."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_12', 3, NULL, 'assets/topic/asb/25973.png', '"Kwanza kabisa, kikanyage kipande hiki cha mti kilichoko sakafuni," baba akasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_13', 3, NULL, 'assets/topic/asb/25974.png', '"Unapofanya hivyo, mtungi wa maji utainama na kuyamwaga maji mikononi kwako. Kumbuka kuitumia sabuni kunawa," baba akamwambia Kariza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_14', 3, NULL, 'assets/topic/asb/25975.png', 'Kariza alifurahi akasema, "Ningejuaje jambo hili nisingeuliza maswali? Ni kweli kwamba maswali humwelekeza mtu kupata maarifa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Maswali aliyouliza Kariza +Author - +Jean de Dieu Bavugempore +Translation - +Ursula Nafula +Illustration - +Rob Owen +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_16', 1, 'Paka mikono inayooshwa bombani.', 'assets/topic/22582.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_16', 2, 1, 'assets/topic/22582.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_17', 0, 'Kariza hupenda kuuliza nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_17', 1, 1, 'Maswali'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_17', 0, 1, 'Mpira'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_17', 0, 2, 'Uchafu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_17', 0, 3, 'Kalamu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_22', 0, 'Vijidudu vinaweza kutufanya tuumwe kama tusipoosha mikono yetu.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22582_25', 0, 'Je! Utajiweka vipi kuwa mwenye afya?', 'assets/topic/asb/25965.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_25', 0, 1, 'Nitakula chakula nyenye afya.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_25', 0, 2, 'Nitaweka mikono iwe safi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_25', 0, 3, 'Nitafanya mazoezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22582_25', 0, 4, 'Nitaosha mikono kabla ya kula.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403', 2, 'Mawaidha kutoka kwa Baba', 'assets/topic/asb/17114.png', 'Susan Kavaya +Jacob Kono', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_3', 3, NULL, 'assets/topic/asb/17103.png', 'Hapo zamani za kale, kulikuwa na mwanamume aliyekuwa na watoto wawili wa kiume.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_4', 3, NULL, 'assets/topic/asb/17104.png', 'Siku moja, aliwaita akawaambia, "Wanangu, mimi ninakaribia kufa. Ningependa kuwaona mkiwa nyumbani mwenu kabla ya kifo changu. Ninawapa mwezi mmoja ili muweze kulishughulikia jambo hili. Rudini hapa baada ya mwezi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_5', 3, NULL, 'assets/topic/asb/17105.png', 'Wanawe hao wawili walitoka kwa kasi. Mwana wa kwanza alikwenda akakata miti akaanza kujijengea nyumba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_6', 3, NULL, 'assets/topic/asb/17106.png', 'Naye mwana wa pili alikwenda akaanza kujenga uhusiano maalum na watu kutoka familia mbali mbali. Alichukuliwa na watu tofauti kama mtoto wao wa kupanga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_7', 3, NULL, 'assets/topic/asb/17107.png', 'Baada ya mwezi mmoja, ndugu hao wawili walirudi kumwona baba yao. Baba yao alisema, "Je, mmeweza kujenga nyumba zenu?" Na wote walimjibu, "Ndiyo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_8', 3, NULL, 'assets/topic/asb/17108.png', 'Baba alikwenda na mwanawe wa kwanza. Aliona kwamba mwanawe alikuwa amejenga nyumba nyingi. Alitembea nje ya kila nyumba, akiuliza, "Je, kuna mtu yeyote ndani ya nyumba hii?" Naye mwanawe alimjibu, "Hapana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_9', 3, NULL, 'assets/topic/asb/17109.png', 'Waliitembelea kila nyumba na kila wakati baba alimwuliza mwanawe, "Je, kuna mtu yeyote kwenye nyumba hii?" Kila mara mwanawe alimjibu, "Hapana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_10', 3, NULL, 'assets/topic/asb/17110.png', 'Hatimaye, baba alihisi njaa kwa sababu hakumpata mtu yeyote wa kumpa chakula. Alisema, "Sawa, twende nyumbani." Waliondoka wakaenda nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_11', 3, NULL, 'assets/topic/asb/17111.png', 'Kaka wa pili aliwapeleka kwenye familia yake ya kwanza ya kupanga. Aliwajulisha kwa baba yake na kusema, "Hawa hapa ni baba na kaka zangu." Familia hii iliwapokea kwa furaha nyingi. Walichinja kondoo wakawatayarishia sherehe kubwa sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_12', 3, NULL, 'assets/topic/asb/17112.png', 'Kisha walikwenda kwa familia ya pili aliyokuwa amepanga. Aliwajulisha pia kama baba na kaka zake. Waliwafanyia sherehe nyingine kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_13', 3, NULL, 'assets/topic/asb/17113.png', 'Walikaribishwa katika kila familia ambako ndugu wa pili alikuwa amechukuliwa kama mwanao. Walikula wakashiba kisha wakaondoka wakarudi nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_14', 3, NULL, 'assets/topic/asb/17114.png', 'Baba alisema, "Hivi ndivyo nilivyokusudia nilipowaambia mjitengenezee nyumba. Nyumbani hakumaanishi kuwa na nyumba nyingi au nyumba za bei ghali. Bali, ni kuwa na upendo, urafiki na uhusiano mwema na watu wengine."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mawaidha kutoka kwa Baba +Author - +Mohammed Kuyu and Elizabeth Laird +Translation - +Susan Kavaya +Illustration - +Jacob Kono +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_16', 1, 'Paka rangi nyumba na uipambe.', 'assets/topic/19403.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_16', 2, 1, 'assets/topic/19403.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_17', 0, 'Baba alimwambia mwanawe atengeneze nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_17', 1, 1, 'Nyumba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_17', 0, 1, 'Shamba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_17', 0, 2, 'fedha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_17', 0, 3, 'Ardhi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_22', 0, 'Nyumba inamaanisha upendo, urafiki na uhusiano mwema na wengine.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19403_25', 0, 'Unaelewa nini kutoka na hadithi hii?', 'assets/topic/asb/17114.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_25', 0, 1, 'Kuwa mtu wa watu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_25', 0, 2, 'Kuwa mwema'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_25', 0, 3, 'Kupendana na wengine'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19403_25', 0, 4, 'Kubadili nyumba kuwa familia.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043', 2, 'Mazishi ya Fisi', 'assets/topic/asb/25123.png', 'Brigid Simiyu +Jacob Kono', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_3', 3, NULL, 'assets/topic/asb/25123.png', 'Siku moja, mtoto wa fisi alifariki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_4', 3, NULL, 'assets/topic/asb/25124.png', 'Punda mmoja alikimbia kuwajulisha jamaa zake. +Punda wengine waliuliza, "Mtoto wa fisi? Hiyo ni habari njema. Fisi wote ni maadui zetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_5', 3, NULL, 'assets/topic/asb/25125.png', 'Punda mmoja mzee alisema, "Ndugu zangu, lazima tuhudhurie mazishi tuonyeshe heshima." +Punda wengine wakauliza, "Eti nini? Tuhudhurie mazishi ya fisi? Hatutaki kwenda. Tunaogopa kuliwa na fisi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_6', 3, NULL, 'assets/topic/asb/25126.png', '"Sikiliza. Tusipoenda, fisi watakasirika sana. Watakuwa na sababu ya kutufanya kitoweo chao." Punda mzee alisema. +"Umesema ukweli. Lazima tuhudhurie mazishi ya fisi. Tukihudhuria, fisi watafurahi. Labda watakuwa marafiki zetu." Punda wengine walisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_7', 3, NULL, 'assets/topic/asb/25127.png', 'Fisi waliwaona punda nje ya nyumba yao. "Mbona punda wako hapa? Wamekuja kutucheka?" Fisi walijiuliza. +Punda walipowasikia fisi, waliogopa, wakaanza kuimba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_8', 3, NULL, 'assets/topic/asb/25128.png', 'Wimbo ulienda hivi: +"Fisi wakubwa, mnawinda usiku kucha. Tunawasikia usiku wa manane. Meno yenu ni marefu. Macho yenu yanang''ara. Ingawa chakula chenu ni cheusi, kinyesi chenu ni rangi nyeupe. Sasa mmoja wenu amefariki!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_9', 3, NULL, 'assets/topic/asb/25129.png', 'Mjombake fisi aliyekufa pia akawajibu kwa wimbo: +"Wimbo wenu ni mzuri. Maneno yenu ni matamu. Karibuni, wapendwa. +Lakini mmetuletea nini cha kula? Fisi wana njaa. +Wanahitaji nyama!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_10', 3, NULL, 'assets/topic/asb/25130.png', 'Punda sasa waliogopa sana. "Hebu tutoroke," mmoja wao alisema. Mwingine alijibu, "Hatuwezi. Fisi watatukimbiza."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_11', 3, NULL, 'assets/topic/asb/25131.png', 'Punda mzee alishauri, "Tumekuja kuonyesha heshima zetu kwenu. Tunasikitika kwamba mtoto wenu amefariki. Tutaomba Mungu awafariji. Sasa lazima turudi nyumbani kwetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_12', 3, NULL, 'assets/topic/asb/25132.png', 'Fisi walisema, "Subiri! Hamuwezi kuondoka. Lazima mtupatie kitu cha kula. Tukatieni midomo yenu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_13', 3, NULL, 'assets/topic/asb/25133.png', 'Punda waliangaliana. "Pengine tukiwakatia midomo yetu, watatuachilia twende." Waliwaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_14', 3, NULL, 'assets/topic/asb/25134.png', 'Fisi walikata midomo ya punda wakala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_15', 3, NULL, 'assets/topic/asb/25135.png', 'Kwa mara nyingine, punda waliomba kuruhusiwa kuondoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_16', 3, NULL, 'assets/topic/asb/25136.png', '"Ndugu zangu, mtawaacha hawa punda waende? +Waangalieni! Tunaweza kuyaona meno yao! Wanatucheka!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_17', 3, NULL, 'assets/topic/asb/25137.png', 'Fisi waliwarukia punda wakawaua halafu wakaanza kuwala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_18', 3, NULL, 'assets/topic/asb/25138.png', 'Kabla punda mzee kufa, aliwatazama fisi akasema, "Fisi waovu, tulikuja kwa wimbo kuwafariji lakini tulikosea! Mkiwa na njaa, msitafute sababu ya +kuwala marafiki zenu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mazishi ya Fisi +Author - +Elizabeth Laird and Yirga Ejigu +Translation - +Brigid Simiyu +Illustration - +Jacob Kono +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_20', 1, 'Mpake rangi Punda na umrembe.', 'assets/topic/22043.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_20', 2, 1, 'assets/topic/22043.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_21', 0, 'Punda walikua wema na walienda kuwafariji Fisi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_21', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_21', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_24', 0, 'Fisi walikua wajanja na walitaka kuwala Punda.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_24', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_24', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22043_27', 0, 'Utafanya ukiwa utaona adui zako wanateseka?', 'assets/topic/asb/25123.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_27', 0, 1, 'Nitawasaidia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_27', 0, 2, 'Nitawaepuka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_27', 0, 3, 'Nitawajulisha watu wao wa karibu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22043_27', 0, 4, 'Nitaomba ushauri kutoka kwa wakubwa zangu.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101', 2, 'Mbili', 'assets/topic/asb/3062.png', 'Ursula Nafula + Richard MacIntosh', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_3', 3, NULL, 'assets/topic/asb/3061.png', 'Mikono miwili ya kukamata.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_4', 3, NULL, 'assets/topic/asb/3063.png', 'Matawi mawili ya mti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_5', 3, NULL, 'assets/topic/asb/3064.png', 'Watoto wawili wanaocheza pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_6', 3, NULL, 'assets/topic/asb/3065.png', 'Masikio mawili ya sungura.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_7', 3, NULL, 'assets/topic/asb/3066.png', 'Macho mawili ya kuona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_8', 3, NULL, 'assets/topic/asb/3067.png', 'Picha iliyo na watu wawili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_9', 3, NULL, 'assets/topic/asb/3068.png', 'Binadamu wawili wanasoma kitabu pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_10', 3, NULL, 'assets/topic/asb/3069.png', 'Masikio mawili ya kusikia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_11', 3, NULL, 'assets/topic/asb/3070.png', 'Mikono miwili ya kukumbatia!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_12', 3, NULL, 'assets/topic/asb/3071.png', 'Miguu miwili ya kusimamia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbili +Author - +Carole Bloch +Translation - +Ursula Nafula +Illustration - +Richard MacIntosh +Language - +Kiswahili +Level - +First words +© Carole Bloch, Richard Macintosh and Praesa, 2002 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://www.littlehandstrust.com/books.html', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_14', 1, 'Chora mikono miwili midogo.', 'assets/topic/3101.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_14', 2, 1, 'assets/topic/3101.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_15', 0, 'Mikono miwili midogo ya kukamata.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_15', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_15', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_18', 0, 'Masikio mawili madogo ya kusikia.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_21', 0, 'Siku zote kuna mikono yenye upendo ya kukumbatia.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_21', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_21', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3101_24', 0, 'Umemkumbatia nani kwa mikono yako yenye upendo?', 'assets/topic/asb/3062.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_24', 0, 1, 'Mama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_24', 0, 2, 'Baba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_24', 0, 3, 'Dada'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3101_24', 0, 4, 'Rafiki'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877', 2, 'Mbio kuhimiza umoja wa Afrika', 'assets/topic/asb/19868.png', 'Ursula Nafula +Brian Wambi', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_3', 3, NULL, 'assets/topic/asb/19860.png', 'Kadogo na Juma ni marafiki. +Wanapenda kukimbia pamoja kila siku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_4', 3, NULL, 'assets/topic/asb/19861.png', 'Siku moja, Juma alisema, "Tukimbie kwa ajili ya bara letu, tuhimize umoja wa Afrika!" +"Sawa, twende!" Kadogo alikubaliana naye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_5', 3, NULL, 'assets/topic/asb/19862.png', 'Waliamua kuibeba kurunzi ya umoja kwenye safari yao. +Walianzia mbio hizo katika upande wa kusini jijini Cape Town.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_6', 3, NULL, 'assets/topic/asb/19863.png', 'Kutoka Afrika Kusini, walielekea kaskazini kupitia magharibi mwa bara. Walipitia Namibia, Angola, Kongo na Cameroon. +Waliamua kupumzika jijini Abuja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_7', 3, NULL, 'assets/topic/asb/19864.png', 'Wakimbiaji kutoka Afrika Magharibi walijiunga nao nchini Nigeria. +Waliendelea pamoja wakiufuata Mto Niger.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_8', 3, NULL, 'assets/topic/asb/19865.png', 'Walipofika Mali, walikumbwa na upepo mkali. Juma aliwashinda wote kwa nguvu. +Alijitwika jukumu na kuwaongoza salama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_9', 3, NULL, 'assets/topic/asb/19866.png', 'Walipofika pwani ya Guinea, jijini Conakry, walikuwa wamejaa vumbi. Walienda kuogelea baharini. +Baadaye waliamua kuendelea na mbio zao kwenda Morocco kupitia Senegal na Mauritania.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_10', 3, NULL, 'assets/topic/asb/19867.png', 'Jijini Casablanca, wakimbiaji waliungana na vijana wenzao wakacheza ufukoni. +Halafu, wakaelekea Afrika Kaskazini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_11', 3, NULL, 'assets/topic/asb/19868.png', 'Walikimbia kupitia Algeria na Libya wakapumzika Misiri ili wazitembelee piramidi. +Baadaye, waligeuka kusini wakaufuata Mto Nile kuelekea Uganda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_12', 3, NULL, 'assets/topic/asb/19869.png', 'Walipita kwenye jangwa na mbuga za kitaifa. Vijana zaidi walijiunga nao jijini Kampala. +Kutoka Kampala, kikundi hicho kilielekea pwani ya Kenya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_13', 3, NULL, 'assets/topic/asb/19870.png', 'Walipofika jijini Mombasa, waliketi ufukoni wakala wali wa nazi kwa samaki. +Juma alisema, "Hebu tuipeleke kurunzi ya umoja Mlimani Kilimanjaro."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_14', 3, NULL, 'assets/topic/asb/19871.png', 'Hata hivyo, Juma alikuwa amechoka. Walipokuwa njiani wakielekea Tanzania, alianguka chini. +Wakimbiaji wenzake walizikatiza mbio zao wakarudi nyuma kumsaidia Juma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_15', 3, NULL, 'assets/topic/asb/19872.png', 'Juma alimpokeza Kadogo kurunzi akisema, "Ibebe kurunzi hii hadi Mlimani Kilimanjaro. Hakikisha umewasha mwale wa umoja wa Afrika."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_16', 3, NULL, 'assets/topic/asb/19873.png', 'Watu waliwashangilia wakimbiaji wakisema, "Ninyi ni mashujaa wetu." +Baada ya kuwasha mwale wa umoja Mlimani Kilimanjaro, walirejelea mbio kuelekea kusini mwa Afrika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_17', 3, NULL, 'assets/topic/asb/19874.png', 'Walipofika Malawi, walikatiza mbio zao. Wakaenda kuogelea katika Ziwa Malawi. +Kadogo alimwambia Juma, "Tumekimbia kutoka kusini hadi kaskazini, mashariki hadi magharibi. Safari yetu inakaribia kukamilika."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_18', 3, NULL, 'assets/topic/asb/19875.png', 'Hatimaye, wakimbiaji wa umoja waliibeba kurunzi yao hadi nchini Zimbabwe. Umati wa watu ulikusanyika pale kushuhudia jambo hilo. +"Mbio zimefana kweli!" Alisema Juma huku akitabasamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbio kuhimiza umoja wa Afrika +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_20', 1, 'Paka rangi watu wakikimbia.', 'assets/topic/19877.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_20', 2, 1, 'assets/topic/19877.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_21', 0, 'Juma na Kadogo walitaka kukimbia wapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_21', 1, 1, 'Barani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_21', 0, 1, 'Jijini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_21', 0, 2, 'Kijijini'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_21', 0, 3, 'Nchini'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_26', 0, 'Waliamua kuibeba kurunzi ya umoja kwenye safari yao.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_29', 0, 'Kadogo alibeba kurunzi hadi Kilimanjaro na kuwasha Mwale wa Umoja.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_29', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_29', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19877_32', 0, 'Unajisikiaje kukimbia Mbio za Pamoja?', 'assets/topic/asb/19868.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_32', 0, 1, 'Nasisimka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_32', 0, 2, 'Ninajisikia Furaha'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_32', 0, 3, 'Ninahamasisha Umoja.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19877_32', 0, 4, 'Ninakutana na watu wapya.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635', 2, 'Mbu msumbufu', 'assets/topic/asb/14756.png', 'Ursula Nafula +Magriet Brink', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_3', 3, NULL, 'assets/topic/asb/14755.png', 'Nilisikia, "Hodi! Hodi!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_4', 3, NULL, 'assets/topic/asb/14756.png', '"Ni nani, jamani?" Niliuliza huku nikisinzia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_5', 3, NULL, 'assets/topic/asb/14757.png', '"Ni mimi." Sauti inayokwaruza sikio ilinijibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_6', 3, NULL, 'assets/topic/asb/14758.png', '"Nani ndiye ''Mimi''?" Niliuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_7', 3, NULL, 'assets/topic/asb/14759.png', '"Nilikwambia kuwa, ni-mi-mi tu." Sauti ile ile ilisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_8', 3, NULL, 'assets/topic/asb/14760.png', 'Niliajibu, "Mimi sijui mtu yeyote anayeitwa, ''ni-mi-mi tu.''" Nilitazama ikiwa chandarua changu kilikuwa kimenikinga vizuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_9', 3, NULL, 'assets/topic/asb/14761.png', '"Jina langu ni Amosi." Sauti iliyokwaruza zaidi kuliko awali ilisema. Ilisikika ikiwa karibu sana na sikio langu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_10', 3, NULL, 'assets/topic/asb/14762.png', '"Amosi nani?" Niliuliza huku nikitazama ndani ya chandarua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_11', 3, NULL, 'assets/topic/asb/14763.png', '"Amosi Kuito." Hatimaye, sauti ilisema. Wakati huo huo niliumwa sikioni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_12', 3, NULL, 'assets/topic/asb/14764.png', '"Uui!" Niliruka juu na kuondoka kitandani. "Utalipia kitendo hiki!" Nilipiga kelele.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_13', 3, NULL, 'assets/topic/asb/14766.png', 'Kwa hasira, niliiasha taa kumtafuta adui wangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_14', 3, NULL, 'assets/topic/asb/14765.png', 'Nilitangaza vita dhidi ya Amosi Kuito msumbufu!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbu msumbufu +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Magriet Brink +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_16', 1, 'Mpake rangi Mbu na Umrembe', 'assets/topic/21635.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_16', 2, 1, 'assets/topic/21635.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_17', 0, 'Nani alijibu kwa sauti ya kukwaruza?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_17', 1, 1, 'Mbu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_17', 0, 1, 'Nzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_17', 0, 2, 'Panzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_17', 0, 3, 'Kunguni'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_22', 0, 'Aliwasha taa wakati ambao hakuona Mbu', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21635_25', 0, 'Unapambanaje na Mbu?', 'assets/topic/asb/14756.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_25', 0, 1, 'Nitawapiga kwa Mkono'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_25', 0, 2, 'Nitawapulizia dawa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_25', 0, 3, 'Nitatumia chandarua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21635_25', 0, 4, 'Nitawafukuza kwa mashine ya umeme ya kuulia mbu'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401', 2, 'Mbuni na Simba', 'assets/topic/asb/19205.png', 'Susan Kavaya + Brian Wambi', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_3', 3, NULL, 'assets/topic/asb/19195.png', 'Mbuni na Simba walikuwa marafiki sana. Wote wawili walikuwa na watoto wachanga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_4', 3, NULL, 'assets/topic/asb/19196.png', 'Mbuni aliwalisha watoto wake vizuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_5', 3, NULL, 'assets/topic/asb/19197.png', 'Watoto wa Simba hawakupata chakula cha kutosha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_6', 3, NULL, 'assets/topic/asb/19198.png', 'Simba aliwaangalia vifaranga na kuwaza, "Hawa ni wazuri! Natamani wangekuwa wangu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_7', 3, NULL, 'assets/topic/asb/19199.png', 'Wakati Mbuni alikuwa hayupo, Simba aliwachukua watoto wa Mbuni akaenda nao nyumbani kwake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_8', 3, NULL, 'assets/topic/asb/19200.png', 'Mbuni alirudi na kupata watoto wa Simba nyumbani kwake. Alilia, "Watoto wangu wako wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_9', 3, NULL, 'assets/topic/asb/19201.png', 'Mbuni alikimbia nyumbani kwa Simba. Aliwapata wanawe wakiwa na Simba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_10', 3, NULL, 'assets/topic/asb/19202.png', 'Simba alikataa kuwarudisha watoto wa Mbuni. Alisema, "Hawa ni wangu sasa. Unaweza kuwachukua watoto wa simba."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_11', 3, NULL, 'assets/topic/asb/19203.png', 'Mbuni alikasirika sana. "Nitafanyaje ili niwapate watoto wangu?" Alijiwazia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_12', 3, NULL, 'assets/topic/asb/19204.png', 'Halafu alifikiri, "Ninajua nitakachokifanya. Nitawaita wanyama wote kwa mkutano."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_13', 3, NULL, 'assets/topic/asb/19205.png', 'Wanyama walikubali kukutana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_14', 3, NULL, 'assets/topic/asb/19206.png', 'Tembo aliwauliza Mbuni na Simba kuzungumza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_15', 3, NULL, 'assets/topic/asb/19207.png', 'Wanyama wengi waliogopa kumlaumu Simba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_16', 3, NULL, 'assets/topic/asb/19208.png', 'Mwishowe, Kuchakuro alisimama na kusema, "Watoto ambao wanafanana na ndege ni wa Mbuni. Watoto ambao wana mikia ni wa Simba jike."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_17', 3, NULL, 'assets/topic/asb/19209.png', 'Kuchakuro alitorokea tunduni. Wanyama wote walishangilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_18', 3, NULL, 'assets/topic/asb/19210.png', 'Simba alikasirika sana. Alienda nyumbani na watoto wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbuni na Simba +Author - +Daniel Nanok +Translation - +Susan Kavaya +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_20', 1, 'Paka rangi mnyama yoyote pamoja na watoto wake.', 'assets/topic/19401.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_20', 2, 1, 'assets/topic/19401.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_21', 0, 'Mbuni aliwalisha watoto wake vyema.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_21', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_21', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_24', 0, 'Watoto wa simba hawakula vyema', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_24', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_24', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_27', 0, 'Mnyama yupi aliyetoa hukumu nzuri akakimbilia kwenye shimo?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_27', 1, 1, 'Kuchakuro'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_27', 0, 1, 'Tembo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_27', 0, 2, 'Kobe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_27', 0, 3, 'Sokwe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19401_32', 0, 'Unafikiri ni kwanini simba alibadilisha watoto wake na watoto wa Mbuni?', 'assets/topic/asb/19205.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_32', 0, 1, 'Aliona watoto wa Mbuni ni wazuri.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_32', 0, 2, 'Watoto wa Mbuni walikua na chakula kidogo.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_32', 0, 3, 'Alitaka awale watoto wa Mbuni'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('19401_32', 0, 4, 'Hakuwakumbuka watoto wake.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611', 2, 'Mbuzi na kisu cha Fisi', 'assets/topic/asb/13567.png', 'Brigid Simiyu + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_3', 3, NULL, 'assets/topic/asb/13550.png', 'Hapo zamani za kale, kulikuwa na kipindi kirefu cha kiangazi. Wanyama walikula nyasi zote nchini. Kilichosalia pekee ni aina ya mmea uliotambaa kwenye miti mikubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_4', 3, NULL, 'assets/topic/asb/13552.png', 'Siku moja Mbuzi alimwona Fisi akipita akiwa amekibeba kisu. Mbuzi alikiomba kile kisu ili aukate ule mmea uliotamba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_5', 3, NULL, 'assets/topic/asb/13551.png', 'Fisi alimpa Mbuzi kisu. Mbuzi aliukata mmea ule akaula hadi akashiba kabisa. Alisahau kisu baada ya kukitumia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_6', 3, NULL, 'assets/topic/asb/13566.png', 'Fisi alipokitaka kisu chake, Mbuzi hakujua afanyeje. Hakukumbuka alikokitupa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_7', 3, NULL, 'assets/topic/asb/13567.png', 'Mbuzi alikwaruza hapa na pale akikitafuta kisu. Hadi leo, Mbuzi bado anakitafuta kisu hicho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_8', 3, NULL, 'assets/topic/asb/13568.png', 'Fisi alimwambia Mbuzi, "Kwa sababu umekipoteza kisu changu kilichoniwezesha kupata riziki yangu, utakuwa mlo wangu. Vilevile nitawala wanao."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_9', 3, NULL, 'assets/topic/asb/13569.png', 'Tangu siku hiyo, Fisi hajamhurumia Mbuzi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_10', 3, NULL, 'assets/topic/asb/13570.png', 'Wakati huo huo, Mbuzi anaendelea kukitafuta kisu cha Fisi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbuzi na kisu cha Fisi +Author - +Wekunya Cornelius +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_12', 1, 'Mpake rangi Mbuzi na umrembe.', 'assets/topic/15611.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_12', 2, 1, 'assets/topic/15611.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_13', 0, 'Mbuzi alichukua kisu kutoka kwa nani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_13', 1, 1, 'Fisi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_13', 0, 1, 'Tumbili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_13', 0, 2, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_13', 0, 3, 'Mbwea'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_18', 0, 'Mbuzi hakuweza kukumbuka alikopotozea Kisu.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_18', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15611_21', 0, 'Je, utafanya nini baada ya kula sana?', 'assets/topic/asb/13567.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_21', 0, 1, 'Nitalala'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_21', 0, 2, 'Nitaenda kutembea'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_21', 0, 3, 'Nitakula matunda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('15611_21', 0, 4, 'Nitaenda kucheza.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868', 2, 'Mbuzi, Mbwa na Ng''ombe', 'assets/topic/asb/6372.png', 'Brigid Simiyu + Marleen Visser', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_3', 3, NULL, 'assets/topic/asb/6371.png', 'Mbuzi, Mbwa na Ng''ombe walikuwa marafiki wakubwa. Siku moja walisafiri kwa teksi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_4', 3, NULL, 'assets/topic/asb/6373.png', 'Walipofika mwisho wa safari yao, dereva aliwauliza walipe nauli zao. Ng''ombe akalipa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_5', 3, NULL, 'assets/topic/asb/6374.png', 'Mbwa hakuwa na kiasi kamili cha pesa, akalipa zaidi kidogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_6', 3, NULL, 'assets/topic/asb/6375.png', 'Dereva alipokuwa akimrudhishia Mbwa baki ya pesa zake, Mbuzi alitoroka bila kulipa chochote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_7', 3, NULL, 'assets/topic/asb/6376.png', 'Dereva alikasirika sana. Akaondosha gari bila kumrudishia Mbwa baki ya pesa zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_8', 3, NULL, 'assets/topic/asb/6377.png', 'Hiyo ndiyo sababu, siku zote, Mbwa hulikimbilia gari kwa nia ya kumpata dereva arudishiwe baki ya pesa zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_9', 3, NULL, 'assets/topic/asb/6378.png', 'Mbuzi, anapousikia mlio wa gari, hutoroka. Yeye huogopa kushikwa kwa kukosa kulipa nauli.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_10', 3, NULL, 'assets/topic/asb/6379.png', 'Ng''ombe huwa hashughuliki gari linapokuja. Yeye huchukuwa muda kuvuka barabara kwa sababu alilipa nauli yake kamili!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbuzi, Mbwa na Ng''ombe +Author - +Fabian Wakholi +Translation - +Brigid Simiyu +Illustration - +Marleen Visser +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_12', 1, 'Wapake rangi Mbuzi, Mbwa na Ngómbe kisha uwarembe.', 'assets/topic/7868.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_12', 2, 1, 'assets/topic/7868.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_13', 0, 'Nani hakumlipa fedha dereva wa teksi ?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_13', 1, 1, 'Mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_13', 0, 1, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_13', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_13', 0, 3, 'Wote walilipa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_18', 0, 'Mbwa anamtafuta dereva aliyemuachia chenji.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7868_21', 0, 'Utafanyaje kama huna chenji ya kumpatia dereva?', 'assets/topic/asb/6372.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_21', 0, 1, 'Nitakimbia'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_21', 0, 2, 'Nitaomba chenji kutoka kwa mtu mwingine.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_21', 0, 3, 'Ntamuomba dereva atafute chenji.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7868_21', 0, 4, 'Nitamwambia nitampa siku nyingine.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059', 2, 'Mbuzi, mfalme bandia', 'assets/topic/asb/13362.png', 'Brigid Simiyu +Marleen Visser', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_3', 3, NULL, 'assets/topic/asb/13351.png', 'Hapo zamani, kulikuwa na mbuzi aliyeitwa Igobe. +Igobe alikuwa mfalme wa mifugo na ndege. Aliishi maisha mazuri. +Siku moja, Igobe aliwaita mifugo wote na ndege mkutanoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_4', 3, NULL, 'assets/topic/asb/13350.png', '"Rafiki zangu, nimewaita kwa sababu niliota ndoto," Igobe alisema. Mifugo wote na ndege walimsikiliza mfalme wao kwa makini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_5', 3, NULL, 'assets/topic/asb/13352.png', '"Niliota kuwa kulikuwa na njaa na ukosefu wa maji katika nchi yetu. Wengi wa jamaa zetu walifariki!" Mfalme alisema. +Mifugo na ndege waliposikia ndoto ile, walijawa na hofu. "Tutafanyaje?" Paka aliuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_6', 3, NULL, 'assets/topic/asb/13353.png', 'Kuku na Bata walikuwa na wazo. Walisema, "Kila mmoja wetu alete chakula kiwekwe katika hifadhi ya mfalme." +Mifugo wote na ndege walikubaliana na wazo hilo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_7', 3, NULL, 'assets/topic/asb/13362.png', 'Mfalme alitoa sharti moja. Alisema, "Yeyote atakayekosa kuleta chakula, mtamfunga mumlete kwangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_8', 3, NULL, 'assets/topic/asb/13354.png', 'Wakati wa mfalme Mbuzi kustaafu ulifika. Mifugo wote na ndege walikutana kumchagua mfalme mpya. Paka alichaguliwa kuwa mfalme wao mpya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_9', 3, NULL, 'assets/topic/asb/13363.png', 'Mbuzi hakumtambua Paka kama mfalme. Alisema, "Mimi ndiye mfalme na hakuna mwingine. Siwezi kumtii mwingine yeyote."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_10', 3, NULL, 'assets/topic/asb/13355.png', 'Mifugo walipeleka chakula katika hifadhi ya mfalme wao mpya. Mbuzi hakupeleka chochote. +Ng''ombe alisema, "Mbuzi alipokuwa mfalme, tulimtii. Hataki sasa kumtii mfalme wetu mpya. Tufanyeje?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_11', 3, NULL, 'assets/topic/asb/13357.png', 'Mifugo wote na ndege walikasirika. "Kwani anadhani yeye ni tofauti nasi?" Walinung''unika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_12', 3, NULL, 'assets/topic/asb/13356.png', 'Mbwa alisema, "Nilimsaidia alipokuwa mfalme. Sikuwa nikilala usiku. Kila wakati nilikuwa naye, tayari kumsaidia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_13', 3, NULL, 'assets/topic/asb/13358.png', 'Kondoo alisema, "Nilimpatia sufu yangu ili awafunike wanawe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_14', 3, NULL, 'assets/topic/asb/13359.png', 'Nguruwe naye alisema, "Alipokuwa mfalme, aliwaambia marafiki zake kuwa mimi ni mlafi. Lakini nilitumia muda mwingi kuitunza bustani yake na kupalilia mawele na mahindi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_15', 3, NULL, 'assets/topic/asb/13360.png', 'Kondoo aliuliza, "Eti alisema nini? Kwamba wewe ni mlafi? Alifikiri kuwa atakuwa mfalme milele?" Kondoo aliongeza kusema, "Lazima afahamu kuwa yeye si mfalme tena. Hata sijui kwa nini anafikiri kuwa yeye ni muhimu sana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_16', 3, NULL, 'assets/topic/asb/13361.png', 'Mifugo wote walicheka na kukubaliana kwamba lazima Mbuzi apeleke chakula kwa mfalme mpya. Mfalme Paka alimwamuru Mbuzi aende kwake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_17', 3, NULL, 'assets/topic/asb/13364.png', 'Mifugo walipoenda, walimkuta Mbuzi akistarehe. "Siendi kwa Paka. Hakuna mfalme mwingine ila mimi. Ukiwa mfalme, unasalia mflame." Mbuzi alisema kwa kiburi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_18', 3, NULL, 'assets/topic/asb/13365.png', '"Basi tutakufunga kwa kamba tukupeleke kwa mfalme mpya," Kondoo alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_19', 3, NULL, 'assets/topic/asb/13366.png', 'Ng''ombe alimfunga Mbuzi akamvuta na kumpeleka kwa mfalme. Kondoo, Bata, Mbwa, Nguruwe na Jogoo walimshangilia Ng''ombe wakisema, "Mpeleke huyu mbuzi kaidi kwa mfalme mpya!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_20', 3, NULL, 'assets/topic/asb/13367.png', 'Tangu wakati huo, kila mbuzi hukataa kusonga anapovutwa. Hufikiri kuwa anapelekwa kwenye mahakama ya mfalme.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_21', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbuzi, mfalme bandia +Author - +Alice Nakasango +Translation - +Brigid Simiyu +Illustration - +Marleen Visser +Language - +Kiswahili +Level - +Longer paragraphs +© Text: Uganda Community Libraries Association (Ugcla) Artwork: African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_22', 1, 'Mpake rangi Paka na mrembe kwa Taji.', 'assets/topic/22059.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_22', 2, 1, 'assets/topic/22059.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_23', 0, 'Nani aliyechaguliwa kuwa mfalme mpya?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_23', 0, 1, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_23', 0, 2, 'Ng''ombe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_23', 0, 3, 'Nguruwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_23', 0, 4, 'Kuku'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_28', 0, 'Kondoo alimpa Mbuzi Manyoya ili awafunike watoto wake.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_28', 1, 1, 'Kweli'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_28', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22059_31', 0, 'Je, utamuadhibu vipi mbuzi kwa kutokutii?', 'assets/topic/asb/13362.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_31', 0, 1, 'Nitamfunga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_31', 0, 2, 'Sitampa chakula'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_31', 0, 3, 'Nitampiga'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22059_31', 0, 4, 'Nitamuweka Gerezani.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851', 2, 'Mbwa', 'assets/topic/asb/5927.png', 'penelope nankunda +Catherine Groenewald, Jean Fullalove, Sandy Campbell, Ursula Nafula and Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_3', 3, NULL, 'assets/topic/asb/1393.png', 'Kulikuwa na mtu na mbwa wake mmoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_4', 3, NULL, 'assets/topic/asb/5926.png', 'Alimpenda mbwa wake sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_5', 3, NULL, 'assets/topic/asb/3033.png', 'Alikuwa akifanya kazi kwa bidii na alikuwa akienda sokoni kununua nyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_6', 3, NULL, 'assets/topic/asb/2494.png', 'Kuteka maji kisimani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_7', 3, NULL, 'assets/topic/asb/2492.png', 'Kulinda kila kitu nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_8', 3, NULL, 'assets/topic/asb/1757.png', 'Siku moja huyo mtu alimshukuru mbwa wake kwa njia maalum kwa kuwa mwaminifu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_9', 3, NULL, 'assets/topic/asb/2490.png', 'Mbwa akawa na furaha sana na ikaendelea kufanya kazi kwa bidii.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_10', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbwa +Author - +Ritah Katetemera +Translation - +penelope nankunda +Illustration - +Catherine Groenewald, Jean Fullalove, Sandy Campbell, Ursula Nafula and Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© Ritah Katetemera and Cissy Namugerwa 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_11', 1, 'Wapake rangi Mtu na Mbwa', 'assets/topic/23851.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_11', 2, 1, 'assets/topic/23851.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_12', 0, 'Nani alikuwa mwaminifu sana kwa mwanadamu?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_12', 1, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_12', 0, 1, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_12', 0, 2, 'Nyati'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_12', 0, 3, 'Punda'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_17', 0, 'Mbwa wa mwanadamu alikuwa akilinda kila kitu nyumbani.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_17', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_17', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23851_20', 0, 'Ni zawadi gani unayoweza kumpa mbwa ikiwa ulikuwa na moja?', 'assets/topic/asb/5927.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_20', 0, 1, 'Nyama'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_20', 0, 2, 'Vitu vitamu.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_20', 0, 3, 'Nguo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('23851_20', 0, 4, 'Miwani'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124', 2, 'Mbweha asiye na shukurani', 'assets/topic/asb/18475.png', 'Brigid Simiyu + Jacob Kono', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_3', 3, NULL, 'assets/topic/asb/18468.png', 'Mbweha alikuwa na njaa. +Alienda kuwinda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_4', 3, NULL, 'assets/topic/asb/18469.png', 'Alimfukuza panya. +Panya alijificha chini ya jiwe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_5', 3, NULL, 'assets/topic/asb/18470.png', 'Mbweha alichimba kumtoa panya. +Jiwe liliangukia mguu wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_6', 3, NULL, 'assets/topic/asb/18471.png', 'Sungura alimsikia Mbweha akilia. +Alikimbia kuona kilichotokea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_7', 3, NULL, 'assets/topic/asb/18472.png', 'Sungura alikubali kumsaidia Mbweha. +Mbweha aliahidi kumpatia chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_8', 3, NULL, 'assets/topic/asb/18473.png', 'Sungura alilisukuma jiwe. +Liliondoka kwenye mguu wa Mbweha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_9', 3, NULL, 'assets/topic/asb/18474.png', 'Sungura alimdai zawadi yake. +Mbweha alitisha kumla Sungura!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_10', 3, NULL, 'assets/topic/asb/18475.png', 'Walimtafuta mzee kuwaamulia kesi yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_11', 3, NULL, 'assets/topic/asb/18476.png', 'Mbweha alitisha kumla yule mzee pia!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_12', 3, NULL, 'assets/topic/asb/18477.png', 'Mzee alisema, "Hebu nione lile jiwe kabla kuamua."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_13', 3, NULL, 'assets/topic/asb/18478.png', 'Mbweha na Sungura walimwonyesha mzee lile jiwe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_14', 3, NULL, 'assets/topic/asb/18479.png', 'Mbweha alieleza jinsi jiwe liliangukia mguu wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_15', 3, NULL, 'assets/topic/asb/18481.png', 'Mzee alimwuliza Sungura, "Nionyeshe namna ulivyolisukuma jiwe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_16', 3, NULL, 'assets/topic/asb/18482.png', 'Sungura alilisukuma jiwe. +Liliangukia mguu wa Mbweha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_17', 3, NULL, 'assets/topic/asb/18483.png', 'Mzee alisema, "Sasa ni sawa. Hebu twende nyumbani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_18', 3, NULL, 'assets/topic/asb/18484.png', 'Mzee na Sungura walienda zao. +Mbweha aliachwa akiwa amenaswa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbweha asiye na shukurani +Author - +Mohammed Kuyu and Elizabeth Laird +Translation - +Brigid Simiyu +Illustration - +Jacob Kono +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_20', 1, 'Mpake rangi Sungura na umrembe.', 'assets/topic/21124.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_20', 2, 1, 'assets/topic/21124.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_21', 0, 'Nani alimsaidia Mbwea kwa kuviringisha jiwe?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_21', 1, 1, 'Sungura'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_21', 0, 1, 'Panya Pori'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_21', 0, 2, 'Panya'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_21', 0, 3, 'Kichakuro'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_26', 0, 'Mzee alimdanganya Mbwea na akamuokoa Sungura.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21124_29', 0, 'Unafikiria nini kuhusu asili ya Mbwea', 'assets/topic/asb/18475.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_29', 0, 1, 'Mjanja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_29', 0, 2, 'Hastahili'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_29', 0, 3, 'Haaminiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('21124_29', 0, 4, 'Mkatili'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881', 2, 'Mbweha na Jua', 'assets/topic/asb/5253.png', 'Brigid Simiyu + Manyeka Arts Trust', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_3', 3, NULL, 'assets/topic/asb/5246.png', 'Hapo zamani, palikuwa na Mbweha mvivu pia mjinga. Yeye na babake mzee waliishi jangwani Kalahari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_4', 3, NULL, 'assets/topic/asb/5247.png', 'Asubuhi moja, Mbweha mzee aliamka na kumpata mwanawe amelala juani. Chakula hakikuwa tayari na mbuzi walikuwa bado zizini! "Wewe kijana mvivu sana! Nenda ukamtafute mke. Nimezeeka na siwezi kukukimu tena," babake alisema. Mbweha aliruka juu na kuwapeleka mbuzi malishoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_5', 3, NULL, 'assets/topic/asb/5250.png', 'Kichakani, aliona kitu kilichoangaza juu ya mwamba. Alipoukaribia mwamba ndipo mwangaza ulipozidi kupendeza. Labda huyu ndiye aliyekuwa mke wake!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_6', 3, NULL, 'assets/topic/asb/5251.png', '"Wewe ni mzuri mno," Mbweha aliueleza mng''aro. "Lakini, wewe ni nani? Mbona uko peke yako?" "Mimi ni Jua," mng''aro ulijibu. "Familia yangu iliniacha hapa ilipohama. Haikutaka kunibeba maanake mimi ni moto sana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_7', 3, NULL, 'assets/topic/asb/5252.png', 'Mbweha alisema, "Lakini, wewe u mzuri sana! Mimi nitakubeba. Nitakupeleka nyumbani nikujulishe kwa babangu." "Ni sawa, unaweza kunibeba, lakini, usilalamike nikizidi kwa joto usiloweza kuhimili," Jua alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_8', 3, NULL, 'assets/topic/asb/5253.png', 'Mbweha alienda nyumbani bila ngozi, manyoya mgongoni, wala bila mke.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_9', 3, NULL, 'assets/topic/asb/5255.png', 'Babake Mbweha aliuuguza mgongo wa mwanawe kwa kutumia mafuta.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_10', 3, NULL, 'assets/topic/asb/5256.png', 'Polepole, manyoya yaliota tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_11', 3, NULL, 'assets/topic/asb/5258.png', 'Manyoya hayo mapya yalikuwa rangi tofauti na yale mengine mwilini. Rangi zote tofauti zilimkumbusha Mbweha kila mara kutokuwa mjinga tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_12', 3, NULL, NULL, 'Maelezo kuhusu hadithi Katika mwaka wa 2005, mwanahadithi wa Naro kwa jina la Bega Cgaze kutoka Jangwa la Kalahari nchini Botswana alimsimulia Marlene Winberg hadithi hii ambaye anaielezea hapa. Hadithi inapatikana katika mitindo tofauti katika jamii nyingi za kiSan za Afrika ya Kusini. Inawaonya vijana wengi wa kiume dhidi ya kudanganywa na urembo wa kimwili wa wasichana, na inawaelezea wazazi kutowalazimisha watoto wao kuoa kwa ajili ya kupata msaada wa nyumbani. Vile vile inaonyesha nguvu za jua jangwani. Michoro imefanywa na Marlene na kufafanuliwa na Satsiri Winberg kupitia weldei wa kikundi cha Manyeka cha Kisanaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbweha na Jua +Author - +Traditional San story +Translation - +Brigid Simiyu +Illustration - +Manyeka Arts Trust +Language - +Kiswahili +Level - +Read aloud +© Manyeka Arts Trust 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.manyeka.co.za', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_14', 1, 'Mpake rangi mbweha na umrembe.', 'assets/topic/7881.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_14', 2, 1, 'assets/topic/7881.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_15', 0, 'Mzee alimuambia mwanae akatafute mke kwaajili yake.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_15', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_15', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_18', 0, 'Mbweha alimbeba nani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_18', 1, 1, 'Jua'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_18', 0, 1, 'Mti'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_18', 0, 2, 'Mwezi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_18', 0, 3, 'Jiwe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7881_23', 0, 'Unapenda kukausha nini kipindi cha jua kali?', 'assets/topic/asb/5253.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_23', 0, 1, 'Nguo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_23', 0, 2, 'Samaki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_23', 0, 3, 'Mbegu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7881_23', 0, 4, 'Pilipili nyekundu.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865', 2, 'Mbweha na zabibu chachu', 'assets/topic/asb/1775.png', 'Brigid Simiyu + Benjamin Mitchley', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_3', 3, NULL, 'assets/topic/asb/1776.png', 'Hapo zamani za kale, palikuwa na Mbweha aliyekuwa na njaa. Alitembea karibu na kichaka akitafuta chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_4', 3, NULL, 'assets/topic/asb/1775.png', 'Aliuona mzabibu uliojaa zabibu mbivu. Kichala cha zabibu mbivu kilining''inia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_5', 3, NULL, 'assets/topic/asb/1777.png', 'Mbweha aliwaza, "Zabibu hizi zinaonekana tamu kweli kweli." Alirudi nyuma hatua chache ili aweze kuzirukia zile zabibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_6', 3, NULL, 'assets/topic/asb/1778.png', 'Zabibu zilikuwa juu sana. Mbweha alipozirukia, alianguka kwa mgongo wala hakuzifikia zile zabibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_7', 3, NULL, 'assets/topic/asb/1779.png', 'Aliinuka akurudi nyuma zaidi ili aweze kuzifikia zabibu. Mara hii alifika karibu zaidi, lakini akaanguka tena kwa kishindo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_8', 3, NULL, 'assets/topic/asb/1780.png', 'Alijaribu tena na tena, lakini hakuweza kuzifikia zabibu. Alianguka mara nying hadi mgongo ukamuuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_9', 3, NULL, 'assets/topic/asb/1781.png', 'Hatimaye, alikata tamaa na kwenda zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_10', 3, NULL, 'assets/topic/asb/1782.png', 'Mbweha alijawa na majuto. Alisimama, akatazama nyuma na kuziangalia tena zile zabibu, "Zabibu hizo, hata hivyo, zinaonekana chachu." Akajiliwaza. Aliondoka akaenda zake huku akihisi njaa kuliko hapo awali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mbweha na zabibu chachu +Author - +Kholeka Mabeta +Translation - +Brigid Simiyu +Illustration - +Benjamin Mitchley +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_12', 1, 'Chora zabibu na uzipambe.', 'assets/topic/7865.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_12', 2, 1, 'assets/topic/7865.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_13', 0, 'Mbweha mwenye njaa alirukia nini?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_13', 1, 1, 'Zabibu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_13', 0, 1, 'Embe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_13', 0, 2, 'Ndizi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_13', 0, 3, 'Nanasi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_18', 0, 'Mbweha mwenye njaa hakuweza kufikia zabibu, akaachana nazo.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_18', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_18', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7865_21', 0, 'Unafikiri kwanini Mbweha aliachana na Zabibu?', 'assets/topic/asb/1775.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_21', 0, 1, 'Hakuweza kufikia zabibu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_21', 0, 2, 'Alikuwa mvivu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_21', 0, 3, 'Yeye hakupanda vizuri'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7865_21', 0, 4, 'Hakukuwa na nguvu ndani yake'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085', 2, 'Mchungaji', 'assets/topic/asb/19575.png', 'Brigid Simiyu', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_3', 3, NULL, 'assets/topic/asb/19569.png', 'Siku moja, Mchungaji hakuwa na nyasi za kuwalisha nguruwe, kondoo na mbuzi wake. Pia hakuwa na nafaka za kumlisha kuku. Vilevile hakuwa na zizi la kuwaweka mifgugo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_4', 3, NULL, 'assets/topic/asb/19572.png', 'Aliamua kuwauza ili wapate chakula na makazi bora.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_5', 3, NULL, 'assets/topic/asb/19573.png', 'Alisema, "Ninaweza kuwauza kila mmoja robo." +Lakini mnunuzi alitaka bei ya chini zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_6', 3, NULL, 'assets/topic/asb/19574.png', 'Mnunuzi akasema, "Ninataka mbuzi peke yake." +Mchungaji akajibu, "Wanyama hawa ni marafiki. +Ningependa waishi pamoja."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_7', 3, NULL, 'assets/topic/asb/19575.png', 'Basi Mchungaji akawauza kondoo, mbuzi na nguruwe kwa robo kila mmoja. Kisha akampatia mnunuzi kuku bila malipo. Alipokuwa akirudi nyumbani Mchungaji alikuwa na huzuni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_8', 3, NULL, 'assets/topic/asb/19577.png', 'Aligundua kwamba wale hawakuwa wanyama tu. Walikuwa marafiki zake pia. +Alirudi akamrejeshea mnunuzi hela zake ili awachukue marafiki zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_9', 3, NULL, 'assets/topic/asb/19578.png', '"Wanyama hawa sasa ni wangu," mnunuzi alisema. "Sitaweza kukurudishia." +Hata hivyo, mchungaji aliendelea kumsihi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_10', 3, NULL, 'assets/topic/asb/19581.png', '"Nimegundua kwamba wao si wanyama tu bali ni marafiki zangu," mchungaji alisema. +Mnunuzi aliuliza, "Mbona basi uliwauza?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_11', 3, NULL, 'assets/topic/asb/19582.png', 'Jirani aliwasikia wakibishana akasema, "Nenda ujenge zizi, utafute nyasi na nafaka. Halafu, unaweza kuwarejesha wanyama wako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_12', 3, NULL, 'assets/topic/asb/19572.png', 'Mchungaji aliwapenda sana wanyama wake. Alimrudishia mnunuzi hela zake. +Aliwatengenezea zizi zuri akawapa nyasi na nafaka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mchungaji +Author - +Beza +Translation - +Brigid Simiyu +Illustration - +Language - +Kiswahili +Level - +First sentences +© Bezawork Lindlöf 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_14', 1, 'Mpake rangi mchunga kondoo na Kondoo', 'assets/topic/22085.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_14', 2, 1, 'assets/topic/22085.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_15', 0, 'Chagua wanyama wote aliokua nao Mchungaji.', NULL, NULL, 'many'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 1, 1, 'Nguruwe'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 1, 2, 'Mbuzi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 1, 3, 'kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 1, 4, 'Kuku'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 0, 1, 'Punda'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_15', 0, 2, 'Ng''ombe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_22', 0, 'Mchungaji aliwarudisha wanyama wake baada ya kutengeneza zizi.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_22', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_22', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22085_25', 0, 'Mnyama yupi ni rafiki yako bora?', 'assets/topic/asb/19575.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_25', 0, 1, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_25', 0, 2, 'Paka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_25', 0, 3, 'Kondoo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22085_25', 0, 4, 'Ng''ombe'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750', 2, 'Mdiria na bahari', 'assets/topic/asb/26594.png', 'Ursula Nafula +Idowu Abayomi Oluwasegun', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_3', 3, NULL, 'assets/topic/asb/26584.png', 'Kuliishi mfalme katika Kisiwa cha Rusinga. Mfalme huyo hakuwa amehisi maumivu maishani mwake. +Hakuwahi hata dakika moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_4', 3, NULL, 'assets/topic/asb/26585.png', 'Asubuhi moja mfalme alikiinamisha kichwa chake. Aliwaza namna maumivu yanavyokuwa. "Kuna watu wengi maskini katika ufalme wangu. Nitawezaje kuhisi maumivu yao?" alijiuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_5', 3, NULL, 'assets/topic/asb/26586.png', 'Mchana na usiku, alitamani kuhisi maumivu angalu mara moja tu. +Usiku mmoja, aliota ndoto akasikia sauti ikisema, "Nimesikia matakwa yako. Utahisi maumivu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_6', 3, NULL, 'assets/topic/asb/26587.png', 'Sauti hiyo iliendelea, "Yajenge mashua kubwa saba ambamo utaweka mali na familia yako. Kisha safiri ukielekea upande wa kaskazini mwa Kisiwa cha Rusinga." +Mfalme alifurahi sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_7', 3, NULL, 'assets/topic/asb/26588.png', 'Muda mfupi baadaye, mashua saba yalijengwa na wakawa tayari kusafiri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_8', 3, NULL, 'assets/topic/asb/26589.png', 'Siku moja kabla ya safari, mfalme aliandaa sherehe. Kila mmoja alihudhuria. Chui, nyoka, sungura, konokono, ndege na hata siafu, wote walifika kwa sherehe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_9', 3, NULL, 'assets/topic/asb/26590.png', 'Mfalme aliwahotubia watu, "Mimi na familia yangu tunaondoka kwenda sehemu tofauti ya Kisiwa cha Rusinga. Tunataka kuhisi maumivu ambayo watu wengine huhisi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_10', 3, NULL, 'assets/topic/asb/26591.png', 'Watu walinong''onezana miongoni mwao. Wazee hawakumwamini. +Lakini, ni nani angemhoji mfalme?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_11', 3, NULL, 'assets/topic/asb/26592.png', 'Siku iliyofuata, mfalme na familia yake walisafiri. +Kwa siku mbili, mashua yalipita majini. Anga lilikuwa wazi, bahari ilitulia na safari ilifurahisha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_12', 3, NULL, 'assets/topic/asb/26593.png', 'Lakini siku ya tatu, bahari ilichafuka. Anga lilibadilika likatanda mawingu. Walikumbwa na dhoruba kubwa. +Mashua yalizama. Mfalme hakuweza kufanya lolote. Familia na mali yake ilipotelea baharini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_13', 3, NULL, 'assets/topic/asb/26594.png', 'Mfalme pekee alinusurika. Lakini, alikuwa amebadilika na kuwa mdiria. +Mdiria aliruka akatua ukingoni mwa bahari. Alikuwa bado akitumaini kuipata familia na mali yake kutoka baharini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_14', 3, NULL, 'assets/topic/asb/26595.png', 'Mdiria alipiga mbizi baharini mara nyingi. Hakuweza kuiokoa familia yake au hata baadhi ya mali yake. +"Kama ningejua, ningeyafurahia maisha yangu yalivyokuwa," alilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mdiria na bahari +Author - +Peter Omoko +Translation - +Ursula Nafula +Illustration - +Idowu Abayomi Oluwasegun +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_16', 1, 'Mpake rangi mfalme na umrembe', 'assets/topic/24750.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_16', 2, 1, 'assets/topic/24750.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_17', 0, 'Mfalme wa kisiwa cha Rusinga hakuwa kupata maumivu kamwe.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_17', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_17', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_20', 0, 'Mfalme alitengeneza mashua kubwa ngapi?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_20', 1, 1, 'Saba'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_20', 0, 1, 'Tano'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_20', 0, 2, 'Nne'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_20', 0, 3, 'Nane'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_25', 0, 'Mfalme alibadilika na kuwa Mdiria', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_25', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_25', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24750_28', 0, 'Mara yako ya mwisho kuhisi maumivu ni lini?', 'assets/topic/asb/26594.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_28', 0, 1, 'Nilipojeruhiwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_28', 0, 2, 'Baba yangu ananipopiga kwa makosa yangu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_28', 0, 3, 'siku ambayo hakukua na kitu cha kula nyumbani'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('24750_28', 0, 4, 'Siku niliyokua peke yangu.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152', 2, 'Meno', 'assets/topic/asb/1701.png', 'Brigid Simiyu + Kathy Arbuckle', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_3', 3, NULL, 'assets/topic/asb/1701.png', 'Mamba ana meno makubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_4', 3, NULL, 'assets/topic/asb/1702.png', 'Simba naye ana meno makubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_5', 3, NULL, 'assets/topic/asb/1703.png', 'Ng''ombe ana meno ya nguvu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_6', 3, NULL, 'assets/topic/asb/1704.png', 'Ndege hawana meno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_7', 3, NULL, 'assets/topic/asb/1705.png', 'Panya wana meno ya mbele makubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_8', 3, NULL, 'assets/topic/asb/1706.png', 'Papa wana meno makali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_9', 3, NULL, 'assets/topic/asb/1707.png', 'Zamani nilikuwa na meno mengi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_10', 3, NULL, 'assets/topic/asb/1708.png', 'Lakini sasa sina mengi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Meno +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Translation - +Brigid Simiyu +Illustration - +Kathy Arbuckle +Language - +Kiswahili +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal, 2007 2014 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_12', 1, 'Mpake rangi Simba anayenguruma.', 'assets/topic/10152.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_12', 2, 1, 'assets/topic/10152.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_13', 0, 'Simba ana meno makubwa.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_13', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_13', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_16', 0, 'Ndege hawana meno.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_16', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_16', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_19', 0, 'Papa ana meno makali.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_19', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_19', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10152_22', 0, 'Ni nani ana meno machache nyumbani kwenu?', 'assets/topic/asb/1701.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_22', 0, 1, 'Bibi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_22', 0, 2, 'Babu'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_22', 0, 3, 'Mtoto mdogo wa kiume'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('10152_22', 0, 4, 'Mtoto mdogo wa kike.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469', 2, 'Mhogo na Mtende', 'assets/topic/asb/25923.png', 'Ursula Nafula +Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_3', 3, NULL, 'assets/topic/asb/25919.png', 'Hapo zamani, Mhogo na Mtende waliishi kijijini Koowa. Kama marafiki, walitembeleana kila siku. +Walikuwa wakulima waliofanya kazi kwa bidii katika mashamba yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_4', 3, NULL, 'assets/topic/asb/25920.png', 'Katika mwaka mmoja, kulikuwa na ukosefu wa mvua. Mimea yote ilikauka. Watu wakakosa chakula. +Mhogo na Mtende waliamua kwenda kutafuta kazi katika kijiji tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_5', 3, NULL, 'assets/topic/asb/25921.png', 'Wlimkuta mwanamke mmoja wakamsalimu, "Hujambo?" Aliitikia kisha akwauliza, "Mnakwenda wapi?" +Mtende alimjibu, "Tunakwenda kutafuta kazi katika kijiji jirani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_6', 3, NULL, 'assets/topic/asb/25922.png', '"Kazi gani mnayofanya?" Mwanamke yule aliuliza. Walijibu, "Tunaweza kuipa chakula familia yako na mifugo wako. +Mwanamke alwauliza tena, "Mtahitaji nini kutupatia chakula hicho?" Walimjibu, "Tupe ardhi, maji na huduma nzuri."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_7', 3, NULL, 'assets/topic/asb/25923.png', 'Mwanamke yule aliwapeleka nyumbani kwake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_8', 3, NULL, 'assets/topic/asb/25924.png', 'Alasiri moja, Mtende na Mhogo walibishana vikali. Mhogo alisema kuwa yeye alikuwa muhimu zaidi kuliko Mtende. +Mtende naye akasema kuwa yeye alikuwa muhimu kuliko Mhogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_9', 3, NULL, 'assets/topic/asb/25925.png', 'Mwanamke yule aliwasikia kutoka chumbani kwake. +Alitoka nje na kwauliza, "Mbona mnabishana?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_10', 3, NULL, 'assets/topic/asb/25926.png', 'Mhogo alikuwa wa kwanza kuzungumza. "Mimi ni muhimu zaidi kuliko Mtende. Ninazaa mihogo mnayotumia kutengeneza fufu na unga wa mihogo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_11', 3, NULL, 'assets/topic/asb/25927.png', '"Watu hupanda mashina yangu. Mifugo wenu hula majani na maganda yangu. Je, Mtende hufanya nini?" Mhogo aliuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_12', 3, NULL, 'assets/topic/asb/25928.png', 'Mtende alicheka, akatikisa kichwa chake kisha akasema, "Mwanamke wee, unaikumbuka supu ya tende unayofurahia sana? Hutoka kwa nani?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_13', 3, NULL, 'assets/topic/asb/25929.png', '"Mimi hutoa mafuta yanayotumiwa kukaanga samaki na nyama. Je, utawezaje kutayarisha kitoweo na mchuzi bila mafuta?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_14', 3, NULL, 'assets/topic/asb/25930.png', '"Zaidi ya hayo, matawi yangu huezeka paa za vyumba vyenu na vibanda vya kupumzikia. Mnaburudika baada ya kazi kwa kuinywa kosha ninayotoa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_15', 3, NULL, 'assets/topic/asb/25931.png', '"Isitoshe, fagio zinazotumiwa kufagia vyumba na uwanja wa nyumba zenu zinatoka kwangu," Mtende alimaliza kusema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_16', 3, NULL, 'assets/topic/asb/25932.png', '"Hmmm!" Mwanamke alizusha pumzi. "Ni sawa marafiki, nimewasikia. Nitaitatua shida hii."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_17', 3, NULL, 'assets/topic/asb/25933.png', '"Ninyi nyote ni viumbe muhimu sana kwangu. Pamoja, mnatengeneza mlo mtamu wa fufu na supu ya tende!" mwanamke akasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_18', 3, NULL, 'assets/topic/asb/25934.png', 'Mwanamke yule alitayarisha supu ya tende pamoja na fufu kutoka kwenye mihogo. Aliwaalika marafiki zake kula naye. Walifurahia chakula hicho sana. +Tangu wakati huo, Mhogo na Mtende wamekuwa marafiki wakubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mhogo na Mtende +Author - +Divine Apedo, Elizabeth Nkrumah and Georgina Abbey +Translation - +Ursula Nafula +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_20', 1, 'Upake rangi Mtende', 'assets/topic/22469.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_20', 2, 1, 'assets/topic/22469.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_21', 0, 'Mtende na mti wa Muhogo viliishi kijini gani?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_21', 1, 1, 'Koowa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_21', 0, 1, 'Boowa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_21', 0, 2, 'Noowa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_21', 0, 3, 'Doowa'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_26', 0, 'Fagio za kufagilia kiwanja tunazotumia zinatokana na mti wa mtende.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_26', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_26', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22469_29', 0, 'Wewe na rafiki yako mlipigania nini?', 'assets/topic/asb/25923.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_29', 0, 1, 'Kucheza vizuri zaidi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_29', 0, 2, 'kusoma vizuri zaidi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_29', 0, 3, 'Kupika vizuri zaidi'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22469_29', 0, 4, 'Kufanya kazi vizuri zaidi'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871', 2, 'Mimi na familia yangu', 'assets/topic/asb/5216.png', 'Brigid Simiyu + Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_3', 3, NULL, 'assets/topic/asb/5217.png', 'Mimi na dinasou wangu tunawatazama ndege angani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_4', 3, NULL, 'assets/topic/asb/5218.png', 'Mimi na ndege wangu tunamkuta sokwe mtini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_5', 3, NULL, 'assets/topic/asb/5219.png', 'Ninacheza na sokwe na twiga wangu milimani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_6', 3, NULL, 'assets/topic/asb/5232.png', 'Nyani anamwogopa kobe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_7', 3, NULL, 'assets/topic/asb/5221.png', 'Mimi, kima na nyani wangu tunakula ndizi kila siku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_8', 3, NULL, 'assets/topic/asb/5220.png', 'Nyani wangu na kima wanamwogopa kobe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_9', 3, NULL, 'assets/topic/asb/5222.png', 'Kobe nami tunaenda nyumbani polepole pamoja na nyoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_10', 3, NULL, 'assets/topic/asb/5223.png', 'Nyoka nami twapenda kusonya na kuimba nyimbo kando ya ziwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_11', 3, NULL, 'assets/topic/asb/5224.png', 'Mimi na familia yangu nzima tunaishi pamoja kwa furaha kubwa!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_12', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mimi na familia yangu +Author - +Waako Joshua and Cornelius Gulere +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First sentences +© Ugandan Community Libraries Association 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_13', 1, 'Mpake rangi dinasau na umrembe', 'assets/topic/7871.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_13', 2, 1, 'assets/topic/7871.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_14', 0, 'Mvulana na dinosaur wake walikuwa wanatazama ndege.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_14', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_14', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_17', 0, 'Mvulana, tumbili na sokwe hula ndizi pamoja.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_17', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_17', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7871_20', 0, 'Unafanya nini na familia yako?', 'assets/topic/asb/5216.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_20', 1, 1, 'Tunakula pamoja'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_20', 0, 1, 'Tunacheza michezo'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_20', 0, 2, 'Tunacheza mziki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('7871_20', 0, 3, 'Tunapika'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082', 2, 'Mimi ni Moto!', 'assets/topic/asb/8558.png', 'Brigid Simiyu + Rob Owen', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_3', 3, NULL, 'assets/topic/asb/8555.png', 'Hebu nikueleze hadithi kunihusu. +Ninaanza kama cheche ndogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_4', 3, NULL, 'assets/topic/asb/8556.png', 'Ninaenea kila mahali upepo unaponibeba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_5', 3, NULL, 'assets/topic/asb/8558.png', 'Sisi ni marafiki wazuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_6', 3, NULL, 'assets/topic/asb/8557.png', 'Ninapika chakula chako.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_7', 3, NULL, 'assets/topic/asb/8559.png', 'Ninakupa mwangaza usiku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_8', 3, NULL, 'assets/topic/asb/8560.png', 'Nina maarifa mengi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_9', 3, NULL, 'assets/topic/asb/8561.png', 'Mimi ni mmoja wa familia yako.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_10', 3, NULL, 'assets/topic/asb/8562.png', 'Kuwa mwangalifu unaponialika nyumbani kwako. +Sipendi kuachwa peke yangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mimi ni Moto! +Author - +Deborah Namugosa, Beatres Nabune, Alison Tukei and Rose Sabano +Translation - +Brigid Simiyu +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_12', 1, 'Chora njiti ya kiberiti.', 'assets/topic/22082.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_12', 2, 1, 'assets/topic/22082.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_13', 0, 'Moto huanza kama cheche ndogo.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_13', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_13', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_16', 0, 'Moto unasema ni sehemu ya familia yetu.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_16', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_16', 0, 1, 'Si kweli.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22082_19', 0, 'Kama kusingekua na Moto, tungepata matatizo gani?', 'assets/topic/asb/8558.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_19', 0, 1, 'Ingekua shida kupika'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_19', 0, 2, 'Kusingekua na Mwanga nyumbani.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_19', 0, 3, 'Tungetetemeka kipindi cha baridi.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('22082_19', 0, 4, 'Ingekua vigumu kufanya kazi usiku.'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140', 2, 'Mke Mti', 'assets/topic/asb/2580.png', 'Mutugi Kamundi +Jemma Kahn', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_3', 3, NULL, 'assets/topic/asb/2584.png', 'Hapo zamani za kale, paliishi mzee aliyekuwa tajiri wa kila kitu. Alikuwa na shamba kubwa lenye rutuba, ng''ombe, na mbuzi. +Lakini jinsi alivyozeeka ndivyo alivyohuzunika kwani hakuwa na mke.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_4', 3, NULL, 'assets/topic/asb/2585.png', 'Siku moja alipokuwa chini ya mti, alipata wazo zuri sana. +Aliwaza kuwa ikiwa hatapata mke, labda atajitengenezea mmoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_5', 3, NULL, 'assets/topic/asb/2583.png', 'Alianza kazi ya kumchonga mke kutoka kwa gogo la mti. Alipomaliza kuchonga sanamu, aliigusa macho nayo yakaanza kuona. +Kisha aliipulizia pumzi sanamu ikawa hai.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_6', 3, NULL, 'assets/topic/asb/2586.png', 'Akawa mwanamke mrembo zaidi ya wote aliokuwa ameona. +Alipiga magoti mbele yake na kumwomba awe mkewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_7', 3, NULL, 'assets/topic/asb/2587.png', 'Yule mume alimvisha kimori, shanga na mkufu wa kichwani, ishara kwamba alikuwa ameolewa. Kisha alimjengea nyumba akitumia matope na nyasi. +"Ninakuomba kitu kimoja tu," mzee yule alisema. "Usimwambie mtu yeyote mahali ulikotoka."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_8', 3, NULL, 'assets/topic/asb/2588.png', 'Lakini kabla ya kipindi kirefu, vijana kutoka kijiji jirani walianza kusema, "Inawezekanaje mzee kama huyu kumwoa msichana mrembo namna hii!" +Basi wakaamua kumwiba msichana yule na kumpeleka kijijini kwao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_9', 3, NULL, 'assets/topic/asb/2589.png', 'Mkewe alipoibiwa, mzee huyo alihuzunika sana. Alihisi kwamba hangeishi bila mkewe. Akafikiria, "Labda nikipata kitu chochote kutoka kwake, nitapata faraja." +Aliwatuma njiwa wawili wakamtafute mkewe kisha wamwimbie na wampelekee kitu chochote kutoka kwa mkewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_10', 3, NULL, 'assets/topic/asb/2590.png', 'Walipomwona walimwimbia wimbo mtamu: +Mke mti, mke mti, +Mrembo kuliko wote, +Tumetumwa na mumeo, +Tunakujia kimori, +Turudishe kwa mumeo, +Asije kukusahau.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_11', 3, NULL, 'assets/topic/asb/2591.png', 'Aliwapa Kimori chake wakaruka, juu ya milima, juu ya mito, hadi wakarudi kwa mumewe. +Mzee alipokea kimori akakiweka usoni mwake kwa furaha akapata faraja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_12', 3, NULL, 'assets/topic/asb/2592.png', 'Faraja hiyo haikudumu. Aliwatuma wale njiwa tena wakamwimbie mkewe: +Mke mti, mke mti, +Mrembo kuliko wote, +Tumetumwa na mumeo, +Tunakujia kimori, +Turudishe kwa mumeo, +Asije kukusahau. +Basi wakarudi tena wakiwa wamebeba mkufu ambao ulikuwa ishara ya mwanamke aliyeolewa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_13', 3, NULL, 'assets/topic/asb/2581.png', 'Aliuchukua ule mkufu akapata faraja ya mke wake aliyekuwa katika kijiji cha watu wengine. Baada ya muda mfupi aliwaita njiwa tena akawatuma kwa mkewe tena wakamwimbie: +Mke mti, mke mti, +Mrembo kuliko wote, +Tumetumwa na mumeo, +Tunakujia kimori, +Turudishe kwa mumeo, +Asije kukusahau.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_14', 3, NULL, 'assets/topic/asb/2582.png', 'Walienda tena mara ya tatu wakatua mabegani mwake. Walipokuwa wakiimba, kila njiwa alikuwa akidona na kumng''oa jicho. +Punde si punde, akageuka na kuwa sanamu. Miguu na mikono yake ilidondoka. Kichwa vilevile kilianguka. Akaanguka chini, pu!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_15', 3, NULL, 'assets/topic/asb/2593.png', 'Mumewe alilisukuma lile gogo la sanamu mtoni. Akalisimamisha upande wa mizizi ukiwa majini. +Na baada ya kupata maji na kupigwa na miale ya jua, lile gogo liliota majani tena kama zamani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_16', 3, NULL, 'assets/topic/asb/2580.png', 'Na wakati upepo uvumapo, majani yake hushusha pumzi kama vile mwanamke hushusha pumzi anapotamani kumwona mumewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_17', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mke Mti +Author - +Southern African Folktale +Translation - +Mutugi Kamundi +Illustration - +Jemma Kahn +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://www.youtube.com/watch?v=li8tkliflms', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_18', 1, 'Paka rangi mti mwanamke.', 'assets/topic/3140.svg', NULL, NULL); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_18', 2, 1, 'assets/topic/3140.svg'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_19', 0, 'Mtu mzee alimfanya mwanamke nje ya mti na kumoa.', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_19', 1, 1, 'Kweli.'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_19', 0, 1, 'Si kweli'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_22', 0, 'Mzee alimtuma ndege yupi kwa mwanamke?', NULL, NULL, 'oneAtATime'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_22', 1, 1, 'Njiwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_22', 0, 1, 'Kunguru'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_22', 0, 2, 'Tai'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_22', 0, 3, 'Kasuku'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3140_27', 0, 'Je! Unampenda nani zaidi?', 'assets/topic/asb/2580.png', NULL, 'open'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_27', 0, 1, 'Rafiki'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_27', 0, 2, 'Mbwa'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_27', 0, 3, 'Kaka'); +INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ('3140_27', 0, 4, 'Dada'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079', 2, 'Mke-mwenza mwenye wivu', 'assets/topic/asb/25521.png', 'Brigid Simiyu +Jacob Kono', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_3', 3, NULL, 'assets/topic/asb/25510.png', 'Hapo kale kulikuwa na wake wenza wawili. Waliishi katika nyumba moja na mume wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_4', 3, NULL, 'assets/topic/asb/25511.png', 'Kwa muda mrefu hakuna mke aliyejaliwa kupata watoto. Hatimaye, mke wa kwanza alishika mimba. +Alipojifungua mtoto, mume wao hakuwa nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_5', 3, NULL, 'assets/topic/asb/25512.png', 'Mke wa pili aliwaonea wivu mke wa kwanza na mtoto wake. +Alianza kuwaza jinsi atakavyomwua mke mwenziwe ili awe mke wa pekee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_6', 3, NULL, 'assets/topic/asb/25513.png', 'Nyakati hizo, watu hawakuzoea kupika chakula. +Walivila vyakula vikiwa vibichi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_7', 3, NULL, 'assets/topic/asb/25514.png', 'Mke wa pili alisema, "Nitakipika chakula ili nimdhuru mke-mwenzangu." +Yeye aliamini kuwa chakula kilichopikwa kingeweza kumwua mtu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_8', 3, NULL, 'assets/topic/asb/25515.png', 'Basi alianza kumpikia mke mwenziwe chakula. +Lakini, badala ya kufa, mke wa kwanza alizidi kuwa na afya nzuri kwa sababu ya kula chakula kilichopikwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_9', 3, NULL, 'assets/topic/asb/25516.png', 'Mume wao aliporudi nyumbani, alimkuta mtoto mchanga na mke wa kwanza mwenye afya. Pia alitambua kuwa chakula kilikuwa kikipikwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_10', 3, NULL, 'assets/topic/asb/25517.png', 'Mume huyo alishangazwa na upikaji wa chakula. Akauliza, "Nani aliwafunza kupika chakula?" +Mke wa pili akamnong''onezea mumewe, "Ninakipika chakula ili nimue mke mwenzangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_11', 3, NULL, 'assets/topic/asb/25518.png', '"Ninamwonea wivu kwa sababu alimpata mtoto ilhali mimi sina. Nina wasiwasi kuwa utanifukuza ubaki naye."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_12', 3, NULL, 'assets/topic/asb/25519.png', 'Mumewe alikasirika kisha akamuonya, "Acha kuwa na fikira hizo mbaya."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_13', 3, NULL, 'assets/topic/asb/25520.png', 'Kisha yule mume aliwaleta wakeze pamoja. +Aliwapatanisha wakaishi kwa amani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_14', 3, NULL, 'assets/topic/asb/25521.png', 'Walikubali kuendelea kupika chakula kwa sababu kiliwafanya kuwa na afya nzuri. +Na hivi ndivyo upikaji wa chakula ulivyoanza!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22079_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mke-mwenza mwenye wivu +Author - +Mary Narebon +Translation - +Brigid Simiyu +Illustration - +Jacob Kono +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860', 2, 'Mkeka wa Akai', 'assets/topic/asb/6007.png', 'Brigid Simiyu + Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_3', 3, NULL, 'assets/topic/asb/5845.png', 'Akai alipokuwa mdogo, mamake alikuwa na mazoea ya kumlaza kwenye mkeka maridadi. Mkeka huo ulitengezwa na shangaziye Akai kwa majani ya mtende.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_4', 3, NULL, 'assets/topic/asb/5846.png', 'Mkeka wa Akai ulikuwa na rangi za waridi, bluu na kijani kibichi. Ulikuwa tofauti na mikeka mingine aliyokuwa nayo mamake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_5', 3, NULL, 'assets/topic/asb/5847.png', 'Makazi ya kina Akai yalikuwa katika sehemu kavu, iliyojaa mawe na yenye joto. Kulikuwa na nge, buibui na nyoka pia. Akai hakuwahi kuumwa na viumbe hao hatari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_6', 3, NULL, 'assets/topic/asb/5848.png', '"Huu mkeka wako wa kipekee hukukinga na hatari." Mamake alimwambia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_7', 3, NULL, 'assets/topic/asb/5996.png', 'Akai alikuwa mtoto mwerevu. Alijua mahali kilipokuwa kisima cha karibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_8', 3, NULL, 'assets/topic/asb/5997.png', 'Vile vile alijua mahali ilipokuwa manyatta ya nyanyake. Mara kwa mara alienda kwa nyanyake kunywa maziwa ya ngamia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_9', 3, NULL, 'assets/topic/asb/5999.png', 'Siku moja, Akai aliondoka nyumbani kwenda kwa nyanyake. Alipotelea milimani, akaogopa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_10', 3, NULL, 'assets/topic/asb/6000.png', 'Aliamua kuketi chini ya mti wa edome kusubiri usaidizi. Muda mfupi baadaye, alilala akaota ndoto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_11', 3, NULL, 'assets/topic/asb/6001.png', 'Ndotoni, Akai alikuwa amelala kwenye mkeka wake kipekee. Bi kizee aliyefanana na nyanyake alikuwa akimchunga. Bi kizee huyo alitabasamu na kumpa maziwa. Akai alipounyoosha mkono wake kuyapokea, aliamka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_12', 3, NULL, 'assets/topic/asb/6002.png', 'Akai aliyafungua macho yake pole pole. Alitazama juu akamwona ndege mdogo wa rangi ya bluu kwenye tawi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_13', 3, NULL, 'assets/topic/asb/6003.png', 'Akai aliposimama, yule ndege alipapatisha mbawa zake kisha akamwongoza. Akai alimfuata.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_14', 3, NULL, 'assets/topic/asb/6004.png', 'Akai alifika mahali penye njia panda. Yule ndege akakitupa kipande cha mkeka kilichofanana na ule wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_15', 3, NULL, 'assets/topic/asb/6005.png', 'Akai alikichukuwa kipande hicho akakitazama kwa makini. Aliziona nyayo alizozifahamu kuwa za mamake. Baadaye, alikiona kisima walikochota maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_16', 3, NULL, 'assets/topic/asb/6006.png', 'Akai hatimaye alifika nyumbani. Watu wote wa familia yake waliimba na kucheza kumkaribisha nyumbani. Walimchinjia mbuzi, wakachoma nyama na kusherehekea kurudi salama kwa mtoto wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_17', 3, NULL, 'assets/topic/asb/6007.png', 'Akai aliukalia mkeka wake wa kipekee akila kipande kikubwa cha nyama. Akai alifurahi sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7860_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mkeka wa Akai +Author - +Ursula Nafula +Translation - +Brigid Simiyu +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530', 2, 'Mkoba uzungumzao', 'assets/topic/asb/1461.png', 'Mutugi Kamundi +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_3', 3, NULL, 'assets/topic/asb/1461.png', 'Hapo zamani za kale aliishi jitu jike lililoitwa Motio. Siku moja lilipokuwa likitembea kando mwa ziwa liliwaona wasichana watatu, Lisa, Vera na Elsa. Likawauliza, "Ni nani kati yenu anayependwa na wazazi wote wawili?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_4', 3, NULL, 'assets/topic/asb/1462.png', 'Lisa alijibu kwanza, akasema, "Mamangu hunipenda zaidi." Vera naye akasema, "Babangu hunipenda zaidi." Elsa akasema, "Baba na mama wananipenda sawa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_5', 3, NULL, 'assets/topic/asb/1463.png', 'Motio alimwambia Elsa amfuate akamsaidie kuliinua tita la kuni amwekee mgongoni. Elsa alimfuata Motio bila kuogopa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_6', 3, NULL, 'assets/topic/asb/1465.png', 'Walipotembea hatua chache, Elsa alimuuliza Motio, "Zi wapi kuni zako nikusaidie?" Motio akajibu, "Ziko karibu na ile miti."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_7', 3, NULL, 'assets/topic/asb/1466.png', 'Walipofika hapo, Elsa akamuuliza Motio tena, "Zi wapi kuni zako?" Motio akajibu, "Haziko mbali kutoka hapa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_8', 3, NULL, 'assets/topic/asb/1467.png', 'Walipokuwa wakitembea, walikutana na mwanamume. Mwanamume huyo alimuuliza Motio, "Mtoto wako anaitwaje?" Motio akajibu, "Anaitwa Mkoba Uzungumzao."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_9', 3, NULL, 'assets/topic/asb/1468.png', 'Elsa aliimba kwa sauti, "Mimi kamwe si mkoba. Mkoba hauongei. Ninaitwa Elsa. Lo! Nyumbani kwetu, Mama nimpendaye, Baba nimpendaye, Kata nilinywealo maziwa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_10', 3, NULL, 'assets/topic/asb/1469.png', 'Mwanamume huyo alipousikia wimbo wa Elsa, alimhurumia, akamuuliza amwelezee juu ya wazazi wake. Alimnusuru kutoka kwa Motio na kumrudisha kwa babake na mamake. Wazazi wake walimshukuru mwanamume huyo na wakaishi kwa furaha na mtoto wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2530_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mkoba uzungumzao +Author - +Caroline Lentupuru +Translation - +Mutugi Kamundi +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026', 2, 'Mlinzi na chekechea yake', 'assets/topic/asb/12997.png', 'Ursula Nafula + Magriet Brink', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_3', 3, NULL, 'assets/topic/asb/12979.png', 'Hadithi hii anamhusu Mlinzi na chekechea yake ya wanyama mayatima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_4', 3, NULL, 'assets/topic/asb/12980.png', 'Agosti ulikuwa mwezi wenye shughuli nyingi. Mlinzi na wasaidizi wake waliwapokea wanyama wengi katika chekechea yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_5', 3, NULL, 'assets/topic/asb/12981.png', 'Mkite alikuwa wa kwanza kufika. Alikuwa mtoto wa tembo mwenye umri wa mwaka mmoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_6', 3, NULL, 'assets/topic/asb/12982.png', 'Mlinzi na wasaidizi wake walimhurumia Mkite sana. Alikuwa amekonda na mwenye huzuni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_7', 3, NULL, 'assets/topic/asb/12983.png', 'Siku chache baadaye, afya ya Mkite iliimarika. Alicheza na wanyama wengine aliowakuta pale.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_8', 3, NULL, 'assets/topic/asb/12984.png', 'Siku nyingine katika mwezi huo wa Agosti, helikopta ilitua mbele ya chekechea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_9', 3, NULL, 'assets/topic/asb/12985.png', 'Walimpokea yatima wa pili katika mwezi huo. Alikuwa mtoto mwingine wa tembo. Alikuwa amefunikwa kwa  blanketi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_10', 3, NULL, 'assets/topic/asb/12986.png', 'Yatima huyo aliitwa Ndiwa. Alikuwa na umri wa siku tano. Mlinzi aliitumia chupa kumnywesha maziwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_11', 3, NULL, 'assets/topic/asb/12987.png', 'Yatima wa tatu kufika mwezi huo alikuwa Malea, kifaru. Malea alikwa na umri wa miezi sita.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_12', 3, NULL, 'assets/topic/asb/12988.png', 'Malea na Enkare walikuwa marafiki wakubwa. Enkare alikuwa nyati mtoto. Walienda kila mahali pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_13', 3, NULL, 'assets/topic/asb/12989.png', 'Usiku mmoja, Mlinzi na wasaidizi wake waliamshwa. Walimpokea twiga mtoto aliyepewa jina Ambia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_14', 3, NULL, 'assets/topic/asb/12990.png', 'Ambia alikuwa na umri wa miezi mitano. Alihisi njaa na uchovu baada ya safari ndefu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_15', 3, NULL, 'assets/topic/asb/12991.png', 'Kwa sababu ya urefu wake, Mlinzi aliupanda mti kumlisha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_16', 3, NULL, 'assets/topic/asb/12992.png', 'Abei na Moit, swara mapacha, walifika katikati ya mwezi wa Agosti. Walikuwa wamezaliwa saa chache tu. Walikuwa wagonjwa sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_17', 3, NULL, 'assets/topic/asb/12994.png', 'Walihuzunika Abei alipoaga dunia wiki moja baadaye. Mlinzi na wasaidizi wake walimwokoa Moit.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_18', 3, NULL, 'assets/topic/asb/12997.png', 'Mayatima wa mwisho kufika mwezi huo wa Agosti walikuwa Kopi, Kepi na Keji. Walikuwa wana wa simba wenye umri wa wiki mbili. Walikuwa na kiu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_19', 3, NULL, 'assets/topic/asb/12995.png', 'Mlinzi na wasaidizi wake waliwapenda wanyama wote hata wale watukutu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_20', 3, NULL, 'assets/topic/asb/12996.png', 'Mtukutu kwa wote alikuwa Lobolia. Alizoea kuichukua miwani ya Mlinzi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_21', 3, NULL, 'assets/topic/asb/12998.png', 'Wafanyakazi wa chekechea wanafanya bidii kuwatunza wanyama hao. Watakapoweza kujitegemea, watarudi porini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_22', 3, NULL, NULL, 'MAZOEZI:   Soma tena hadithi kisha ujibu maswali haya. 1. Wanyama wangapi walifika katika chekechea mwezi Agosti? 2. Nani alifika kwanza? 3. Mnyama huyu alikuwa na umri gani? 4. Nani alifika mwisho? Wanyama hao walikuwa na umri gani? 5. Wanyama gani waliokuwa na umri wa chini zaidi? 6. Walikuwa na umri gani? 7. Mnyama yupi aliyefika mwezi Agosti aliyekuwa mzee kwa wote?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13026_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mlinzi na chekechea yake +Author - +Ursula Nafula and Nina Orange +Translation - +Ursula Nafula +Illustration - +Magriet Brink +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771', 2, 'Mojo na Kobe', 'assets/topic/asb/26787.png', 'Ursula Nafula +Edwin Irabor', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_3', 3, NULL, 'assets/topic/asb/26785.png', 'Hapo zamani, ndege aliyeitwa Mojo aliishi katika ufalme wa Baro. Kobe alikuwa rafikiye. +Mojo alikuwa mjumbe na alisafiri mbali kupeleka jumbe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_4', 3, NULL, 'assets/topic/asb/26786.png', 'Siku moja, Mfalme Simba alimwita Mojo. +Mfalme Simba alimtaka apeleke ujumbe wa maana kwa Jamaa yake, Smba Marara, aliyekuwa mfalme kwenye ufalme tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_5', 3, NULL, 'assets/topic/asb/26787.png', 'Kobe aliposikia hivyo, alimwonea wivu. +Alimshauri Mojo, "Usiende. Ni mtego. Simba anakutuma wewe kama kafara."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_6', 3, NULL, 'assets/topic/asb/26788.png', 'Mojo aliogopa. Siku iliyofuata, alienda kwa jamaa yake Jimbi akamwambia alivyoambiwa na Kobe. +Jimbi hakumwamini Kobe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_7', 3, NULL, 'assets/topic/asb/26789.png', '"Nitakutayarishia mlo mtamu usiku wa leo," Kobe alimweleza Mojo alipokutana naye baadaye. +Mojo alienda nyumbani kwa Kobe kwa furaha kwa mlo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_8', 3, NULL, 'assets/topic/asb/26790.png', 'Mojo alipokuwa akistarehe, Kobe alimtupia wavu akamnasa! Kisha alienda nje kutafuta kuni. +Mojo hakuweza kusonga. "Nisaidie, nisaidie!" alilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_9', 3, NULL, 'assets/topic/asb/26791.png', 'Jimbi alikuwa karibu na nyumba ya Kobe. Alimsikia Mojo akipiga kelele. Aliita, "Mojo? Mojo?" +"Jimbi! Njoo uniokoe!" Mojo alijibu. +Jimbi alienda kwa haraka mahali Mojo alikuwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_10', 3, NULL, 'assets/topic/asb/26792.png', 'Jimbi alimwokoa Mojo kutoka kwenye wavu. +Mojo alimshukuru Jimbi kisha akikimbia na kwenda zake. +Mojo alimwambia Mfalme Simba kuhusu jambo hilo. Mfalme alimfukuza Kobe kutoka kwenye ufalme wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24771_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mojo na Kobe +Author - +Monica Oyovwevotu Dale +Translation - +Ursula Nafula +Illustration - +Edwin Irabor +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419', 2, 'Moto, Maji, Ukweli na Uongo', 'assets/topic/asb/18348.png', 'Ursula Nafula +Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_3', 3, NULL, 'assets/topic/asb/18347.png', 'Zamani kulikuwa na marafiki wanne. +Majina yao yalikuwa Moto, Maji, Ukweli na Uongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_4', 3, NULL, 'assets/topic/asb/18348.png', 'Uongo hakufurahi. Alitaka kuuvunja urafiki wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_5', 3, NULL, 'assets/topic/asb/18349.png', 'Siku moja Uongo alisema, "Tuitafute nchi huru ili kila mmoja wetu amiliki ufalme wake." +Walikubaliana wakaanza kutafuta nchi huru.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_6', 3, NULL, 'assets/topic/asb/18350.png', 'Uongo alimwambia Maji, "Moto ni adui yetu mkubwa. Yeye huunguza kila kitu. Tutafute ufalme ambako Moto hatakuweko."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_7', 3, NULL, 'assets/topic/asb/18351.png', 'Maji akauliza, "Tutafanyaje?" Uongo akamjibu, "Ni wazi kwamba tutamuua. Ni wewe tu uliye na uwezo wa kufanya hivyo. Atakapokuwa ameketi chini, jimwagilie kwake umharibu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_8', 3, NULL, 'assets/topic/asb/18352.png', 'Maji alisema, "Nikifanya hivyo nitamwagika duniani. Sitaweza kujikusanya na kuwa pamoja tena." Uongo alikanusha, "Hilo si tatizo. Nitayaweka mawe chini yakuzuie kuenee kila mahali. Kisha nitakukusanya tena." Uongo alifanya hivyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_9', 3, NULL, 'assets/topic/asb/18353.png', 'Moto alipokuwa ameketi chini, Maji alijimwaga kwake bila Moto kujua. Kupitia njia hiyo, Uongo aliweza kumwangamiza Moto. +Yeye na Maji waliendelea na safari yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_10', 3, NULL, 'assets/topic/asb/18354.png', 'Baada ya muda, Uongo alimwambia Maji, "Hebu keti juu ya ukingo huu ili uyafurahie mandhari haya."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_11', 3, NULL, 'assets/topic/asb/18355.png', 'Maji alipokuwa ameketi chini, Uongo aliyaondosha mawe yaliyomzingira. +Maji alimwagika akatapakaa kila mahali. Huo ndio uliokuwa mwisho wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_12', 3, NULL, 'assets/topic/asb/18356.png', 'Sasa Uongo alilazimika kumwangamiza Ukweli. +Walipofika kwenye mlima mkubwa, Uongo alimweleza Ukweli asubiri chini ya mlima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_13', 3, NULL, 'assets/topic/asb/18357.png', 'Kisha Uongo akalisukuma jiwe kubwa kutoka juu kumwangamiza Ukweli.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_14', 3, NULL, 'assets/topic/asb/18358.png', 'Jiwe lilipoporomoka chini, almasi, dhahabu na vito tofauti vya thamani vilianguka. +Ukweli aliweza kujivuta na kutoka chini ya jiwe lililokuwa limevunjika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_15', 3, NULL, 'assets/topic/asb/18359.png', 'Uongo alishuka chini kutazama mwili wa Ukweli. Badala yake, aliviona vito vya thamani. +Akauliza, "Vito hivi vimetoka wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_16', 3, NULL, 'assets/topic/asb/18360.png', 'Ukweli alijibu, "Jiwe liliponiangukia, vito hivi vilimwagika." Uongo pia alitaka vito hivyo vya thamani. +Alisema, "Nitaenda chini ya mlima na wewe uende juu. Kisha uliangushe jiwe lingine kubwa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_17', 3, NULL, 'assets/topic/asb/18361.png', 'Basi, Ukweli akapanda juu ya mlima akalisukuma chini lili jiwe kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_18', 3, NULL, 'assets/topic/asb/18362.png', 'Jiwe hilo lilimwangukia Uongo kichwani. Akafa papo hapo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18419_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Moto, Maji, Ukweli na Uongo +Author - +Merga Debelo and Elizabeth Laird +Translation - +Ursula Nafula +Illustration - +Marion Drew +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994', 2, 'Msichana mwenye titi moja', 'assets/topic/asb/2673.png', 'Mutugi Kamundi + Rachael Napagi', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994_3', 3, NULL, 'assets/topic/asb/2673.png', 'Hapo kale palikuwa na mtu aliyeishi na mkewe aliyempenda sana. Siku moja alitembea msituni. Njiani alikutana na msichana mmoja mwembamba na mrembo mno. Alimpenda papo hapo. Msichana vilevile alimkubali mara moja. Lakini, msichana yule alimwambia kuwa alikuwa na titi moja tu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994_4', 3, NULL, 'assets/topic/asb/2674.png', 'Msichana yule alimwambia mwanamme huyo aende nyumbani, akate titi moja la mkwewe amletee. Hivyo yeye angekuwa na matiti mawili nao wangeoana. Mwanamme alikimbia kwa kasi, akachukua kisu, akamrukia mkewe mpendwa na kukata titi lake mara moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994_5', 3, NULL, 'assets/topic/asb/2675.png', 'Alifanya haraka kurudi msituni alikomwacha mpenzi wake mpya. Lakini hakuwapo. Aliliita jina lake kwa sauti, lakini ilikuwa kimya tu. Kisha alisikia sauti ikisema, "Kwa nini unaita? Kwani hujui kwamba uko katika msitu wa mapepo?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994_6', 3, NULL, 'assets/topic/asb/2676.png', 'Mtu yule aliposikia hivyo, alikimbia kama risasi kurudi nyumbani. Alimpata mkewe tayari akiwa amefariki. Alihuzunika sana kwa ajili ya kitendo chake. Naye aliona heri afe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2994_7', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Msichana mwenye titi moja +Author - +Cornelius Wekunya +Translation - +Mutugi Kamundi +Illustration - +Rachael Napagi +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309', 2, 'Msitu wenye nyoka', 'assets/topic/asb/10763.png', 'Brigid Simiyu +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_3', 3, NULL, 'assets/topic/asb/10763.png', 'Kijiji cha Sinyaire kimezungukwa na milima na misitu. Nyoka wengi huishi ndani ya misitu hiyo. Nyoka aliyekuwa mkubwa zaidi aliitwa Unyalego na wanakijiji. Nyoka huyo aliwameza mbuzi na kondoo wakiwa wazima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_4', 3, NULL, 'assets/topic/asb/10765.png', 'Siku moja, Apiyo, Ajoh na Atieno walipokuwa wakienda msituni kutafuta kuni, bibi aliwaonya, "Jihadharini na Unyalego. Msichukue chochote kutoka msituni ila kuni."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_5', 3, NULL, 'assets/topic/asb/10766.png', 'Wasichana hao walifunganya maziwa, ndizi, viazi vitamu na maji. Wakachukua kamba za kufungia kuni na panga kali. Wakaondoka kwenda msituni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_6', 3, NULL, 'assets/topic/asb/10767.png', 'Walipokuwa njiani, Ajoh, Apiyo na Atieno waliongea na kucheka. Ghafla, Apiyo alisema, "Kimya! Tunakaribia anakoishi Unyalego."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_7', 3, NULL, 'assets/topic/asb/10769.png', 'Ajoh hakuzingatia onyo la nyanyake. Atieno aliwaita, "Tazameni, hapa kuna meno ya Unyalego ya dhahabu. Tuyachukue?" Apiyo aliwakumbusha, "Msisahau kwamba bibi alituonya tusichukue chochote kutoka msituni ila kuni."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_8', 3, NULL, 'assets/topic/asb/10770.png', 'Ajoh akajibu, "Simwamini bibi. Nadhani alisema hivyo ili atuzuie kuchukua tunachotaka. Najua anatuonea wivu. Mimi nitayachukua hayo meno ya dhahabu." Dada zake walikuwa na wasiwasi wakamwonya Ajoh lakini, hakujali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_9', 3, NULL, 'assets/topic/asb/10771.png', 'Baadaye, Unyalego alikuja kutafuta meno yake. Alikasirika alipoyakosa. Aliwasikia Ajoh, Apiyo na Atieno wakizungumza na kucheka. Akajificha kando ya njia ambayo wasichana wale wangepitia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_10', 3, NULL, 'assets/topic/asb/10772.png', 'Walipokwisha kuzikusnaya kuni, walizibeba vichwani. Ghafla, wakasikia "Hzzzzzzzzz!" Walimwona Unyalego akiwa kinywa wazi, tayari kuwameza. Waliogopa sana wakajaribu kujificha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_11', 3, NULL, 'assets/topic/asb/10773.png', 'Unyalego akawauliza, "Ni nani aliyeyachukua meno yangu ya dhahabu?" Walipokosa kumjibu, Unyalego akaamua kuwadadisi wasichana hao. Akasema, "Ninataka muimbe wimbo. Yule atakayeimba bila kukosea, atakuwa hana hatia na ataenda nyumbani na kuni zake. Atakayekosea, ndiye aliye na hatia na atakuwa chakula changu kwa siku tatu zijazo!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_12', 3, NULL, 'assets/topic/asb/10774.png', 'Apiyo aliimba kwanza kwa sauti nyororo: Sio mimi, sio mimi niliyeiba meno, aliyeyaiba yuko hapo nyuma aaaah. Kisha Atieno akaimba: Sio mimi, sio mimi niliyeiba meno, aliyeyaiba yuko hapo nyuma aaaah.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_13', 3, NULL, 'assets/topic/asb/10775.png', 'Mwishowe, ilikuwa zamu ya Ajoh. Kwa uwoga alisongea mbele na kuanza kuimba: S.i.o mi-mi, s.i.o.  Aliimba vibaya akashindwa kuyatamka maneno sawa. Unyalego akamkemea, "Mbona huimbi vizuri kama wengine?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_14', 3, NULL, 'assets/topic/asb/10776.png', 'Papo hapo, Unyalego akammeza Ajoh. Atieno na Apiyo walikimbia kuwaeleza wanakijiji yaliyotokea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13309_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Msitu wenye nyoka +Author - +Joseph Sanchez Nadimo +Translation - +Brigid Simiyu +Illustration - +Rob Owen +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861', 2, 'Mtoto aliyeleta Amani', 'assets/topic/asb/14590.png', 'Translators without Borders and Pete Mhunzi + Jacob Kono', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_3', 3, NULL, 'assets/topic/asb/14580.png', 'Akadeli alimbeba mtoto wake. Alikwenda msituni kuchuma matunda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_4', 3, NULL, 'assets/topic/asb/14581.png', 'Alipata mti uliojaa matunda mabivu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_5', 3, NULL, 'assets/topic/asb/14582.png', 'Akadeli alimlaza mtoto wake chini akapanda mti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_6', 3, NULL, 'assets/topic/asb/14583.png', 'Jasusi mmoja kutoka kijiji jirani alipitia pale akamwona mtoto. Kwa mshangao, akajiuliza, "Mamake mtoto huyu yuko wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_7', 3, NULL, 'assets/topic/asb/14584.png', 'Jasusi yule alipochutama, sauti ya mikufu aliyoivaa shingoni mwake, ilimwamsha mtoto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_8', 3, NULL, 'assets/topic/asb/14585.png', 'Alimwacha mtoto aichezee mikufu hiyo.  Mtoto alicheza na kucheka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_9', 3, NULL, 'assets/topic/asb/14586.png', 'Akadeli alitazama chini aone kilichomchekesha mtoto. Akamwona jasusi amechutama karibu na mtoto wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_10', 3, NULL, 'assets/topic/asb/14587.png', 'Hofu ilimwandama, akauangusha mfuko wake uliojaa matunda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_11', 3, NULL, 'assets/topic/asb/14588.png', 'Jasusi yule alitazama juu akasema, "Usiogope. Ninacheza tu na mtoto wako mrembo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_12', 3, NULL, 'assets/topic/asb/14589.png', 'Polepole, Akadeli akashuka kutoka mtini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_13', 3, NULL, 'assets/topic/asb/14590.png', 'Jasusi akampa mtoto mkufu mmoja, akisema, "Hii ni zawadi yako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_14', 3, NULL, 'assets/topic/asb/14591.png', 'Akamwambia Akadeli, "Mchukue mtoto na mkoba wako uende nyumbani. Mwambie mume wako ahamie sehemu yenye amani zaidi. Mtoto wako amenifanya nibadili nia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15861_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mtoto aliyeleta Amani +Author - +John Nga''sike +Translation - +Translators without Borders and Pete Mhunzi +Illustration - +Jacob Kono +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300', 2, 'mtoto na korongo', 'assets/topic/asb/8485.png', 'Bushirah Kabatesi +Emily Berg', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_3', 3, NULL, 'assets/topic/asb/8479.png', 'mama na baba walienda shambani. +Walimwacha Makabi +mtoto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_4', 3, NULL, 'assets/topic/asb/8482.png', 'Makabi alicheza +akasahau kumchunga +mtoto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_5', 3, NULL, 'assets/topic/asb/8154.png', 'korongo walimkuta +mtoto akilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_6', 3, NULL, 'assets/topic/asb/8156.png', 'Walimbebea ndani ya +blanketi wakaruka +naye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_7', 3, NULL, 'assets/topic/asb/8485.png', 'mama aliwaona +korongo wanne +wakiruka.Walikuwa +wamembeba mtoto +wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_8', 3, NULL, 'assets/topic/asb/8484.png', 'Mama aliwaona +korongo wanne +wakiruka.Walikuwa +wamembeba mtoto wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_9', 3, NULL, 'assets/topic/asb/8483.png', 'korongo walipotoka, +chura alimmeza mtoto', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_10', 3, NULL, 'assets/topic/asb/8486.png', 'Chura alitaka zawadi. +Alimrudisha mtoto +baada ya kupewa nzi +watatu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23300_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +mtoto na korongo +Author - +South African Folktale +Translation - +Bushirah Kabatesi +Illustration - +Emily Berg +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865', 2, 'Mtoto Punda', 'assets/topic/asb/14980.png', 'Translators without Borders and Pete Mhunzi + Meghan Judge', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_3', 3, NULL, 'assets/topic/asb/14972.png', 'Siku moja, msichana mdogo aliona umbo la ajabu kwa umbali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_4', 3, NULL, 'assets/topic/asb/14973.png', 'Umbo hilo lilipokaribia, aligundua kwamba lilikuwa mwanamke mja mzito.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_5', 3, NULL, 'assets/topic/asb/14974.png', 'Kwa ushupavu, msichana huyo alimkaribia yule mwanamke mja mzito. +Jamaa zake wakasema, "Hatuna budi kumkaribisha akae nasi. Tutamlinda hadi mtoto wake atakapozaliwa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_6', 3, NULL, 'assets/topic/asb/14976.png', 'Baadaye, mama huyo alikuwa tayari kujifungua. +Majirani wakashughulika. "Sukuma! Leta blanketi! Maji! Suukuumaaa!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_7', 3, NULL, 'assets/topic/asb/14977.png', 'Mama alijifungua. Majirani walipomwona mtoto, wote walirudi nyuma kwa mshtuko. +"Punda!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_8', 3, NULL, 'assets/topic/asb/14978.png', 'Wakaanza kugombana. "Tulikubali kuwa tutamlinda huyu mama hadi atakapojifungua, na hivyo ndivyo tutakavyofanya." Kiongozi wao alisema. +"Hapana! Tukifanya hivyo tutapata bahati mbaya!" Alisema jirani mwingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_9', 3, NULL, 'assets/topic/asb/14979.png', 'Mama yule alijikuta peke yake tena. Akajiuliza, "Nitafanyaje na mtoto huyu mwenye kunifedhehesha?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_10', 3, NULL, 'assets/topic/asb/14980.png', 'Hatimaye, alikubali kuwa huyo ni mtoto wake na yeye ndiye mamake. +Mtoto punda angalibaki alivyozaliwa, mambo yangekuwa tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_11', 3, NULL, 'assets/topic/asb/14981.png', 'Lakini, alikua, akakua, hadi mamake akashindwa kumbeba mgongoni. Mamake mara nyingi alichoka na kuvunjika moyo. +Mara nyingine mtoto punda alimfanyisha kazi za kinyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_12', 3, NULL, 'assets/topic/asb/14982.png', 'Mtoto punda alikasirika akachanganyikiwa. Hangeweza kufanya lolote kama binadamu. Hakufanana na huyu wala yule. +Alizidi kukasirika hadi siku moja akampiga mamake teke akaanguka chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_13', 3, NULL, 'assets/topic/asb/14983.png', 'Mtoto punda aliona aibu. Akakimbilia mbali kadiri alivyoweza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_14', 3, NULL, 'assets/topic/asb/14984.png', 'Aliendelea kukimbia hadi usiku alipotambua kuwa amepotea. "Hi ho?" Alinong''ona gizani. "Hi ho?" Mwangwi ukamrudia. +Alijikunja mahali akalala usingizi wa mang''amung''amu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_15', 3, NULL, 'assets/topic/asb/14985.png', 'Kulipokucha, mtoto punda aliamka na kumkuta mzee wa ajabu akimtazama. Naye pia akamtazama mzee machoni kwa hisia za matumaini. Mzee akasema, "Njoo twende kwangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_16', 3, NULL, 'assets/topic/asb/14986.png', 'Mtoto punda alikubali mwaliko wa mzee. Mzee alimfundisha njia nyingi za maisha. Mtoto punda alijifunza mengi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_17', 3, NULL, 'assets/topic/asb/14987.png', 'Asubuhi moja, mzee alimwomba mtoto punda ambebe hadi kilele cha mlima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_18', 3, NULL, 'assets/topic/asb/14988.png', 'Walipofika juu mawinguni, walilala. +Mtoto punda akaota kuwa mamake ni mgonjwa na anamwita.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_19', 3, NULL, 'assets/topic/asb/14989.png', 'Alipoamka, mawingu yalikuwa yametoweka na mzee rafikiye alikuwa hayupo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_20', 3, NULL, 'assets/topic/asb/14990.png', 'Hatimaye, mtoto punda alifahamu atakavyofanya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_21', 3, NULL, 'assets/topic/asb/14991.png', 'Mtoto punda alirudi nyumbani akamkuta mamake amenuna. Mama na mtoto wake mpotevu walitazamana kwa muda mrefu. +Halafu wakakumbiatiana bila legezo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_22', 3, NULL, 'assets/topic/asb/14992.png', 'Mtoto punda na mamake waliishi pamoja kwa ushirikiano. +Waliishi kwa furaha pamoja na majirani wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15865_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mtoto Punda +Author - +Lindiwe Matshikiza +Translation - +Translators without Borders and Pete Mhunzi +Illustration - +Meghan Judge +Language - +Kiswahili +Level - +First paragraphs +© Text: Lindiwe Matshikiza, Artwork: African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.donkeychildprojects.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915', 2, 'Mtoto wa Kima (Colour -In)', 'assets/topic/asb/9057.png', 'Brigid Simiyu + Jesse Breytenbach', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_3', 3, NULL, 'assets/topic/asb/9042.png', 'Katika msitu wa Miwa, aliishi Kima aliyehuzunika. Kila alipomzaa mtoto, aliaga dunia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_4', 3, NULL, 'assets/topic/asb/9043.png', 'Uchungu wa kuwapoteza watoto ulimfanya Kima kuruka juu na chini. Angeruka kutoka tawi moja hadi nyingine huku akilia, "Kwi! Kwi! Kwi!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_5', 3, NULL, 'assets/topic/asb/9044.png', 'Kima alihuzunika zaidi alipowaona kima wengine wakiwa na watoto wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_6', 3, NULL, 'assets/topic/asb/9045.png', 'Kima mwenye huzuni alikuwa na tabia ya kuketi juu ya tawi na kutazama juu! Siku zilivyopita, ndivyo Kima alilia zaidi na zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_7', 3, NULL, 'assets/topic/asb/9046.png', 'Baadaye, alimzaa mtoto mwingine. Aliamua kumpeleka njiani ili watu wote waliopita wamwone na kumtakia heri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_8', 3, NULL, 'assets/topic/asb/9047.png', 'Siku moja, Kima alishuka kutoka mtini na kumweka mtoto wake njiani. Wakati huo, mwindaji mmoja alikuwa akirudi nyumbani. Alimwona mtoto wa Kima aliyelala kando ya njia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_9', 3, NULL, 'assets/topic/asb/9048.png', 'Mwindaji huyo alimbeba mtoto wa Kima na kumpeleka nyumbani kwake. Alipofika, kila mmoja wa wanawe watatu alitaka kumbeba mtoto wa Kima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_10', 3, NULL, 'assets/topic/asb/9054.png', 'Walicheza na kuimba: +Mtupe juu! +Mtupe chini! +Nitupie mimi! +Mtupie yeye! Walimtupa mtoto wa Kima kutoka kwa mmoja hadi kwa mwingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_11', 3, NULL, 'assets/topic/asb/9058.png', 'Walipokuwa wakicheza na mtoto wa Kima, mama Kima alijificha mtini na kuwatazama. Alihofia kwamba mwanawe angekufa kama vile wale wengine walivyokufa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_12', 3, NULL, 'assets/topic/asb/9059.png', 'Mke wa mwindaji aliwaona wanawe wakicheza na yule mtoto wa Kima. "Tahadharini wanangu! Hebu mleteni hapa. Mtamwangusha!" Akasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_13', 3, NULL, 'assets/topic/asb/9057.png', 'Alimshika mtoto wa Kima na kumbariki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_14', 3, NULL, 'assets/topic/asb/9060.png', 'Kisha mke wa mwindaji alimweka mtoto wa Kima chini. Mama Kima akamchukuwa na kumbeba mtoto wake kifuani. Halafu akatoweka mtini. Hakumpoteza tena mtoto mwingine!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12915_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mtoto wa Kima (Colour -In) +Author - +Wesley Kipkorir Rop +Translation - +Brigid Simiyu +Illustration - +Jesse Breytenbach +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812', 2, 'Mtoto wa miujiza', 'assets/topic/asb/14779.png', 'Alice Edui + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_3', 3, NULL, 'assets/topic/asb/14777.png', 'Hapo kale aliishi mzee mmoja aliyeitwa Lotum.  Aliwafuga mbuzi, ngamia, ng''ombe na punda. +Mkewe, Akiru, alikuwa mrembo sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_4', 3, NULL, 'assets/topic/asb/14778.png', 'Waliishi kwa muda mrefu bila kujaliwa mtoto. Baadaye, Akiru alijifungua mtoto mrembo. +Lotum alifurahi na kujivunia mkewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_5', 3, NULL, 'assets/topic/asb/14779.png', 'Siku moja, Akiru alimwacha mtoto nyumbani pekee ili aende kuwakama ng''ombe. +Kwa kawaida, alimwachia kibuyu cha maziwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_6', 3, NULL, 'assets/topic/asb/14780.png', 'Kila alipoachwa nyumbani, mtoto angeamka na kunywa maziwa yote kisha aanze kulia. +Mamake angekimbia chumbani kumtuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_7', 3, NULL, 'assets/topic/asb/14781.png', 'Kila wakati Akiru alikipata kibuyu cha maziwa kikiwa kitupu. +Alishangazwa sana asijue ni nani aliyeyanywa maziwa yote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_8', 3, NULL, 'assets/topic/asb/14782.png', 'Baada ya muda, Akiru alimjulisha mumewe Lotum mambo hayo. +Lotum akaamua kupeleleza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_9', 3, NULL, 'assets/topic/asb/14783.png', 'Lotum alijificha chumbani humo. Mara alimwona mtoto akibugia kibuyu cha maziwa mdomoni. +Alishangaa kumwona mtoto akiyanywa maziwa na kuyamaliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_10', 3, NULL, 'assets/topic/asb/14784.png', 'Lotum na mkewe walipogundua haya, waliamua kuondoka usiku mtoto alipokuwa amelala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_11', 3, NULL, 'assets/topic/asb/14785.png', 'Walimwachia mtoto wao ng''ombe mmoja, ngamia mmoja na mbuzi mmoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_12', 3, NULL, 'assets/topic/asb/14786.png', 'Mtoto alipoamka alishangazwa na jinsi nyumba ilivyokuwa tulivu. Akawaona wanyama alioachiwa. +Alikasirika na kuwaua ngamia na mbuzi. Hatimaye, alijitosa tumboni mwa ng''ombe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_13', 3, NULL, 'assets/topic/asb/14787.png', 'Siku moja ng''ombe akiwa malishoni, mwanamume mmoja alimwona, akafikiria, "Nitamchinja ng''ombe huyu nipate kitoweo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_14', 3, NULL, 'assets/topic/asb/14788.png', 'Mara akachomoa mkuki na kumfuma tumboni akafa. +Alipokuwa akimchuna ngozi, alisikia sauti kutoka tumboni mwa ng''ombe, "Usiniumize, nimo humu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_15', 3, NULL, 'assets/topic/asb/14789.png', 'Mtoto huyo alitoka tumboni mwa ng''ombe na kujinatisha katika kichwa cha mwanamume huyo. +Mwanamume alijawa na hofu akatoroka kabla ya kuila ile nyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_16', 3, NULL, 'assets/topic/asb/14790.png', 'Walipofika nyumbani, mtoto alijinasua na kukaa mwambani. Mwanamume alimchinjia mtoto kondoo dume aliyenona. +Mtoto yule alikula, akashiba, akafurahi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_17', 3, NULL, 'assets/topic/asb/14791.png', 'Usiku huo alitoweka asionekane tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14812_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mtoto wa miujiza +Author - +Simon Ipoo and Jackline Akute +Translation - +Alice Edui +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769', 2, 'Mtu Mrefu Sana', 'assets/topic/asb/309.png', 'Keziah Badi +Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_3', 3, NULL, 'assets/topic/asb/309.png', 'Jembe lake lilikuwa fupi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_4', 3, NULL, 'assets/topic/asb/310.png', 'Mlango wake ulikuwa chini sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_5', 3, NULL, 'assets/topic/asb/311.png', 'Kitanda chake kilikuwa kifupi sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_6', 3, NULL, 'assets/topic/asb/314.png', 'Baisikeli lake lilikuwa fupi sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_7', 3, NULL, 'assets/topic/asb/313.png', 'Mtu huyu alikuwa mrefu sana!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_8', 3, NULL, 'assets/topic/asb/316.png', 'Alitengeneza mti wa jembe mrefu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_9', 3, NULL, 'assets/topic/asb/315.png', 'Alitengeneza mlango mrefu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_10', 3, NULL, 'assets/topic/asb/317.png', 'Alitengeneza kitanda kirefu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_11', 3, NULL, 'assets/topic/asb/318.png', 'Alinunua baiskeli iliyo juu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_12', 3, NULL, 'assets/topic/asb/319.png', 'Alikalia kiti kirefu sana. Alikula na uma ndefu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_13', 3, NULL, 'assets/topic/asb/320.png', 'Alihama kutoka kwa nyumba yake na kuishi msituni. Aliishi miaka mingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24769_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mtu Mrefu Sana +Author - +Cornelius Wambi Gulere +Translation - +Keziah Badi +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +First words +© Text: Ugandan Community Libraries Association; Illustration: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689', 2, 'Mtu na Simba', 'assets/topic/asb/8180.png', 'Brigid Simiyu +Hélder de Paz Alexandre', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_3', 3, NULL, 'assets/topic/asb/8180.png', 'Hapo zamani za kale, palikuwa na mtu aliyekuwa akitembea kichakani. Ghafla, alimkuta Simba!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_4', 3, NULL, 'assets/topic/asb/8181.png', 'Ulikuwa msimu wa baridi. Simba alikuwa akipumzika kwenye nyasi fupi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_5', 3, NULL, 'assets/topic/asb/8182.png', 'Makutano hayo yalitokea ghafla mtu huyo asijue la kufanya. Alijawa na woga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_6', 3, NULL, 'assets/topic/asb/8184.png', 'Mwanzoni, Simba pia alishangaa na kuogopa kidogo. Lakini, mngurumo mkubwa ulisikika kutoka tumboni mwake kwani alikuwa na njaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_7', 3, NULL, 'assets/topic/asb/8188.png', 'Mtu yule alijikuta juu ya mti mrefu. Alianza kupiga mayowe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_8', 3, NULL, 'assets/topic/asb/8189.png', 'Simba alilala chini ya mti akisubiri mlo. Muda ulipopita, Simba alijifanya kuwa analala usingizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_9', 3, NULL, 'assets/topic/asb/8190.png', 'Muda mfupi baadaye, mtu yule alilala usingizi. Kisha akaamka tena. Mwishoni alisinzia na kulala fofofo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_10', 3, NULL, 'assets/topic/asb/8191.png', 'Aliporomoka kutoka juu na kumwangukia yule Simba aliyelala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_11', 3, NULL, 'assets/topic/asb/8192.png', 'Wote waliamka wakiwa wamechanganyikiwa na kuogopa. Simba alisahau mlo wake na kukimbilia usalama wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_12', 3, NULL, 'assets/topic/asb/8193.png', 'Mtu yule alianza kukimbia akielekea upande mmoja na Simba. Aligundua kwamba alikuwa akikimbia na Simba!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_13', 3, NULL, 'assets/topic/asb/8194.png', 'Kwa hivyo alibadilisha mwelekeo wake na kuepuka kuliwa na Simba!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12689_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mtu na Simba +Author - +Mozambican folktale +Translation - +Brigid Simiyu +Illustration - +Hélder de Paz Alexandre +Language - +Kiswahili +Level - +First sentences +© Mozambican Folktale 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340', 2, 'Mulongo na Fisi', 'assets/topic/asb/1419.png', 'Brigid Simiyu + Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_3', 3, NULL, 'assets/topic/asb/1420.png', 'Palikuwa na msichana aliyeitwa Mulongo. Aliishi na wazazi wake karibu na kijiji cha Budongo. Siku moja mamake Mulongo alimtuma kuchota maji kisimani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_4', 3, NULL, 'assets/topic/asb/1421.png', 'Njiani, alikutana na marafiki zake wakienda msituni kutafuta kuni. Mulongo alitaka kwenda nao. "Tafadhali, nisubiri chini ya mti huu!" alisema, "Lazima nimchotee mama maji." Lakini marafiki zake hawakutaka kusubiri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_5', 3, NULL, 'assets/topic/asb/1422.png', '"Sawa, nitawakuta huko msituni!" Mulongo alisema huku akikimbia kwenda kumchotea mamake maji. Kisha akaenda msituni kuwatafuta marafiki zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_6', 3, NULL, 'assets/topic/asb/1423.png', 'Alifuata njia iliyoelekea kwenye kijito. Upande mwingine wa kijito kulikuwa na njia nyingine ndogo kila mojawapo ikielekea upande tofauti. "Njia ipi marafiki zake walifuata?" Alishangaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_7', 3, NULL, 'assets/topic/asb/1424.png', 'Aliichagua njia iliyokuwa pana kisha akatembea, na kutembea, lakini hakuwapata marafiki zake. Alichoka sana kwa hivyo alipopumzika chini ya mti na kulala muda mfupi baadaye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_8', 3, NULL, 'assets/topic/asb/1425.png', 'Mulongo alipoamka, ilikuwa giza. Gizani, macho ya manjano yalimulika. Alikuwa amezungukwa na fisi! Aliogopa asiweze hata kulia. Alijaribu kukimbia, lakini fisi walimzunguka wakionyesha wazi kuwa walikuwa na njaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_9', 3, NULL, 'assets/topic/asb/1426.png', '"Usisonge," sauti ya fisi mkubwa zaidi ilisikika. "Ukikimbia, utaliwa!" "Tafadhali, niache niende nyumbani!" Mulongo aliwasihi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_10', 3, NULL, 'assets/topic/asb/1427.png', 'Badala yake fisi walimpeleka Mulongo katika nyumba yao iliyokuwa msituni. Chumba kilikuwa kichafu kilichojaa mifupa na kelele za nzi. Alilala chini na kujifanya kuwa amepatwa usingizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_11', 3, NULL, 'assets/topic/asb/1428.png', 'Gizani, aliwasikia fisi wakiongea wenyewe kwa wenyewe. "Moto unaendelea vipi? Je, maji yanachemka?" Mmoja aliuliza." Jibu lilikuwa, "Kila kitu ni tayari. Nimlete sasa?" "Ndiyo, ndiyo!" Fisi wale wengine walinguruma. "Tunahisi njaa!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_12', 3, NULL, 'assets/topic/asb/1419.png', 'Walikuwa karibu kumvuta Mulongo kumtoa chumbani wakati fisi mkubwa aliongea, "Fisi, subirini. Kumbuka kanuni ya kijiji. Hakuna fisi anayekubaliwa kula peke yake. Ni lazima tuialike jamii nzima kushiriki mlo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_13', 3, NULL, 'assets/topic/asb/1429.png', 'Hwakurudi haraka. Yule fisi mkubwa alianza kusinzia na kukoroma pale mbele ya moto. Hii ilikuwa nafasi nzuri ya Mulongo kutoroka! Lakini angempitaje yule fisi? +Umbo lake kubwa lilifunika sehemu yote ya mlango.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_14', 3, NULL, 'assets/topic/asb/1430.png', 'Njia ilikuwa ni moja tu. Alijihimiza na kurukia juu ya mgongo wa fisi kwa mara moja, kisha akakimbia, na kukimbia jinsi miguu yake alivyomwezesha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_15', 3, NULL, 'assets/topic/asb/1431.png', 'Wakati huo huo, fisi wale wengine walirudi na kuona kilichotokea. Walimfuata huku wakipiga kelele za hasira na gadhabu. Lakini, walikuwa wamechelewa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_16', 3, NULL, 'assets/topic/asb/1432.png', 'Alipokaribia kijiji chake, wanakijiji walimtambua na kushangilia wakisema, "Mulongo, Mulongo anakuja, Mulongo anakuja." Wazazi wake walikimbia kumbusu huku wakishukuru Mungu kwa kumwokoa mototo wao, "Mulongo, tulidhani umekufa!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_17', 3, NULL, 'assets/topic/asb/2135.png', 'Kutoka siku hiyo, Mulongo na watoto wengine hawakuwahi kururdi msituni pekee yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2340_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mulongo na Fisi +Author - +Sarah Nangobi +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative, 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352', 2, 'Musa na paka', 'assets/topic/asb/26349.png', 'Ursula Nafula +Tawanda Mhandu', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_3', 3, NULL, 'assets/topic/asb/26346.png', 'Musa anaishi na wazazi wake katika kijiji cha Mafunzo. +Yeye ni mvulana mwerevu, lakini ni kaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_4', 3, NULL, 'assets/topic/asb/26347.png', 'Musa pia ni mchokozi. Yeye huwapiga wenzake. +Pia huwapiga wanyama anapowakuta.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_5', 3, NULL, 'assets/topic/asb/26348.png', 'Siku moja anapokuwa akitoka shuleni, anamwona paka. +Anambeba paka yule na kwenda naye nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_6', 3, NULL, 'assets/topic/asb/26349.png', 'Babake anapomwona, anamwambia, "Musa, acha kumnyanyasa paka huyo! Mrudishe mahali ulikompata."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_7', 3, NULL, 'assets/topic/asb/26350.png', 'Musa anakataa kumrudisha paka alikomuokota. Badala yake, anamfungia katika ngome.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_8', 3, NULL, 'assets/topic/asb/26351.png', 'Musa anapolala usiku huo, anaota ndoto. +Anamwona paka akiwa mkubwa kwa umbo huku akikimbia kuelekea mahali aliko. Kinywa chake ki wazi na meno ni makali. Paka anataka kumla Musa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_9', 3, NULL, 'assets/topic/asb/26352.png', 'Paka anaanza kumeza miguu ya Musa. Anaikula hadi kwenye magoti. +Kisha Musa anaamka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_10', 3, NULL, 'assets/topic/asb/26353.png', 'Siku inayofuata, Musa anamrejesha paka mahali alikomuokota. +Tangu wakati huo, Musa anaahidi kuwa mvulana mzuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22352_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Musa na paka +Author - +Zainab Muhd Kazaure +Translation - +Ursula Nafula +Illustration - +Tawanda Mhandu +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600', 2, 'Mvulana aliyechukiwa na wote', 'assets/topic/asb/7991.png', 'Brigid Simiyu + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_3', 3, NULL, 'assets/topic/asb/9191.png', 'Hapo zamani za kale, kulikuwa na mvulana mwenye sura mbaya sana. Hakupendwa na yeyote, hata wazazi wake. Hata nyumbani, aliketi peke yake wengine walipotazama runinga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_4', 3, NULL, 'assets/topic/asb/7987.png', 'Shuleni pia aliketi peke yake watoto wengine walipokuwa wakicheza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_5', 3, NULL, 'assets/topic/asb/7988.png', 'Walipokwenda kuwaleta mifugo, yeye alitembea nyuma yao. Watoto wengine hawakutaka kutembea pamoja naye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_6', 3, NULL, 'assets/topic/asb/7989.png', 'Alijua kuwa hakuna aliyemtaka wala kuzungumza naye. Siku moja aliamua kutoroka, lakini hakujua pa kwenda. Alitembea hadi kwenye msitu na kuanza kuogopa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_7', 3, NULL, 'assets/topic/asb/7990.png', 'Alipokaribia msituni, alikutana na bibi mkongwe. Alikuwa mchafu na mwenye sura mbaya. Bi Kizee alimsalimia na kumwuliza, "Unafanya nini katika msitu huu wa kuogofya?" Mvulana alishangaa kuzungumziwa na Bi Kizee. "Ninakwenda popote. Hakuna yeyote anipendaye wala kunizungumzia," alimwambia Bi Kizee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_8', 3, NULL, 'assets/topic/asb/7991.png', 'Bi Kizee alimwuliza ikiwa angehitaji usaidizi. "Ndiyo," alijibu haraka. Bi Kizee alimwambia, "Kabla sijakusaidia, nataka ulambe uso wangu hadi uwe wa kupendeza."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_9', 3, NULL, 'assets/topic/asb/7992.png', 'Mvulana alikubali kuulamba uso wa Bi Kizee yule ili asaidiwe. Aliulamba uso wa Bi Kizee kuanzia machoni, akamfuta kamasi puani na kumtoa nta masikioni. Aliulamba uso wa Bi Kizee hadi ukapendeza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_10', 3, NULL, 'assets/topic/asb/7993.png', 'Uso wa Bi Kizee ulimetameta na akamshukuru. Alisema, "Humu msituni utapata vitu vingi vya ajabu, lakini usichukuwe chochote ila tu mzizi utakaoupata."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_11', 3, NULL, 'assets/topic/asb/7994.png', 'Mvulana alitamani sana kuviona vitu vyote vya ajabu. Kabla hajaingia msituni, Bi Kizee alimwita, "Hebu, rudi hapa!" "Niko hapa!" Mvulana alisema. Bi Kizee alimuuliza, "Ulisikia nilichosema? Msituni, utapata vitu vingi vya ajabu, lakini usichukuwe chochote ila tu mzizi utakaoupata." Mvulana aliitikia na akakubaliwa kuingia msituni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_12', 3, NULL, 'assets/topic/asb/7995.png', 'Alipoanza kukimbia kwenda msituni, alisikia sauti, "Wewe, rudi hapa!" Mvulana hakujua alichotaka yule Bi Kizee. Akarudi. Bi Kizee alimwambia, "Sina hakika kama umenielewa. Nimesema, utapata vitu vingi vya ajabau msituni, lakini usichukuwe chochote ila mzizi utakaoupata." Mvulana aliitikia na kisha akakimbilia msituni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_13', 3, NULL, 'assets/topic/asb/7996.png', 'Mara tu alipoingia msituni, aliisikia sauti ya Bi Kizee tena, "Rudi hapa!" Mvulana alijaribu kuipuuza, lakini sauti ikaendelea kumwita. Bi Kizee akasema, "Sina uhakika utatenda ninavyokwambia. Utapata vitu vingi vya ajabu msituni, lakini usichukuwe chochote ila tu mzizi utakaoupata." Mvulana alianza kuudhika na marudio haya. Alikimbia hadi msituni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_14', 3, NULL, 'assets/topic/asb/7997.png', 'Mle msituni, aliliona bakuli lililojaa fedha tele. Alizichukuwa na kuziweka mfukoni. Mara akakumbuka alichoambiwa na Bi Kizee. Pole pole, alizitoa fedha mfukoni na kuzirejesha kwenye bakuli.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_15', 3, NULL, 'assets/topic/asb/7998.png', 'Kisha akatazama karibu naye akaona nguo mpya nzuri. Akavua nguo alizokuwa nazo na kuvaa zile mpya. Halafu akakumbuka aliyoambiwa na Bi Kizee. Haraka, akazivua zile nguo mpya na kuvaa alizokuwa nazo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_16', 3, NULL, 'assets/topic/asb/7999.png', 'Alipotazama hapo kando, aliuona mzizi! Ulikuwa umenyauka kutokana na jua. Akajiuliza, "Bi Kizee atafaidikaje na mzizi huu?" Juu ya mzizi, kulikuwa na bakuli la chakula kilichonukia. Mvulana akahisi njaa. Hakuweza kujizuia kukila.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_17', 3, NULL, 'assets/topic/asb/8000.png', 'Ghafla, akakumbuka alichoambiwa na yule Bi Kizee! Alikumbuka aliambiwa auchukuwe mzizi tu. Alianza kuutafuta mzizi, lakini hakuupata.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_18', 3, NULL, 'assets/topic/asb/8001.png', 'Akiwa ameudhika, alirudi kumwambia yule Bi Kizee kilichotokea. Bi Kizee tayari alikuwa ameenda zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12600_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mvulana aliyechukiwa na wote +Author - +Phumy Zikode +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609', 2, 'Mwalimu wangu', 'assets/topic/asb/8513.png', 'Brigid Simiyu + Jesse Pietersen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_3', 3, NULL, 'assets/topic/asb/8509.png', 'Ninampenda mwalimu wangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_4', 3, NULL, 'assets/topic/asb/8510.png', 'Ni mwalimu mzuri, mvumilivu na mwenye huruma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_5', 3, NULL, 'assets/topic/asb/8511.png', 'Amesuka nywele zake vizuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_6', 3, NULL, 'assets/topic/asb/8512.png', 'Ameweka shanga maridadi katika nywele zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_7', 3, NULL, 'assets/topic/asb/8513.png', 'Shanga zake ni za kijani, nyeupe, nyekundu, na manjano.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_8', 3, NULL, 'assets/topic/asb/8514.png', 'Tafadhali mama, nisuke nywele zangu kama vile za mwalimu wangu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_9', 3, NULL, 'assets/topic/asb/8515.png', 'Nitakapokuwa mtu mzima, nitaweka shanga katika nywele zangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_10', 3, NULL, 'assets/topic/asb/8516.png', 'Nikikua, nitakuwa kama vile mwalimu wangu alivyo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15609_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mwalimu wangu +Author - +Zimbili Dlamini and Hlengiwe Zondi +Translation - +Brigid Simiyu +Illustration - +Jesse Pietersen +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166', 2, 'Mwana wa Tumbili (Colour-in)', 'assets/topic/asb/9057.png', 'Baraka Fatma +Jesse Breytenbach', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_3', 3, NULL, 'assets/topic/asb/9042.png', 'Kwenye msitu wa Miwa paliishi tumbili aliyekuwa na huzuni sana. Kila mara alipozaa, mtoto wake alifariki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_4', 3, NULL, 'assets/topic/asb/9043.png', 'Uchungu wa kufiliwa na watoto wake ulimfanya tumbili kuruka juu na chini. Tumbili huyu alikuwa akirukia tawi hili hadi kwenye lingine, akipiga mayowe, Kwi! Kwi! Kwi! Kwi!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_5', 3, NULL, 'assets/topic/asb/9044.png', 'Tumbili alikuwa na huzuni wakati wote. Huzuni wake ulimzidi haswa alipowaona akina mama tumbili wengine na watoto wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_6', 3, NULL, 'assets/topic/asb/9045.png', 'Tumbili mwenye huzuni alijiwayawaya huku na huku. Alijiwayawaya kwenye tawi hili na lile! Siku zilipita na tumbili alizidi kulia zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_7', 3, NULL, 'assets/topic/asb/9046.png', 'Halafu, alizaa tena. Aliamua kumpeleka mtoto wake njiani ili wapita njia wamwone na kumtakia heri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_8', 3, NULL, 'assets/topic/asb/9047.png', 'Tumbili alishuka na kumweka mtotowe njiani. Wakati huo, mwindaji alikuwa akirejea nyumbani. Alimwona mtoto wa tumbili akilala kando ya njia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_9', 3, NULL, 'assets/topic/asb/9048.png', 'Mwindaji alimbeba mwana tumbili hadi nyumbani kwake. Alipofika nyumbani, wavulana wake watatu walifurahi kumwona mwana tumbili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_10', 3, NULL, 'assets/topic/asb/9054.png', 'Watatu hao waliimba: Mrushe juu! Mrushe chini! Mrushe kwangu! Mrushe kwake! Mwana tumbili alirushwa kutoka kwa mmoja hadi mwingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_11', 3, NULL, 'assets/topic/asb/9058.png', 'Wavulana wale walipoendelea kucheza na mwana tumbili, tumbili alijificha mtini na kuangalia. Aliogopa kuwa mtoto huyu naye angefariki kama wengine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_12', 3, NULL, 'assets/topic/asb/9059.png', 'Mara mke wa mwindaji aliwaona watoto wakicheza na tumbili mtoto. Aliwaonya, "Kuwa waangalifu! Hebu mlete hapa. Mtamwangusha!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_13', 3, NULL, 'assets/topic/asb/9057.png', 'Alimchukuwa mwana tumbili mikononi mwake na kumbariki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_14', 3, NULL, 'assets/topic/asb/9060.png', 'Alipomweka mwana tumbili chini, tumbili alikimbia kwa furaha. Alimbeba mwanawe kifuani na kwenda mtini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10166_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mwana wa Tumbili (Colour-in) +Author - +Wesley Kipkorir Rop +Translation - +Baraka Fatma +Illustration - +Jesse Breytenbach +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068', 2, 'Mwanamke mlafi', 'assets/topic/asb/19126.png', 'Brigid Simiyu +Abraham Muzee', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_3', 3, NULL, 'assets/topic/asb/19113.png', 'Hapo kale, kulikuwa na mtu aliyeitwa Pepe. Aliishi katika mtaa wa Umoja. +Pepe aliishi na mbwa wake katika chumba chake kidogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_4', 3, NULL, 'assets/topic/asb/19114.png', 'Siku moja Pepe alikuwa mgonjwa. Hakuwa na yeyote wa kumsaidia. +Alipopata nafuu, aliamua kumwoa mwanamke aliyeishi hapo karibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_5', 3, NULL, 'assets/topic/asb/19115.png', 'Pepe aliwaalika marafiki na jamaa zake kuhudhuria harusi. +Alichangamka sana akidhani kuwa amempata msaidizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_6', 3, NULL, 'assets/topic/asb/19116.png', 'Bi harusi alipatiwa vikapu vya wimbi, mikeka, ndizi, njugu, na zawadi nyingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_7', 3, NULL, 'assets/topic/asb/19117.png', 'Baada ya sherehe ya harusi, wageni waliondoka kurudi makwao. +Pepe alikuwa tayari kuanza maisha mapya pamoja na mkewe na mbwa wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_8', 3, NULL, 'assets/topic/asb/19118.png', 'Siku iliyofuata, Pepe alimwandalia mkewe ndizi tamu, lakini alikataa kuzila.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_9', 3, NULL, 'assets/topic/asb/19119.png', 'Lakini Pepe alipokwenda kuwinda, mwanamke huyo alizila ndizi zote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_10', 3, NULL, 'assets/topic/asb/19120.png', 'Baadaye Pepe aliporudi kutoka mawindoni alihisi njaa. Alitaka kuzila zile ndizi tamu. +Mkewe alimwambia kuwa mbwa alizila zote!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_11', 3, NULL, 'assets/topic/asb/19121.png', 'Siku iliyofuata, Pepe alikwenda shambani. +Aliporudi, alipata kuwa mkewe alikuwa ameila nyama yote. Hakumgawia hata mbwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_12', 3, NULL, 'assets/topic/asb/19123.png', 'Siku nyingine, Pepe alikwenda kumtembelea rafikiye. +Aliporudi, mkewe alikuwa amezila njugu zote. Kikapu kilikuwa kitupu. Pepe alimkasirikia sana mkewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_13', 3, NULL, 'assets/topic/asb/19124.png', 'Pepe aligundua kuwa mwanamke huyo alikuwa na shida. Aliamua kumnasa. +Aliweka maziwa katika chungu cha ajabu kisha akakiweka mvunguni. Akaondoka kwenda kuwinda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_14', 3, NULL, 'assets/topic/asb/19125.png', 'Mwanamke alikiona chungu kilichokuwa kimejaa maziwa. Alikichukua akakiweka mdomoni. Aliyanywa maziwa yote huku mbwa akimtazama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_15', 3, NULL, 'assets/topic/asb/19126.png', 'Kwa bahati mbaya, chungu kilikwama mdomoni. Alijaribu kukiondoa, lakini ilikuwa bure. Alipiga kelele na kuruka juu na chini. +Chungu kilikwama pale pale. Mbwa alitazama haya yote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_16', 3, NULL, 'assets/topic/asb/19127.png', 'Mbwa alikimbia kumtafuta Pepe. Alibweka, akabweka, akaruka juu na chini. +Pepe alifahamu kuwa kulikuwa na jambo mbaya nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_17', 3, NULL, 'assets/topic/asb/19128.png', 'Walikimbia pamoja kwenda nyumbani. Pepe alistaajabu kumpata mkewe na chungu mdomoni. +Akamtazama kwa mshangao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_18', 3, NULL, 'assets/topic/asb/19129.png', 'Pepe alimgusa mkewe kwenye shavu na chungu +kikaanguka mara moja. +Mwanamke huyo aliaibika sana akaamua kurudi kwa wazazi wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22068_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mwanamke mlafi +Author - +Alungho Rose and Annet Ssebaggala +Translation - +Brigid Simiyu +Illustration - +Abraham Muzee +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176', 2, 'Mwanamme Mrefu', 'assets/topic/asb/309.png', 'Ursula Nafula + Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_3', 3, NULL, 'assets/topic/asb/309.png', 'Kulikuwa na mwanamme mrefu sana. +Jembe lake lilikuwa fupi mno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_4', 3, NULL, 'assets/topic/asb/310.png', 'Mlango wake ulikuwa chini mno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_5', 3, NULL, 'assets/topic/asb/311.png', 'Kitanda chake kilikuwa kifupi mno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_6', 3, NULL, 'assets/topic/asb/314.png', 'Baisikeli yake ilikuwa fupi mno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_7', 3, NULL, 'assets/topic/asb/313.png', 'Mtu huyu alikuwa mrefu zaidi ya vifaa vyote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_8', 3, NULL, 'assets/topic/asb/316.png', 'Aliamua kurekebisha vifaa vyake. +Aliutengeneza mpini wa jembe mrefu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_9', 3, NULL, 'assets/topic/asb/315.png', 'Akazitengeneza fremu refu za mlango.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_10', 3, NULL, 'assets/topic/asb/317.png', 'Akakitengeneza kitanda kirefu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_11', 3, NULL, 'assets/topic/asb/318.png', 'Kisha akainunua baiskikeli iliyokuwa refu mno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_12', 3, NULL, 'assets/topic/asb/319.png', 'Akaketi juu ya kiti kilichokuwa juu sana. Akala kwa kutumia uma iliyokuwa refu mno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_13', 3, NULL, 'assets/topic/asb/320.png', 'Aliamua kuhamia katika msitu mkubwa. Akaishi kwa miaka mingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1176_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mwanamme Mrefu +Author - +Cornelius Gulere +Translation - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +First sentences +© Text: Ugandan Community Libraries Association; Illustration: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600', 2, 'Mwanamume aliyekuwa na tatizo kubwa', 'assets/topic/asb/19570.png', 'Susan Kavaya +Abraham Muzee', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_3', 3, NULL, 'assets/topic/asb/19567.png', 'Munia aliishi na babu, bibi, shangazi na mjomba. Aliishi pia na kuku wake, mbuzi, kondoo na nguruwe. Wote walikaa kwenye chumba kimoja. Kuku alikuwa na kitundu chake. Mbuzi, kondoo na nguruwe walikuwa wanafungwa pembeni karibu na ukuta. Bibi na babu walikuwa bado na afya nzuri nao shangazi na mjomba walisaidia kufanya kazi za pale nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_4', 3, NULL, 'assets/topic/asb/19568.png', 'Hata hivyo, mambo yalibadilika miaka michache baadaye. Bibi na babu wa Munia walizeeka na hawakuweza kusikia wala kuona vizuri. Shangaziye aliugua na hakuweza kusaidia katika usafi wa nyumba. Mjombake alilala wakati wote na hakusaidia katika shughuli za kuwalisha wanyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_5', 3, NULL, 'assets/topic/asb/19569.png', 'Wanyama walipiga kelele nyingi kwa sababu walikuwa na njaa. Nyumba pia ilijaa uchafu kwa sababu shangazi hakuweza kuisafisha. Munia alikuwa mchovu wakati wote kwa sababu alitoka kila siku kuwatafutia wote chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_6', 3, NULL, 'assets/topic/asb/19570.png', 'Munia hakuweza kukabilina na hali hiyo tena. Aliwandea babu na bibi kuwauliza suluhisho. Lakini, alihuzunika sana kwa sababu aliondoka bila suluhisho kwani hawakuweza kumsikia. Shangaziye mgonjwa alisema, "Ninachohitaji ni kuweza kulala usiku na kuamka asubuhi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_7', 3, NULL, 'assets/topic/asb/19571.png', 'Mjombake mzembe alisema, "Wauze wanyama hawa kisha uwape babu na bibi kileo. Watalala wakome kukusumbua." Munia alisema kwa hasira "Mjomba, unajua kwamba siwezi kuwauza wanyama hawa. Wao pekee ndio mali yangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_8', 3, NULL, 'assets/topic/asb/19572.png', 'Usiku mmoja, Munia hakupata usingizi. Alimkumbuka mtu mmoja aliyekuwa na busara. Mtu huyo aliaminika kuyajibu maswali yote na kusuluhisha matatizo yote. Munia aliwachukuwa wanyama wake akaenda nao kumtembelea yule mtu. Aliwafunga mbuzi, kondoo na nguruwe kwa Kamba na akambeba kuku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_9', 3, NULL, 'assets/topic/asb/19573.png', 'Munia alifika nyumbani kwa mtu huyo akiwa amechoka na mwenye njaa sana. Baada ya kueleza shida yake, mtu huyo alisema, "Nitakusaidia, lakini ni sharti ufanye nikuambiavyo." Munia alijibu, "Nitafanya chochote kusuluhisha tatizo langu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_10', 3, NULL, 'assets/topic/asb/19574.png', 'Mtu yule alimwambia, "Waache wanyama hapa kisha urudi nyumbani." Munia alisema, "Nimeishi na wanyama hawa wangu kwa muda mrefu. Wao ndio mali pekee niliyo nayo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_11', 3, NULL, 'assets/topic/asb/19575.png', 'Mtu akajibu Munia, "Nilikuambia nitakusaidia lakini ni lazima ufanye nikuambiavyo." Kwa vile Munia alihitaji suluhisho kwa tatizo lake, aliwaacha wanyama akarudi nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_12', 3, NULL, 'assets/topic/asb/19576.png', 'Nyumba yake ilikuwa na kimya kingi na ilikuwa tupu. Babu na bibi walilalamika kwamba hawakupata maziwa kutoka kwa mbuzi. Mjombake alisema, "Tumekuwa maskini sana, kila mtu anatucheka."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_13', 3, NULL, 'assets/topic/asb/19577.png', 'Munia hakuweza tena kuvumilia malalamishi yao. Pia, aliwakosa wanyama wake. Alirudi kwa mtu yule mwenye busara ili kumwuliza mawaidha. "Maisha yangu yamekuwa fotauti bila wanyama wangu. Jamaa zangu wanalalamika sana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_14', 3, NULL, 'assets/topic/asb/19578.png', 'Mtu yule alimwambia, "Nitakusaidia, lakini, ni lazima ufanye nikuambiavyo. Nenda nyumbani kisha uwatoe nje bibi na babu kutoka kwenye nyumba." Munia alimjibu, "Nitawezaje kufanya hivyo? Wao ni wavyele wangu na wananitegemea."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_15', 3, NULL, 'assets/topic/asb/19579.png', 'Mwishowe, Munia alienda nyumbani akafanya alivyoambiwa. Hakuweza kupata amani akilini mwake. Babu na bibi hawakuwa na mahali pa kuenda. Walirandaranda wakiangukia miti na kuhisi baridi usiku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_16', 3, NULL, 'assets/topic/asb/19580.png', 'Shangaziye mgonjwa alilia akisema, "Tafadhali usinitupe nje." Mjombake mzembe alisema, "Sitaondoka kitandani usije ukanitupa nje pia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_17', 3, NULL, 'assets/topic/asb/19581.png', 'Munia hakuweza kustahimili mambo haya hata kidogo. Alirudi kwa mtu mwenye busara akiwa amechanganyikiwa na mwenye hasira. Alimlilia akisema, "Mambo haya ni magumu sana kwa mtu mmoja. Nipe suluhisho bora zaidi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_18', 3, NULL, 'assets/topic/asb/19582.png', 'Mtu mwenye busara alisema, "Hapa, wachukue wanyama wako na uwarudishe bibi na babu yako kwenye nyumba pia." Munia alifanya alivyoambiwa. Shangaziye alisema, "Nitafanya bidii kuisafisha nyumba." Mjombake aliacha kuwa mzembe akamsaidia Munia na kazi za pale nyumbani. +Wote walikuwa na furaha tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19600_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mwanamume aliyekuwa na tatizo kubwa +Author - +Ursula Nafula +Translation - +Susan Kavaya +Illustration - +Abraham Muzee +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400', 2, 'Mwanamume aliyeota manyoya', 'assets/topic/asb/18142.png', 'Susan Kavaya + Tadesse Teshome', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_3', 3, NULL, 'assets/topic/asb/17994.png', 'Kulikuwa na tajiri aliyekuwa na watoto wa kiume wawili. Kwenye wosia wake alitaka mwanawe wa kwanza arithi ng''ombe wake wote na wa pili, amrithi jogoo mmoja tu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_4', 3, NULL, 'assets/topic/asb/17995.png', 'Baada ya tajiri kufa, mwanawe wa kwanza alirithi ng''ombe wote. Mwanawe wa pili alipewa jogoo mmoja tu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_5', 3, NULL, 'assets/topic/asb/17997.png', 'Baada ya muda mchache, mwana wa kwanza ambaye alirithi mali yote, aliugua. Alienda kumwona mganga amsaidie kupata njia ya kupona. Mganga alisema, "Ni sharti umchinje jogoo mwenye rangi ya pekee."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_6', 3, NULL, 'assets/topic/asb/18138.png', 'Mwana huyo hakujua atakapopata jogoo mwenye rangi ya pekee hadi alipokumbuka kuwa nduguye alikuwa na mmoja. Aliwatuma watu kumchukua yule jogoo wa nduguye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_7', 3, NULL, 'assets/topic/asb/18139.png', 'Kakake aliwaambia watu hao, "Mimi sina mali nyingine isipokuwa jogoo huyu tu. Lakini, iwapo jogoo huyu ataweza kumponya kakangu, basi ni bora kwangu kumpoteza jogoo huyu." Aliwapa jogoo wake kwa ukarimu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_8', 3, NULL, 'assets/topic/asb/18140.png', 'Watu walimchinja jogoo na kumlisha kakake mgonjwa. Baadaye, kakake alipona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_9', 3, NULL, 'assets/topic/asb/18141.png', 'Baada ya muda mfupi, kitu kisicho cha kawaida kilifanyika. Mwili wake ulianza kuota manyoya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_10', 3, NULL, 'assets/topic/asb/18142.png', 'Hakuweza kuamini macho yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_11', 3, NULL, 'assets/topic/asb/18143.png', 'Alipokwenda kuwaona wazee, walisema, "Jambo hili limetokea kwa sababu ya laana. Hukumfanyia nduguyo haki. Umechukua ng''ombe wote na hata jogoo ambaye babako alimuachia. Ukitaka kupona, ni lazima nduguyo akusamehe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_12', 3, NULL, 'assets/topic/asb/18144.png', 'Wazee waliendelea kusema, "Ni sharti tuichukue bangili hii tumpe nduguyo kama ishara ya msamaha. Iwapo ataitemea mate bangili hii, utapona."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_13', 3, NULL, 'assets/topic/asb/18145.png', 'Wazee walimpelekea ndugu mdogo bangili hiyo wakamwambia, "Itemee mate bangili hii umsamehe kaka yako." Nduguye maskini aliitemea mate bangili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_14', 3, NULL, 'assets/topic/asb/18146.png', 'Kwa sababu hiyo, wazee waliamua kumpa nusu ya ng''ombe wa kakake tajiri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19400_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mwanamume aliyeota manyoya +Author - +Worku Debele and Elizabeth Laird +Translation - +Susan Kavaya +Illustration - +Tadesse Teshome +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229', 2, 'Mwezi na kofia', 'assets/topic/asb/2137.png', 'Brigid Simiyu + Angie & Upesh', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_3', 3, NULL, 'assets/topic/asb/2138.png', 'Sote tulienda katika sherehe ya Dasara.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_4', 3, NULL, 'assets/topic/asb/2139.png', 'Chintu alipewa miwani. +Nilipata kofia naye Moto akapata peremende.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_5', 3, NULL, 'assets/topic/asb/2141.png', 'Upepo mkali ulivuma. +Uliipeperusha kofia yangu mbali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_6', 3, NULL, 'assets/topic/asb/2142.png', 'Kofia ilizuiliwa katika matawi ya mti wenye miiba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_7', 3, NULL, 'assets/topic/asb/2143.png', 'Nililia sana. +Sikula chakula changu cha jioni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_8', 3, NULL, 'assets/topic/asb/2144.png', 'Usiku mwezi ulitokezea. +Uliimulika kofia yangu pale mtini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_9', 3, NULL, 'assets/topic/asb/2145.png', 'Mwezi ulijaribu kuivaa kofia yangu. +Ulitabasamu nami nikatabasamu pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_10', 3, NULL, 'assets/topic/asb/2146.png', 'Mama alinipatia kofia nyingine nyekundu. +"Mwezi uliituma," mama alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_11', 3, NULL, 'assets/topic/asb/2147.png', 'Mimi na mwezi, tulivaa kofia zetu. +Tulitabasamu kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_12', 3, NULL, 'assets/topic/asb/2148.png', 'Je, jua linahitaji kofia?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_13', 3, NULL, 'assets/topic/asb/2150.png', 'Ni kofia gani ambayo nimevaa leo?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2229_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mwezi na kofia +Author - +Noni +Translation - +Brigid Simiyu +Illustration - +Angie & Upesh +Language - +Kiswahili +Level - +First words +© Pratham Books 2007 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282', 2, 'Mwili', 'assets/topic/asb/26739.png', 'Kutafsiri Biblia Mara +Sue Beattie', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_3', 3, NULL, 'assets/topic/asb/26749.png', 'Unyayo', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_4', 3, NULL, 'assets/topic/asb/26744.png', 'Mguu', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_5', 3, NULL, 'assets/topic/asb/26741.png', 'Goti', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_6', 3, NULL, 'assets/topic/asb/26747.png', 'Kiuno', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_7', 3, NULL, 'assets/topic/asb/26740.png', 'Tumbo', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_8', 3, NULL, 'assets/topic/asb/26748.png', 'Kifua', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_9', 3, NULL, 'assets/topic/asb/26742.png', 'Viganja', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_10', 3, NULL, 'assets/topic/asb/26745.png', 'Mikono', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_11', 3, NULL, 'assets/topic/asb/26746.png', 'Kiwiko', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_12', 3, NULL, 'assets/topic/asb/26743.png', 'Kichwa', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31282_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mwili +Author - +Little Zebra Books +Translation - +Kutafsiri Biblia Mara +Illustration - +Sue Beattie +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632', 2, 'Mwili wangu', 'assets/topic/asb/1622.png', 'Peterson Kibuuri and Stevenson Mutisya + Mlungisi Dlamini', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_3', 3, NULL, 'assets/topic/asb/1623.png', 'Ninaweza kuutumia kukimbia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_4', 3, NULL, 'assets/topic/asb/1624.png', 'Ninaweza kuruka nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_5', 3, NULL, 'assets/topic/asb/1625.png', 'Ninaweza kucheza nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_6', 3, NULL, 'assets/topic/asb/1626.png', 'Ninaweza kuogelea nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_7', 3, NULL, 'assets/topic/asb/1627.png', 'Ninaweza kuruka kamba nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_8', 3, NULL, 'assets/topic/asb/1622.png', 'Ninaweza kupiga nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_9', 3, NULL, 'assets/topic/asb/1628.png', 'Ninaweza kuhepa nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_10', 3, NULL, 'assets/topic/asb/1629.png', 'Lakini siwezi kupaa angani nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12632_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mwili wangu +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Translation - +Peterson Kibuuri and Stevenson Mutisya +Illustration - +Mlungisi Dlamini +Language - +Kiswahili +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061', 2, 'Mzozo wa Fisi na Kima', 'assets/topic/asb/18699.png', 'Brigid Simiyu +Salim Kasamba', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_3', 3, NULL, 'assets/topic/asb/18696.png', 'Hapo zamani za kale, kulikuwa na Fisi na Kima. Walikuwa na mzozo kati yao. Walienda kwa hakimu ili awasaidie kuusuluhisha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_4', 3, NULL, 'assets/topic/asb/18697.png', 'Baada ya hakimu kusikiliza kesi yao, aliogopa kuamua. Aliwaza, "Nikimlaumu Fisi, atawala mifugo wangu. Nikimlaumu Kima, atayala mahindi yangu yote! Nifanyeje?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_5', 3, NULL, 'assets/topic/asb/18698.png', 'Hakimu alitafakari juu ya kesi hiyo kisha akasema, "Naona vigumu kuiamua kesi hii peke yangu. Ipelekeni kwa wazee wa kijiji." +Fisi na Kima walienda kwa wazee wa kijiji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_6', 3, NULL, 'assets/topic/asb/18699.png', 'Waliwaeleza wazee wa kijiji kuhusu mzozo wao. +Baadaa ya kuwasikiliza, wazee wa kijiji vilevile waliogopa kuiamua kesi ile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_7', 3, NULL, 'assets/topic/asb/18708.png', 'Wazee wa kijiji walijua wakimuunga Kima mkono, Fisi atawala mifugo wao. Na wakimuunga Fisi mkono, Kima atayala mahindi yao. +Wazee wa kijiji walimwambia Fisi na Kima kuwa kesi yao ilikuwa ngumu sana kuiamua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_8', 3, NULL, 'assets/topic/asb/18701.png', 'Wazee walimkumbuka mwanamke mmoja fukara aliyeishi hapo kijijini. Yeye hangepoteza chochote kwa kuwa hakuwa na mifugo wala mahindi. +Mmoja wao aliwaambia, "Mwanamke fukara ataweza kutoa uamuzi bila woga." Kisha wakawaambia Fisi na Kima kwenda kwake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_9', 3, NULL, 'assets/topic/asb/18702.png', 'Walipowasili kwa mwanamke yule fukara walisema, "Tuamulie mzozo wetu." Mwanamke fukara alikubali lakini, akataka kuongea na kila mmoja peke yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_10', 3, NULL, 'assets/topic/asb/18703.png', 'Mwanamke fukara alimwita Fisi kwanza akamwambia, "Wewe unaheshimika, ni mnyama mkubwa tena ni shujaa. Unawezaje kugombana na mnyama mdogo tena mjinga kama Kima?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_11', 3, NULL, 'assets/topic/asb/18704.png', 'Mwanamke akaendelea kumwambia Fisi, "Watu wakisikia mzozo huu, watakudharau sana. Wacha kuzozana na Kima." +Fisi alikubali, "Unavyosema ni kweli. Nitaiacha kesi hii."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_12', 3, NULL, 'assets/topic/asb/18705.png', 'Mwanamke fukara akamwita Kima akamwambia, "Wewe ni mwerevu na mrembo. Mbona unabishana na mnyama huyu mchafu, mwenye harufu mbaya anayekula vilivyooza. Watu watakufikiriaje wakisikia unazozana na huyu kiumbe mwenye sura mbaya?" +Kima alikubali, "Unavyosema ni kweli. Nitaiacha kesi hii."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_13', 3, NULL, 'assets/topic/asb/18706.png', 'Baadaye, mwanamke fukara aliwaita wote akasema, "Kwa kuwa nyote mlikubali kuacha ugomvi kati yenu, ni lazima msameheane."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_14', 3, NULL, 'assets/topic/asb/18707.png', 'Kima na Fisi walisameheana wakasuluhisha mzozo wao. +Watu kijijini waliposikia walishangaa. Mwanamke fukara aliwezaje kutatua shida iliyowashinda hakimu na wazee wa kijiji?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22061_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Mzozo wa Fisi na Kima +Author - +Mulualem Daba +Translation - +Brigid Simiyu +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863', 2, 'Namorutunga', 'assets/topic/asb/11754.png', 'Translators without Borders and Pete Mhunzi +Zablon Alex Nguku', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_3', 3, NULL, 'assets/topic/asb/11743.png', 'Zamani za kale, katika kijiji kimoja cha Turkana, wanakijiji walikutana kila jioni kucheza ngoma ya kienyeji iitwayo edonga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_4', 3, NULL, 'assets/topic/asb/11747.png', 'Wachezaji wa kijiji hicho walifahamika kila pahali. Walikuwa na ustadi mkubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_5', 3, NULL, 'assets/topic/asb/11748.png', 'Watu kutoka vijiji jirani walifika kijijini humo kucheza ngoma ya edonga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_6', 3, NULL, 'assets/topic/asb/11749.png', 'Siku moja mgeni aliyeusikia umaarufu wa ngoma hiyo ya edonga, alituma mjumbe wake aende kuipeleleza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_7', 3, NULL, 'assets/topic/asb/11750.png', 'Mjumbe alipofika, wanakijiji walijawa na hofu. Wakajiuliza, "Huyo mgeni ni nani? Mbona amemtuma mjumbe wake?" Wanakijiji walijitayarisha kama kawaida. Walimchinja mbuzi na kupika chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_8', 3, NULL, 'assets/topic/asb/11751.png', 'Vilevile walikutana wakaandaa kafara na kusubiri siku nzima hadi jioni ila mgeni hakufika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_9', 3, NULL, 'assets/topic/asb/11752.png', 'Walicheza ngoma kama kawaida hadi usiku wa manane. Usiku huo kulikuwa na wachezaji ngoma wengi na kila mtu alikuwa amesisimka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_10', 3, NULL, 'assets/topic/asb/11753.png', 'Kabla ya ngoma kuisha, mgeni alifika. Kwa mavazi alifanana na wanakijiji na hawakumtambua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_11', 3, NULL, 'assets/topic/asb/11754.png', 'Alipopata nafasi ya kucheza ngoma, alijiunga na wanaume wengine. Ilionekana wazi kuwa alicheza tofauti na wenyeji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_12', 3, NULL, 'assets/topic/asb/11755.png', 'Watu waliaanza kumcheka. Wachezaji wengine walicheka wakiwa wamepiga magoti. Wengine walikaa kitako. Wengine walianguka chini. +Mgeni alikasirika alipochekwa. Akaamua kuwalaani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_13', 3, NULL, 'assets/topic/asb/11756.png', 'Aliacha kucheza ngoma ghafla. Mara hiyo hiyo, kila mchezaji akabadilika kuwa jiwe. Waliokuwa wamelala, waliokuwa wamesimama, waliokaa kitako na wengine waliopiga magoti wote walibaki walivyokuwa. Kisha mgeni akatoweka kijijini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_14', 3, NULL, NULL, 'Mawe hayo yamebaki mahali pale hadi wa leo. Saa za usiku husikika yakiimba na kucheza edonga. Hiyo ndiyo asili ya Namorutunga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15863_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Namorutunga +Author - +Simon Ipoo +Translation - +Translators without Borders and Pete Mhunzi +Illustration - +Zablon Alex Nguku +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874', 2, 'Namukhaywa', 'assets/topic/asb/5807.png', 'Brigid Simiyu + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_3', 3, NULL, 'assets/topic/asb/5806.png', 'Hapo zamani katika kijiji cha Lunyiko, kuliishi mwanamme aliyeitwa Ndong''a na mkewe Namukhaywa. Walikuwa na binti sita.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_4', 3, NULL, 'assets/topic/asb/5807.png', 'Namukhaywa alipokuwa na mimba ya saba, Ndong''a alimwonya, "Ukimzaa msichana, nitakuua. Lakini ukinipa mtoto mvulana, nitakuandalia karamu kubwa!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_5', 3, NULL, 'assets/topic/asb/5808.png', 'Wakati wa kujifungua ulipowadia, Namukhaywa alienda kwa mkunga wa kienyeji. Je, mtoto atakuwa msichana au mvulana?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_6', 3, NULL, 'assets/topic/asb/5809.png', 'Alikuwa mvulana na msichana, mapacha! Mvulana alimwita Mukhwana, na msichana akamwita Mulongo. Alipomwangalia Mukhwana, alifurahi sana. Lakini alipomwangalia Mulongo, alihuzunika mno. Ni jambo moja tu angelifanya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_7', 3, NULL, 'assets/topic/asb/5810.png', 'Namukhaywa alimwacha Mulongo chini ya ulezi wa mkunga na kumpeleka Mukhwana nyumbani kwa mumewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_8', 3, NULL, 'assets/topic/asb/5812.png', 'Kwa fahari, alimwonyesha Ndong''a mtoto mvulana. Alifurahi sana na kuwaita wanakijiji kusherehekea kuzaliwa kwa mtoto wake mvulana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_9', 3, NULL, 'assets/topic/asb/5813.png', 'Mukhwana alikua na kuwa kijana mwanamme wa kupendeza. Na Mulongo naye, akawa mwanamke mrembo mno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_10', 3, NULL, 'assets/topic/asb/5814.png', 'Siku moja wakati alikuwa akichunga mifugo wa babake, Mukhwana alimwona msichana mrembo sana. "Huyu ndiye msichana ningependa kuoa," alijiambia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_11', 3, NULL, 'assets/topic/asb/5815.png', 'Lakini alipomwuliza kumuoa, aliimba hivi: +Mukhwana wetu, Mukhwana. +Mama alionywa na baba +Akijifungua mvulana +Ampeleke nyumbani +Akiwa msichana, atauawa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_12', 3, NULL, 'assets/topic/asb/5817.png', 'Hii ilifanyika tena na tena. Mukhwana hakujua la kufanya. Alimwendea mamake, Namukhaywa, akasema, "Nimempata msichana mrembo ambaye ningependa kumuoa. Lakini kila ninapomwuliza, anaimba wimbo ule ule."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_13', 3, NULL, 'assets/topic/asb/5818.png', 'La kushangaza, Namukhaywa alisema, "Anachoimba msichana yule ni kweli. Yeye ni dadako. Mlizaliwa mapacha. Babako alimtaka mtoto mvulana na wala si msichana. Nilimwacha dadako kwa mkunga nikakuleta wewe nyumbani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_14', 3, NULL, 'assets/topic/asb/5820.png', 'Wakati Mukhwana alimwambia babake kisa hicho, babake aliona kwamba alikuwa amefanya kosa. Alimwita Namukhaywa, na pamoja walienda kwa mkunga kumleta Mulongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_15', 3, NULL, 'assets/topic/asb/5822.png', 'Mulongo alipofika nyumbani, babake na wazee wa kijiji walimchinja mbuzi na kutekeleza kimila cha kumwunganisha Mulongo na ndugu zake saba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_16', 3, NULL, 'assets/topic/asb/5824.png', 'Mwaka mmoja baadaye, Mulongo aliolewa kwa mwana wa tajiri kutoka kijijini. Aliiletea familia yake furaha na mali mengi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7874_17', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Namukhaywa +Author - +Matthews M Wanga +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049', 2, 'Nani atahesabu mpaka kumi?', 'assets/topic/asb/25319.png', 'Brigid Simiyu +Salim Kasamba', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_3', 3, NULL, 'assets/topic/asb/25317.png', 'Hapo zamani, Mfalme Chui alianza kuwaza juu ya maisha ya usoni.  Alitafakari, "Ninazeeka, na siku moja, nitakufa. Mfalme nwenye busara, anastahili kumchagua mrithi wake akiwa angali kijana na mwenye afya." +Lakini, Mfalme Chui atafanya uchagazi namna gani? Aliwapenda wanyama wote!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_4', 3, NULL, 'assets/topic/asb/25318.png', 'Mfalme Chui alipata wazo. Aliwaalika wanyama wote kwenda katika ikulu. Wajumbe walikimbia kila sehemu ya kichaka wakiwaalika wanyama. +Alipanga kuwa na sherehe kubwa kisha awatangazie mpango wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_5', 3, NULL, 'assets/topic/asb/25319.png', 'Usiku wa sherehe, wanyama wote walikuwa katika ikulu. Waliimba, wakacheza  wakawa na wakati mzuri. Usiku wa manane, Mfalme Chui alisimama katikati ya ikulu. +Wanyama waliacha kuimba na kucheza. Walisikiliza kwa makini mfalme wao alipoanza kuzungumza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_6', 3, NULL, 'assets/topic/asb/25320.png', 'Alisafisha koo akasema, "Nilikuwa nikiwaza na wakati umetimia wa kumchagua mrithi wangu. Kwa sababu ninawapenda nyote, siwezi kuamua nani anayefaa zaidi. Nimepanga mashindano yatakayoamua."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_7', 3, NULL, 'assets/topic/asb/25321.png', 'Mfalme Chui alishika mkuki akasema, "Wa kwanza miongoni mwenu atakayerusha mkuki angani kisha ahesabu mpaka kumi kabla ya mkuki huo kutua chini, ndiye atakayekuwa mrithi wangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_8', 3, NULL, 'assets/topic/asb/25322.png', 'Mfalme Chui alipomaliza kuzungumza, wanyama walisikia sauti kubwa ikitoka nyuma yao. Walipogeuka, walimwona Tembo akielekea mbele kwa kishindo. "Tokeni njiani. Mimi ni mkubwa zaidi, ninastahili kuwa mfalme," Tembo alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_9', 3, NULL, 'assets/topic/asb/25323.png', 'Tembo aliuchukua mkuki, akaushika kwa mkonga wake. Alikirudisha kichwa chake nyuma kisha akaurusha mkuki angani. "Moja! Mbili! Tatu! Ah!" Tembo alilia. Mkuki uligonga chini alipofikisha nne. Tembo alikasirika akaanza kufoka. +Mfalme Chui alimwambia, "Ulipata nafasi +yako." Tembo alilazimika kuondoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_10', 3, NULL, 'assets/topic/asb/25324.png', 'Baada ya Tembo kuondoka, wanyama walianza kuzungumza miongoni mwao kwa msisimuko. Walisikia tena sauti kubwa ikitoka nyuma yao. +Ngiri alikuja kwa kishindo akisema, "Niondokeeni. Niondokeeni. Nitakuwa mfalme. Nina misuli mikubwa zaidi. Nina nguvu kuliko wote. Lazima niwe mfalme."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_11', 3, NULL, 'assets/topic/asb/25325.png', 'Ngiri aliinama, akaukamata mkuki kisha akaurusha angani. "Moja! Mbili! Tatu! Nne! Tano! Ah!" Alipiga kelele. Mkuki ulianguka alipofikisha sita. Alirusha uchafu hewani kwa hasira. +Chui alimwambia, "Ngiri, unapata nafasi mara moja tu ya kurusha mkuki. Umeshaipata." Ngiri pia alilazimika kuondoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_12', 3, NULL, 'assets/topic/asb/25326.png', 'Baadaye, wanyama walianza kutoa maoni yao na kusema, "Mashindano hayo ni magumu! Tembo, ingawa ni mkubwa, hakufaulu. Ngiri, ingawa ana nguvu sana, pia hakufaulu. Hakuna atakayeshinda mashindano haya!" +Wakati huo huo, walisikia sauti nyingine kutoka nyuma yao. Walipotazama, hawakuamini macho yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_13', 3, NULL, 'assets/topic/asb/25327.png', 'Walimwona Sokwe mkubwa akienda mbele. Alikuwa akiimba, "Ninaweza. Najua ninaweza. Ninaweza." Sokwe aliuchukua mkuki akasonga nyuma hatua kadhaa. Aliuvuta mkono wake nyuma, akarudi mbele kisha akaruka hewani na kuurusha mkuki angani. "Moja! Mbili! Tatu! Nne! Tano! Sita! Saba! Ah!" Sokwe alilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_14', 3, NULL, 'assets/topic/asb/25328.png', 'Mkuki uligonga chini alipofikisha nane. Sokwe alikasirika akazungukazunguka akilalamika. +Lakini, Mfalme Chui alimwambia, "La, Sokwe, unapata nafasi mara moja tu." Ilimbidi Sokwe pia aondoke.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_15', 3, NULL, 'assets/topic/asb/25329.png', 'Baadhi ya wanyama walianza kuondoka kwenda nyumbani. Walipokuwa wakiondoka, walimwona Swara mdogo akija kujaribu bahati yake. Swara alisema, "Subirini! Subirini! Hebu nijaribu. Ninaweza kufaulu. Ninaweza. Nipeni nafasi nijaribu." +Wanyama wengine walianza kumcheka Swara.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_16', 3, NULL, 'assets/topic/asb/25330.png', 'Mfalme Chui aliwashauri wanyama, "Acheni kumcheka Swara! Ni nani aliyesema kwamba wanyama wadogo hawawezi kufanya kazi ambayo wale wakubwa wanafanya? Lazima Swara apewe nafasi sawa kama wanyama wengine. Rudini nyuma ili Swara atupe mkuki."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_17', 3, NULL, 'assets/topic/asb/25331.png', 'Swara alimwinamia mfalme, akauchukua mkuki mdomoni. Akitumia nguvu zote, alikimbia mpaka katikati ya uwanja. Aliruka juu akavuta pumzi kisha akaurusha mkuki huku akisema kwa sauti kubwa, "Tano na tano ni kumi." Mkuki ulitua chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_18', 3, NULL, 'assets/topic/asb/25332.png', 'Wanyama wote walichanganyikiwa. Mfalme Chui aliwaeleza, "Ndiyo, Swara! Tano na tano ni njia nyingine ya kupata kumi. Kuna zaidi ya njia moja ya kuhesabu mpaka kumi." Mashindano hayakuwa kumpata mnyama mkubwa wala mwenye nguvu. Bali lilikuwa kumpata mnyama mwerevu! Hivyo ndivyo Swara alivyokuwa malkia baada ya chui kufariki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22049_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nani atahesabu mpaka kumi? +Author - +Athieno Gertrude and Owino Ogot +Translation - +Brigid Simiyu +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747', 2, 'Naweza kufanya hili!', 'assets/topic/asb/13814.png', 'HANNINGTON OWERE + Silva Afonso', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_4', 3, NULL, NULL, 'Amelia anamka na anadhani, "Leo ni siku yangu ya kwanza ya shule."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_6', 3, NULL, NULL, '"Carlos, ninafanya nini?" Amelia anauliza. "Nitakwambia," Carlos anajibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_8', 3, NULL, NULL, 'Carlos anamwambia Amelia kuosha uso wake. Amelia anasema, "Ninaweza kuosha uso wangu. Na kisha?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_10', 3, NULL, NULL, 'Carlos anamwambia Amelia kupiga meno yake. Amelia anasema, "Ninaweza kupiga meno yangu na kisha?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_12', 3, NULL, NULL, 'Carlos amwambia Amelia kwamba lazima ale. Amelia anasema, "Ninajua jinsi ya kula, na kisha?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_14', 3, NULL, NULL, 'Carlos anamwambia Amelia kuvaa sare yake. Amelia anasema, "Ninaweza kuvaa sare yangu. Na kisha?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_16', 3, NULL, NULL, 'Carlos anamwambia Amelia kuchukua mfuko wake. Amelia anasema, "Ninaweza kuchukua mfuko wangu na kisha?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_18', 3, NULL, NULL, 'Carlos anasema, "Lazima uende shuleni." Amelia anasema, "Ninaweza kwenda shule, na kisha?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_20', 3, NULL, NULL, 'Carlos anasema, "Lazima uingie darasani." Amelia anajibu, "Ninaweza kuingia darasa na kisha?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23747_24', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Naweza kufanya hili! +Author - +World Education +Translation - +HANNINGTON OWERE +Illustration - +Silva Afonso +Language - +Kiswahili +Level - +First sentences +© World Education, Inc. 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750', 2, 'Ndalo na Pendo – Marafiki wakubwa', 'assets/topic/asb/7945.png', 'Ursula Nafula +Rob Owen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_3', 3, NULL, 'assets/topic/asb/11992.png', 'Ndalo ana umri wa miaka 10. Yuko katika darasa la 5 katika shule iliyo pale kijijini. Ndalo huibuka wa kwanza darasani kwake. "Ni nini siri yake?" Wenzake wanajiuliza. +Ndalo anasoma na kuandika vizuri. "Je, anawezaje kufanya hivi?" Wanashangaa. Ndalo anawaeleza kwamba ni kwa sababu ana vitabu vingi. Wao wanapopoteza muda wao wakikaa bila kazi, yeye huutumia muda wake kusoma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_4', 3, NULL, 'assets/topic/asb/7944.png', 'Wakati mwingine Ndalo hupata Shilingi 80 kama pesa za matumizi. Yeye huzitumia pesa zake nyingi kununua vitabu kutoka duka la vitabu vikuukuu lilioko pale kijijini. +Je, Ndalo hupataje pesa za matumizi anazotumia kununua vitabu? Fungua ukurasa ufuatao upate kujua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_5', 3, NULL, 'assets/topic/asb/11993.png', 'Huyu ni Pendo, ng''ombe wa maziwa. Yeye hutoa maziwa lita 20 kwa siku. Babake Ndalo huuza maziwa hayo. +Ng''ombe huhitaji chakula na maji. Vilevile, huhitaji kutembea uwanjani. Kwa hivyo, kila siku baada ya kutoka shuleni, Ndalo hufanya kazi hiyo. Babake humpatia pesa za matumizi kwa kazi hiyo. Ni pesa hizo ambazo Ndalo huweka kwa ununuzi wa vitabu kila juma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_6', 3, NULL, 'assets/topic/asb/7939.png', 'Kwanza, Ndalo humpa Pendo karoti 8 kila siku. Kila siku yeye huzichuma karoti kutoka kwenye bustani ya babake. +Ukifanya hesabu, utapata kwamba Pendo hula takriban karoti 60 kwa juma. Je, unaweza kupata hasebu kamili?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_7', 3, NULL, 'assets/topic/asb/11994.png', 'Baada ya hiyo, Ndalo humpeleka Pendo malishoni. Babake alimwonya achunge ili Pendo asile nyasi kwa zaidi ya robo tatu ya saa. +Kawaida, Pendo huanza kula nyasi saa nane na dakika kumi na tano ili Ndalo aweze kumrudisha saa tisa kwenye kibanda cha kukamulia. Wakati wa majira ya baridi, ambapo giza huingia mapema, Ndalo huweza kuanza kula saa saba na nusu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_8', 3, NULL, 'assets/topic/asb/7938.png', 'Baada ya hilo, Ndalo humpa Pendo maji. Bila maji Pendo hawezi kutoa maziwa hata Ndalo akimlisha +namna gani. Ndalo husomba maji kwa ndoo kutoka mfereji ulio pale kijijini kwa sababu hakuna mwingine ulio karibu. +Hori la Pendo huweza kubeba maji lita 30. Ndoo ya Ndalo hubeba tu lita 5 peke yake. Kwa hivyo ili ajaze hori, Ndalo huenda mara chache. Je, unaweza kufanya hesabu ya jumla ya safari zote?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_9', 3, NULL, 'assets/topic/asb/11995.png', 'Halafu, Ndalo humpeleka Pendo ili apate nafaka yake ya kila siku ya kilo 12. Ndalo akihesabu, anapata jumla ya kilo 90 kwa juma. +Kila gunia linagharimu Shilingi 39. Ndalo anafanya hesabu ya nafaka ya kila juma. Kwanza anafanya hesabu ya magunia 7 kwa Shilingi 40 kila gunia. Anapata jumla ya Shilingi 280. Kisha anaondoa Shilingi 7 na kubaki na salio la Shilingi 273. "Hiyo ni kama Shilingi 10 000 kwa mwaka!" Ndalo anakadiria. Je, hiyo ni sawa?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_10', 3, NULL, 'assets/topic/asb/11996.png', 'Babake Ndalo anamkama Pendo mara mbili kwa siku. Pendo hutoa maziwa lita 24 kwa siku, kwa hivyo hutoa karibu lita 12 kila anapokamuliwa. +Wakati mwingine Ndalo husaidia kukamua lakini, si kazi rahisi kama inavyoonekana. "Siku moja, nitakuwa na ng''ombe wangu mwenyewe ambao nitalazimika kukamua mwenyewe," Ndalo anawaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_11', 3, NULL, 'assets/topic/asb/7941.png', 'Babake anayamwaga maziwa kwenye ndoo ndogo ya lita 2. Vilevile, anayamwaga kwenye chupa za lita 1. Halafu anayauza maziwa hayo kwa Shilingi 8 kwa kila lita. +Mara moja kwa juma, babake Ndalo huchanga lita 25 za maziwa kusaidia mpango wa chakula shuleni. Hii ina maana kuwa watoto 100 hupata maziwa siku hiyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_12', 3, NULL, 'assets/topic/asb/7943.png', 'Kwa kila lita inayouzwa, babake anampa Ndalo senti 50. Hiyo haionekani kuwa nyingi, lakini ikiwa babake anauza lita 24 kwa siku, hizo senti huongezeka na kuwa pesa nyingi. Je, unaweza kufanya hesabu na kujua kiasi kamili? +Ndalo anaziweka hela zake hadi Jumamosi wakati anapolitembelea duka la vitabu. Kila kitabu kinagharimu chini ya shilingi 10. Kwa hivyo, anaweza kununua vitabu vingi katika juma moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_13', 3, NULL, 'assets/topic/asb/11997.png', 'Ndalo pia hupenda kuyanywa maziwa anayotoa Pendo. Babake husema kwamba maziwa husaidia kujenga mifupa na meno na kuipa nguvu. Pia humpa mtu afya nzuri. +Kwa kuwa anayanywa maziwa na kuzila mboga nyingi kutoka bustani ya babake, Ndalo ana nguvu na mwenye afya nzuri. Ni nadra yeye augue au ahisi njaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_14', 3, NULL, 'assets/topic/asb/7945.png', 'Ndalo hasahau kumshukuru Pendo mwishoni mwa siku. Humzawadi kwa kumpatia karoti zaidi au matawi ya mchicha yapatikanayo kwenye bustani. +"Asante Pendo, wewe ni rafiki yangu mkubwa! Mimi ni mwenye nguvu, mwenye afya na mwerevu kwa ajili yako. Usingekuwa wewe, nisingeweza kuvinunua vitabu vinavyonisaidia kuibuka wa kwanza darasani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22750_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ndalo na Pendo – Marafiki wakubwa +Author - +Ruth Odondi +Translation - +Ursula Nafula +Illustration - +Rob Owen +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative and Molteno Institute, 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747', 2, 'Ndama wa Parna', 'assets/topic/asb/25507.png', 'Ursula Nafula +Jacob Kono', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_3', 3, NULL, 'assets/topic/asb/25498.png', 'Parna alikuwa mvulana mwembamba mrefu. Alikuwa katika darasa la tatu. +Alipenda kuvaa koti refu la rangi nyeusi. Alipewa koti hilo na Mjombake, Teteyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_4', 3, NULL, 'assets/topic/asb/25499.png', 'Wakati wa likizo, Parna aliwachunga ng''ombe wa wazazi wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_5', 3, NULL, 'assets/topic/asb/25500.png', 'Siku moja, Parna alikuwa akiwachunga ng''ombe. Ghafla, mvua ilianza kunyesha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_6', 3, NULL, 'assets/topic/asb/25501.png', 'Wakati huo huo, Cheusi, ng''ombe aliyekuwa kipenzi cha babake, alizaa. +Ndama aliyezaliwa alipendeza. Alikuwa mzuri kuliko ndama wote ambao Parna aliwahi kuwaona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_7', 3, NULL, 'assets/topic/asb/25502.png', 'Parna alifurahi kuwahudumia Cheusi na ndama wake. Aliwasahau ng''ombe wale wengine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_8', 3, NULL, 'assets/topic/asb/25503.png', 'Aliwaza, "Babangu aliahidi kunipa ndama ikiwa atakuwa wa kike."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_9', 3, NULL, 'assets/topic/asb/25504.png', 'Alipokuwa akiwaza hivyo, alisikia mkono ukimvuta juu kwa nguvu. +Parna alimwona Mjomba Teteyo. Alikumbuka na kuuliza, "Mjomba, ng''ombe wako wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_10', 3, NULL, 'assets/topic/asb/25505.png', 'Mjomba Teteyo alimjibu, "Mamako aliwapata ng''ombe wote zizini ila wewe na Cheusi. Aliingiwa na wasiwasi akanituma nije nikuchukue."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_11', 3, NULL, 'assets/topic/asb/25506.png', 'Mjomba Teteyo akasema, "Nitambeba ndama huyu. Kisha wewe na Cheusi mnifuate nyuma." +Parna alielezea kwa msisimko jinsi Cheusi alivyozaa ndama aliye mzuri zaidi ya wote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_12', 3, NULL, 'assets/topic/asb/25507.png', 'Watu wote walifurahi walipoona kwamba Parna, Cheusi na ndama walikuwa salama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_13', 3, NULL, 'assets/topic/asb/25508.png', 'Parna akamwuliza babake, "Je, utanipa ndama huyu kama ulivyoahidi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_14', 3, NULL, 'assets/topic/asb/25509.png', '"Ndiyo, mwanangu, ndama huyu ni wako. Ahadi ni deni."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21747_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ndama wa Parna +Author - +Soila Murianka +Translation - +Ursula Nafula +Illustration - +Jacob Kono +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344', 2, 'Ndege-Asali alipiza kisasi', 'assets/topic/asb/1865.png', 'Brigid Simiyu +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_3', 3, NULL, NULL, 'Hii ni hadithi ya Ndege-Asali na mvulana mmoja mlafi aliyeitwa Jeuri. Siku moja Jeuri alipokuwa akiwinda, alisikia mwito wa Ndege-Asali amabye huwaongoza watu palipo na asali. Jeuri alianza kudondokwa na mate alipofikiria juu ya asali. Alisikiliza na kutazama vizuri hadi akamwona Ndege-Asali aliyekuwa ametua kwenye matawi. "Chitik-chitik-chitik," Ndege-Asali aliruka na kutua kwenye mti uliokuwa karibu. "Chitik-chitik-chitik," aliita, huku akinyamaza na kuhakikisha kwamba Jeuri alikuwa amemfuata.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_4', 3, NULL, 'assets/topic/asb/1866.png', 'Baada ya nusu saa, waliufikia mti wa mtini. Ndege-Asali aliruka kama mwenda wazimu kutoka tawi moja hadi nyingine. Jeuri alisimama akamtazama kwa muda mrefu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_5', 3, NULL, 'assets/topic/asb/1867.png', 'Baadaye, Ndege-Asali alitulia kwenye tawi moja, akageuza kichwa chake na kumwangalia Jeuri. Jeuri aliamini kuwa Ndege-Asali alikuwa akisema, "Asali iko hapa! Njoo sasa!" Jeuri hakuweza kuona nyuki wowote kutoka chini ya mti kwa vile alimwamini Ndege-Asali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_6', 3, NULL, 'assets/topic/asb/1588.png', 'Jeuri aliuweka mkuki wake chini ya mti. Akakusanya vijiti vilivyokauka kisha akakoka moto mdogo. Moto ulipowaka vizuri, Jeuri alikitia kijiti kirefu kilichoaminika kutoa moshi mwingi. Alianza kukwea mti akiwa amekishika kwa meno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_7', 3, NULL, 'assets/topic/asb/1869.png', 'Baadaye, Jeuri alisikia sauti ya nyuki. Walikuwa wakiingia na kutoka mzingani. Jeuri alipoufikia mzinga, alikisukuma ndani kile kijiti kilichokuwa na moto. Nyuki walitoka ndani kwa hasira wakihisi uchungu. Waliruka na kwenda kwa sababu hawakupenda moshi. Hata hivyo, walifanya hivyo tu baada ya kumuuma Jeuri!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_8', 3, NULL, 'assets/topic/asb/1870.png', 'Nyuki walipokuwa nje, Jeuri aliingiza mkono wake ndani ya mzinga. Alitoa kipande kikubwa cha asali iliyokuwa ikidondoka. Aliiweka kwa utaratibu ndani ya mkoba aliokuwa nao na kuanza kushuka kutoka mtini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_9', 3, NULL, 'assets/topic/asb/1871.png', 'Ndege-Asali alishuhudia kila kitendo alichofanya Jeuri. Alikuwa akisubiri kubakishiwa kiasi kidogo cha asali kama shukurani kwa kumwongoza Jeuri kwenye asali. Aliruka kutoka tawi hadi tawi huku akikaribia chini. Mwishowe Jeuri alifika chini. Ndege-Asali alitua kwenye jiwe karibu na Jeuri akisubiri zawadi yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_10', 3, NULL, NULL, 'Lakini Jeuri aliuzima moto, akachukua mkuki wake na kuanza safari bila kumjali Ndege-Asali. Ndege-Asali aliita kwa hasira, "USH-ndi! USH-ndi!" Jeuri alisimama, akamkodolea macho kisha akacheka kwa sauti. "Rafiki yangu, unataka asali kidogo? Ha! Mimi ndiye nilifanya kazi yote pamoja na kuumwa na nyuki. Kwa nini nikugawie asali hii tamu?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_11', 3, NULL, 'assets/topic/asb/1872.png', 'Jeuri aliondoka na kwenda zake. Ndege-Asali alikasirika sana! Hivi sivyo ndivyo alistahili kutendewa! Lakini atalipiza kisasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_12', 3, NULL, NULL, 'Siku chache baadaye, Jeuri alisikia tena mwito wa Ndege-Asali uliohusu asali. Aliikumbuka asali tamu, na kwa mara nyingine, alimfuata kwa hamu. Baada ya kumwongoza Jeuri kwenye msitu, Ndege-Asali alipumzika chini ya mti wa mwavuli. "Ahh, bila shaka mzinga umo ndani ya mti huu," Jeuri aliwaza. Kwa haraka aliwasha moto wake na kuanza kukwea mti akiwa amebeba kuni iliyotoa moshi. Ndege-Asali alimtazama tu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_14', 3, NULL, NULL, 'Jeuri alipopanda, alishangaa kwa nini hakusikia sauti ya nyuki. "Pengine mzinga umefichika ndani ya mti zaidi," alifikiria. Alipanda tena juu ya tawi jingine. Lakini badala ya mzinga, alijikuta akiwa amemkodolea macho Chui! Chui alikuwa na hasira sana kwa sababu usingizi wake ulikuwa umekatizwa. Aliiyafanya macho yake yakawa madogo, akaufungua mdomo wake na kuyaonyesha meno yake makubwa makali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_16', 3, NULL, 'assets/topic/asb/1865.png', 'Kabla ya Chui kumvamia, Jeuri alishuka haraka chini. Katika haraka hiyo, aliteleza na kuanguka kwa kishindo akaumia mguu wake. Alirukaruka akienda kwa haraka alivyoweza. Kwa bahati nzuri, Chui alikuwa bado akihisi usingizi, kwa hivyo hakumfukuza. Ndege-Asali alikuwa amelipiza kisasi na Jeuri alikuwa amejifunza funzo lake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_17', 3, NULL, 'assets/topic/asb/1865.png', 'Kwa hivyo, watoto wa Jeuri na watoto wa watoto wao wanamheshimu sana Ndege-Asali wanapoisikia hadithi yake ya kuwaongoza watu kwenye asali. Kila wanapotoa asali, wao huhakikisha kwamba wanamzawadi kwa kiasi kikubwa cha asali!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2344_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ndege-Asali alipiza kisasi +Author - +Zulu folktale +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942', 2, 'Ndizi za Bibi', 'assets/topic/asb/1360.png', 'Peter Chege + Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_3', 3, NULL, 'assets/topic/asb/1361.png', 'Bibi alikuwa na shamba lenye rutuba lililojaa mtama, mawele, mihogo, na zaidi ya yote, ndizi. Ingawa bibi alikuwa na wajukuu wengi, nilijua alinipenda zaidi. Alinikaribisha nyumbani kwake mara kwa mara na kunifichulia siri zake. Kulikuwa na siri moja aliyokataa kunifichulia. Hakunifichuliwa alivyoziivisha ndizi zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_4', 3, NULL, 'assets/topic/asb/1360.png', 'Siku moja, niliona kapu kubwa limeanikwa nje ya nyumba ya bibi. Nilipomuuliza kapu lilikuwa la nini, alinijibu, "Hili ni kapu langu la ajabu." Kando ya kapu lile, paliwekwa majani ya mgomba. Bibi alikuwa akiyageuzageuza. Nilijawa na shauku nikauliza, "Bibi, majani haya ni ya nini?" Bibi alinjibu, "Ni majani yangu ya ajabu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_5', 3, NULL, 'assets/topic/asb/1362.png', 'Nilifurahia kumtazama bibi, zile ndizi, yale majani ya mgomba na lile kapu kubwa. Bibi alinituma kwa mamangu. "Bibi, tafadhali niruhusu nione unavyotayarisha." "Mwana wee, usiwe mtundu, fanya ninavyokwambia." Bibi alinifokea. Niliondoka mbio.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_6', 3, NULL, 'assets/topic/asb/1363.png', 'Niliporudi nilimpata bibi amekaa nje. Hapakuwa na kapu wala zile ndizi. "Bibi, li wapi kapu, zi wapi ndizi, na ya wapi." "Zipo mahali pangu pa ajabu." Bibi alijibu. Jibu lake lilinivunja moyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_7', 3, NULL, 'assets/topic/asb/1364.png', 'Siku mbili baadaye, bibi alinituma nimchukulie mkongojo wake kutoka chumbani. Mara tu nilipoufungua mlango, nilikaribishwa na harufu tamu ya ndizi mbivu. Kapu kubwa la ajabu la bibi lilikuwa kwenye chumba cha ndani. Lilifunikwa kwa blanketi kuukuu. Nililifunua blanketi na kunukia harufu tamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_8', 3, NULL, 'assets/topic/asb/1366.png', 'Nilibumburushwa na sauti ya bibi akiita, "Wafanyaje wewe? Niletee mkongojo haraka." Nilitoka haraka kumpelekea mkongojo. "Tabasamu ni la nini?" Aliniuliza bibi. Swali lake lilinikumbusha kuwa bado nilikuwa ninatabasamu kwa kupavumbua mahali pake pa ajabu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_9', 3, NULL, 'assets/topic/asb/1368.png', 'Keshoye bibi alipokuja kumuamkua mama, nilichapuka na kwenda nyumbani kwa bibi kuziangalia zile ndizi tena. Palikuwa na kichala kimoja cha ndizi zilizoiva. Nilichuna moja na kuificha rindani mwangu. Nililifunika kapu, nikaenda nyuma ya nyumba, nikaila ndizi kwa haraka. Ilikuwa tamu ajabu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_10', 3, NULL, 'assets/topic/asb/1369.png', 'Siku iliyofuata, bibi alipokuwa kitaluni akichuma mboga, nilipenya haraka nikazichungulia ndizi. Karibu ndizi zote zilikuwa zimeiva. Nikakichukuwa kichala cha ndizi nne. Nilipokuwa nikinyemelea kuelekea mlangoni, nilimsikia bibi akikohoa. Niliwahi kuzificha rindani na nikampita nikelekea nje.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_11', 3, NULL, 'assets/topic/asb/1370.png', 'Siku iliyofuata, ilikuwa siku ya soko. Bibi aliamka alfajiri mapema. Kila mara aliziuza ndizi na mihogo sokoni. Siku hiyo, sikuharakisha kumtembelea. Ingawa hivyo, singeweza kumuepuka kwa muda mrefu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_12', 3, NULL, 'assets/topic/asb/1371.png', 'Siku hiyo jioni, baba, mama na bibi waliinita. Nilijua sababu. Usiku ule nilipokuwa nimelala, nilijua singewahi kuiba tena, si kwa bibi, si kwa wazazi wangu, wala kwa mtu yeyote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15942_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ndizi za Bibi +Author - +Ursula Nafula +Translation - +Peter Chege, Alice Karichi, Michael Muriuki and Ursula Nafula +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877', 2, 'Ndogo sana, Kubwa sana', 'assets/topic/asb/2282.png', 'Brigid Simiyu + Sandy Lightly', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_3', 3, NULL, 'assets/topic/asb/2283.png', 'Nelima aliita, "Mama! Njoo uone. Nguo hizi zote ni ndogo kwangu!" +"Hebu nizione," Mama alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_4', 3, NULL, 'assets/topic/asb/2284.png', '"Iangalie hii sketi yangu. Ni ndogo mno," Nelima alisema. +"Ni kweli," Mama alikubali. "Lakini, Sela anaweza kuitumia sketi yako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_5', 3, NULL, 'assets/topic/asb/2285.png', '"Tazama suruali yangu. Ni ndogo sana," Nelima alisema. +"Kweli, suruali hii ni ndogo sana." Mama alijibu. "Sela anaweza kuitumia suruali yako pia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_6', 3, NULL, 'assets/topic/asb/2286.png', '"Mama, angalia fulana yangu. Ni ndogo sana," Nelima alisema. +"Ni kweli," Mama alikubaliana naye. "Sela anaweza kuichukuwa fulana yako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_7', 3, NULL, 'assets/topic/asb/2287.png', '"Angalia sweta yangu. Ni ndogo sana," Nelima alisema. +"Ndiyo, ni ndogo," Mama alijibu. "Sela anaweza kuichukuwa sweta yako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_8', 3, NULL, 'assets/topic/asb/2288.png', '"Angalia koti langu la mvua. Ni dogo sana," Nelima alisema. +"Kweli, ni dogo," Mama alisema. "Sela anaweza kulichukuwa koti lako la mvua."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_9', 3, NULL, 'assets/topic/asb/2289.png', '"Angalia soksi zangu. Ni ndogo sana," Nelima akasema. +"Kweli, ni ndogo," Mama alijibu. "Sela anaweza kuzichukuwa soksi zako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_10', 3, NULL, 'assets/topic/asb/2290.png', '"Angalia viatu vyangu. Ni vidogo mno," Nelima alisema. +"Ni kweli," Mama akajibu. "Sela anaweza kuvichukuwa viatu vyako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_11', 3, NULL, 'assets/topic/asb/2291.png', '"Sasa umepata nguo nyingi, sana," Nelima akamwambia Sela. +"La! Hasha!" Sela akajibu. "Hizi nguo zote ni kubwa sana kwangu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('7877_12', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ndogo sana, Kubwa sana +Author - +Media Matters +Translation - +Brigid Simiyu +Illustration - +Sandy Lightly +Language - +Kiswahili +Level - +First sentences +© African Reading Matters 2003 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +www.read.org.za', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684', 2, 'Ndoto ya Graca', 'assets/topic/asb/8850.png', 'Rebbeccah Karoki +Karlien de Villiers', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_3', 3, NULL, 'assets/topic/asb/8852.png', 'Graca alizaliwa Msumbiji. Nchi yake ilikuwa maskini sana na hawakuwa wamepata uhuru. Watoto hawakuwa na shule nzuri za kwenda. Mamake alikuwa na ndoto ya kuwapa wanawe maisha mazuri lakini bila masomo haingewezekana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_4', 3, NULL, 'assets/topic/asb/8853.png', 'Mtoto Graca angekuwa mzaliwa wa sita. Licha ya furaha hii yote kulikuwa na huzuni kwani babake Graca alikuwa karibu kufa. Aliota kuwa mtoto wake mdogo angeenda shule nzuri. Alijua elimu ndiyo ingemsaidia mwanawe. Jamii yake iliapa kutimiza ndoto yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_5', 3, NULL, 'assets/topic/asb/8854.png', 'Wiki chache baada ya kifo cha babake, mtoto alipewa jina kuambatana na urembo wake. Aliitwa Graca. Kadri miaka ilipozidi kuyoyoma ndivyo Graca alizidi kuleta furaha kwao. Familia iliamua kumpa Graca masomo mazuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_6', 3, NULL, 'assets/topic/asb/8855.png', 'Graca alitia bidii sana shuleni. Alipata tuzo ambalo lilibadilisha maisha yake. Alipata ufadhili wa kumwezesha kusomea shule nzuri kijijni. Ndoto yake ilikuwa awe mwalimu. Alitamani watoto wa Msumbiji wajue kusoma na kuandika. Alitamani wakati ambapo watoto wote wangeenda shuleni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_7', 3, NULL, 'assets/topic/asb/8856.png', 'Graca alitia bidii yake yote kwenye masomo. Baadaye kidogo alipata tuzo nyingine la kuhudhuria chuo kikuu huko Ureno. Alipata marafiki wengi, akajifunza lugha nyingi geni na akasoma vitabu vingi vipya. Akaona ndoto yake ya kuwa mwalimu ikitimia. Hii ilimpa furaha kubwa lakini bado alikuwa na huzuni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_8', 3, NULL, 'assets/topic/asb/8857.png', 'Watu kule nyumbani kwao, hawakuwa na uhuru. Lakini sasa Graca alikuwa na elimu, ujuzi na matumaini. Pia, alikuwa na marafiki ambao walikuwa na mawazo kama yake kuhusu haki ya watoto kupata elimu. Alitaka kutumia ujuzi wake na marafiki zake kuleta mabadiliko kwao Msumbiji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_9', 3, NULL, 'assets/topic/asb/8858.png', 'Kupitia usaidizi wa marafiki zake, hatimaye Msumbiji ilikuwa huru!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_10', 3, NULL, 'assets/topic/asb/8859.png', 'Rais aliyechaguliwa kuiongoza nchi ya Msumbiji alikuwa rafiki yake Samora. Walipendana na wakaona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_11', 3, NULL, 'assets/topic/asb/8860.png', 'Graca alipewa kazi ya kuhakikisha kuwa watoto wote wamepata elimu nzuri. Ilikuwa kazi ngumu kwani watoto wengi wa nchini Msumbiji hawakujua kusoma na kuandika. Alianza kwa kuwapeleka watoto wote shuleni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_12', 3, NULL, 'assets/topic/asb/8861.png', 'Graca na Samora walijaliwa kupata watoto wawili. Walikuwa na ndoto ya kuwapa watoto wao na watu wa Msumbiji maisha mazuri. Kwa bahati mbaya, Samora alikufa kwa ajali ya ndege.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_13', 3, NULL, 'assets/topic/asb/8862.png', 'Graca aliomboleza kifo cha Samora kwa miaka mingi. Baadaye Graca alipendana na Nelson Mandela. Walifunga ndoa, wakafanya kazi pamoja kuwasaidia watoto wa Afrika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9684_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ndoto ya Graca +Author - +Melissa Fagan +Translation - +Rebbeccah Karoki +Illustration - +Karlien de Villiers +Language - +Kiswahili +Level - +Longer paragraphs +© Melissa Fagan, Karlien De Villiers, Marike Le Roux and Bookdash.org 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.bookdash.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616', 2, 'Ndovu na Kinyonga', 'assets/topic/asb/9461.png', 'Brigid Simiyu + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_3', 3, NULL, 'assets/topic/asb/9457.png', 'Hapo zamani katika ikulu kubwa, paliishi mfalme na bintiye mrembo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_4', 3, NULL, 'assets/topic/asb/9458.png', 'Ndovu aliishi katika nyumba upande mmoja wa ikulu. Kinyonga aliishi upande mwingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_5', 3, NULL, 'assets/topic/asb/9459.png', 'Wakati huo, kukashuhudiwa kiangazi kikubwa katika nchi ile. Mfalme alikuwa na wazo kisha akawaita majirani zake kwenda ikuluni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_6', 3, NULL, 'assets/topic/asb/9460.png', 'Mfalme aliwaambia Ndovu na Kinyonga, "Ninataka mkanyage ardhi hadi maji yapatikane." Mfalme aliahidi kuwa ambaye angefaulu angemwoa bintiye wa kifalme.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_7', 3, NULL, 'assets/topic/asb/9461.png', 'Kinyonga hakuwa na matumaini yoyote kwa ajili ya udogo wake. Ndovu alifurahi mno kwani alikuwa na umbo kubwa na mwenye nguvu. Ndovu alienda uwanjani na kuanza kukanyaga aridhi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_8', 3, NULL, 'assets/topic/asb/9462.png', 'Vumbi nyingi ilitokea, lakini hapakuwa na maji. Ndovu alikanyaga aridhi mpaka karibu maji yatokee, lakini alielekea kuchoka. Alimwachia Kinyonga nafasi kujaribu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_9', 3, NULL, 'assets/topic/asb/9463.png', 'Kinyonga alianza kukanyaga aridhi. Baada ya muda mfupi, maji yalitoka. Watu hawakuamini macho yao!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_10', 3, NULL, 'assets/topic/asb/9464.png', 'Kwa hivyo, Mfalme alimpa Kinyonga bintiye. Ndovu alienda nyumbani kwa hasira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15616_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ndovu na Kinyonga +Author - +Stella Badaru +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480', 2, 'Ndovu na Vyura', 'assets/topic/asb/8197.png', 'Caren Echesa + Amir Bachir António Necas', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_3', 3, NULL, 'assets/topic/asb/8195.png', 'Hapo kale, mfalme wa mwitu alikuwa Bwana Simba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_4', 3, NULL, 'assets/topic/asb/8196.png', 'Aliwatuma wanyama kukomesha kelele zilizofanywa na vyura. Wanyama hao hawakufaulu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_5', 3, NULL, 'assets/topic/asb/8197.png', 'Ndovu alijitolea kukomesha. Alitumwa nje kuwa mlinzi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_6', 3, NULL, 'assets/topic/asb/8198.png', 'Usiku wa manane kelele ziliposikika, ndovu alianza kuwaua vyura. Alifanya hivyo siku iliyofuata.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_7', 3, NULL, 'assets/topic/asb/8199.png', 'Baadaye, Mfalme Simba alikuwa mwenye furaha kwa kuwa ndovu alikuwa amezikomesha zile kelele.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_8', 3, NULL, 'assets/topic/asb/8200.png', 'Baada ya mwezi mmoja, waliwaona wadudu wengi shambani mwao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_9', 3, NULL, 'assets/topic/asb/8201.png', 'Mfalme Simba alimwuliza ndovu kuwaita vyura waende kuwala wadudu wale.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_10', 3, NULL, 'assets/topic/asb/8202.png', 'Ndovu alijawa na hofu. Alikuwa amewaua vyura wote. Alisema, "Samahani, samahani, ni-li-waua wote!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_11', 3, NULL, 'assets/topic/asb/8203.png', 'Mfalme Simba alimwambia Ndovu, "Nilikutuma kukomesha kelele, wala sio kuwaua vyura." Ndovu aliwekwa gerezani akakaa kwa miaka mingi!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_12', 3, NULL, 'assets/topic/asb/8195.png', 'Mfalme aliwaambia wanyama wote wafanye alilosema kila wakati.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9480_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ndovu na Vyura +Author - +Mozambican folktale +Translation - +Caren Echesa +Illustration - +Amir Bachir António Necas +Language - +Kiswahili +Level - +First sentences +© Mozambican Writers 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621', 2, 'Ndugu mwerevu', 'assets/topic/asb/19342.png', 'Susan Kavaya +Tadesse Teshome', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_3', 3, NULL, 'assets/topic/asb/19349.png', 'Hapo zamani za kale, kulikuwa na mtu aliyekuwa na watoto wa kiume watatu. Mtoto wa mwisho alikuwa mwerevu zaidi kuliko wote na babake alimpenda zaidi. +Mtu huyo aligundua kwamba wanawe wawili walimwonea wivu yule ndugu yao mdogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_4', 3, NULL, 'assets/topic/asb/19340.png', 'Siku moja kaka wakubwa walimwambia ndugu mdogo, "Tutamchinja fahali wako." Kwa vile alikuwa mdogo, alisema, "Ikiwa ni lazima mfanye hivyo, siwezi kuwazuia. Lakini, tafadhali, nipeni ngozi ya fahali wangu." +Kaka hao walimpomchinja fahali, walimpatia ndugu mdogo ngozi. Baada ya kuikausha, aliibeba akapanda nayo mtini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_5', 3, NULL, 'assets/topic/asb/19351.png', 'Giza lilipoingia, wafanya biashara walienda kulala chini ya mti ule. Usiku wa manane ndugu yule aliipiga ngozi ile kwa fimbo. +Kelele kubwa iliyotokea iliwaogofya wale wafanya biashara. Walikimbia wakaacha bidhaa zao chini ya mti ule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_6', 3, NULL, 'assets/topic/asb/19345.png', 'Ndugu mdogo alizichukua bidhaa zile na kuzipeleka nyumbani kwa kaka zake wakubwa. Walimwuliza, "Ulipata wapi bidhaa hizi zote?" Ndugu yule alisema, "Siku hizi bei ya ngozi ni ghali sana. Nimevipata vitu hivi vyote kwa kuuza ngozi moja tu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_7', 3, NULL, 'assets/topic/asb/19348.png', 'Kaka wale waliwachinja haraka ng''ombe wao wote kisha wakaenda sokoni wakiita, "Tunauza ngozi! Tunauza ngozi!" Watu walisema, "Hatutaki ngozi zenu!" +Kaka wale walikasirika wakamwambia ndugu yao mdogo, "Kwa vile ulitudanganya, tutakiteketeza chumba chako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_8', 3, NULL, 'assets/topic/asb/19342.png', 'Ndugu yule mwerevu alisema, "Siwezi kuwazuia lakini, tafadhali, nipeni jivu." Walikiteketeza chumba chake. Ndugu mdogo aliliweka jivu mfukoni akaenda nalo kwa tajiri mmoja. Tajiri alimruhusu kulala nyumbani kwake. Alipoenda kupata chakula, alimwomba tajiri, "Tafadhali nilindie mfuko huu. Kunamo vitu vingi vya thamani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_9', 3, NULL, 'assets/topic/asb/19341.png', 'Asubuhi, yule ndugu mwerevu alipiga mayowe akisema, "Watu wameiba bidhaa zangu zote za thamani na badala yake wameujaza mfuko na jivu." +Tajiri hakutaka kupata sifa mbaya kwa hivyo alisema, "Nitaujaza mfuko wako kwa chochote ukitakacho." Aliujaza mfuko kwa ngano na mbegu tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_10', 3, NULL, 'assets/topic/asb/19347.png', 'Ndugu yule alirudi nyumbani akasema, "Tazameni! Jivu limekuwa na bei ghali mno siku hizi. Hivi ndivyo vitu nilivyoweza kununua." +Kaka wakubwa waliviteketeza vyumba vyao kisha wakalipeleka jivu sokoni wakisema, "Tunauza jivu! Tunauza jivu!" Watu waliwajibu, "Ninyi ni wapumbavu! Nani anaweza kununua jivu?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_11', 3, NULL, 'assets/topic/asb/19344.png', 'Kaka wakubwa walikasirika wakaamua kumwua ndugu yao mdogo. Walimtia kikapuni ili wamtupe chini kutoka kwenye jabali. +Walipokuwa wakimbeba, mzee mmoja aliwakaribia akasema, "Ng''ombe wangu wametoroka. Tafadhali, watafuteni mnirudishie." Walikiweka kikapu chini wakaenda zao kuwatafuta ng''ombe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_12', 3, NULL, 'assets/topic/asb/19350.png', 'Ndugu yule mdogo alimwita mzee kutoka kikapuni. Mzee alimwuliza, "Je, una shida gani?" Ndugu mdogo alisema, "Ndugu zangu wanataka niwe mfalme lakini miye sitaki kuwa mfalme." +Mzee akamwuliza tena, "Mimi nikijitia ndani ya kikapu, nitakuwa mfalme?" Ndugu mdogo alimjibu, "Ndiyo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_13', 3, NULL, 'assets/topic/asb/19343.png', 'Mzee alimtoa ndugu mdogo kikapuni naye akaingia ndani. Kaka wakubwa waliporudi na ng''ombe walikichukua kikapu na kukitosa chini ya jabali. +Ndugu mdogo aliwachukua ng''ombe wote akarudi nao nyumbani kwake. Kaka zake wakubwa walimwuliza, "Uliwapataje ng''ombe hawa wote?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_14', 3, NULL, 'assets/topic/asb/19346.png', 'Ndugu mdogo akawajibu, "Kuna ng''ombe wengi chini ya jabali. Ninyi pia mkitoswa kule chini mkiwa vikapuni, vilevile mtawapata ng''ombe." +Kaka wakubwa walijitia vikapuni. Ndugu mwerevu alivitosa vikapu hivyo chini ya jabali. Yeye alibaki akaishi kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21621_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ndugu mwerevu +Author - +Merga Debelo and Elizabeth Laird +Translation - +Susan Kavaya +Illustration - +Tadesse Teshome +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687', 2, 'Nelima atajirika', 'assets/topic/asb/9239.png', 'Brigid Simiyu + Mango Tree', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_3', 3, NULL, 'assets/topic/asb/9230.png', 'Hapo zamani za kale, kulikuwa na yatima wawili, Nelima na Nambuya. Waliishi katika shamba lisilokuwa na rutuba. Kwa muda mrefu hakukunyesha na hawakuwa na chakula. Walilazimika kwenda mbali kutafuta chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_4', 3, NULL, 'assets/topic/asb/9231.png', 'Nelima alikuwa mnyamavu, mnyenyekevu na alipenda kusaidia. Dadake Nambuya alikuwa mwenye kiburi na hakumsikiza yeyote. Hakuwajali watu wengine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_5', 3, NULL, 'assets/topic/asb/9232.png', 'Siku moja, Nelima na Nambuya walipoamka, walitambua kwamba hawakuwa na chochote cha kula. Walilazimika kutafuta chakula. Kila mmoja alikwenda kutafuta upande tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_6', 3, NULL, 'assets/topic/asb/9233.png', 'Wakati huo huo, aliishi Bi Kizee mmoja aliyeitwa Netasile. Netasile alikuwa na ugonjwa wa ukoma na mwili wake ulijaa vidonda. Watu wa kijiji chake walikuwa na imani kuwa angeweza kumpa mtu utajiri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_7', 3, NULL, 'assets/topic/asb/9234.png', 'Alipokwenda kutafuta chakula, Nambuya alikutana na Bi Kizee Netasile. Netasile akamwita, "Mwanangu, u hali gani? Unatoka wapi? Unakwenda wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_8', 3, NULL, 'assets/topic/asb/9235.png', 'Nambuya alijibu maswali yote kwa dharau. Netasile hakusita, akasema, "Nibebe unipeleke nyumbani kwangu nami nitakwambia la kufanya."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_9', 3, NULL, 'assets/topic/asb/9237.png', 'Nambuya akasema kwa kiburi, "Heri nife kuliko kuvigusa hivyo vidonda vyako." Bi Kizee alipuuza maneno hayo akamtakia safari njema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_10', 3, NULL, 'assets/topic/asb/9236.png', 'Nambuya aliendelea kutembea. Alifika mahali palipokuwa na majongoo, nyoka, mabuu na wadudu wengine. Alikuwa amechoka na kudhoofika kwa kukosa chakula. Alipoketi chini kupumzika, wadudu walianza kumuuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_11', 3, NULL, 'assets/topic/asb/9238.png', 'Nelima naye alikutana na Netasile. Alifurahi kwani Netasile alikuwa binadamu wa kwanza aliyekutana naye tangu aanze safari yake. Netasile akamwita na kumuuliza, "Mwanangu, u hali gani? Unatoka wapi? Unakwenda wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_12', 3, NULL, 'assets/topic/asb/9239.png', 'Nelima alijibu kwa upole. Netasile akasema, "Nipeleke nyumbani nami nitakwambia la kufanya." Nelima alimpeleka. Netasile akasema, "Umenitendea lile wengi wemeshindwa kufanya." Alimpa Nelima kijiti ambacho kingemsaidia kupata vyote alivyotaka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_13', 3, NULL, 'assets/topic/asb/9240.png', 'Nelima alimshukuru Bi Kizee na kuelekea nyumbani. Alipofika nyumbani, alipata nyumba mpya iliyojaa vitu aina aina na chakula kingi. Tangu siku hiyo, Nelima akawa tajiri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_14', 3, NULL, 'assets/topic/asb/9241.png', 'Nelima hakufurahia kumpoteza dadake lakini alisema, "Asiyesikia ushauri huishia ndani ya kinywa cha ndovu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12687_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nelima atajirika +Author - +Salaama Wanale +Translation - +Brigid Simiyu +Illustration - +Mango Tree +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712', 2, 'Ng''ombe aliye na pembe moja', 'assets/topic/asb/9612.png', 'Ursula Nafula +Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_3', 3, NULL, 'assets/topic/asb/9613.png', 'Haaaa! Nyumbani kwetu, kuna ng''ombe wa ajabu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_4', 3, NULL, 'assets/topic/asb/9614.png', 'Ana pembe moja tu na hana mkia. +Ni ng''ombe mzuri sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_5', 3, NULL, 'assets/topic/asb/9615.png', 'Ni ng''ombe mnono aliye na tumbo kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_6', 3, NULL, 'assets/topic/asb/9616.png', 'Ni ng''ombe aliye na nguvu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_7', 3, NULL, 'assets/topic/asb/9617.png', 'Mchungaji anampenda ng''ombe huyu sana. +Amemfunza kuitambua sauti yake pekee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_8', 3, NULL, 'assets/topic/asb/9618.png', 'Anapokuwa malishoni, ng''ombe huyu hujitenga na ng''ombe wengine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_9', 3, NULL, 'assets/topic/asb/9619.png', 'Ni ng''ombe aliye hodari katika vita. +Ng''ombe wengine wanamwogopa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_10', 3, NULL, 'assets/topic/asb/9620.png', 'Watu wengi wanamjua ng''ombe huyu. Wanamwogopa kwa sababu yeye hupigana kwa pembe yake moja. +Ukikutana na ng''ombe wa aina hii, utafanyaje?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15712_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ng''ombe aliye na pembe moja +Author - +Sebongile Daniel, Mpho Ntlhanngoe and Khothatso Ranoosi +Translation - +Ursula Nafula +Illustration - +Marion Drew +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://paleng.weebly.com/,', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042', 2, 'Ng''ombe ni rafiki Yangu', 'assets/topic/asb/6379.png', 'Emma Nuella +Felicity Bell and Marleen Visser', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042_3', 3, NULL, 'assets/topic/asb/6373.png', 'ng''ombe ng''ombe ng''ombe, Mimi Kama wewe ng''ombe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042_4', 3, NULL, 'assets/topic/asb/6376.png', 'Jana umenipa maziwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042_5', 3, NULL, NULL, 'Baba yangu anununua nyama kila jumamosi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042_6', 3, NULL, 'assets/topic/asb/6105.png', 'Mama ina mfuko mzuri,na nina nzuri sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24042_7', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ng''ombe ni rafiki Yangu +Author - +Frista and Fatima +Translation - +Emma Nuella +Illustration - +Felicity Bell and Marleen Visser +Language - +Kiswahili +Level - +First words +© Frista and Fatima 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003', 2, 'Ng''ombe wa Sokoni', 'assets/topic/asb/1607.png', 'Ursula Nafula + Catherine Groenewald', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_3', 3, NULL, 'assets/topic/asb/1608.png', 'Watu kijijini walijua kwamba Mama Schola alipenda kupiga kelele mno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_4', 3, NULL, 'assets/topic/asb/1609.png', 'Siku hiyo, alifanya hivyo kuhusiana na ng''ombe waliokuwa sokoni. "Wafukuze waende mbali hawa ng''ombe wajinga," alisema. "Wanakula mboga zangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_5', 3, NULL, 'assets/topic/asb/1609.png', '"Hei we pale! Wafukuze hawa ng''ombe wajinga watoke hapa," alisisitiza. "Wanakula nguo zangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_6', 3, NULL, 'assets/topic/asb/1610.png', '"Wapi mwenye ng''ombe hawa wajinga?" alipiga kelele. "Wanakula nafaka yangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_7', 3, NULL, 'assets/topic/asb/1611.png', 'Kutoka mafichoni, Sorimpan, mchungaji, alichuchumaa kwa kumuogopa Mama Schola. Alikuwa ameenda kunywa maji wakati ng''ombe wake waliranda na kwenda sokoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_8', 3, NULL, 'assets/topic/asb/1612.png', '"Sasa tazama walichofanya hawa ng''mbe wajinga!" Aliendelea kupiga kelele. "Wamevivunja vyungu vyangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_9', 3, NULL, 'assets/topic/asb/1613.png', 'Baadaye kidogo, Mama Schola alisema, "Aah! Sio tena! Nitashtaki jambo hili kwa polisi. Hawa ng''ombe wajinga wamekiangusha kibanda changu cha matunda."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_10', 3, NULL, 'assets/topic/asb/1614.png', 'Sorimpan, fimbo mkononi, alihepa kati ya umati akfaulu kuwaona ng''ombe wake. Ng''ombe wa Sorimpan walimjua vyema. Waligeuka na kumwangalia mara tu alipotokea!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_11', 3, NULL, 'assets/topic/asb/1617.png', 'Wakati huo, palikuwa na umati mkubwa wa watazamaji: wanaume, wanawake na hata watoto. Wote walisimama wakiangalia ng''ombe ambao walimtii Sorimapn pekee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_12', 3, NULL, 'assets/topic/asb/1607.png', 'Ghafla, ng''ombe walikivunja kimya chao! Wakaanza kuwakosoa watu! Watu walishangaa na kupiga hatua nyuma wakiwaogopa ng''ombe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_13', 3, NULL, 'assets/topic/asb/1608.png', 'Kisha ng''ombe waliacha kuzungumza na kuuangalia umati kwa mshangao! Mama Schola alisikika akisema, "Tangu lini ng''ombe wakaingilia shughuli zetu za sokoni?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_14', 3, NULL, 'assets/topic/asb/1617.png', 'Sasa ilikuwa zamu ya Mama Schola kukosolewa na ng''ombe. Wanawake wote waliokuwa wakiuza, walisonga na kujiunga na Mama Schola kwa ajili ya woga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_15', 3, NULL, 'assets/topic/asb/1618.png', 'Ng''ombe waliwakosoa wanawake. Waliongea kuhusu hali ya mboga zao wakisema, "Hizi ni mboga za aina gani? Zitazame jinsi zimeanza kunyauka!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_16', 3, NULL, 'assets/topic/asb/1619.png', 'Ng''ombe waligeuka na kuangalia kibanda cha nguo kisha walisema, "Mnadai kwamba tunakula nguo zenu! Nguo gani? Hivi viraka vikuu kuu ndivyo nguo! Nani atavinunua?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_17', 3, NULL, 'assets/topic/asb/1620.png', 'Ng''ombe sasa walisongea kibanda kilichofuata. Watu wote waliwafuata. "Nafaka yenu imejaa wadudu. Nani anataka kuila hiyo! Tulikuwa tuanaonja tu!" Ng''ombe walisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_18', 3, NULL, 'assets/topic/asb/1621.png', 'Waliendelea, "Nawe Mama Schola, acha kupiga kelele. Vyungu hivi havina thamani yoyote. Vinavunjika upesi. Usitulaumu." Kisha ng''ombe waliondoka wakifuatwa na Sorimpan.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3003_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ng''ombe wa Sokoni +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative, 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531', 2, 'Ngoma', 'assets/topic/asb/25948.png', 'Ursula Nafula +Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_3', 3, NULL, 'assets/topic/asb/25947.png', 'Ngoma imekuwa ala muhimu ya muziki katika jamii mbalimbali. Tunazipenda ngoma! +Tuna ngoma zenye vimo tofauti: kubwa, wastani na ndogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_4', 3, NULL, 'assets/topic/asb/25948.png', 'Tunazicheza ngoma kwa kutumia kijiti, au kwa kutumia vidole vyetu. +Tunazicheza kwa sababu tofauti. Tunazicheza kwa nyimbo na densi, wakati wa sherehe na wakati wa majonzi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_5', 3, NULL, 'assets/topic/asb/25949.png', 'Ngoma huongeza ladha kwenye nyimbo na kuwafanya watu watake kucheza. Ngoma hufanya sherehe kuwa maridadi. +Tunazicheza wakati wa harusi na tunapompatia mtoto jina. Tunacheza kusherehekea mavuno au kuzaliwa kwa mapacha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_6', 3, NULL, 'assets/topic/asb/25950.png', 'Ngoma hulia kutangaza majonzi na kuwaita watu kunapotokea kifo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_7', 3, NULL, 'assets/topic/asb/25951.png', 'Ngoma hulia kuwaita watu kusafisha kisima, barabara, au kumjengea mtu mkongwe nyumba. +Ngoma huwaita watu ng''ombe wetu wanapokuwa wameibwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_8', 3, NULL, 'assets/topic/asb/25952.png', 'Ngoma hulia kuwaita watu wakutane kwa chifu wetu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_9', 3, NULL, 'assets/topic/asb/25953.png', 'Ngoma huwaita watu kwenda kanisani kwa maombi siku ya Jumapili, na kwenye siku zingine za maombi. +Pia, ngoma huchezwa kutia ladha wimbo unapoimbwa kanisani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_10', 3, NULL, 'assets/topic/asb/25954.png', 'Ngoma kubwa husikika, "An a bul mba, an a bul mba, an a bul mba-mba-mba-mba bul." Nayo ndogo hutoa sauti ya juu, "Tindiri, tindiri tindiri ti." +Pamoja zote huitikia, "Tindiri mba, tindiri mba, tindiri mba-mba-mba-mba, tindiri ti!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22531_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ngoma +Author - +Athieno Gertrude +Translation - +Ursula Nafula +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141', 2, 'Ngurumo na mwanawe Radi', 'assets/topic/asb/19056.png', 'Brigid Simiyu +Jesse Breytenbach', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_3', 3, NULL, 'assets/topic/asb/19042.png', 'Zamani, Ngurumo na Radi waliishi duniani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_4', 3, NULL, 'assets/topic/asb/19044.png', 'Ngurumo alikuwa mamake Radi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_5', 3, NULL, 'assets/topic/asb/19046.png', 'Radi alikuwa mwenye hasira kali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_6', 3, NULL, 'assets/topic/asb/19047.png', 'Alipokasirika, aliharibu watu, nyumba na miti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_7', 3, NULL, 'assets/topic/asb/19048.png', 'Radi alisababisha uharibifu mkubwa. +Ngurumo alipiga kelele kwa hasira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_8', 3, NULL, 'assets/topic/asb/19050.png', 'Radi hakujali kelele za mamake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_9', 3, NULL, 'assets/topic/asb/19051.png', 'Hatimaye, watu walienda kwa mflame kulalamika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_10', 3, NULL, 'assets/topic/asb/19052.png', 'Mfalme aliwafukuza Ngurumo na Radi wakaishi mbali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_11', 3, NULL, 'assets/topic/asb/19053.png', 'Radi alipokasirika, aliendelea kuchoma misitu na mimea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_12', 3, NULL, 'assets/topic/asb/19054.png', 'Watu walienda tena kwa mfalme kulalamika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_13', 3, NULL, 'assets/topic/asb/19055.png', 'Mfalme aliwafukuza Ngurumo na Radi waishi angani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_14', 3, NULL, 'assets/topic/asb/19056.png', 'Hata hivyo, bado Radi anachoma na kuharibu anapokasirika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21141_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ngurumo na mwanawe Radi +Author - +Ogot Owino +Translation - +Brigid Simiyu +Illustration - +Jesse Breytenbach +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653', 2, 'Nguruwe Hawaruhusiwi', 'assets/topic/asb/6814.png', 'Brigid Simiyu + Little Zebra Books and Laura Libertore', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_3', 3, NULL, 'assets/topic/asb/6805.png', 'Miaka mingi iliyopita, jamii ya wanyama wenye pembe iliamua kuandaa karamu kubwa milimani. Wanyama wote wenye pembe walialikwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_4', 3, NULL, 'assets/topic/asb/6806.png', 'Nguruwe aliposikia kuhusu karamu hiyo, aliwaza, "Mimi sina pembe. Je, nitafanyaje ili nihudhurie karamu hiyo?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_5', 3, NULL, 'assets/topic/asb/6807.png', 'Nguruwe aliamua lazima angeshiriki katika ile karamu. Alisonga pembe kwa kutumia nta na kuzipachika kichwani mwake!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_6', 3, NULL, 'assets/topic/asb/6809.png', 'Nguruwe alifaulu na akakubaliwa kuhudhuria karamu hiyo. Karamu iliandaliwa juu milimani karibu na jua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_7', 3, NULL, 'assets/topic/asb/6808.png', 'Karamu ilipokuwa ikiendelea, joto lilizidi na nta ikaanza kuyeyuka. Mara pembe za nguruwe zikaanguka chini pu! Wanyama walipomwona nguruwe bila  pembe walishangaa na kuulizana, "Ni nani yule asiye na pembe? Kwa nini alialikwa?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_8', 3, NULL, 'assets/topic/asb/6810.png', 'Mfalme wa wanyama aliamuru nguruwe ainuliwe juu na kisha aangushwe. Walimnyanyua nguruwe na kumtupa chini kwenye bonde kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_9', 3, NULL, 'assets/topic/asb/6811.png', 'Maskini nguruwe, aliangukia pua lake. Papo hapo, pua lake likabadilika na kuwa refu kama linavyoonekana hadi sasa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_10', 3, NULL, 'assets/topic/asb/6813.png', 'Usishangae unapoliona pua la nguruwe jinsi lilivyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12653_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nguruwe Hawaruhusiwi +Author - +Basilio Gimo +Translation - +Brigid Simiyu +Illustration - +Little Zebra Books and Laura Libertore +Language - +Kiswahili +Level - +First paragraphs +© Little Zebra Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://littlezebrabooks.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433', 2, 'Ni kazi gani iliyo muhimu zaidi?', 'assets/topic/asb/10274.png', 'Brigid Simiyu +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_3', 3, NULL, 'assets/topic/asb/10274.png', 'Watu hawa wana maoni tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_4', 3, NULL, 'assets/topic/asb/10278.png', '"Walimu ni muhimu zaidi. Mnatuhitaji sisi kujifunza," mwalimu anasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_5', 3, NULL, 'assets/topic/asb/10276.png', '"Wajenzi ni muhimu. Mnahitaji nyumba," mjenzi anasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_6', 3, NULL, 'assets/topic/asb/10279.png', '“Seremala ni muhimu zaidi. Mnahitaji samani.”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_7', 3, NULL, 'assets/topic/asb/10277.png', '"Madaktari ni muhimu zaidi. Mnahitaji matibabu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_8', 3, NULL, 'assets/topic/asb/10275.png', '"Wakulima ni muhimu zaidi. Mnatuhitaji kwa chakula."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_9', 3, NULL, 'assets/topic/asb/10280.png', '"Wanafunzi ni muhimu zaidi!" Mwanafunzi anasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_10', 3, NULL, 'assets/topic/asb/10281.png', '"Nyote mlikuwa wanafunzi kwanza!" +Wote wanakubaliana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20433_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ni kazi gani iliyo muhimu zaidi? +Author - +Beatrice Inzikuru +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842', 2, 'Ni nani atakuwa mfalme?', 'assets/topic/asb/25319.png', 'Ursula Nafula +Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_3', 3, NULL, 'assets/topic/asb/25317.png', 'Mfalme Chui aliendelea kuwa mzee. +Je, atamchagua mrithi wake namna gani?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_4', 3, NULL, 'assets/topic/asb/25318.png', 'Mfalme Chui aliwaita wanyama kwa sherehe. +Atawatangazia mpango wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_5', 3, NULL, 'assets/topic/asb/25319.png', 'Baada ya sherehe, Mfalme Chui alizungumza. +Wanyama walimsikiliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_6', 3, NULL, 'assets/topic/asb/25320.png', 'Alisema, "Mashindano yataamua atakayekuwa mfalme."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_7', 3, NULL, 'assets/topic/asb/25321.png', 'Atakayehesabu hadi kumi kabla ya mkuki kuanguka, atakuwa mfalme.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_8', 3, NULL, 'assets/topic/asb/25322.png', 'Tembo aliwasukuma wengine, "Mimi ni mkubwa. Ninastahili kuwa mfalme."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_9', 3, NULL, 'assets/topic/asb/25323.png', 'Tembo alihesabu hadi nne pekee. +Mkuki ulianguka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_10', 3, NULL, 'assets/topic/asb/25324.png', 'Ngiri aliwasukuma wenzake akisema, "Nina nguvu zaidi. Nitakuwa mfalme."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_11', 3, NULL, 'assets/topic/asb/25325.png', 'Ngiri alihesabu hadi sita kisha mkuki ulianguka. +Aliondoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_12', 3, NULL, 'assets/topic/asb/25326.png', 'Wanyama walisema, "Tembo mkubwa na Ngiri wameshindwa. Nani atashinda?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_13', 3, NULL, 'assets/topic/asb/25327.png', 'Sokwe alihesabu, "Moja! Mbili! Tatu! Nne! Tano! Sita! Saba!" +Alilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_14', 3, NULL, 'assets/topic/asb/25328.png', 'Mfalme Chui alisema, "Sokwe, unapate nafasi moja tu." +Sokwe aliondoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_15', 3, NULL, 'assets/topic/asb/25329.png', 'Baadhi ya wanyama walianza kuondoka. +Swara Mdogo alisema, "Hebu nijaribu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_16', 3, NULL, 'assets/topic/asb/25330.png', 'Mfalme Chui aliwakemea, "Mpeni Swara nafasi. Mwache ajaribu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_17', 3, NULL, 'assets/topic/asb/25331.png', 'Swara alisema, "Tano na tano ni kumi." +Mkuki ulianguka chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_18', 3, NULL, 'assets/topic/asb/25332.png', 'Mashindano yalionyesha mnyama mwerevu. +Swara alikuwa malkia baada ya chui.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21842_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ni nani atakuwa mfalme? +Author - +Athieno Gertrude and Owino Ogot +Translation - +Ursula Nafula +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529', 2, 'Ni ngapi?', 'assets/topic/asb/1786.png', 'Joseph Opilo + Sandra McDougall', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_3', 3, NULL, 'assets/topic/asb/1600.png', 'Bunzi wawili wana miguu mingapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_4', 3, NULL, 'assets/topic/asb/1599.png', 'Ndege wanne wana mabawa mangapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_5', 3, NULL, 'assets/topic/asb/1601.png', 'Vifaru watatu wana pembe ngapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_6', 3, NULL, 'assets/topic/asb/1602.png', 'Ndovu watano wana pembe ngapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_7', 3, NULL, 'assets/topic/asb/1603.png', 'Mbwa saba wana masikio mangapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_8', 3, NULL, 'assets/topic/asb/1604.png', 'Nyani watatu wana mikia mingapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_9', 3, NULL, 'assets/topic/asb/1605.png', 'Paka sita wana macho mangapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_10', 3, NULL, 'assets/topic/asb/1606.png', 'Jongoo mmoja ana miguu mingapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9529_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ni ngapi? +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Translation - +Joseph Opilo +Illustration - +Sandra McDougall +Language - +Kiswahili +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2015 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836', 2, 'Nilipata Funzo', 'assets/topic/asb/1360.png', 'African Storybook and Ursula Nafula + Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_3', 3, NULL, 'assets/topic/asb/1361.png', 'Bibi alinipenda. +Alinitambulia siri zake nyingi, ila moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_4', 3, NULL, 'assets/topic/asb/1360.png', '"Kikapu na majani ni ya nini?" +Bibi alijibu, "Za miujiza."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_5', 3, NULL, 'assets/topic/asb/1362.png', 'Nilipenda kutazama. +Lakini, bibi alinituma kufanya kazi tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_6', 3, NULL, 'assets/topic/asb/1363.png', '"Umeviweka wapi?" +Bibi alinijibu, "Nimeviweka pahali pa miujiza."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_7', 3, NULL, 'assets/topic/asb/1364.png', 'Bibi alinituma chumbani kwake. +Nilinusa harafu ya ndizi mbivu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_8', 3, NULL, 'assets/topic/asb/1366.png', 'Nilikuwa nimejua pahali pa bibi pa miujiza. +Nilikuwa nimeona ndizi mbivu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_9', 3, NULL, 'assets/topic/asb/1368.png', 'Nilikula ndizi moja. +Ilikuwa tamu kuliko ndizi yoyote niliyowahi kuonja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_10', 3, NULL, 'assets/topic/asb/1369.png', 'Nilichukua ndizi nne. +Nilizificha ndani ya rinda langu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_11', 3, NULL, 'assets/topic/asb/1370.png', 'Siku ya soko, bibi alipeleka bidhaa kuuza. +Niliaibika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_12', 3, NULL, 'assets/topic/asb/1371.png', 'Waliponiita jioni, nilijua sababu. +Sijathubutu kuiba tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21836_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nilipata Funzo +Author - +Ursula Nafula +Translation - +African Storybook and Ursula Nafula +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106', 2, 'Ninafurahi / I Enjoy', 'assets/topic/asb/1492.png', 'Ursula Nafula +Wiehan de Jager', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_3', 3, NULL, 'assets/topic/asb/1493.png', 'I enjoy skipping. +Ninafurahi kuruka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_4', 3, NULL, 'assets/topic/asb/1494.png', 'I enjoy skipping alone. +Ninafurahi kuruka peke yangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_5', 3, NULL, 'assets/topic/asb/1495.png', 'I enjoy skipping with my friend. +Ninafurahi kuruka na rafiki yangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_6', 3, NULL, 'assets/topic/asb/1496.png', 'I enjoy reading good stories. +Ninafurahi kusoma hadithi nzuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_7', 3, NULL, 'assets/topic/asb/1497.png', 'I enjoy walking with my friends. +Ninafurahi kutembea na marafiki zangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_8', 3, NULL, 'assets/topic/asb/1498.png', 'I enjoy washing dishes for mother. +Ninafurahi kumsafishia mama vyombo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_9', 3, NULL, 'assets/topic/asb/1499.png', 'I enjoy writing letters that I can read easily. +Ninafurahi kuandika herufi ninazosoma rahisi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_10', 3, NULL, 'assets/topic/asb/1500.png', 'I enjoy eating different fruits. +Ninafurahi kula matunda tofauti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_11', 3, NULL, 'assets/topic/asb/1501.png', 'I enjoy sleeping on a big bed. +Ninafurahi kulala kwenye kitanda kikubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_12', 3, NULL, 'assets/topic/asb/1492.png', 'I enjoy hearing mother''s good stories. +Ninafurahi kusikia hadithi za mama nzuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_13', 3, NULL, 'assets/topic/asb/1502.png', 'I enjoy doing all these things! +Ninafurahi kufanya vitu hivi vyote!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2106_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ninafurahi / I Enjoy +Author - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301', 2, 'Ninafurahi kufanya hivi', 'assets/topic/asb/1496.png', 'African Storybook +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_3', 3, NULL, 'assets/topic/asb/1495.png', 'Ninafurahi kuruka na rafiki yangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_4', 3, NULL, 'assets/topic/asb/1499.png', 'Ninafurahi kuandika herufi ubaoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_5', 3, NULL, 'assets/topic/asb/1496.png', 'Ninafurahi kusoma vitabu vya picha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_6', 3, NULL, 'assets/topic/asb/1500.png', 'Ninafurahi kula matunda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_7', 3, NULL, 'assets/topic/asb/1498.png', 'Ninafurahi kusaidia kazi nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_8', 3, NULL, 'assets/topic/asb/1492.png', 'Ninafurahi mama akinisimulia hadithi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_9', 3, NULL, 'assets/topic/asb/1501.png', 'Ninafurahi kulala kwenye kitanda kikubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_10', 3, NULL, 'assets/topic/asb/1502.png', 'Ninafurahi kufanya vitu hivi. +Wewe unafurahi kufanya nini?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31301_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ninafurahi kufanya hivi +Author - +Ursula Nafula +Translation - +African Storybook +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878', 2, 'Ninaweza kufanya hivi', 'assets/topic/asb/1372.png', 'Ursula Nafula + Cathy Feek', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2878_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ninaweza kufanya hivi +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Translation - +Ursula Nafula +Illustration - +Cathy Feek +Language - +Kiswahili +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159', 2, 'Nozibele na Nywele Tatu', 'assets/topic/asb/1196.png', 'Ursula Nafula + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_3', 3, NULL, 'assets/topic/asb/1197.png', 'Hapo zamani za kale, wasichana watatu walienda kutafuta kuni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_4', 3, NULL, 'assets/topic/asb/1198.png', 'Ilikuwa siku yenye joto kwa hivyo walienda mtoni kuogelea. Walicheza wakirushiania maji na kuogelea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_5', 3, NULL, 'assets/topic/asb/1196.png', 'Ghafla, waligundua kuwa saa zilikuwa zimeenda. Waliharakisha kurudi kijijini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_6', 3, NULL, 'assets/topic/asb/1199.png', 'Walipokuwa karibu nyumbani, Nozibele aliweka mkono wake shingoni. Alikuwa amesahau mkufu wake! "Tafadhali rudini nami!" aliwasihi marafiki zake. Lakini, marafiki zake walisema kwamba saa zilikuwa zimeenda sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_7', 3, NULL, 'assets/topic/asb/1200.png', 'Kwa hivyo Nozibele alirudi mtoni peke yake. Aliupata mkufu wake na kuharakisha kurudi nyumbani. Lakini, alipotea gizani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_8', 3, NULL, 'assets/topic/asb/1201.png', 'Kwa umbali aliona mwangaza ukitokezea chumbani. Aliharakisha kuelekea chumba hicho na kubisha hodi mlangoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_9', 3, NULL, 'assets/topic/asb/1202.png', 'La kushangaza ni kuwa mbwa ndiye aliufungua mlango na kusema, "Unataka nini?" "Nimepotea, nahitaji mahali pa kulala," Nozibele alisema. "Ingia ndani, au nikuume!" mbwa akajibu. Nozibele aliingia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_10', 3, NULL, 'assets/topic/asb/1203.png', 'Kisha mbwa akasema, "Nipikie chakula!" "Lakini sijawahi kumpikia mbwa chakula," Nozibele aljibu. "Pika, au nikuume!" mbwa akasema. Nozibele alimpikia mbwa chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_11', 3, NULL, 'assets/topic/asb/1204.png', 'Kisha mbwa akasema, "Nitayarishie kitanda." Nozibele akajibu, "Sijawahi kumtayarishia mbwa kitanda." "Tayarisha au nikuume!" mbwa alisema. Nozibele alitayarisha kitanda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_12', 3, NULL, 'assets/topic/asb/1207.png', 'Alitakiwa kumpikia, kumfagilia na kumwoshea mbwa kila siku. Kisha siku moja mbwa alisema, "Nozibele, leo nalazimika kuwatembelea marafiki zangu. Fagia nyumba, pika chakula na uoshe vitu vyangu kabla sijarudi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_13', 3, NULL, 'assets/topic/asb/1208.png', 'Mbwa alipoenda tu, Nozibele alichukua nywele tatu kutoka kichwani kwake. Aliweka mmoja mvunguni mwa kitanda, mwingine nyuma ya mlango, na mwingine kwenye zizi la ng''ombe. Kisha alikimbia kwenda nyumbani haraka alivyoweza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_14', 3, NULL, 'assets/topic/asb/1209.png', 'Mbwa aliporudi, alimtafuta Nozibele. "Nozibele, uko wapi?" Aliita kwa sauti. "Niko hapa mvunguni mwa kitanda," unywele wa kwanza ulisema. "Niko hapa nyuma ya mlango," unywele wa pili ukasema. "Niko hapa ndani kwenye zizi la ng''ombe," ukasema unywele wa tatu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_15', 3, NULL, 'assets/topic/asb/1210.png', 'Papo hapo mbwa alifahamu kuwa Nozibele alikuwa amemdanganya. Kwa hivyo, alikimbia moja kwa moja hadi kijijini. Lakini, ndugu zake Nozibele walikuwa wamemsubiri kwa fimbo kubwa. Mbwa aligeuka na kukimbia na hadi leo, hajawahi kuonekana tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3159_16', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nozibele na Nywele Tatu +Author - +Tessa Welch +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative, 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994', 2, 'Nyani aliyekuwa chifu', 'assets/topic/asb/18900.png', 'Ursula Nafula + Isaac Okwir', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_3', 3, NULL, 'assets/topic/asb/18894.png', 'Don alikuwa nyani mkubwa. +Alikuwa mchokozi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_4', 3, NULL, 'assets/topic/asb/18895.png', 'Don ndiye alikuwa chifu wa nyani wengine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_5', 3, NULL, 'assets/topic/asb/18896.png', 'Wafuasi wake walimpatia kitambaa maalum.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_6', 3, NULL, 'assets/topic/asb/18897.png', '"Nitakivaa kichwani," Don alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_7', 3, NULL, 'assets/topic/asb/18898.png', '"Kila mmoja afuate masharti yangu. Msinihoji!" +Don alipiga kelele.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_8', 3, NULL, 'assets/topic/asb/18899.png', 'Wafuasi walimfuata chifu wao. +Don iliporuka, kila mmoja aliruka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_9', 3, NULL, 'assets/topic/asb/18900.png', 'Lakini, kile kitambaa, kilimkaza sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_10', 3, NULL, 'assets/topic/asb/18901.png', 'Don aligusa kichwa alikoumia. +Nyani pia waligusa vichwa vyao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_11', 3, NULL, 'assets/topic/asb/18902.png', '"Hapa panuma," Don alisema. +Nyani pia walisema, "Hapa panauma."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_12', 3, NULL, 'assets/topic/asb/18903.png', 'Alisema, "Hii imekazika sana!" +Wao pia walisema, "Hii imekazika sana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_13', 3, NULL, 'assets/topic/asb/18904.png', 'Don alianguka kutoka juu. +Wote walimuiga wakaanguka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_14', 3, NULL, 'assets/topic/asb/18905.png', 'Nyani aliyekuwa chifu alikufa. +Wafuasi wake waliumia, lakini waliishi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21994_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nyani aliyekuwa chifu +Author - +Bonsamo Miesso and Elizabeth Laird +Translation - +Ursula Nafula +Illustration - +Isaac Okwir +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987', 2, 'Nyani walioenda huku na huko', 'assets/topic/asb/1160.png', 'Brigid Simiyu + Benjamin Mitchley', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_3', 3, NULL, 'assets/topic/asb/1161.png', 'Watu wa kijiji cha Udongo walikumbwa na matatizo mengi. Walihuzunika kwa sababu wanyama pori waliyahatarisha maisha yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_4', 3, NULL, 'assets/topic/asb/1162.png', 'Wanyama hao waliila mimea yao yote na kuwaiba watoto. Mahali hapo hapakuwa pazuri pa kuishi tena. Lakini, wangehamia wapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_5', 3, NULL, 'assets/topic/asb/1163.png', 'Watu wa familia moja walihamia milimani. Waliamini kuwa wangepata chakula huko.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_6', 3, NULL, 'assets/topic/asb/1164.png', 'Milimani, kulikuwa na vichaka, mapango na miti mingi. Walikula sungura na ndege.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_7', 3, NULL, 'assets/topic/asb/1165.png', 'Familia zingine ziliona jinsi familia ya milimani ilivyoishi vizuri. Mtu mmoja aliwashawishi, "Maisha ya milimani ni mazuri. Nanyi hamieni huku."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_8', 3, NULL, 'assets/topic/asb/1166.png', 'Familia zingine zilihamia milimani. Ziliishi mapangoni kulikokuwa na joto na usalama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_9', 3, NULL, 'assets/topic/asb/1160.png', 'Watoto wa familia za milimani walizoe kupanda miti kutafuta matunda. Walining''inia kwenye matawi kama vile kima hufanya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_10', 3, NULL, 'assets/topic/asb/1167.png', 'Kadri muda ulivyopita, ndivyo familia za milimani zilivyobadilika kimaumbile. Watoto wao walipunguza maongezi yao wakawa wanakoroma zaidi. Mapua ya watu wazima yalianza kuwa makubwa na waliota nywele zaidi kwenye miili yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_11', 3, NULL, 'assets/topic/asb/1169.png', 'Kila walipotazamana, waliona kwamba meno yao yaliendelea kuwa marefu. Walianza kutembea kwa miguu minne.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_12', 3, NULL, 'assets/topic/asb/1175.png', 'Waligeuka wakawa viumbe wapya wasiokuwa wameonekana pahali pale mbeleni. Wakaitwa nyani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_13', 3, NULL, 'assets/topic/asb/1168.png', 'Mwanzoni, nyani hao waliishi kwa furaha. Badala ya kula sungura, walianza kuyala mabuu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_14', 3, NULL, NULL, 'Walisahau jinsi ya kutembea wima kama ilivyokuwa awali. Wakavua nguo zao kwa sababu miili yao sasa ilikuwa imefunikwa kwa manyoya meusi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_15', 3, NULL, 'assets/topic/asb/1170.png', 'Hata hivyo, walikumbuka kwamba walikuwa watu mbeleni. Walipoyaona mapua yao makubwa, walichekana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_16', 3, NULL, 'assets/topic/asb/1171.png', 'Baadaye, walianza kukasirishwa na tabia zao wenyewe. Walipochekana, waliruka juu na chini kwa hasira. Vita vilizuka baina ya nyani hao wakalazimika kutawanyika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_17', 3, NULL, 'assets/topic/asb/1173.png', 'Hiyo ndiyo sababu hata leo, nyani huishi katika makundi madogo na wala hawaishi kama taifa la nyani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2987_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nyani walioenda huku na huko +Author - +Southern African Folktale +Translation - +Brigid Simiyu +Illustration - +Benjamin Mitchley +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692', 2, 'Nyumba ya Kobe', 'assets/topic/asb/9213.png', 'Brigid Simiyu + Katrien Coetzer', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_3', 3, NULL, 'assets/topic/asb/9214.png', 'Siku moja, Kobe alikuwa akitembea nyasini. Alichunguza mbele na kukodolea nyasi macho akamwona Konokono.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_4', 3, NULL, NULL, '"Unatafuta nini?" Konokono alimwuliza. "Ninaitafuta nyumba yangu. Umeiona?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_5', 3, NULL, 'assets/topic/asb/9215.png', 'Alijibu, "La, sijaiona, lakini nitakusaidia kuitafuta!" Konokono alipanda juu ya gamba la Kobe. Kobe alimbeba Konokono mgongoni mwake. Walitafuta, lakini hawakuiona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_6', 3, NULL, 'assets/topic/asb/9216.png', 'Baada ya muda mfupi, walimwona Ndege. "Mnatafuta nini?" Ndege aliwauliza. "Ninatafuta nyumba yangu. Umeiona?" Kobe alisema. "La, sijaiona, lakini nitakusaidia kuitafuta!" Ndege akajibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_7', 3, NULL, 'assets/topic/asb/9213.png', 'Ndege aliyapapatua mabawa yake na kupaa. "Unakwenda kwa kasi sana." Kobe alilalamika. Ndege akamwambia, "Samahani, wacha nami pia niruke juu ya gamba lako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_8', 3, NULL, 'assets/topic/asb/9223.png', 'Kobe aliwabeba Konokono na Ndege juu ya gamba lake. Walitafuta bila kuona ishara ya nyumba ya Kobe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_9', 3, NULL, 'assets/topic/asb/9218.png', 'Walipoendelea, walimwona Bunzi. "Mnatafuta nini?" Bunzi aliwauliza. "Ninatafuta nyumba yangu. Umeiona?" Kobe alijibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_10', 3, NULL, 'assets/topic/asb/9219.png', 'Bunzi alisema, "La, sijaiona, lakini nitakusaidia kuitafuta!" Aliruka mgongoni mwa Kobe. Kobe aliwabeba Konokono, Ndege na Bunzi. Walitafuta, lakini hawakuona nyumba yoyote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_11', 3, NULL, 'assets/topic/asb/9220.png', 'Hatua chache, walikutana na Panya. Alikuwa akitengeneza shada zuri la maua. "Unatafuta nini?" Panya aliuliza. "Natafuta nyumba yangu. Umeiona?" Kobe alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_12', 3, NULL, 'assets/topic/asb/9221.png', 'Panya alijibu, "La, sijaiona, lakini nitakusaidia kuitafuta!" Aliruka mgongoni mwa Kobe. "Subiri, siwezi kuacha maua yangu." Panya alijinyoosha, akayakusanya maua yake huku Kobe akimsubiri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_13', 3, NULL, 'assets/topic/asb/9222.png', 'Kobe aliendelea kutembea akiwabeba Konokono, Ndege, Bunzi na Panya mgongoni mwake. Walitafuta, lakini hawakuipata nyumba ya Kobe. Upepo uliyapeperusha maua ya Panya. Kobe alikuwa amechoka sana. Akasema, "Ninyi ni wazito."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_14', 3, NULL, 'assets/topic/asb/9224.png', 'Upepo uliongezeka. Anga likabadilika likawa jeusi. "Ah, iwapi nyumba yangu?" Kobe aliuliza. Punde, radi ilinguruma milimani na umeme ukaangaza. Mara mvua ikaanza kunyesha. "Ah, iwapi nyumba ya Kobe?" Konokono, Ndege, Bunzi na Panya waliuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_15', 3, NULL, 'assets/topic/asb/9227.png', 'Upepo ulizidi kuvuma na kuvuruga. Ghafla, upepo uliwapeperusha wote kutoka mgongoni mwa Kobe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_16', 3, NULL, 'assets/topic/asb/9226.png', 'Mvua ya mawe ikaanza kunyesha. Kwa uoga, Kobe alijikunja na kuingia ndani ya gamba lake. Mle ndani mlikuwa joto. "Kumbe, hii ndiyo nyumba yangu!" Kobe aliwaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_17', 3, NULL, 'assets/topic/asb/9225.png', 'Konokono, Ndege, Bunzi na Panya walijikusanya chini ya gamba la Kobe wakatambua, "Ah, hii ndiyo nyumba ya Kobe!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('12692_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nyumba ya Kobe +Author - +Maya Fowler +Translation - +Brigid Simiyu +Illustration - +Katrien Coetzer +Language - +Kiswahili +Level - +First paragraphs +© Katrien Coetzer, Maya Fowler, Damian Gibbs, Bookdash.org and African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.bookdash.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073', 2, 'Nyumbu', 'assets/topic/asb/17977.png', 'Brigid Simiyu + Marleen Visser', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_3', 3, NULL, 'assets/topic/asb/17968.png', 'Hapo zamani, kulikuwa na nyumbu mrembo. +Aliitwa Waridi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_4', 3, NULL, 'assets/topic/asb/17969.png', 'Farasi mwenye umbo zuri alisema, "Lazima nimwoe Waridi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_5', 3, NULL, 'assets/topic/asb/17970.png', 'Farasi alimwambia Waridi, "Twende mtoni pamoja."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_6', 3, NULL, 'assets/topic/asb/17971.png', 'Farasi alimwuliza Waridi kuwa mke wake. +Waridi alikubali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_7', 3, NULL, 'assets/topic/asb/17972.png', 'Farasi alitaka kumfahamu Waridi zaidi. +Alimwuliza, "Wazazi wako ni nani?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_8', 3, NULL, 'assets/topic/asb/17973.png', 'Waridi alijibu, "Mama yangu anaishi katika ikulu ya mfalme."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_9', 3, NULL, 'assets/topic/asb/17974.png', '"Dada yangu anaishi katika uwanja wa kanisa. Kwani humjui?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_10', 3, NULL, 'assets/topic/asb/17975.png', 'Aliongeza, "Shangazi yangu mrembo anaishi na mzee wa kijiji."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_11', 3, NULL, 'assets/topic/asb/17976.png', 'Wakati huo, punda mzee alipita. Alikuwa babake Waridi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_12', 3, NULL, 'assets/topic/asb/17977.png', 'Waridi hakumsalimu babake wala hakumtazama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_13', 3, NULL, 'assets/topic/asb/17978.png', 'Punda yule mzee akauliza, "Kuna nini binti yangu?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_14', 3, NULL, 'assets/topic/asb/17979.png', 'Farasi alimwuliza Waridi, "Huyu punda mjinga ni nani?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_15', 3, NULL, 'assets/topic/asb/17980.png', 'Waridi alimjibu, "Mimi simjui."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_16', 3, NULL, 'assets/topic/asb/17981.png', 'Farasi alimpiga teke yule punda mzee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_17', 3, NULL, 'assets/topic/asb/17982.png', 'Punda mzee alivunjika moyo. +Alilia kisha akafa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_18', 3, NULL, 'assets/topic/asb/17984.png', 'Waridi hakumheshimu babake. +Hii ndiyo sababu nyumbu hawazai watoto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21073_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Nyumbu +Author - +Mesfin Habte-Mariam and Elizabeth Laird +Translation - +Brigid Simiyu +Illustration - +Marleen Visser +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270', 2, 'Obúso', 'assets/topic/asb/26803.png', 'Kutafsiri Biblia Mara +Sue Beattie', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_3', 3, NULL, 'assets/topic/asb/26807.png', 'Améeso', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_4', 3, NULL, 'assets/topic/asb/26808.png', 'Okutwi', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_5', 3, NULL, 'assets/topic/asb/26802.png', 'Omunwa', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_6', 3, NULL, 'assets/topic/asb/26800.png', 'Enyiindo', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_7', 3, NULL, 'assets/topic/asb/26801.png', 'Echilezu', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_8', 3, NULL, 'assets/topic/asb/26755.png', 'Améeno', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_9', 3, NULL, 'assets/topic/asb/26810.png', 'Olulími', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_10', 3, NULL, 'assets/topic/asb/26809.png', 'Amatama', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_11', 3, NULL, 'assets/topic/asb/26804.png', 'Engóhe', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_12', 3, NULL, 'assets/topic/asb/26806.png', 'Isóke', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30270_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Obúso +Author - +Little Zebra Books +Translation - +Kutafsiri Biblia Mara +Illustration - +Sue Beattie +Language - +Echiziinza +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775', 2, 'Omuwala owekyejo', 'assets/topic/asb/8665.png', 'Namutebi Nelly and Uganda Christian University + Catherine Groenewald, Vusi Malindi, Rob Owen, Natalie Propa, Ingrid Schechter and Melany Pietersen', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_3', 3, NULL, 'assets/topic/asb/8661.png', 'olwatuka waliyo omuwala nga'' yitibwa Emily era nga wakyejo dala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_4', 3, NULL, 'assets/topic/asb/7518.png', 'Buli nyina bweyamugambanga akole emirimu nga agaana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_5', 3, NULL, 'assets/topic/asb/8630.png', 'Olunaku lumu nyina yalwala. Era namutuma agende ewaa jajjawe amuletereyo kuddagala elye''njawulo, asobole okubeera ngawona. Olwe'' kyejo kya Emily, yasalao kukwata makubo ge.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_6', 3, NULL, 'assets/topic/asb/8559.png', 'Obudde bwaziba nga Emily tanadda, maama we yatandia okweralikirira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_7', 3, NULL, 'assets/topic/asb/8558.png', 'Era bunambiro, nyina yakowola abatuuze bo'' kukyalo bamuyambeko okunonya Emily.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_8', 3, NULL, 'assets/topic/asb/8115.png', 'Yatya nyo kubanga kukyalo okwo kwaliko ekisodde ekyalyanga abawala ekiro.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_9', 3, NULL, 'assets/topic/asb/8643.png', 'Ngabatuze bakyanonya Emily, yeyali yeerira bulamu mukidiba. Era ngatafaayo nti obudde buzibye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_10', 3, NULL, 'assets/topic/asb/8114.png', 'Obudde bwe'' kisodde okulya bwatuuka era nekitandika omuyiggo gwe'' mmere. Bwekyali kitambula kyatandika okuwunyiriza akawowo komuwala. Ngeno abatuuze bwebasembera kukidiba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_11', 3, NULL, 'assets/topic/asb/7584.png', 'Emily yalaba ekisodde ngakigya natandika okukaaba. Abatuze bawulira omulanga gwo'' muto era nebatandika okuduka nga bwe baddagyali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_12', 3, NULL, 'assets/topic/asb/8025.png', 'Abatuze basisinkana Emily nga akyali mu kidiba, yali attidde ebitenkanika era nga atintima. Era okuva kwo'' lwo yayiga okuwuliriza nyina no'' kumusaamu ekitibwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23775_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Omuwala owekyejo +Author - +Bathokwa book club +Translation - +Namutebi Nelly and Uganda Christian University +Illustration - +Catherine Groenewald, Vusi Malindi, Rob Owen, Natalie Propa, Ingrid Schechter and Melany Pietersen +Language - +Luganda +Level - +First paragraphs +© Bathokwa Book Club 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530', 2, 'Pa Nase buibui, na wanawake', 'assets/topic/asb/26450.png', 'Ursula Nafula +Kenneth Boyowa Okitikpi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_3', 3, NULL, 'assets/topic/asb/26446.png', 'Hapo zamani, kulikuwa na buibui aliyeitwa Pa Nase. Alihisi njaa sana akaamua kutafuta chakula. +Alienda kwa rafikiye aliyekuwa akimpa masaada. Lakini rafikiye hakuwa nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_4', 3, NULL, 'assets/topic/asb/26447.png', 'Pa Nase, alikuwa na wazo tofauti la kuweza kupata chakula. Alikumbuka kuwa mle kijijini, kulikuwa na ghala ambamo wanawake wa kijijini walikuwa wakihifadhi chakula chao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_5', 3, NULL, 'assets/topic/asb/26448.png', 'Alinyatia akaingia katika lile ghala na kuiba samaki na ndizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_6', 3, NULL, 'assets/topic/asb/26449.png', 'Alipokuwa njiani akirudi, watoto waliona namna alivyotembea kwa njia isiyokuwa ya kawaida. +Wanawake walipojua, walimfuata Pa Nase kwa haraka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_7', 3, NULL, 'assets/topic/asb/26450.png', 'Akiwa na mifuko iliyojaa, Pa Nase aliogopa akataka kukimbia. +Wanawake walimshika wakaamua kumuadhibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_8', 3, NULL, 'assets/topic/asb/26451.png', '"Hebu tumsagie kwenye lile jiwe la kijijini," Yalol, mmoja wa wanawake alipendekeza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_9', 3, NULL, 'assets/topic/asb/26452.png', 'Pa Nase alicheka kwa sauti akasema, "Babu yangu huishi kwenye lile jiwe. Kunisagia pale ni kama kunituma nyumbani. Asanteni!" +Wanawake waliamua kutomsaga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_10', 3, NULL, 'assets/topic/asb/26453.png', '"Tumtupe motoni," Betty akasema. +Pa Nase alicheka tena, akasema, "Bibi, yangu anayenipenda sana, ni mwenye mioto yote. Kunitupa motoni ni kama kunituma nyumbani. Asanteni!" Wanawake waliudhika sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_11', 3, NULL, 'assets/topic/asb/26454.png', '"Tukijaze kikapu matunda, tumweke ndani kisha tukitupe mtoni," Yabana alipendekeza. Pa Nase alilia, "Mkifanya hivyo, mtaniua." +Wanawake walifurahi. Walikijaza kikapu matunda, wakamweka ndani kisha wakakitupa mtoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_12', 3, NULL, 'assets/topic/asb/26455.png', 'Pa Nase alipofika katikati ya mto, alisherehekea. Aliyachukua baadhi ya matunda na kuyala huku akiwacheka wale wanawake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_13', 3, NULL, 'assets/topic/asb/26456.png', 'Wanawake wale walijua kuwa Pa Nase alikuwa amewadanganya. +Walijaribu kumnasa, lakini hawakuweza kwani Pa Nase alisombwa haraka kwa maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_14', 3, NULL, 'assets/topic/asb/26457.png', 'Pa Nase alisahau kuwa kulikuwa na wavu sehemu ya chini ya mto. Alinaswa kwenye wavu ule akawa ametegwa. +Hakuna aliyeenda kumsaidia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22530_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Pa Nase buibui, na wanawake +Author - +Abdul Koroma +Translation - +Ursula Nafula +Illustration - +Kenneth Boyowa Okitikpi +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877', 2, 'Paka mwerevu', 'assets/topic/asb/8876.png', 'Ursula Nafula +Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_3', 3, NULL, 'assets/topic/asb/8864.png', 'Bwana Kio anaishi kijijini kwetu. +Ana paka anayeitwa Safi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_4', 3, NULL, 'assets/topic/asb/8865.png', 'Bwana Kio anapoenda kazini, anauacha mlango wazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_5', 3, NULL, 'assets/topic/asb/8866.png', 'Safi anaketi mlangoni na kuilinda nyumba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_6', 3, NULL, 'assets/topic/asb/8867.png', 'Mbwa wa jirani akiikaribia nyumba, Safi anamtisha. +Yuko tayari kumkwaruza kwa kucha zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_7', 3, NULL, 'assets/topic/asb/8868.png', 'Mbwa anatoroka na kurudi kwao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_8', 3, NULL, 'assets/topic/asb/8870.png', 'Jirani akiugusa malango wa nyumba, Safi anamwona. +Yuko tayari kumkwaruza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_9', 3, NULL, 'assets/topic/asb/8873.png', 'Jirani anageuka haraka na kwenda zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_10', 3, NULL, 'assets/topic/asb/8871.png', 'Safi anapohisi njaa, anajua la kufanya. +Anaufunga mlango, kisha anaenda kula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_11', 3, NULL, 'assets/topic/asb/8872.png', 'Safi anakula kutoka bakuli lake la bluu. +Anakipenda chakula chake sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_12', 3, NULL, 'assets/topic/asb/8874.png', 'Akimaliza, anaruka juu ya sofa na kulala. +"Purr! Purr! Purr!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_13', 3, NULL, 'assets/topic/asb/8876.png', 'Bwana Kio anarudi nyumbani jioni. +Safi anajinyoosha kwa furaha na kumlaki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_14', 3, NULL, 'assets/topic/asb/8875.png', 'Bwana Kio na Safi wanaketi sebuleni. +Kila mmoja anasoma gazeti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8877_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Paka mwerevu +Author - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065', 2, 'Paka mwerevu na Mbwa mjinga', 'assets/topic/asb/25483.png', 'Brigid Simiyu +Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_3', 3, NULL, 'assets/topic/asb/25473.png', 'Hapo kale, kulikuwa na Paka mwerevu na Mbwa mjinga. Paka mwerevu aliishi vizuri katika nyumba ya kifahari. +Mbwa mjinga alihisi njaa mtaani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_4', 3, NULL, 'assets/topic/asb/25474.png', '"Inawezekanaje familia tajiri kukuruhusu kuishi nyumbani kwao?" Mbwa mjinga alimwuliza yule Paka mwerevu kwa hasira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_5', 3, NULL, 'assets/topic/asb/25475.png', 'Paka mwerevu alijibu, "Ninaishi na watu kwa sababu mimi ni nadhifu. Ninajua kuzika kinyesi changu. Nikihitaji chakula, mimi husema, miau."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_6', 3, NULL, 'assets/topic/asb/25476.png', '"Je, mimi pia nikifanya hivyo wataniruhusu niishi +nyumbani kwao?" Mbwa akamwuliza. +Paka akajibu, "Ndiyo, fanya nilivyokueleza na watakuruhusu. Watakupatia chakula vilevile."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_7', 3, NULL, 'assets/topic/asb/25477.png', 'Kabla ya mazungumzo hayo, Mbwa mjinga alikuwa akitaka kumla Paka mwerevu. Baada ya mazungumzao, alisema, "Leo, sitakuumiza." +Paka aliwaza, "Lo! Nimeponea chupuchupu. Sitaki kukutana naye tena."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_8', 3, NULL, 'assets/topic/asb/25478.png', 'Mbwa mjinga alifuata ushauri aliopewa na Paka mwerevu. +Alikwenda nyumbani kwa tajiri akabweka kwa sauti pale mlangoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_9', 3, NULL, 'assets/topic/asb/25479.png', 'Mwenye nyumba alitoka akampiga kwa fimbo. "Huyu Paka amenidanganya. Nikimpata, nitamla." Mbwa mjinga alinung''unika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_10', 3, NULL, 'assets/topic/asb/25480.png', 'Baadaye, Paka mwerevu alipokuwa akicheza nje ya nyumba, Mbwa mjinga alimwambia, "Wakati ule ulinidanganya. Nilibweke mlangoni ulivyonishauri na mwenye nyumba akanipiga. Sasa nitakula."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_11', 3, NULL, 'assets/topic/asb/25481.png', 'Paka mwerevu akamjibu, "Mbwa, nisikize. Ni sawa utanila. Lakini, kwanza niache nicheze. Mimi humuacha panya acheze kwanza ndivyo nimle."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_12', 3, NULL, 'assets/topic/asb/25482.png', 'Mbwa mjinga alimwuliza, "Panya huchezaje?" Paka akamjibu, "Mimi humwuliza ahesabu hadi tatu. Kisha humkamata anapokuwa anahesabu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_13', 3, NULL, 'assets/topic/asb/25483.png', 'Basi Mbwa mjinga akamwacha Paka mwerevu huru. Kisha akamwambia ahesabu hadi tatu. Paka mwerevu alitoroka akapanda juu ya mti. +Mbwa akamwita Paka mwerevu, "Shuka, rudi hapa uhesabu hadi tatu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_14', 3, NULL, 'assets/topic/asb/25484.png', 'Paka mwerevu akamjibu, "Sikiza Mbwa, hutawahi kunishika tena. Mimi si mjinga. Unaweza kuhesabu hadi mia moja, elfu au milioni, lakini hutawahi kunipata tena!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22065_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Paka mwerevu na Mbwa mjinga +Author - +Solomon Abreha and Teki''a Gebrehiwot +Translation - +Brigid Simiyu +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402', 2, 'Paka na Panya', 'assets/topic/asb/18908.png', 'Susan Kavaya', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_3', 3, NULL, 'assets/topic/asb/18908.png', 'Hapo zamani za kale, paka na panya walikuwa marafiki. Walifanya kazi na kucheza pamoja. Walioana na kuishi kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_4', 3, NULL, 'assets/topic/asb/18909.png', 'Siku moja, panya walisema kwa hofu, "Baadhi ya jamaa zetu wamepotea." "Sijamwona mjomba kwa muda," mmoja alisema. "Sijamwona shangazi," alisema mwingine. "Dadangu hayuko," alisema wa tatu. "Kakangu yuko wapi?" aliuliza wa nne.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_5', 3, NULL, 'assets/topic/asb/18910.png', 'Panya mmoja mzee alitikisa kichwa chake kwa huzuni. "Marafiki wapendwa, nina habari mbaya." Alisema. "Paka wanatula. Ni lazima tuwe waangalifu. Hivi karibuni watatula sisi sote."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_6', 3, NULL, 'assets/topic/asb/18911.png', 'Panya waliingiwa na woga mwingi. Panya wa kike waliwaambia watoto wao, "Msiende nje. Kuweni waangalifu paka wasije kuwashika."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_7', 3, NULL, 'assets/topic/asb/18912.png', 'Panya wote walikuwa waangalifu sasa. Walikaa katika mashimo yao na wala hawakwenda nje.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_8', 3, NULL, 'assets/topic/asb/18913.png', 'Sasa paka walikuwa na wasi wasi pia. Walisema, "Je, panya wote wamekwenda wapi? Tunahisi njaa na hatuna chochote cha kula." "Wamejificha," paka mkubwa alisema. "Tunawezaje kuwakamata?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_9', 3, NULL, 'assets/topic/asb/18932.png', 'Paka mwingine alisema, "Tutawauliza tupange ndoa kati yao nasi. Sherehe ya harusi itawaleta panya pamoja. Nasi tutawashika wote wakati mmoja tuwale!" "Hilo ni wazo zuri sana," paka walisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_10', 3, NULL, 'assets/topic/asb/18933.png', 'Basi, paka waliwatuma wazee wao kwenda kuwaona panya. "Tungependa tuwe na ndoa kati ya mmoja wa binti zenu na mmoja wa wavulana wetu." Paka wazee waliwaambia panya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_11', 3, NULL, 'assets/topic/asb/18934.png', 'Panya walisema, "Hatuwaamini. Mnataka kutula tu." Paka walijibu, "La! Sisi ni waaminifu na wenye mioyo safi. Tunataka tuwe marafiki. Hapo zamani wengine wetu waliwala, lakini hilo halifanyiki tena. Hatutawahi kuwala tena."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_12', 3, NULL, 'assets/topic/asb/18935.png', 'Panya walipowatazama paka, waliona kuwa wote walikuwa wakitabasamu. "Tumekubali ndoa ifanyike kati ya mmoja wa binti zetu na mmoja wa mvulana wenu." Panya walisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_13', 3, NULL, 'assets/topic/asb/18936.png', 'Paka walienda nyumbani kwa furaha. "Siku ya harusi itakuwa nzuri sana," walisema huku wakilamba midomo yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_14', 3, NULL, 'assets/topic/asb/18937.png', 'Siku ya harusi, panya walikuwa bado na wasi wasi mwingi. "Kaeni karibu na mashimo yenu," waliwaonya wanao. "Tazameni, paka wanakuja. Iwapo watakuwa wazuri kwetu, tutakuwa wazuri kwao. Lakini wakijaribu kutula, tutakuwa tayari kutoroka."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_15', 3, NULL, 'assets/topic/asb/18938.png', 'Paka walitokezea barabarani wakiimba wimbo wa harusi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_16', 3, NULL, 'assets/topic/asb/18939.png', '"Je, unayasikia maneno ya wimbo huo wanaoimba?" Panya mzee alimwuliza panya mchanga. "Ndiyo," panya mchanga alijibu. Wimbo unasema, "Washikeni muwale wote! Washikeni muwale wote!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_17', 3, NULL, 'assets/topic/asb/18940.png', '"Basi ni lazima tuimbe pia," alisema panya mzee. Akaanza kuimba, "Kimbieni panya, kimbieni! Kimbieni panya, kimbieni!" Panya wote waliruka ndani ya mashimo yao wakajificha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_18', 3, NULL, 'assets/topic/asb/18941.png', 'Paka waliwasili wakaulizana, "Je, yuko wapi Bi. Harusi?" Panya mzee alichomoza kichwa chake kutoka shimoni akawajibu. "Tumepata funzo. Maadui zako wakijifanya kuwa marafiki, ni lazima uwe tayari kutoroka."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19402_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Paka na Panya +Author - +Merga Debelo and Elizabeth Laird +Translation - +Susan Kavaya +Illustration - +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558', 2, 'Paka wa Selemeng', 'assets/topic/asb/12005.png', 'Brigid Simiyu + Jesse Breytenbach', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_3', 3, NULL, 'assets/topic/asb/12005.png', 'Selemeng anawapenda paka. Kuna paka wengi nyumbani kwake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_4', 3, NULL, 'assets/topic/asb/12006.png', 'Selemeng ana paka mmoja mweusi. Paka huyu anakula nyama nyingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_5', 3, NULL, 'assets/topic/asb/12007.png', 'Selemeng vilevile ana paka mmoja mnono. Paka huyu hula kila kitu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_6', 3, NULL, 'assets/topic/asb/12008.png', 'Paka wa tatu, alipanda mtini na akakwama huko.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_7', 3, NULL, 'assets/topic/asb/12028.png', 'Selemeng alimfuata paka akakwama naye mtini. Mamake Selemeng alilazimika kumsaidia kushuka chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_8', 3, NULL, 'assets/topic/asb/12009.png', 'Selemeng pia ana paka wawili wavivu. Wanalala nje ya nyumba wakiota jua mchana kutwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_9', 3, NULL, 'assets/topic/asb/12019.png', 'Selemeng vilevile, ana paka watatu wanao shughuli nyingi. Usiku wanawashika panya jikoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_10', 3, NULL, 'assets/topic/asb/12020.png', 'Selemeng ana mbwa anayeitwa Lirafi. Lirafi ana huzuni kwa sababu hana rafiki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_11', 3, NULL, 'assets/topic/asb/12021.png', 'Paka wa Selemeng hawampendi Lirafi. Wanapomfukuza, Lirafi anatoroka nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_12', 3, NULL, 'assets/topic/asb/12022.png', 'Selemeng anapompata Lirafi, anamrudisha nyumbani. Paka hawfurahi Lirafi anaporejeshwa. Hawataki kumwona tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_13', 3, NULL, 'assets/topic/asb/12024.png', 'Selemeng ana paka wangapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_14', 3, NULL, 'assets/topic/asb/12023.png', 'Selemeng ana mbwa wangapi? Lirafi yuko wapi sasa?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_15', 3, NULL, NULL, 'Nyumbani kwenu kuna paka wangapi? Je, mna mbwa nyumbani kwenu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15558_16', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Paka wa Selemeng +Author - +Khothatso Ranoosi and Marion Drew +Translation - +Brigid Simiyu +Illustration - +Jesse Breytenbach +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution-Non Commercial 4.0 +Source +www.africanstorybook.org +Original source +http://paleng.weebly.com/', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083', 2, 'Panya', 'assets/topic/asb/7506.png', 'Brigid Simiyu +Zablon Alex Nguku', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_3', 3, NULL, 'assets/topic/asb/7496.png', 'Hapo zamani za kale, palikuwa na panya wawili. +Mmoja aliishi kichakani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_4', 3, NULL, 'assets/topic/asb/7497.png', 'Panya yule mwingine aliishi nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_5', 3, NULL, 'assets/topic/asb/7498.png', 'Panya aliyeishi nyumbani alimwambia aliyeishi kichakani, "Unakula na kulala vibaya. Sisi tunalala na kula vizuri."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_6', 3, NULL, 'assets/topic/asb/7499.png', '"Njoo ututembelee siku moja ujionee." Panya aliyeishi nyumbani alisema. "Niko tayari kuja usiku wa leo." Panya aliyeishi kichakani alijibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_7', 3, NULL, 'assets/topic/asb/7500.png', 'Wakati huo, mwenye nyumba alikuwa amekasirika sana. Alisema, "Hawa panya wanaokula chakula changu wataona!" +Aliweka mtego wa sukari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_8', 3, NULL, 'assets/topic/asb/7501.png', 'Panya wale wawili waliingia mle nyumbani kula vinono. +Walicheka, "Chuchuchichicheche!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_9', 3, NULL, 'assets/topic/asb/7502.png', 'Walipoufikia mtego, panya aliyeishi nyumbani alisema, "Hebu nionje hii sukari. Leo utajua vitamu tunavyokula hapa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_10', 3, NULL, 'assets/topic/asb/7503.png', 'Lakini hata kabla ya panya kuonja sukari, mtego uliteguka, pa! Panya alishikwa shingoni. Macho yake yalivimba kama mbilingani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_11', 3, NULL, 'assets/topic/asb/7504.png', 'Panya aliyeishi kichakani alitazama tu kwa mshangao. +Alisema, "Rafiki yangu, ni vitamu gani ulivyokula vilivyoyafanya macho yako kuvimba?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_12', 3, NULL, 'assets/topic/asb/7505.png', 'Lakini, panya aliyeishi nyumbani hakuweza kumjibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_13', 3, NULL, 'assets/topic/asb/7505.png', 'Panya aliyeishi kichakani aliondoka pale akisema, "Haa! Sitaweza kuvifurahia hivi vitamu anavyovisifu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_14', 3, NULL, 'assets/topic/asb/7506.png', 'Heri nyumbani kwako kubaya kuliko kwa jirani kuzuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22083_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Panya +Author - +Nambi Sseppuuya Community Resource Centre +Translation - +Brigid Simiyu +Illustration - +Zablon Alex Nguku +Language - +Kiswahili +Level - +First sentences +© Text: Ugandan Community Libraries Association (Ugcla; Illusrations: African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127', 2, 'Panya na Paka', 'assets/topic/asb/18908.png', 'Brigid Simiyu +Jacob Kono', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_3', 3, NULL, 'assets/topic/asb/18908.png', 'Hapo zamani, paka na panya walikuwa marafiki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_4', 3, NULL, 'assets/topic/asb/18909.png', 'Panya walianza kupoteza baadhi ya jamaa zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_5', 3, NULL, 'assets/topic/asb/18910.png', 'Panya mmoja mzee alisema, "Nadhani paka wanatula."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_6', 3, NULL, 'assets/topic/asb/18911.png', 'Akina mama waliwaambia watoto wao, "Kueni waangalifu. Msiende nje."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_7', 3, NULL, 'assets/topic/asb/18912.png', 'Panya wote walikuwa waangalifu. +Waliketi ndani ya mashimo yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_8', 3, NULL, 'assets/topic/asb/18913.png', 'Paka walianza kuwa na njaa. +Waliuliza, "Panya wako wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_9', 3, NULL, 'assets/topic/asb/18932.png', 'Paka waliwatembelea panya. +Walitaka kupanga harusi kati yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_10', 3, NULL, 'assets/topic/asb/18933.png', 'Walisema, "Tungependa binti wenu mmoja aolewe kwa mvulana wetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_11', 3, NULL, 'assets/topic/asb/18934.png', 'Panya waliwaambia paka, "Mnadanganya. Mnataka kutula."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_12', 3, NULL, 'assets/topic/asb/18935.png', 'Mwishowe, walikubali kuwa na harusi kati ya wanao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_13', 3, NULL, 'assets/topic/asb/18936.png', 'Paka walirudi nyumbani kwa furaha. +Walilamba midomo yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_14', 3, NULL, 'assets/topic/asb/18937.png', 'Siku ya harusi, panya walikuwa waangalifu sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_15', 3, NULL, 'assets/topic/asb/18938.png', 'Paka waliwasili wakiimba wimbo wa harusi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_16', 3, NULL, 'assets/topic/asb/18939.png', 'Wimbo ulisema, "Washikeni muwale."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_17', 3, NULL, 'assets/topic/asb/18940.png', 'Panya mzee alianza kuimba, "Kimbieni, panya, kimbieni."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_18', 3, NULL, 'assets/topic/asb/18941.png', 'Panya mzee aliwaambia paka, "Sisi nanyi si marafiki."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21127_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Panya na Paka +Author - +Merga Debelo and Elizabeth Laird +Translation - +Brigid Simiyu +Illustration - +Jacob Kono +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418', 2, 'Petro na mbwa wake', 'assets/topic/asb/25201.png', 'Ursula Nafula +Brian Wambi', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_3', 3, NULL, 'assets/topic/asb/25198.png', 'Hapo zamani, kulikuwa na mvulana kwa jina Petro. Alikuwa mwanafunzi mwerevu aliyeibuka wa kwanza darasani. Wazazi wake walijivunia kazi yake nzuri. Lakini, Petro alitamani kuwa na kaka, dada au hata kipenzi cha kucheza naye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_4', 3, NULL, 'assets/topic/asb/25199.png', 'Siku moja, Petro alimwuliza mama, "Ninaweza kwenda nje kucheza? Nimekuwa nikisoma wakati huu wote. Ningependa sasa niende nicheze na marafiki zangu." Mamake alimjibu, "Ni sawa! Nenda, lakini usichelewe!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_5', 3, NULL, 'assets/topic/asb/25200.png', 'Alipokuwa akienda uwanjani, Petro aliona jambo lisilokuwa la kawaida. Alimwona mbwa mdogo mwenye madoadoa. Mbwa huyo alikuwa amekwama shimoni na alikuwa ameogopa. "Usiwe na wasiwasi, sitakuumiza. Nitakusaidia," Petro alimwambia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_6', 3, NULL, 'assets/topic/asb/25201.png', 'Petro alimtoa mbwa yule shimoni. Mbwa alibweka kwa furaha, akacheza cheza na kumlamba Petro. "Utakuwa mbwa wangu," Petro alisema kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_7', 3, NULL, 'assets/topic/asb/25197.png', 'Mbwa alikimbia akaenda mbali na Petro. Marafiki za Petro walipomwona mbwa akiwakaribia, walisema, "Mbwa huyu anaweza kutuuma." Walimpiga kwa mawe. Petro alipowaona, alikimbia akiwapigia kelele waache kufanya hivyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_8', 3, NULL, 'assets/topic/asb/25202.png', 'Marafiki wale hawakumsikia Petro. Mbwa alikimbia haraka alivyoweza ili kuyaokoa maisha yake. Alijificha ili wavulana wale waliokuwa wakimfukuza wasimwone. Hawakumpata.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_9', 3, NULL, 'assets/topic/asb/25203.png', 'Marafiki wa Petro walirudi uwanjani na kumkuta Petro akiwa analia. "Kuna nini?" mmoja wao aliuliza. "Mlimfukuza mbwa wangu!" Petro alieleza. Walishangaa na kusema, "Hatukujua kwamba yule alikuwa mbwa wako. Tunakuomba radhi. Twende tumtafute."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_10', 3, NULL, 'assets/topic/asb/25204.png', '"Hakuna maana ya kufanya hivyo. Hatutawahi kumpata," Petro alisema kwa huzuni. "Ndiyo, tutampta. Amka twende, tutampata mbwa wako. Tusipoteze matumaini," marafiki zake walimfariji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_11', 3, NULL, 'assets/topic/asb/25205.png', 'Petro na marafiki zake walimtafuta mbwa kwa muda mrefu hadi wakachoka. Hatimaye, Petro alisema, "Kuna sehemu moja ambapo anaweza kuwa amejificha. Tusipompata huko, sitamtafuta tena. Twendeni mtoni."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_12', 3, NULL, 'assets/topic/asb/25206.png', 'Mbwa alipowaona wavulana wakija, aliogopa tena. Aljaribu kuvuka mto lakini vilevile aliyaogopa maji. Alikuwa karibu kuruka majini, wakati Petro alisema, "Acha, usiruke!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_13', 3, NULL, 'assets/topic/asb/25207.png', 'Mbwa alipogeuka na kumwona Petro, alimkimbilia. Petro alimkubatia mbwa wake naye mbwa akamlamba usoni. "Rafiki yangu! Nilidhani kwamba umepotea kabisa!" Petro alilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_14', 3, NULL, 'assets/topic/asb/25208.png', 'Walipokuwa uwanjani, Petro aliwashauri marafiki zake. "Kabla ya kuamua kutenda jambo, tafadhali fikirieni kinachoweza kutokea. Mnaweza kuwaumiza wenzenu." Marafiki zake waliwaza juu ya maneno yake kisha wakasema, "Tusamehe. Mbwa huyu atakuwa rafiki yetu pia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31418_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Petro na mbwa wake +Author - +Bethelihem Waltenegus +Translation - +Ursula Nafula +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809', 2, 'Petros ampata rafiki', 'assets/topic/asb/25201.png', 'Ursula Nafula +Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_3', 3, NULL, 'assets/topic/asb/25198.png', 'Petros alikuwa mtoto wa pekee. +Alikuwa mwanafunzi mwerevu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_4', 3, NULL, 'assets/topic/asb/25199.png', 'Siku moja, Petros alipata ruhusa ya kwenda kucheza na marafiki zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_5', 3, NULL, 'assets/topic/asb/25200.png', 'Alimuona mbwa akiwa amekwama shimoni. +Petros alisema, "Nitakusaidia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_6', 3, NULL, 'assets/topic/asb/25201.png', 'Mbwa alibweka, akacheza na kumlamba Petros kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_7', 3, NULL, 'assets/topic/asb/25197.png', 'Marafiki za Petros walimfukuza mbwa huyo. +Petros alisema, "Acha! Acha!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_8', 3, NULL, 'assets/topic/asb/25202.png', 'Mbwa aliwaogopa wale wavulana akajificha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_9', 3, NULL, 'assets/topic/asb/25203.png', 'Marafiki za Petros walimkuta akilia. +Walimwambia, "Tutamtafuta mbwa wako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_10', 3, NULL, 'assets/topic/asb/25204.png', 'Petros hakuwa na matumaini. +"Tutampata." Marafiki zake wakasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_11', 3, NULL, 'assets/topic/asb/25205.png', 'Walimtafuta kila mahali. +Petros alisema, "Anaweza kuwa karibu na mto."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_12', 3, NULL, 'assets/topic/asb/25206.png', 'Mbwa alipowaona, alitaka kuruka mtoni. +Petros alimsihi, "Usiruke majini!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_13', 3, NULL, 'assets/topic/asb/25207.png', 'Mbwa alimkimbilia Petros. +Walifurahi pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_14', 3, NULL, 'assets/topic/asb/25208.png', 'Marafiki za Petros walimwambia, "Tusamehe. Atakuwa rafiki yetu pia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21809_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Petros ampata rafiki +Author - +Bethelihem Waltenegus +Translation - +Ursula Nafula +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688', 2, 'Punda', 'assets/topic/asb/26642.png', 'Kutafsiri Biblia Mara +Marleen Visser', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_3', 3, NULL, 'assets/topic/asb/26643.png', 'Mbwa', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_4', 3, NULL, 'assets/topic/asb/26644.png', 'Bata', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_5', 3, NULL, 'assets/topic/asb/26645.png', 'Ng''ombe', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_6', 3, NULL, 'assets/topic/asb/26642.png', 'Punda', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_7', 3, NULL, 'assets/topic/asb/26647.png', 'Panya', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_8', 3, NULL, 'assets/topic/asb/26648.png', 'Paka', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_9', 3, NULL, 'assets/topic/asb/26649.png', 'Kondoo', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_10', 3, NULL, 'assets/topic/asb/26687.png', 'Mbuzi', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_11', 3, NULL, 'assets/topic/asb/26652.png', 'Nguruwe', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_12', 3, NULL, 'assets/topic/asb/26651.png', 'Kuku', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29688_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Punda +Author - +Little Zebra Books +Translation - +Kutafsiri Biblia Mara +Illustration - +Marleen Visser +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422', 2, 'rafiki bora zaidi', 'assets/topic/asb/25842.png', 'Angela Mbalu +Wiehan de Jager, Idowu Abayomi Oluwasegun, Andrews Opoku Antwi, Michelangelo Quaye Anang and Rob Owen', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_3', 3, NULL, 'assets/topic/asb/1497.png', 'Mara moja kwa wakati, kulikuwa na marafiki tatu bora; Jude, Becky na Rachael.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_4', 3, NULL, 'assets/topic/asb/19328.png', 'Daima walifanya kazi zao za nyumbani pamoja; kwa kweli walikwenda nyumbani kwa kila mmoja na kusaidiana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_5', 3, NULL, 'assets/topic/asb/19336.png', 'Wazazi wao walifurahia sana. +Kila wakati walipomaliza kazi zao, waliwapa vyakula vyema kama chakula bora, matunda, biskuti na vitu vingine vyema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_6', 3, NULL, 'assets/topic/asb/13497.png', 'Siku moja, walikwenda kisima, na walikaa muda mrefu sana huko. Walisahau kuwa ilikuwa ni kuchelewa. Michezo waliyocheza walikuwa tu nzuri kuwasaidia kukumbuka kwamba walipaswa kwenda nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_7', 3, NULL, NULL, 'Wao hata wamesahau juu ya onyo walilopewa juu ya kile kilichotokea wakati mtu alipokwisha kuchelewa vizuri. Je! Unaweza kufikiria nini onyo hilo lilikuwa?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_8', 3, NULL, NULL, 'Ni tu wakati watu walianza kuondoka vizuri moja kwa moja, wakakumbuka kwamba ilikuwa ni kuchelewa na walihitaji kwenda nyumbani pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_9', 3, NULL, 'assets/topic/asb/931.png', 'Hata hivyo, wakati wa safari zao nyumbani, nyasi ziliwafunika!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_10', 3, NULL, NULL, 'Walipokuwa bado wanajitahidi kwenda nje, waliwafunga kabisa! Na wao kabisa kutoweka! +Wazazi wao waliwaangalia bila bure. Wote walikusanyika pamoja katika baraza la jiji la kijiji na walitafuta msaada. Wengi wa wanakijiji waliwasaidia kutafuta watoto waliokufa, lakini utafutaji wao ulikuwa bure.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_11', 3, NULL, 'assets/topic/asb/25390.png', 'Mapema asubuhi, mmoja wa wanawake wa kijiji akaenda kwenye kisima ili alichele maji. +Alishtuka kupata watoto waliokufa wakijitahidi kupata nje ya majani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_12', 3, NULL, 'assets/topic/asb/26427.png', 'Aliwasaidia kuondoka kwenye majani yaliyotajwa. Na mara moja wakawapeleka kwenye baraza la kijiji. Na kila mtu alikuwa na furaha ya kuwaona. +Waliwaambia kila kitu kilichowafanyia. Na hii ilikuwa somo kwa kila mtu kujifunza. Ikiwa ni pamoja na watu wazima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24422_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +rafiki bora zaidi +Author - +Catherine Amia +Translation - +Angela Mbalu +Illustration - +Wiehan de Jager, Idowu Abayomi Oluwasegun, Andrews Opoku Antwi, Michelangelo Quaye Anang and Rob Owen +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527', 2, 'Rafiki ninayemkosa', 'assets/topic/asb/8658.png', 'Ursula Nafula + Catherine Groenewald, Rijuta Ghate and Benjamin Mitchley', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_3', 3, NULL, 'assets/topic/asb/2444.png', 'Nilipoamka asubuhi, nilikula kifungua kinywa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_4', 3, NULL, 'assets/topic/asb/2450.png', 'Nilikimbia kwenda kukutana na rafiki yangu Muthoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_5', 3, NULL, 'assets/topic/asb/2452.png', 'Pindi nilipompata Muthoni, tulisahau kila kitu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_6', 3, NULL, 'assets/topic/asb/1191.png', 'Mimi na Muthoni tulicheza michezo tofauti karibu na nyumba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_7', 3, NULL, NULL, 'Tulifanya kila kitu pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_8', 3, NULL, 'assets/topic/asb/1514.png', 'Tulikubaliana kufanya bidii katika masomo yetu na kufuzu vyema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_9', 3, NULL, 'assets/topic/asb/1517.png', 'Lakini siku moja, Muthoni hakufika shuleni.  Nilimsubiri lakini, hakufika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_10', 3, NULL, 'assets/topic/asb/2481.png', 'Siku ile niliporudi nyumbani, nilimwambia mama kwamba Muthoni hakuja shuleni siku hiyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_11', 3, NULL, 'assets/topic/asb/8666.png', 'Niliendelea na masomo yangu lakini nilimkosa Muthoni sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_12', 3, NULL, 'assets/topic/asb/8641.png', 'Nilimtafuta Muthoni kila mahali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_13', 3, NULL, 'assets/topic/asb/1812.png', 'Sasa nimekuwa msichana mkubwa lakini ninamkosa rafiki yangu Muthoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9527_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Rafiki ninayemkosa +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Catherine Groenewald, Rijuta Ghate and Benjamin Mitchley +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547', 2, 'Rafiki ya Atieno', 'assets/topic/asb/26422.png', 'Ursula Nafula +Idowu Abayomi Oluwasegun', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_3', 3, NULL, 'assets/topic/asb/26422.png', 'Kuliishi msichana mdogo katika kijiji kimoja karibu na ziwa. +Aliitwa Atieno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_4', 3, NULL, 'assets/topic/asb/26423.png', 'Babake Atieno alikuwa mvuvi mashuhuri. Alikuwa na mtumbwi wake wa kuvua samaki. +Atieno alifurahi kwenda kuvua samaki na babake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_5', 3, NULL, 'assets/topic/asb/26424.png', 'Atieno aliwatazama wavulana wakicheza mpira wa miguu. +"Hebu nicheze nanyi," aliwashihi siku moja. +Wavulana wale walimcheka, "Nenda ukacheze kidalipo na wasichana wenzako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_6', 3, NULL, 'assets/topic/asb/26425.png', 'Wasichana nao walimwambia Atieno, "Miguu yako ni mirefu mno." Atieno alihuzunika. +Atieno alianza kulichezea jua kila asubuhi. +Jua likawa rafiki yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_7', 3, NULL, 'assets/topic/asb/26426.png', 'Siku moja, jua halikuchomoza. Jogoo hawakuwika, ndege hawakuimba na watoto hawakwenda shuleni. Hata babake hakwenda kuvua samaki. +Atieno alihuzunika. "Wapi rafiki yangu jua? Kwa nini leo kuna giza?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_8', 3, NULL, 'assets/topic/asb/26427.png', 'Atieno alienda kuwaambia watoto wengine namna alivyohuzunika. Lakini, walimcheka, "Labda jua limefariki. Au pengine limekutoroka." +Atieno aliwajibu, "Jua ni rafiki yangu. Haliwezi kufa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_9', 3, NULL, 'assets/topic/asb/26428.png', 'Atieno alihuzunika sana hata akakimbia kwenda nyumbani. Aliugonga mpira wa kakake kwa makosa nao ulikigonga kibuyu cha mafuta.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_10', 3, NULL, 'assets/topic/asb/26429.png', 'Atieno aliwaza, "Nitaucheza mpira huu hadi rafiki yangu jua litakaporudi." +Aliuchukua mpira na kukimbia nao nje.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_11', 3, NULL, 'assets/topic/asb/26430.png', 'Atieno alipofika nje, aliuweka mpira chini akawaza, "Ninaweza kucheza kama wao wanavyocheza." +Aliugonga mpira kwa nguvu ukaruka juu angani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_12', 3, NULL, 'assets/topic/asb/26431.png', 'Kila mmoja akitazama juu, mpira ulitokomea kwenye mawingu mazito. +Kulikuwa na kimya kikubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_13', 3, NULL, 'assets/topic/asb/26432.png', 'Ghafla, mawingu yaliyokuwa mazito yalipungua na jua likatokezea. Kijiji hicho kikawa hai tena. +Kila mmoja akajitayarisha kufanya kazi aliyozoea kufanya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_14', 3, NULL, 'assets/topic/asb/26433.png', 'Atieno hakuweza kuamini kwamba alikuwa amelirejesha jua kijijini. Lakini zaidi ya yote, jua lilikuwa limerudi maishani mwake. +Aliwaeleza watoto, "Rafiki yangu, jua, limerudi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('31547_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Rafiki ya Atieno +Author - +Aisha Nelson +Translation - +Ursula Nafula +Illustration - +Idowu Abayomi Oluwasegun +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718', 2, 'Rafiki yangu Koko', 'assets/topic/asb/2485.png', 'Ursula Nafula + Ursula Nafula', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_3', 3, NULL, 'assets/topic/asb/2486.png', 'Nilipokuwa wa umri wa miaka mitano, mjombangu alinipa zawadi ya ajabu sana. Alinipa mbwa mdogo wa wiki tatu! Siku mjomba aliniletea mbwa huyo, nilifurahi sana. Nilijua kuwa nilikuwa nimempata rafiki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_4', 3, NULL, 'assets/topic/asb/2487.png', 'Nilipomweka chini, mjomba alinigeukia na kuniuliza, "Utamwitaje?" Nilimwangalia mbwa wangu kisha nikasema, "Ataitwa KoKo." Mjombangu alishangaa sana akaniuliza, "Mbona unamwita Koko?" Nilimjibu, "Kwa sababu rangi yake ni kama kakao."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_5', 3, NULL, 'assets/topic/asb/2488.png', 'Nilimwuliza mjomba iwapo Koko alizaliwa peke yake. Mjomba alisema kwamba alikua na nduguye aliyemfanana kabisa. Nilienda kumwona nduguye Koko.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_6', 3, NULL, 'assets/topic/asb/2485.png', 'Koko alipomwona nduguye, alichangamka sana. Wawili hao waliweka vichwa vyao pamoja kama waliokuwa wakiongea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_7', 3, NULL, 'assets/topic/asb/2491.png', 'Nilimwuliza mjombangu kama ningeishi na Koko na nduguye. Mjomba alikimya kidogo kisha akasema, "Ni sawa wewe kuwaweka wote wawili." Hata hivyo, alisema, "Lakini lazima uwalinde vizuri." Kwa hivyo kila jioni, nilicheza nao na kuwafanyisha mazoezi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_8', 3, NULL, 'assets/topic/asb/2490.png', 'Miezi michache baadaye, Koko na nduguye walikuwa wamekua wakubwa. Walikuwa wenye nguvu na afya. Nami singeweza kuwachunga peke yangu tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_9', 3, NULL, 'assets/topic/asb/2492.png', 'Nilimwuliza mjombangu kumrudisha nduguye Koko kwake. Koko alipoachwa peke yake, alihuzunika mno. Alionekana kama ananiuliza, "Kwa nini ulifanya hivyo?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_10', 3, NULL, 'assets/topic/asb/2489.png', 'Koko alikoma kucheza. Wakati mwingine alikataa kwenda nami matembezini akipendelea tu kulala nje ya nyumba yetu. Wakati mwingine alikula chakula kidogo sana. Nilikuwa na wasiwasi. Nilijiuliza vipi ningeweza kumsaidia Koko?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_11', 3, NULL, NULL, 'Siku moja mjombangu alitutembelea. Niliposikia sauti yake, nilifanya haraka kwenda nje. Kabla ya kumwona, nilisikia mbwa wakibweka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_12', 3, NULL, 'assets/topic/asb/2493.png', 'Nyuma ya jikoni, Koko na nduguye walikuwa wakicheza!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_13', 3, NULL, 'assets/topic/asb/2494.png', 'Nilifurahi sana hadi sikujua nimkumbatie nani kwanza, Koko au mjombangu. Nilijua kwamba Koko angerejelea ile hali yake ya kwaida. Tungeanza tena kufanya mazoezi pamoja!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('6718_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Rafiki yangu Koko +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Ursula Nafula +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078', 2, 'Rafiki yangu, Adui yangu', 'assets/topic/asb/25536.png', 'Brigid Simiyu +Thulani Mhlanga', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_3', 3, NULL, 'assets/topic/asb/25535.png', 'Katika mtaa wa Mfalele, kulikuwa na mvulana aliyeitwa Bobo. Aliishi na wazazi wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_4', 3, NULL, 'assets/topic/asb/25536.png', 'Bobo aliwaheshimu wazazi wake na watu wote mtaani kwao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_5', 3, NULL, 'assets/topic/asb/25537.png', 'Jumatatu ni siku inayokuwa na shughuli nyingi pale mtaani. Watoto hujitayarisha kurudi shuleni baada ya wikendi. +Siku moja Bobo alipokuwa njiani kwenda shule, alikutana na rafikiye, Jeuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_6', 3, NULL, 'assets/topic/asb/25538.png', 'Jeuri alipenda kupigana na kuwachokoza wengine. Mara nyingi alikosa kuhudhuria shule. Alikuwa mvulana mtundu aliyecheza Kamari na kuandamana na watu wengine waovu. +Jeuri alimshawishi Bobo. Bobo hakupenda kuachwa na wavulana wengine. Polepole, alianza kuwa na tabia mbaya kama Jeuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_7', 3, NULL, 'assets/topic/asb/25539.png', 'Bobo alianza kuwachokoza watu. Pia, hakuwaheshimu wazazi wake na watu wengine. +Alianza kulewa akashindwa kujitunza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_8', 3, NULL, 'assets/topic/asb/25540.png', 'Bobo hakuyajali maisha yake. Aliambukizwa ugonjwa wa zinaa. Alipoanza kukonda, Jeuri alimfanya mzaha na kuukatiza urafiki wao. +Wazazi wa Bobo walimhimiza aitembelea kliniki iliyokuwa karibu apate matibabu. Alitibiwa na akapata nafuu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_9', 3, NULL, 'assets/topic/asb/25541.png', 'Bobo alitafakari juu ya maisha yake akaamua kubadilika. Aligundua kwamba alikuwa amefanya urafiki na adui. +Alianza kutia bidii masomoni na kuwaomba msamaha wazazi wake na walimu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_10', 3, NULL, 'assets/topic/asb/25542.png', 'Mwanzoni, Jeuri alikasirika alipomwana Bobo akibadilika na kuwa mwema. +Baadaye, alianza kujutia tabia zake mbaya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22078_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Rafiki yangu, Adui yangu +Author - +Smangaliso Molebale +Translation - +Brigid Simiyu +Illustration - +Thulani Mhlanga +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +This story was selected as one of the 7 winning stories from the Writing in your mother tongue writing competition partnership between Saulsville Library and the African Storybook Initiative.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202', 2, 'Rangi ya chungwa', 'assets/topic/asb/9474.png', 'Ursula Nafula + Catherine Groenewald', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_3', 3, NULL, 'assets/topic/asb/9465.png', 'Mimi na babangu tulienda mjini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_4', 3, NULL, 'assets/topic/asb/9466.png', 'Nlimwona mwanamke. Alikuwa amevaa nguo ya rangi ya chungwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_5', 3, NULL, 'assets/topic/asb/9469.png', 'Alijifunga mshipi mkubwa mwekundu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_6', 3, NULL, 'assets/topic/asb/9470.png', 'Alibeba kibeti cha rangi ya chungwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_7', 3, NULL, 'assets/topic/asb/9939.png', 'Alivaa viatu vya rangi ya chungwa. Vilikuwa na visigino virefu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_8', 3, NULL, 'assets/topic/asb/9940.png', 'Alikutana na msichana mdogo na mbwa wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_9', 3, NULL, 'assets/topic/asb/9474.png', 'Alipozirekebisha nywele zake, kibeti chake kilianguka chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_10', 3, NULL, 'assets/topic/asb/9942.png', 'Aliinama kwa utaratibu kukiokota kibeti chake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_11', 3, NULL, 'assets/topic/asb/9475.png', 'Vipuli vyake virefu vya rangi ya chungwa vilionekana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_12', 3, NULL, 'assets/topic/asb/9476.png', 'Tulipoendelea na safari, nilizidi kumtazama mwanamke huyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_13', 3, NULL, 'assets/topic/asb/9477.png', 'Babangu alitabasamu aliponiona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_14', 3, NULL, 'assets/topic/asb/9478.png', 'Ninaipenda rangi ya chungwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10202_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Rangi ya chungwa +Author - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442', 2, 'Rangi za Upinde', 'assets/topic/asb/9838.png', 'Caren Echesa +Jesse Breytenbach', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_3', 3, NULL, 'assets/topic/asb/9838.png', 'Upinde una rangi saba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_4', 3, NULL, 'assets/topic/asb/9839.png', 'Rangi ya kwanza ni nyekundu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_5', 3, NULL, 'assets/topic/asb/9840.png', 'Kweyu amevalia shati la rangi nyekundu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_6', 3, NULL, 'assets/topic/asb/9841.png', 'Rangi ya pili ni ya chungwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_7', 3, NULL, 'assets/topic/asb/9842.png', 'Hili ni chungwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_8', 3, NULL, 'assets/topic/asb/9843.png', 'Rangi ya tatu ni manjano.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_9', 3, NULL, 'assets/topic/asb/9844.png', 'Yai pingu lina rangi ya manjano.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_10', 3, NULL, 'assets/topic/asb/9846.png', 'Rangi ya nne ni kijani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_11', 3, NULL, 'assets/topic/asb/9847.png', 'Miwa ni rangi ya kijani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_12', 3, NULL, 'assets/topic/asb/9849.png', 'Rangi ya tano ni samawati.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_13', 3, NULL, 'assets/topic/asb/9850.png', 'Mbingu ni samawati.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_14', 3, NULL, 'assets/topic/asb/9851.png', 'Rangi ya sita ni nili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_15', 3, NULL, 'assets/topic/asb/9852.png', 'Matunda haya ni ya rangi ya nili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_16', 3, NULL, 'assets/topic/asb/9854.png', 'Rangi ya saba ni zambarau.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_17', 3, NULL, 'assets/topic/asb/9853.png', 'Nguo yangu ni ya kizambarau. Ni rangi niipendayo zaidi!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_18', 3, NULL, 'assets/topic/asb/9856.png', 'Je, unazijua rangi saba za upinde?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10442_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Rangi za Upinde +Author - +Caren Echesa +Illustration - +Jesse Breytenbach +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574', 2, 'Refi awaosha kuku wake', 'assets/topic/asb/986.png', 'Brigid Simiyu +Wiehan de Jager', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_3', 3, NULL, 'assets/topic/asb/1003.png', 'Ilikuwa harusi ya kwanza katika familia ya Tenana, na Refi alikuwa amechangamka sana. "Nitakuwa msaidizi wa Elsa nikiwa nimevaa nguo na viatu vipya! Refi aliwaelezea kuku wake. Aliwaelezea kuku wake kila kitu. +Babake alikuwa amempa kuku kama zawadi alipokuwa akiadhimisha siku ya kuzaliwa kwake. Refi aliwapenda sana."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_4', 3, NULL, 'assets/topic/asb/1011.png', '"Refi, waondoshe hapo hao kuku wachafu!" Mamake alipiga kelele, "Siwataki popote karibu na hema la harusi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_5', 3, NULL, 'assets/topic/asb/989.png', 'Refi aliwafukuza kuku kutoka kwenye hema. "Tokeni enyi viumbe washienzi," alisema. "Sitaki mliwe wakati wa harusi ya Elsa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_6', 3, NULL, 'assets/topic/asb/1013.png', '"Mama asema kwamba hii itakuwa harusi ya kufana zaidi katika kijiji cha Mailisaba," Refi aliwaambia kuku wake. "Pia anasema kwamba ninaweza kuwasaidia wasichana wale wakubwa kupika." Kuku hawakumsikiliza hata kidogo. +"Refi!" Mamake alimwita kutoka ndani, "Tafadhali acha hao kuku uje unichungie chungu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_8', 3, NULL, NULL, 'Mamake Refi alijivunia nyumba yake na alitaka iwe safi siku ya harusi. Alisafisha, akaosha na kusugua kila kilochokuwamo. Alipomaliza, hapakuwa na chembe cha vumbi popote. +Kuku walipochokoa vichwa mlangoni, Mamake Refi alipiga mayowe, "Tokeni nje ninyi viumbe vyenye miguu na midomo michafu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_9', 3, NULL, 'assets/topic/asb/1018.png', 'Refi aliwafuata kuku wake hadi kwenye jua. "Mama anasema ukweli, mnaaibisha," aliwakemea. +Refi alitabasamu kisha akaenda kujaza ndoo maji. Alikuwa na wakati mgumu kuwashika kuku wake. Hawakudhani kwamba ilikuwa jambo zuri wao kuoga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_10', 3, NULL, 'assets/topic/asb/993.png', 'Refi alimweka kuku wa kwanza ndani ya ndoo ya maji. "Kaa wima, ewe kiumbe shenzi," alipiga kelele. "Haitachukua muda mrefu kukuosha!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_11', 3, NULL, 'assets/topic/asb/1000.png', 'Refi alipopangusa pua na macho ya kuku, ghafla kuku alikuwa dhaifu akaanguka kando ya ndoo. "Huu sio wakati wa kulala," Refi alisema. +Alimtikisa kuku kwa nguvu ili maji yote yadondoke. Kisha akamlaza juu ya nyasi ili akauke. Kuku alitulia pale akiwa amelala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_12', 3, NULL, 'assets/topic/asb/994.png', 'Aliwaosha kuku wote wanane na kuwaweka mstari mmoja juu ya nyasi ili wakauke. Hakuna yeyote aliyepapatua hata unyoya mmoja. +"Nitawaacha mlale kwa muda mfupi," Refi aliwaza, kisha akaenda kukitazama chungu kilichokuwa mekoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_13', 3, NULL, 'assets/topic/asb/990.png', 'Shangazi zake Refi, yaani Mama Netty na Mama Teddy, walikuwa wakitayarisha harusi ya Elsa. +Walitakiwa kufanya matayarisho hayo kwa pamoja lakini hawakupendana hata kidogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_14', 3, NULL, 'assets/topic/asb/995.png', 'Mama Netty aliwaona kuku wa Refi wakiwa wanakauka. "Hiki ni chakula kizuri kwangu. Nitawapeleka nyumbani!" Alijiambia. +Alilichukuwa kanga lake na kuwafungia kuku wote mle ndani. Hakuna kuku hata mmoja aliyesonga. "Sawa kabisa!" Alitabasamu. "Sasa nitawaweka mahali ambapo Mamake Teddy hatawahi kuwapata." Kisha akaweka kifurushi hicho pembeni kati ya maboga."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_15', 3, NULL, NULL, 'Mama Teddy aliamua kutayarisha kitoweo alichokipenda. Alikwenda katika bustani ya maboga. Alikiona kifurushi cha Mama Netty chini ya mboga. +Alipokifungua, kuku wote wanane walianguka nje. "Esh!" Alipiga kelele huku akiruka nyuma kwa mshangao. "Ah, ninyi ndio kuku wasafi kuliko wote! Mko tayari kwa chungu changu," aliwabembeleza. "Sasa nitawaficha wapi wapenzi wangu?" Mama Teddy alicheka, "Lazima nipate mahali pazuri kabisa," alisema huku akitembea nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_16', 3, NULL, 'assets/topic/asb/997.png', '"Ninajua," alisema hatimaye, "nitawaweka paani!" Mama Teddy alipanda juu akawaweka kuku katika mstari kwenye paa la nyumba ya nyasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_17', 3, NULL, NULL, 'Siku iliyofuata, jua lilichomoza kwa wakati mzuri kwa harusi. Refi alikuwa wa kwanza kuamka na kwenda kuwatazama kuku wake. +Hakuwapata mahali alikuwa amewaweka. "Lazima wawe wamekauka vizuri kwa sasa. Nina hakika wameenda kutafuta kifungua kinywa chao," alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_18', 3, NULL, 'assets/topic/asb/1047.png', 'Harusi ya Elsa ilikuwa ya kufana. Wale kuku hawakuamka kutoka paani. Kwa hivyo, hawakujiunga na wasichana wasaidizi wa bi-harusi walipoingia wakicheza. Hakuna kuku yeyote aliyetikisika wakati kwaya ya kanisa iliimba kwa sauti ya juu nyimbo nzuri za kuvutia. Walikuwa bado wanalala juu ya paa wakati Padre alihubiri. Hawakutikisa hata unyoya wakati nguruwe na babu yake Refi walipokoroma mahubiri yalipoendelea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_19', 3, NULL, 'assets/topic/asb/999.png', 'Hakuna hata mguu mmoja wa kuku uliotetemeka wakati kondoo waliranda na kuingia ndani ya hema wakiwa karibu kuangusha keki ya harusi. Wakati babake bwana harusi alipokuwa katikati ya hotuba yake ndipo mambo yalianza kubadilika paani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_20', 3, NULL, NULL, 'Kuku wa kwanza aliyanyoosha mabawa yake na kuruka kwenye kifua cha Mamake Molly. Mama Teddy aliyekuwa amekaa karibu naye alianza kucheka. Kuku mwingine alirukia kitambaa kipya cha Mama Netty. Watu waliokuwa kwenye meza nyingine walizuia kicheko. Mwanamke aliyekaa karibu na Mama Netty aliweka kichwa chake chini ya meza, "Ai, aai, aaaaii, he, he, heeeeeeee!" Alicheka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_21', 3, NULL, 'assets/topic/asb/1002.png', 'Wale kuku wote waliamua kujiunga na wale wawili wa kwanza. Hungeweza kumwona Mama Netty kwa sababu alikuwa amefunikwa na kuku hao wote!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_22', 3, NULL, NULL, 'Wageni walicheka kwa mayowe. Wanaume walilazimika kuzishika tumbo zao. Wanawake waliviringika katika viti vyao. Vijana walijishikilia kwa wenzao. Akina nyanya hawangeweza kupumua kwa ajili ya kucheka. Akina babu walitikisa fimbo zao. Kisha shangazi hao wawili waliangaliana na kuanza kucheka pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_23', 3, NULL, 'assets/topic/asb/1046.png', 'Mama Teddy aliufungua mdomo wake wazi kwa kicheko. Mama Netty alikirusha kichwa chake nyuma na kucheka hadi mashavu yakatikisika. Refi hakuamini!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_24', 3, NULL, NULL, 'Wageni wote walikubaliana kwamba hiyo ilikuwa harusi nzuri zaidi iliyowahi kufanyika kijijini Mailisaba. "Ah, mna bahati sana! Refi aliwaambia kuku wake alipokuwa anawaweka kwenye chumba chao usiku ule, "Mama anasema kuwa hatawahi kuwaweka kwenye chungu chake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_25', 3, NULL, 'assets/topic/asb/1048.png', '"Lakini, tazama jinsi mlivyo wachafu tena," aliwaambia, "Nadhani nitalazimika kuwaosha tena kesho!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2574_26', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Refi awaosha kuku wake +Author - +Marion Drew +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747', 2, 'Robo za Bwana Hadaa', 'assets/topic/asb/15721.png', 'Ursula Nafula +Marleen Visser', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_3', 3, NULL, 'assets/topic/asb/15714.png', 'Ni karibu wakati wa mapumziko katika shule ya Msingi ya Siyafunda. Wamiliki wa maduka mawili yaliyo pale shuleni wanatayarisha chakula cha mchana ili kuwauzia wanafunzi wenye njaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_4', 3, NULL, 'assets/topic/asb/15715.png', 'Dukani kwa Bwana Mkweli mikate imekatwa tayari kutengeneza robo zitakazonunuliwa na wanafunzi. Anakata sehemu nyororo iliyo katikati kisha anaweka ndani mayai. Mkweli pia anaweka vijiko viwili vya kachumbari iliyotayarishwa na mkewe. Yeye hupenda kujigamba kwamba robo za mkate anazouza zina mayai ndani na juu kuna kachumbari!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_5', 3, NULL, 'assets/topic/asb/15716.png', 'Katika duka la Hadaa, mayai karibu yawe tayari, lakini bado anakata mikate kutengeneza robo. Ana wasiwasi kwa sababu biashara hayiendi vizuri dukani kwake. "Ilianza vizuri," Bwana Hadaa anawaza. "Lakini, sasa ninapata wateja wachache sana. Ingawa ninapunguza gharama yangu kwa kuikata mikate sehemu tano badala ya nne."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_6', 3, NULL, 'assets/topic/asb/15717.png', 'Jabu na Zorina wananunua chakula cha mchana. Zorina ananunua kutoka kwa Bwana Hadaa. Jabu naye ananunua kutoka kwa Bwana Mkweli. Jabu anaamini kuwa robo anazouza Bwana Mkweli zina mayai na kachumbari nyingi kuliko zile anazouza Bwana Hadaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_7', 3, NULL, 'assets/topic/asb/15718.png', 'Foleni iliyo nje ya duka la Bwana Mkweli ni ndefu zaidi. Zorina anamsubiri Jabu. Kisha marafiki hao wanaketi pamoja kwenye kivuli kufurahia robo zao za mkate.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_8', 3, NULL, 'assets/topic/asb/15719.png', 'Zorina anona kitu kinachomfanya aukunje uso wake. "Unatazama nini?" Jabu anauliza. Zorina anajibu, "Robo yako! Inaonekana kubwa kuliko yangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_9', 3, NULL, 'assets/topic/asb/15720.png', 'Wanazitazama robo zao kwa makini. Ni kweli kuwa robo ya Jabu ni kubwa kuliko ya Zorina. Zorina anasema, "Hakika, hapa kuna kitu kisicho sawa. Ama hii ndiyo sababu duka la Bwana Hadaa halina tena wateja wengi." Jabu anajibu, "Nilisikia kwamba baadhi ya watoto walimwona Bwana Hadaa akiukata mkate vipande vitano vya kutengeneza robo zake!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_10', 3, NULL, 'assets/topic/asb/15721.png', 'Nora anawasikia Jabu na Zorina wakiongea naye anataka kujua tofauti ya kuukata mkate vipande vitano. Zorina na Jabu wanajibu pamoja, "Kipande cha robo tunachouziwa ni robo ya mkate!" Nora anaonekana kutoelewa, kwa hivyo, Zorina anamweleza, "Lazima mkate ukatwe vipande vinne vilivyo sawa ili kila kipande kiwe robo ya mkate mzima."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_11', 3, NULL, 'assets/topic/asb/15722.png', 'Nora amekasirika kwa sababu yeye pia hununua kwa Bwana Hadaa. "Kwa hivyo anatuibia, sivyo!" anasema kwa sauti kubwa. Zorina anaamua kurudi kwa Bwana Hadaa kulalamika. Anatembea huku amebeba robo ya mkate wake juu. Nora anamfuata nyuma haraka. Jabu anashusha pumzi kisha anawafuata marafiki zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_12', 3, NULL, 'assets/topic/asb/15723.png', 'Bwana Hadaa anaudhika anapoona kuwa wao sio +wateja wapya. Anasema, "Hamjambo, tena, watoto. Je, niwasaidie namna gani?" Nora anamwuliza kwa ukali, "Bwana Hadaa, ulinipatia kipande nami nikakulipa pesa za robo. Lakini hii si robo," Nora anasema huku akiashiria kipande chake. "Ninataka +robo ya mkate au unirejeshee pesa zangu," anasema kwa ukali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_13', 3, NULL, 'assets/topic/asb/15724.png', '"Je, ni kweli Bwana Hadaa? Umekuwa ukituhadaa!" Nora analia. Wakati huo baadhi ya watoto wamewafuata hadi pale dukani. Wao pia wanasikiliza shutuma anazopata Hadaa. Hadaa anawapungia mkano kwa madharau, "Ni nini hiki mnachosema kunihusu? Mimi si mtu wa aina hiyo! Ninataka mwondoke dukani kwangu mara moja!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_14', 3, NULL, 'assets/topic/asb/15725.png', 'Zorina anasema kimya kimya, "Tutamwambia kila mtu kuhusu kile unachofanya. Ujumbe huo utaenea kama moto shuleni kote. Utalazimika kulifunga duka lako. Hakuna atakayenunua kutoka kwako!" Bwana Hadaa anawatazama watoto wale watatu wanaosimama mbele yake. Kisha anautazama umati unaoendelea kuongezeka nje ya duka lake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_15', 3, NULL, 'assets/topic/asb/15726.png', 'Mwishowe, Bwana Hadaa anasema, "Vyema, nitakurejeshea pesa zako." Jabu anasema, "Pia, ahidi kwamba utaukata mkate vipande vinne kuzitengeneza robo." Bwana Hadaa anaahidi kwamba atafanya hivyo. Kisha anasafisha koo yake na kusema kwa sauti ili kila mmoja asikie, "Pia, ninaahidi kwamba nitaongeza kiasi cha kachumbari na mayai kwenye robo za mkate."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_16', 3, NULL, 'assets/topic/asb/15727.png', 'Bwana Hadaa kweli aliongeza kiasi cha mayai na kachumbari kwenye robo za mkate alizotengeneza. Baadaye, watoto zaidi walikuwa wakinunua kutoka kwake na duka lake lilianza kupata faida. Aliweza kumwajiri mtu wa kumsaidia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_17', 3, NULL, 'assets/topic/asb/15728.png', 'Sasa, kuna ushindani mzuri kati ya Bwana Hadaa na Bwana Mkweli. Kila mtu anafurahi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_18', 3, NULL, 'assets/topic/asb/15729.png', 'Andika tafsiri ya picha uionayo hapa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22747_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Robo za Bwana Hadaa +Author - +Lorato Trok +Translation - +Ursula Nafula +Illustration - +Marleen Visser +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712', 2, 'Sababu ya chura kuwa na sura mbaya', 'assets/topic/asb/7077.png', 'Brigid Simiyu + Hélder de Paz Alexandre', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_3', 3, NULL, 'assets/topic/asb/7069.png', 'Miaka mingi iliyopita, Mjusi na Chura walikuwa marafiki. Siku moja waliamua kuwatafuta wasichana wapenzi jijini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_4', 3, NULL, 'assets/topic/asb/7070.png', 'Chura alimwonea Mjusi wivu. Mjusi alikuwa na ngozi iliyometameta na ya kuvutia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_5', 3, NULL, 'assets/topic/asb/7071.png', 'Chura alimwuliza, "Ni kitu gani ulichofanya ukawa mrembo hivi? Hebu, nitazame, nina sura mbaya mno. Ninawezaje kuirembesha ngozi yangu?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_6', 3, NULL, 'assets/topic/asb/7072.png', 'Mjusi alimjibu, "Sikiliza! Tia maji chunguni kisha ukiweke mekoni. Halafu u..."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_7', 3, NULL, 'assets/topic/asb/7073.png', 'Hakumaliza usemi wake. Chura alimjibu, "Ninajua tayari, najua. Fyata ulimi, rafiki yangu." Kisha aliondoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_8', 3, NULL, 'assets/topic/asb/7074.png', 'Chura alipofika nyumbani, aliyatia maji chunguni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_9', 3, NULL, 'assets/topic/asb/7075.png', 'Maji yalipoanza kuchemka, alijitumbukiza ndani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_10', 3, NULL, 'assets/topic/asb/7076.png', 'Ngozi yake ikachomeka na mkia wake ukakatika!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_11', 3, NULL, 'assets/topic/asb/7077.png', 'Na badala ya kumetameta na kuwa mrembo kama Mjusi, alikuwa na sura mbaya zaidi!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8712_12', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sababu ya chura kuwa na sura mbaya +Author - +Mozambican folktale +Translation - +Brigid Simiyu +Illustration - +Hélder de Paz Alexandre +Language - +Kiswahili +Level - +First sentences +© Mozambican Writers 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197', 2, 'Samaki Mkarimu', 'assets/topic/asb/1840.png', 'Brigid Simiyu +Jemma Kahn and Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_3', 3, NULL, 'assets/topic/asb/1841.png', 'Hapo zamani za kale, Mpunzi na mkewe waliishi na mtoto wao mmoja wa kike aliyeitwa Nosisa. Mpunzi alitaka mtoto mvulana, lakini yeye na mkewe hawangeweza kupata watoto wengine. Mpunzi alimlaumu mkewe kwa kutompa mtoto wa kiume.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_4', 3, NULL, 'assets/topic/asb/1843.png', 'Siku moja, Mpunzi alimchapa mkewe. Mkewe alitoroka akaenda nyumbani kwao. Alihuzunika kwani Mpunzi hakumruhusu aende na Nosisa. Mpunzi alimdhulumu bintiye namna alivyomdhulumu mkewe. Nosisa aliishi maisha ya huzuni sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_5', 3, NULL, 'assets/topic/asb/1844.png', 'Mpunzi alioa mke mwingine. Alitumaini kwamba mke huyo mpya angemzalia mtoto mvulana. Maisha ya Nosisa sasa yalikuwa magumu zaidi babake alipooa tena. Mpunzi alimtetesha na kumlazimisha kumtumikia mke wake mpya. Nosisa alifanya kazi kama mtumwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_6', 3, NULL, NULL, 'Mpunzi aliona fahari sana kutokana na mifugo wake. Alizoea kutazama mifugo wake wakila nyasi uwanjani. Alihisi kuwa alikuwa ametosheka sana na mali yake. Wengi wa wafanyakazi wa Mpunzi walisafisha makao yake na kuwachunga mifugo wake. Walikama maziwa ambayo Mpunzi aliwauzia wanakijiji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_8', 3, NULL, 'assets/topic/asb/1848.png', 'Mpunzi alimpenda sana mke wake mpya. Amchukulia kama malkia. Alikaa chumbani wakati wote huku akiwaamrisha Nosisa na wafanyakazi. Nosisa alirauka mapema kila siku kumtayarishia chai mamake wa kambo. Alimfagilia chumba chake na kumpikia, lakini mamake wa kambo alinung''unika kuwa chakula chake kilikuwa baridi, kuwa chai yake ilikuwa hafifu, na kwamba chumba chake kilikuwa kichafu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_9', 3, NULL, 'assets/topic/asb/1846.png', 'Siku moja Mpunzi alikasirika akamkaripia na kumgonga Nosisa kwa kijiti. Nosisa alitoroka akaenda mtoni alikokaa na kulia alasiri nzima. Ghafla, alisikia sauti kutoka majini. Alimwona Samaki aliyekuwa akitoa ile sauti. Nosisa alishtuka lakini Samaki alimtuliza, "Tafadhali, binti yangu, usitoroke, mimi ni mamako. Nimebadilika kuwa samaki ili babako asinitambue."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_10', 3, NULL, 'assets/topic/asb/1849.png', '"Una shida gani?" Samaki aliuliza. Nosisa alimweleza kuhusu maisha yake ya huzuni. "Usiwe na wasiwasi mwanangu. Nitakuletea chakula kila siku," Samaki alisema. Alimpa Nosisa mboga wakasherehekea halafu akatokomea. Nosisa alienda nyumbani akiwa anatabasamu. Alijua hatalala tena njaa kama ilivyokuwa desturi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_11', 3, NULL, 'assets/topic/asb/1857.png', 'Kila asubuhi Nosisa aliamka na kufanya kazi zote za nyumbani kama ilivyokuwa kawaida. Adhuhuri, alienda mtoni. Aliita kila wakati, naye Samaki alitokea akiwa amebeba chakula kitamu. Nosisa alifurahi na kumwelezea chochote. Alianza kuwa na afya nzuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_12', 3, NULL, 'assets/topic/asb/1850.png', 'Nosisa alimtembelea Samaki kila siku hadi mamake wa kambo akaanza kumshuku. "Kuna jambo linaendelea kule mtoni, na ni lazima nitaligundua," aliwaza. Alasiri moja alimfuata Nosisa hadi mtoni. Alimwona Nosisa akimzungumzia Samaki na kupokea chakula kitamu. Siri ya Nosisa sasa ilikuwa imetambulika! "Lazima nifanye jambo kumhusu huyu samaki," alisema mama wa kambo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_13', 3, NULL, 'assets/topic/asb/1851.png', 'Mpunzi aliporejea jioni, alimpata mkewe mpya akiwa chumbani kwake akilia. "Unasumbuliwa na nini mke wangu mrembo?" Mpunzi aliuliza. "Mganga aliniambia kwamba njia pekee ya kukuzalia mtoto mvulana ni kumla samaki mkubwa aishiye kwenye mto ulio karibu hapa," alisema. "Je, utaniletea samaki huyo usiku wa leo?" mwanamke akamsihi. "Nitakufanyia lolote," Mpunzi akasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_14', 3, NULL, 'assets/topic/asb/1852.png', 'Mpunzi alianza safari ya kwenda mtoni kabla giza kuingia. Aliwachukua wafanyakazi wake ili wamsaidie. Mpunzi alimpata samaki mkubwa zaidi. Alipofika nyumbani, moto mkubwa wa kumpika yule samaki ulikuwa tayari. "Nitatayarisha kitoweo kizuri," mwanamke akamwelezea Mpunzi aliyekuwa amefurahi sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_15', 3, NULL, 'assets/topic/asb/1853.png', 'Usiku ule Mpunzi na mkewe walienda kulala baada ya chakula kitamu. Waliacha mifupa mezani ili Nosisa asafishe asubuhi yake. Nosisa alipowaletea kahawa chumbani, walikuwa bado wanalala. "Hili ni jambo geni," Nosisa alifikiria. "Babangu huamka mapema mno kwenda kazini. Kwa nini leo bado analala?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_16', 3, NULL, 'assets/topic/asb/1854.png', '"Heri nikimbie mtoni nipate kiamsha kinywa kizuri," alifikiria. Nosisa alikimbia kwenda mtoni. Alipofika kule, alimwita Samaki mara nyingi lakini Samaki hakuja. Nosisa alianza kulia. Hakujua kilichotokea. Alipokuwa akilia, ndege mmoja alimwambia kilichotendeka. Alilia kwa nguvu akidhani kwamba mamake alikuwa ameangamizwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_17', 3, NULL, 'assets/topic/asb/1855.png', 'Ndege alimwambia aiokote mifupa kutoka mezani kisha airushe mtoni. Angefanya hivyo, Samaki angefufuka. Alimwambia pia awaache babake na mamake wa kambo walale hadi adhuhuri. Nosisa alifanya alivyoambiwa. Aliichukuwa mifupa, akaiweka mfukoni kisha akairusha mtoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_18', 3, NULL, 'assets/topic/asb/1856.png', 'Nosisa alikimbia kurudi nyumbani na kabla adhuhuri kufika, aliwaamsha babake na mamake wa kambo. Hakuwatambua! Walikuwa wamezeeka na kudhoofika. Hawangemkaripia wala kumpiga tena. Walichoka wasiweze kuuchunga mji wao. Nosisa aliichukua mali ya babake. Akawaita wafanyakazi wote na kuwaambia kilichotokea. Wakasherehekea na kuishi kwa amani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2197_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Samaki Mkarimu +Author - +Kholeka Mabeta +Translation - +Brigid Simiyu +Illustration - +Jemma Kahn and Wiehan de Jager +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974', 2, 'Sare za shule', 'assets/topic/asb/954.png', 'Gladys Njoki and Racheal Njoki + Mlungisi Dlamini', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_3', 3, NULL, 'assets/topic/asb/955.png', 'Rinda hili ni refu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_4', 3, NULL, 'assets/topic/asb/956.png', 'Sweta hii ni kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_5', 3, NULL, 'assets/topic/asb/957.png', 'Mkoba huu ni mkubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_6', 3, NULL, 'assets/topic/asb/958.png', 'Mshipi huu ni mfupi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_7', 3, NULL, 'assets/topic/asb/959.png', 'Kofia hii ni ndogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_8', 3, NULL, 'assets/topic/asb/960.png', 'Soksi hizi ni fupi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_9', 3, NULL, 'assets/topic/asb/961.png', 'Lakini, viatu hivi ni vipya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_10', 3, NULL, 'assets/topic/asb/954.png', 'Vinanitosha vizuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2974_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sare za shule +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Translation - +Gladys Njoki and Racheal Njoki +Illustration - +Mlungisi Dlamini +Language - +Kiswahili +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal, 2007 2014 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397', 2, 'Sayari Jua ya Saba', 'assets/topic/asb/2316.png', 'Kamundi Mutugi + Pratham Books', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_3', 3, NULL, 'assets/topic/asb/2317.png', 'Hapo zamani za kale kulikuwa na sayari jua saba angani. Miale mikali ya sayari jua hizo iling''aa duniani hadi binadamu wakashindwa kuvumilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_4', 3, NULL, 'assets/topic/asb/2318.png', 'Ndugu saba wa kabila la Munda waliamua kuziua sayari jua hizo. Walizirushia mishale lakini wakaweza kuziua sayari jua sita pekee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_5', 3, NULL, 'assets/topic/asb/2319.png', 'Sayari Jua ya saba ilikuwa imejificha nyuma ya mlima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_6', 3, NULL, 'assets/topic/asb/2320.png', 'Baada ya sayari jua sita kuuawa, giza lilitanda kila mahali. Kwa sababu hiyo, paa hangeweza kumwona chui. Tembo walijikwaa kwenye miti na sungura wakatembea kwenye hatari ya simba. Wanyama wote walitaabika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_7', 3, NULL, 'assets/topic/asb/2328.png', 'Wanyama wote walikutana kutatua shida hii. Sungura alisema kwamba Sayari Jua ya saba ilikuwa imejificha nyuma ya mlima. Wnayama walijiuliza, "Ni nani atakayeiita Sayari Jua hiyo irudi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_8', 3, NULL, 'assets/topic/asb/2321.png', '"Nitaiita irudi," alisema Simba, mfalme wa msitu huo. "Jua, jua, tafadhali usitutoroke. Rudi utuangazie." Simba alinguruma. Lakini, Sayari Jua ilikataa kumsikiliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_9', 3, NULL, 'assets/topic/asb/2322.png', 'Tembo naye akajaribu kuiita Sayari jua. Aliuinua mkonga wake na kupaaza sauti, "Jua, jua tafadhali rudi." Lakini, Sayari Jua ilikataa kumsikiliza pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_10', 3, NULL, 'assets/topic/asb/2323.png', 'Mrembo Tausi alicheza densi kidogo na kisha akajaribu kuiita Sayari Jua, "Jua, jua, tafadhali rudi." Sayari jua ilikataa kujitokeza. Wanyama wote walijaribu kuiita Sayari Jua. Lakini Sayari Jua haikumsikiza yeyote. Jogoo alipojitokeza kuiita Sayari Jua, kila mmoja alimcheka. Simba, kama kiongozi mzuri, alisema, "Tumpeni Jogoo nafasi ajaribu kuiita Sayari Jua."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_11', 3, NULL, 'assets/topic/asb/2324.png', 'Jogoo alisimama mbele ya wanyama wote, na taratibu akawika, "Kookoorikoo! Kookoorikoo!" Mara Sayari Jua ikaanza kuchomoza kutoka nyuma ya mlima. Wanyama wote walishangaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_12', 3, NULL, 'assets/topic/asb/2325.png', 'Jogoo akawika tena kwa nguvu zaidi, "Kookoorikoo!" Sayari Jua ikachomoza hata zaidi. Jogoo akawika kwa mara ya tatu, "Kookoorikoo!" Sayari Jua ikapanda juu zaidi na kung''aa. Kukawa na mwangaza kila mahali. Wanyama wote na binadamu wakafurahi kuuona mwangaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_13', 3, NULL, 'assets/topic/asb/2326.png', 'Wanyama waliwaomba binadamu wasiiue Sayari Jua. Tangu siku hiyo, jogoo huwika kila asubuhi. Nayo Sayari Jua isikiapo sauti ya jogoo, huchomoza na kuangaza dunia yote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2397_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sayari Jua ya Saba +Author - +Indian Folktale +Translation - +Kamundi Mutugi +Illustration - +Pratham Books +Language - +Kiswahili +Level - +Longer paragraphs +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109', 2, 'Sherehe ya kuzaliwa kwa Lina asiyoitarajia', 'assets/topic/asb/18612.png', 'Ursula Nafula +Marleen Visser', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_3', 3, NULL, 'assets/topic/asb/18613.png', 'Lina, Opondo, na Anton walikuwa wakifanya matayarisho ya kusherehekea kuzaliwa kwa Lina.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_4', 3, NULL, 'assets/topic/asb/18599.png', 'Anton na Lina walitaka kuoka keki. Opondo alianza kusoma kitabu cha mapishi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_5', 3, NULL, 'assets/topic/asb/18600.png', '"Hebu tuvichanganye viungo hivi katika bakuli kubwa," Lina alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_6', 3, NULL, 'assets/topic/asb/18601.png', 'Anton alivikoroga viungo vyote akasababisha mchafuko mkubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_7', 3, NULL, 'assets/topic/asb/18602.png', '"Keki inaonekana kuwa nzito sasa," Opondo alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_8', 3, NULL, 'assets/topic/asb/18603.png', '"Marafiki zako wamewasili," Opondo alimjulisha Lina.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_9', 3, NULL, 'assets/topic/asb/18604.png', 'Anton alidhani kwamba zawadi ya kwanza ingekuwa nzito kwa sababu ilikuwa kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_10', 3, NULL, 'assets/topic/asb/18605.png', 'Ulikuwa mto na ulikuwa mwepesi sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_11', 3, NULL, 'assets/topic/asb/18606.png', 'Anton tena alifikiri kuwa zawadi itakayofuata ingekuwa nyepesi kwa sababu ilikuwa ndogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_12', 3, NULL, 'assets/topic/asb/18607.png', 'Lilikuwa jiwe lililopakwa rangi na lilikuwa nzito sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_13', 3, NULL, 'assets/topic/asb/18608.png', 'Watoto walisema kwamba kilo moja ya mawe ilikuwa na uzani sawa na kilo moja ya manyoya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_14', 3, NULL, 'assets/topic/asb/18609.png', 'Keki ya Lina iliungua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_15', 3, NULL, 'assets/topic/asb/18610.png', 'Lina alihuzunika sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_16', 3, NULL, 'assets/topic/asb/18611.png', 'Shangazi Molly alimwuliza Anton, "Unadhani zawadi ya Lina itakuwa na uzito kiasi gani?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_17', 3, NULL, 'assets/topic/asb/18598.png', 'Anton alimjibu, "Nadhani itakuwa na uzito sawa na ile keki iliyoungua."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_18', 3, NULL, 'assets/topic/asb/18612.png', 'Kila mmoja alisema, "Lina, tunakutakia siku ya kuzaliwa yenye furaha."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23109_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sherehe ya kuzaliwa kwa Lina asiyoitarajia +Author - +Leo Daly +Translation - +Ursula Nafula +Illustration - +Marleen Visser +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707', 2, 'Siafu amwokoa Njiwa', 'assets/topic/asb/788.png', 'Ursula Nafula + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_3', 3, NULL, 'assets/topic/asb/784.png', 'Ilikuwa siku yenye joto jingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_4', 3, NULL, 'assets/topic/asb/785.png', 'Siafu Mdogo hakuwa amepata maji kwa siku nyingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_5', 3, NULL, 'assets/topic/asb/786.png', 'Akawaza, "Ninahitaji tone moja tu la maji, hata kama litatoka kwenye jani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_6', 3, NULL, 'assets/topic/asb/787.png', 'Umande wote ulikuwa umekauka. Hangepata hata tone moja la moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_7', 3, NULL, 'assets/topic/asb/789.png', 'Siafu Mdogo akalia sana, "Nisipokunywa maji, nitakufa. Lazima niufikie mto nilioelezwa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_8', 3, NULL, 'assets/topic/asb/790.png', '"Ati mtoni? Huko utakufa maji!" Kichakuro mmoja mwenye hekima alimwonya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_9', 3, NULL, 'assets/topic/asb/791.png', 'Lakini, Siafu Mdogo hakujali. Kiu chake kiliongezeka. "Nitakufa iwapo sitakunywa maji sasa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_10', 3, NULL, 'assets/topic/asb/870.png', 'Siafu Mdogo alienda kuutafuta mto alioambiwa juu yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_11', 3, NULL, 'assets/topic/asb/871.png', 'Alipitia kwenye nyasi na matawi yaliyokauka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_12', 3, NULL, 'assets/topic/asb/872.png', 'Mara akasikia mngurumo wa mawimbi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_13', 3, NULL, 'assets/topic/asb/873.png', 'Siafu Mdogo alifika mtoni akayanywa maji baridi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_14', 3, NULL, 'assets/topic/asb/874.png', 'Alifurahi kukata kiu na hakuliona wimbi kubwa likija.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_15', 3, NULL, 'assets/topic/asb/875.png', 'Siafu Mdogo alijaribu kujishikilia kwenye nyasi kavu zilizokuwa zikielea. Lakini, alisombwa na maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_16', 3, NULL, 'assets/topic/asb/876.png', 'Siafu Mdogo alilia, "Jamani, nisaidieni."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_17', 3, NULL, 'assets/topic/asb/877.png', 'Njiwa Mweupe alikuja akamnyooshea tawi. Akasema, "Panda juu ya tawi haraka."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_18', 3, NULL, 'assets/topic/asb/878.png', 'Siafu Mdogo aliruka juu ya tawi na Njiwa Mweupe akamwokoa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_19', 3, NULL, 'assets/topic/asb/879.png', 'Siafu Mdogo akasema, "Siondoki kabla sijamshukuru Njiwa. Nitasubiri hadi atakaporejea kunywa maji."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_20', 3, NULL, 'assets/topic/asb/880.png', 'Siku moja alipokuwa akimsubiri Njiwa Mweupe, Jona na Petro walikuja mtoni. Walikuwa wamebeba manati.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_21', 3, NULL, 'assets/topic/asb/881.png', '"Yule Njiwa Mweupe ambaye huja hapa kunywa maji, tutamla jioni." Jona akawaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_22', 3, NULL, 'assets/topic/asb/882.png', 'Jona na Petro walijificha nyuma ya mimea kando ya mto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_23', 3, NULL, 'assets/topic/asb/883.png', '"Sitakubali wajanja hao wamuue yule Njiwa Mweupe. Lakini nitafanyaje? Mimi ni mdogo sana." Siafu aliwaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_24', 3, NULL, 'assets/topic/asb/884.png', 'Wakati huo huo Njiwa Mweupe aliruka kutoka mtini anywe maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_25', 3, NULL, 'assets/topic/asb/885.png', 'Jona na Petro walipima shabaha na kungoja kwa hamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_26', 3, NULL, 'assets/topic/asb/886.png', 'Siafu Mdogo alipata wazo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_27', 3, NULL, 'assets/topic/asb/887.png', 'Aliurukia mguu wa Petro na kumuuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_28', 3, NULL, 'assets/topic/asb/904.png', 'Petro aliruka juu akalia kwa uchungu, "Waaa!" Aliyaachilia manati yake yakaanguka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_29', 3, NULL, 'assets/topic/asb/888.png', 'Njiwa Mweupe alishtuka akaondoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_30', 3, NULL, 'assets/topic/asb/889.png', 'Hivyo ndivyo Siafu Mdogo alivyomwokoa Njiwa Mweupe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8707_31', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Siafu amwokoa Njiwa +Author - +Kholeka Mabeta and Judith Baker +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615', 2, 'Siku ambayo Jua lilipotea', 'assets/topic/asb/14611.png', 'Brigid Simiyu + Jesse Breytenbach', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_3', 3, NULL, 'assets/topic/asb/14612.png', 'Mama Jua alimtembelea dadake Mwezi. +"Nitarejea karibuni," Jua alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_4', 3, NULL, 'assets/topic/asb/14598.png', 'Mama Jua alipoondoka, Milima ilihuzunika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_5', 3, NULL, 'assets/topic/asb/14600.png', 'Upepo uliitikisa Miti. +Miti ikadondosha majani yake kwa hasira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_6', 3, NULL, 'assets/topic/asb/14602.png', 'Anga lilianza kulalamika. +Lilibadilika na kuwa rangi ya kijivu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_7', 3, NULL, 'assets/topic/asb/14604.png', 'Mawingu yalihuzunika. +Yalilia machozi mengi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_8', 3, NULL, 'assets/topic/asb/14605.png', 'Ulimwengu mzima ukaanza kuzama majini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_9', 3, NULL, 'assets/topic/asb/14606.png', 'Wakati huo, Mama Jua alimbusu dadake Mwezi. +Alimuaga tayari kurejea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_10', 3, NULL, 'assets/topic/asb/14607.png', 'Anga lilifurahia Mama Jua. Lilibadilika rangi ya bluu. +Milima ilitabasamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_11', 3, NULL, 'assets/topic/asb/14608.png', 'Upepo ulilala. +Miti ikanyoosha matawi yake na kutabasamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_12', 3, NULL, 'assets/topic/asb/14609.png', 'Mawingu yalifurahi tena kumwona Mama Jua. +Yalienda kucheza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_13', 3, NULL, 'assets/topic/asb/14610.png', 'Miche ilichipuka katika ardhi na kusema, "Habari." +Dunia nzima iling''ara.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_14', 3, NULL, 'assets/topic/asb/14611.png', 'Mama Jua alitoa mwangaza. +Alitabasamu akasema, "Niliwaambia nitarejea."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15615_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Siku ambayo Jua lilipotea +Author - +Khothatso Ranoosi and Marion Drew +Translation - +Brigid Simiyu +Illustration - +Jesse Breytenbach +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +http://paleng.weebly.com/', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032', 2, 'Siku niliyokwenda Jijini', 'assets/topic/asb/15008.png', 'Ursula Nafula + Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_3', 3, NULL, 'assets/topic/asb/14993.png', 'Kituo cha basi kijijini kwetu kilikuwa na shughuli nyingi. Basi zilijaza mizigo huku abiria wakizitafuta basi walizotaka kuabiri. Kondakta waliwaelekeza abiria kwenye basi zilizokwenda sehemu mbalimbali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_4', 3, NULL, 'assets/topic/asb/14994.png', 'Nilimsikia kondakta mmoja akiita kwa sauti, "Jiji! Jiji! Wanaokwenda magharibi!" Lile ndilo basi nililohitaji kuabiri kwa usafiri wangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_5', 3, NULL, 'assets/topic/asb/14995.png', 'Basi la kwenda jijini lilikuwa karibu kujaa. Hata hivyo, watu zaidi walitaka kuingia. Baadhi yao walipakia mizigo chini ya basi. Wengine waliiweka ndani kwenye rafu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_6', 3, NULL, 'assets/topic/asb/14997.png', 'Baadhi ya abiria walishika tiketi zao huku wakitafuta viti vilivyokuwa wazi. Wanawake waliokuwa na watoto wachanga waliwatayarisha kwa safari hiyo itakayokuwa ndefu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_7', 3, NULL, 'assets/topic/asb/14996.png', 'Nilipenyeza ndani nikapata kiti karibu na dirisha. Abiria aliyeketi karibu nami alishika karatasi ya plastiki ya kijani kibichi. Alivaa viatu vilivyozeeka na koti kukuu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_8', 3, NULL, 'assets/topic/asb/14998.png', 'Nilitazama nje nikawaza, "Ninaondoka hapa mahali nilipolelewa nikienda kwenye jiji kubwa. Sijui ikiwa nitawahi kurudi hapa tena."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_9', 3, NULL, 'assets/topic/asb/14999.png', 'Upakiaji mizigo ulikamilika na abiria wakawa wameketi. Wachuuzi walizidi kusukumana wakitaka kuuza bidhaa zao. Walitaja majina ya bidhaa walizouza kwa sauti ya juu. Maneno yao yalinifurahisha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_10', 3, NULL, 'assets/topic/asb/15000.png', 'Baadhi ya abiria walinunua vinywaji. Wengine walinunua vitavunaji vidogo na kutavuna. Tusiokuwa na fedha, tulitazama tu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_11', 3, NULL, 'assets/topic/asb/15001.png', 'Shughuli hizo zilikatizwa kwa mlio wa honi ya basi. Tulikuwa tayari kuondoka. Kondakta aliwataka wachuuzi wote washuke kutoka basini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_12', 3, NULL, 'assets/topic/asb/15002.png', 'Wachuuzi walisukumana kutoka nje. Wachache waliwarudisha abiria masalio ya hela zao. Wengine walifanya juhdi za mwisho kuuza bidhaa zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_13', 3, NULL, 'assets/topic/asb/15003.png', 'Basi lilipoondoka kituoni, nilichungulia dirishani. Nilikitazama kituo hicho kilichojaa magari nikiwaza, "Pengine hii itakuwa mara yangu ya mwisho kukiona kituo hiki."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_14', 3, NULL, 'assets/topic/asb/15004.png', 'Safari ilipoendelea, nilihisi joto jingi. Niliyafumba macho nikinuia kulala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_15', 3, NULL, 'assets/topic/asb/15005.png', 'Nilijiuliza maswali mengi. "Je, mamangu atakuwa salama? Je, sungura wangu watatufaidi? Je, ndugu yangu atakumbuka kunyunyizia maji miche ya miti yangu?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_16', 3, NULL, 'assets/topic/asb/15006.png', 'Njiani, nilikariri jina la mahali mjombangu aliishi kule jijini. Hatimaye, nilipatwa na usingizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_17', 3, NULL, 'assets/topic/asb/15007.png', 'Baada ya saa tisa, niliamshwa kwa kelele nyingi. Kondakta alikuwa akiwaita abiria waliotaka kwenda kijijini kwetu. Nilichukua mkoba wangu mdogo nikaruka nje.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_18', 3, NULL, 'assets/topic/asb/15008.png', 'Basi hilo lililokuwa likirudi lilikuwa linajaa upesi. Muda mfupi baadaye, lingeanza safari ya kwenda mashariki. Jambo la mhimu kwangu, lilikuwa kuanza kutafuta nyumba ya mjombangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15032_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Siku niliyokwenda Jijini +Author - +Lesley Koyi and Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433', 2, 'Siku niliyopotea sokoni', 'assets/topic/asb/1447.png', 'Pete Mhunzi + Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_3', 3, NULL, 'assets/topic/asb/1448.png', 'Mimi ninaishi katika kijiji cha Kakuma. Ni mahali pakavu penye miti ya miiba na joto jingi. Kakuma, kuna mbuzi wengi. Wenyeji wengi hupanda baiskeli. Sokoni kuna maduka machache madogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_4', 3, NULL, 'assets/topic/asb/1449.png', 'Asubuhi moja, mamangu aliniita akasema, "Etabo, leo umefika umri wa miaka sita nasi tutakupa zawadi." Nilimuuliza nikiwa na furaha tele, "Zawadi gani? Zawadi gani?" Akajibu, "Utafuatana nasi kesho twende sokoni. Tutapanda basi." Hiyo ingekuwa safari yangu ya kwanza kwenda soko kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_5', 3, NULL, 'assets/topic/asb/1450.png', 'Keshoye, tulikwenda kwenye kituo cha basi. Nilisimama kati ya mama na shangazi. Nilijisikia mdogo sana nikiwa kati yao. Nilikuwa nimevaa suruali mpya ya bluu na fulana nyekundu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_6', 3, NULL, 'assets/topic/asb/1451.png', 'Basi lilikuwa limejaa kwa hivyo ilibidi mama anipakate. Nililala njia nzima Kwa vile nilikuwa nimechoka sana kutokana na joto. Njiani sikuona chochote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_7', 3, NULL, 'assets/topic/asb/1452.png', 'Jua lilikuwa limeanza kuchomoza tulipofika sokoni. Langoni, palikuwa na mama muuzaji wa nafaka. Pembeni, walikuwapo wanaume wawili waliokuwa wakiviandaa viazi vitamu. Upande wa pili, mama mmoja mfupi alishika helikopta ya rangi ya bluu iliyometameta. Nilipoina, niliita, "Mama, mama, tazama helikopta ile!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_8', 3, NULL, 'assets/topic/asb/1453.png', 'Katikati ya soko, kulikuwa na kibanda kikubwa. Matunda aina nyingi yaliuzwa pale. "Yanaitwaje matunda haya?" Nilimwuliza mama huku nikimwonyesha aina ambayo sikuwahi kuiona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_9', 3, NULL, 'assets/topic/asb/1454.png', 'Niliendelea kuuliza, "Na haya je?" Mama akajibu, "Haya ni matofaa." Kati ya matunda yote kibandani, nilipenda matofaa zaidi. Nilipotazama umbo na rangi yake, niliwazia utamu wake. "Tafadhali mama ninunulie tofaa moja?" Niliuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_10', 3, NULL, 'assets/topic/asb/1455.png', 'Pindi nilipopewa tofaa, niliuachilia mkono wa mama, nikalishika tunda kwa mikono miwili. Nililitafuna polepole nikaonja utamu wake. Nilikuwa sijawahi kulionja tunda tamu kama tofaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_11', 3, NULL, 'assets/topic/asb/1456.png', 'Nilipomaliza kulila tofaa, niligeuka kuongea na mama, lakini hakuwepo! Nilimtafuta mahali tulipotoka, lakini sikumwona yeye wala shangazi. Nikamwuliza mama muuzaji nafaka, lakini hakujua walipokuwa. Nikaanza kulia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_12', 3, NULL, 'assets/topic/asb/1457.png', 'Baadaye, mama mmoja alinishika mkono na kuniongoza walipokuwa watoto wengine. Mzee mmoja mwenye ndevu aliniuliza, "Jina lako nani mwanangu?" Huku nikilia, nilimjibu, "E-ta-bo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_13', 3, NULL, 'assets/topic/asb/1458.png', 'Nilianza kujiuliza kama watoto pia huuzwa sokoni. Mara nikaacha kulia ili nione kama wanunuzi wa watoto walikuwepo chumbani mle. Baada ya muda alikuja mama mmoja akamchagua mmojawapo wa watoto. Nikawaza, "Mimi nikichaguliwa, sitarudi nyumbani tena?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_14', 3, NULL, 'assets/topic/asb/1459.png', 'Kisha nilimsikia yule mwanamume mwenye ndevu akiuliza, "Etabo yuko wapi?" Nililia zaidi nikisema, "Lakini mimi sitaki kwenda na wewe!" Nikatoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_15', 3, NULL, 'assets/topic/asb/1460.png', 'Walipolisikia jina langu likiitwa, mama na shangazi walikimbilia chumbani humo. "Etabo, Etabo." Iliita sauti niliyoitambua kuwa ya mamangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_16', 3, NULL, 'assets/topic/asb/1460.png', 'Nilimkumbatia mamangu. Kisha shangazi akasema, "Etabo, tulikuwa tunakutafuta tukupe zawadi yako ya siku ya kuzaliwa." Aliitoa helikpta iliyometameta ya rangi ya bluu kutoka kwenye mfuko mkubwa alioubeba. "Hii hapa zawadi yako!" Akasema mama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8433_17', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Siku niliyopotea sokoni +Author - +Timothy Kabare and Ursula Nafula +Translation - +Pete Mhunzi +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative, 2014 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139', 2, 'Siku tuliyouona upinde', 'assets/topic/asb/10970.png', 'Ursula Nafula + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_3', 3, NULL, 'assets/topic/asb/10965.png', 'Jina langu ni Kobole. Ninaishi katika kijiji kiitwacho Mbalisana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_4', 3, NULL, 'assets/topic/asb/10966.png', 'Siku moja nilikuwa nikichuma matunda. Nilishuhudia jambo la kushangaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_5', 3, NULL, 'assets/topic/asb/10967.png', 'Niliona mistari ya rangi tofauti angani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_6', 3, NULL, 'assets/topic/asb/10969.png', 'Niliyaangusha matunda niliyokuwa nimechuma. Kisha, nikakimbia kuwaambia watu nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_7', 3, NULL, 'assets/topic/asb/10970.png', 'Niliwapata wakiwa wamesimama nje wakitazama juu kwa mshangao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_8', 3, NULL, 'assets/topic/asb/10971.png', 'Nilisema kwa furaha, "Hii ni shuka maridadi." Neno alinipinga akisema, "La! Hii ni rangi tofauti zinamwagika kutoka angani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_9', 3, NULL, 'assets/topic/asb/10973.png', 'Baadhi ya wanakijiji walikubaliana nami na wengine waliamini aliyosema Neno. Tulianza kubishana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_10', 3, NULL, 'assets/topic/asb/10975.png', 'Wakati huo, mgeni mmoja alitokea na kusema, "Mmekosea nyote."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_11', 3, NULL, 'assets/topic/asb/10976.png', 'Tulipiga mayowe, "Ikiwa tumekosea, wewe tueleze ukweli."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_12', 3, NULL, 'assets/topic/asb/10977.png', 'Yule mgeni alisema, "Mnachoshuhudia ni upinde. Kwani ninyi hamjawahi kuuona upinde?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_13', 3, NULL, 'assets/topic/asb/10979.png', 'Kwa mshangao zaidi, tulimjibu, "La! U-p-i-n-d-e ni nini?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_14', 3, NULL, 'assets/topic/asb/10980.png', 'Neno alimwuliza, "Je, huu upinde ni wetu? Tunaweza kuuweka hapa?" Hatukupata majibu kwa maswali yetu. Mgeni huyo alikuwa tayari ameenda zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('11139_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Siku tuliyouona upinde +Author - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059', 2, 'Simba Jike na Mbuni', 'assets/topic/asb/19205.png', 'Brigid Simiyu + Brian Wambi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_3', 3, NULL, 'assets/topic/asb/19195.png', 'Mbuni na Simba Jike walikuwa marafiki wakati mmoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_4', 3, NULL, 'assets/topic/asb/19196.png', 'Mbuni aliwalisha wanawe vyema. +Walikuwa wenye afya nzuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_5', 3, NULL, 'assets/topic/asb/19197.png', 'Watoto wa Simba Jike walikonda. +Hawakupata chakula cha kutosha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_6', 3, NULL, 'assets/topic/asb/19198.png', 'Simba Jike alitamani vifaranga wa Mbuni kuwa wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_7', 3, NULL, 'assets/topic/asb/19199.png', 'Siku moja, Mbuni alikwenda safari. +Simba Jike alichukuwa vifaranga wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_8', 3, NULL, 'assets/topic/asb/19200.png', 'Mbuni aliporudi, aliuliza, "Watoto wangu wako wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_9', 3, NULL, 'assets/topic/asb/19201.png', 'Mbuni alimkuta Simba Jike na watoto wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_10', 3, NULL, 'assets/topic/asb/19202.png', 'Simba Jike alimwambia, "Vifaranga ni wangu sasa. Wachukue wana simba."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_11', 3, NULL, 'assets/topic/asb/19203.png', 'Mbuni alijiuliza, "Nitawapataje wanangu?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_12', 3, NULL, 'assets/topic/asb/19204.png', 'Mbuni aliitisha mkutana wa wanyama wote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_13', 3, NULL, 'assets/topic/asb/19205.png', 'Wanyama walifika kuhudhuria mkutano.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_14', 3, NULL, 'assets/topic/asb/19206.png', 'Tembo aliwauliza Mbuni na Simba Jike kujieleza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_15', 3, NULL, 'assets/topic/asb/19207.png', 'Wanyama wengi waliogopa kumulaumu Simba Jike.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_16', 3, NULL, 'assets/topic/asb/19208.png', 'Kichakuro alisema, "Watoto wanaofanana na ndege, ni wa Mbuni."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_17', 3, NULL, 'assets/topic/asb/19209.png', 'Baada ya kusema hivyo, Kichakuro alitoroka akaingia shimoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_18', 3, NULL, 'assets/topic/asb/19210.png', 'Simba Jike alikasirika sana. +Alirudi kwake na wana simba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21059_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Simba Jike na Mbuni +Author - +Daniel Nanok +Translation - +Brigid Simiyu +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002', 2, 'Simbi ampata mama mpya', 'assets/topic/asb/1682.png', 'Ursula Nafula +Benjamin Mitchley', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_3', 3, NULL, 'assets/topic/asb/1675.png', 'Mama yake Simbi aliaga dunia. +Simbi na baba yake walisaidiana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_4', 3, NULL, 'assets/topic/asb/1676.png', 'Siku moja, baba yake Simbi alikwenda nyumbani na mwanamke. +Aliitwa Anita.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_5', 3, NULL, 'assets/topic/asb/1677.png', 'Baba yake alimtaka Simbi kumkubali Anita kama mama yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_6', 3, NULL, 'assets/topic/asb/1678.png', 'Simbi hakufurahi. +Alipata faraja kwa kulishika blanketi la mama yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_7', 3, NULL, 'assets/topic/asb/1679.png', 'Baba yake Simbi alienda kufanya kazi mbali. +Anita na Simbi hawakufurahi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_8', 3, NULL, 'assets/topic/asb/1680.png', 'Anita alizoea kumpiga Simbi. +Wakati mwingine, alimnyima chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_9', 3, NULL, 'assets/topic/asb/1681.png', 'Anita alimvuta Simbi kutoka kitandani. +Blanketi la mama yake liliraruka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_10', 3, NULL, 'assets/topic/asb/1674.png', 'Simbi alitoroka nyumbani. +Alilibeba lile blanketi pamoja na chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_11', 3, NULL, 'assets/topic/asb/1682.png', 'Alipanda akaketi juu ya mti. +Alimwimbia mama yake wimbo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_12', 3, NULL, 'assets/topic/asb/1683.png', 'Mwanamke mmoja aliusikiliza wimbo huo kwa makini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_13', 3, NULL, 'assets/topic/asb/1685.png', 'Alifahamu kuwa Simbi ni mtoto wa ndugu yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_14', 3, NULL, 'assets/topic/asb/1686.png', 'Simbi alienda na shangazi yake. +Alikula na kulala vizuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_15', 3, NULL, 'assets/topic/asb/2483.png', 'Baba aliporudi nyumbani, hakumkuta Simbi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_16', 3, NULL, 'assets/topic/asb/1688.png', '"Unaweza kuishi na shangazi yako wakati wowote unapotaka." Baba alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_17', 3, NULL, 'assets/topic/asb/1690.png', 'Anita na Simbi walianza kupendana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_18', 3, NULL, 'assets/topic/asb/1691.png', 'Anita aliwapikia chakula. +Simbi alijua angerudi nyumbani wakati wowote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22002_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Simbi ampata mama mpya +Author - +Rukia Nantale +Translation - +Ursula Nafula +Illustration - +Benjamin Mitchley +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374', 2, 'Sokwe na Mamba', 'assets/topic/asb/19079.png', 'Brigid Simiyu', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_3', 3, NULL, 'assets/topic/asb/19075.png', 'Sokwe alimkuta Mamba kando ya ziwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_4', 3, NULL, 'assets/topic/asb/19076.png', 'Akamwuliza Mamba, "Unaishi wapi?" +Mamba akamjibu, "Ziwani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_5', 3, NULL, 'assets/topic/asb/19077.png', 'Mamba akamwuliza, "Wewe unaishi wapi?" +Sokwe akamjibu, "Kwenye miti."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_6', 3, NULL, 'assets/topic/asb/19078.png', 'Mamba akataka kumjua Sokwe zaidi. +Akamwuliza, "Unaweza kuogelea?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_7', 3, NULL, 'assets/topic/asb/19079.png', '"Siwezi," Sokwe akamjibu. +Mamba akasema, "Nitakufunza."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_8', 3, NULL, 'assets/topic/asb/19080.png', 'Mamba akasema, "Sisi sasa ni marafiki. Usiogope."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_9', 3, NULL, 'assets/topic/asb/19081.png', 'Mamba akasema, "Mjomba ni mgonjwa. Anahitaji +nyama ili apone."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_10', 3, NULL, 'assets/topic/asb/19082.png', 'Sokwe akaogopa sana. +Je, Mamba atamula?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_11', 3, NULL, 'assets/topic/asb/19083.png', 'Sokwe akataka kumtoroka Mamba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_12', 3, NULL, 'assets/topic/asb/19084.png', 'Sokwe akapata wazo zuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_13', 3, NULL, 'assets/topic/asb/19085.png', '"Nitautoa moyo wangu umpatie," Sokwe akaahidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_14', 3, NULL, 'assets/topic/asb/19086.png', '"Lakini moyo wangu uko mtini," Sokwe akasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_15', 3, NULL, 'assets/topic/asb/19087.png', '"Utauleta moyo wako?" Mamba akauliza. +Sokwe akamjibu, "Ndiyo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_16', 3, NULL, 'assets/topic/asb/19088.png', 'Mamba akaogelea kutoka majini. +Sokwe akakimbilia kwenye miti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_17', 3, NULL, 'assets/topic/asb/19089.png', '"Wewe si rafiki yangu. Ulinidanganya!" Mamba akasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_18', 3, NULL, 'assets/topic/asb/19090.png', '"Hatuko marafiki. Unataka kunila!" Sokwe akamjibu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('20374_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sokwe na Mamba +Author - +Mulualem Daba +Translation - +Brigid Simiyu +Illustration - +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342', 2, 'Sungura amdanganya Tembo', 'assets/topic/asb/13000.png', 'Ursula Nafula + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_3', 3, NULL, 'assets/topic/asb/13000.png', 'Tembo na Sungura walikuwa marafiki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_4', 3, NULL, 'assets/topic/asb/13001.png', 'Walilisha mifugo yao sehemu iliyokuwa na nyasi na maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_5', 3, NULL, 'assets/topic/asb/13002.png', 'Walizoea kucheza mpira wa miguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_6', 3, NULL, 'assets/topic/asb/13003.png', 'Tembo alifunga mabao mengi. +Sungura hakufurahi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_7', 3, NULL, 'assets/topic/asb/13004.png', 'Sungura aliuliza, "Nini inakusaidia kucheza vyema?" +"Miguu yangu mikubwa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_8', 3, NULL, 'assets/topic/asb/13005.png', 'Sungura na Tembo walishindana mbio. +Sungura alishinda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_9', 3, NULL, 'assets/topic/asb/13006.png', 'Alimwuliza, "Nini inakusaidia kwenda mbio?" +"Miguu yangu myembamba."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_10', 3, NULL, 'assets/topic/asb/13007.png', 'Tembo alimwuliza Sungura, "Nitapataje miguu myembamba?" +"Nitakuonyesha."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_11', 3, NULL, 'assets/topic/asb/13008.png', 'Sungura alisema, "Simama ndani ya moto." +Tembo alilia, "Ninaungua!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_12', 3, NULL, 'assets/topic/asb/13009.png', 'Sungura alisema, "Hii ndiyo njia pekee ya kuipata miguu  myembamba."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_13', 3, NULL, 'assets/topic/asb/13010.png', 'Tembo alilala chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_14', 3, NULL, 'assets/topic/asb/13012.png', 'Kwa siku nyingi, hakuweza kusimama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_15', 3, NULL, 'assets/topic/asb/13013.png', 'Alipopata nafuu, alienda nyumbani kwa familia yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_16', 3, NULL, 'assets/topic/asb/13014.png', 'Sungura alisikitika sana. +Alimwomba Tembo msamaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18342_17', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sungura amdanganya Tembo +Author - +Agnes Gichaba +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438', 2, 'Sungura chini ya mti', 'assets/topic/asb/7610.png', 'Pete Mhunzi + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_3', 3, NULL, 'assets/topic/asb/7595.png', 'Sungura alikuwa amelala chini ya mtofaa. Tofaa lilianguka chini kutoka tawi moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_4', 3, NULL, 'assets/topic/asb/7596.png', 'Sungura aliisikia sauti ikisema, ''Kimbia, Sungura, kimbia!'' Sungura aliamka na bila kukawia akaanza kukimbia mbio sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_5', 3, NULL, 'assets/topic/asb/7597.png', 'Sungura alikutana na Kuku. "Mbona unakimbia?" Kuku alimwuliza. Sungura akamjibu, "Sijui. Nilisikia tu kitu kikianguka nayo sauti ikasema, ''Kimbia, Sungura kimbia!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_6', 3, NULL, 'assets/topic/asb/7598.png', 'Kuku alishituka akaanza kukimbia alipomsikia maneno aliyosema Sungura.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_7', 3, NULL, 'assets/topic/asb/7599.png', 'Walikutana na Mbwa akawauliza, "Kwa nini mnakimbia?" Kuku akamjibu, "Sijui. Nilisikia Sungura akipiga makelele naye hajui. Alisikia kitu kikianguka na sauti ikisema, ''Kimbia, Sungura kimbia!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_8', 3, NULL, 'assets/topic/asb/7600.png', 'Mbwa akashangaa akaanza kukimbia pamoja na Sungura na Kuku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_9', 3, NULL, 'assets/topic/asb/7601.png', 'Walikutana na Farasi akawamwuliza Mbwa, "Mbona mnakimbia?" Mbwa akamjibu, "Sijui. Nilisikia Kuku akisema hajui na wala Sungura hajui. Alisikia kitu kikianguka na sauti ikisema, ''Kimbia, Sungura kimbia!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_10', 3, NULL, 'assets/topic/asb/7602.png', 'Farasi naye akaanza kukimbia pamoja na Sungura, Mbwa na Kuku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_11', 3, NULL, 'assets/topic/asb/7603.png', 'Walikutana na Punda akawauliza, "Kwa nini mnakimbia?" Farasi alimjibu, "Sijui. Nilimsikia Mbwa akisema hajui. Yeye alimsikia Kuku ambaye hajui. Kuku naye alimsikia Sungura ambaye pia hajui. Alisikia tu kitu kikianguka na sauti ikisema, ''Kimbia, Sungura, kimbia!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_12', 3, NULL, 'assets/topic/asb/7604.png', 'Basi Punda pia akaanza kukimbia pamoja na Sungura, Mbwa, Kuku na Farasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_13', 3, NULL, 'assets/topic/asb/7605.png', 'Walikutana na Ng''ombe akawauliza, "Kwa nini mnakimbia?" Punda alimjibu, "Sijui. Nilisikia alivyosema Farasi, naye hajui. Yeye alisikia Mbwa na Mbwa hajui. Alimsikia Kuku naye Kuku hajui. Alimsikia Sungura naye pia hajui. Yeye alisikia kitu kikianguka na sauti ikisema, ''Kimbia, Sungura, kimbia!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_14', 3, NULL, 'assets/topic/asb/7606.png', 'Ng''ombe akapata wasiwasi na akaanza kukimbia pamoja na Sungura, Mbwa, Kuku, Farasi na Punda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_15', 3, NULL, 'assets/topic/asb/7607.png', 'Walikutana na Paka akauliza, "Kwa nini mnakimbia?" Ng''ombe alijibu, "Sijui. Nilisikia tu alivyosema Punda naye hajui. Yeye alimsikia Farasi naye Farasi hajui. Alimsikia Mbwa ambaye hajui. Yeye alimsikia Kuku na Kuku hajui. Kuku alimsikia Sungura ambaye hajui ila alisikia kitu kikianguka na sauti ikisema, ''Kimbia, Sungura, kimbia!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_16', 3, NULL, 'assets/topic/asb/7608.png', 'Paka naye akaanza kukimbia pamoja na wanyama wengine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_17', 3, NULL, 'assets/topic/asb/7609.png', 'Walikutana na mvulana aliyekuwa amepanda baiskeli. Mvulana aliwauliza, "Mbona nyote mnakimbia?" Wanyama walimjibu, "Hatujui. Tulimsikia Sungura alivyosema naye hajui. Alisikia kitu kikianguka na sauti ikisema, ''Kimbia, Sungura, kimbia!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_18', 3, NULL, 'assets/topic/asb/7610.png', 'Mvulana alicheka akasema, "Upepo uliangusha tofaa. Mimi ndiye nilisema, ''Kimbia, Sungura kimbia!''"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8438_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sungura chini ya mti +Author - +Phumy Zikode +Translation - +Pete Mhunzi +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533', 2, 'Sungura Mjanja', 'assets/topic/asb/17187.png', 'Olenkotila Primary School Teachers Kajiado + Abraham Muzee', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_3', 3, NULL, 'assets/topic/asb/17185.png', 'Siku moja Sungura alienda kutafuta chakula. Alikutana na Ndovu aliyekuwa amebeba asali mgongoni. Sungura alimwambia Ndovu, "Tafadhali nibebe. Mimi ni mnyonge."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_4', 3, NULL, 'assets/topic/asb/17186.png', 'Ndovu alikubali Sungura akadakia mgongo wake. Sungura alianza kula asali ya Ndovu!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_5', 3, NULL, 'assets/topic/asb/17187.png', 'Asali ilidondoka ilianza kudondoka. Ndovu alipomwuliza, Sungura alisema kuwa yalikuwa maji yaliyotoka kwenye kidonda chake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_6', 3, NULL, 'assets/topic/asb/17188.png', 'Waliufikia mto na kumkuta kiboko mkubwa akinywa maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_7', 3, NULL, 'assets/topic/asb/17189.png', 'Sungura alitaka kujua kati ya Ndovu na Kiboko, ni nani aliyekuwa na nguvu kumshinda mwingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_8', 3, NULL, 'assets/topic/asb/17190.png', 'Walianza kubishana. Ndovu alisema yeye ndiye mwenye nguvu zaidi naye Kiboko akasema ni yeye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_9', 3, NULL, 'assets/topic/asb/17191.png', 'Sungura alisema kuwa alijua jinsi ya kutambua aliyekuwa na nguvu zaidi. Aliwaambia wamsubiri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_10', 3, NULL, 'assets/topic/asb/17192.png', 'Sungura alirudi akiwa na kamba ndefu. Alimfunga Ndovu kiunoni na kumwelekeza mbali na mto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_11', 3, NULL, 'assets/topic/asb/17193.png', 'Kisha Sungura akamfunga Kiboko kiunoni na kumuacha pale karibu na mto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_12', 3, NULL, 'assets/topic/asb/17194.png', 'Sungura alijificha mtini akawaambia, "Tayari! Moja, mbili, tatu! Vuta sasa!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_13', 3, NULL, 'assets/topic/asb/17195.png', 'Kiboko na Ndovu walivutana. Ndovu akamvuta Kiboko naye Kiboko akamvuta Ndovu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_14', 3, NULL, 'assets/topic/asb/17196.png', 'Kiboko na Ndovu wakavutana lakini, hakuna aliyeweza kushinda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_15', 3, NULL, 'assets/topic/asb/17198.png', 'Sungura aliendelea kula asali ya Ndovu kule mtini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_16', 3, NULL, 'assets/topic/asb/17199.png', 'Baadaye alipomaliza kuila asali, aliikata kamba karibu sana na Kiboko.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_17', 3, NULL, 'assets/topic/asb/17200.png', 'Ndovu aliuangukia mti kwa kishindo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_18', 3, NULL, 'assets/topic/asb/17201.png', 'Sungura alimshangilia Kiboko akisema kwamba yeye ndiye mwenye nguvu zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17533_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sungura Mjanja +Author - +Dan Kaasha +Translation - +Olenkotila Primary School Teachers Kajiado +Illustration - +Abraham Muzee +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134', 2, 'Sungura na Fisi wanapanda mimea', 'assets/topic/asb/8138.png', 'Brigid Simiyu +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_3', 3, NULL, 'assets/topic/asb/8135.png', 'Hapo zamani, Sungura na Fisi walikuwa marafiki wazuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_4', 3, NULL, 'assets/topic/asb/8136.png', 'Sungura alimwambia Fisi, “Ningependa tulime pamoja.”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_5', 3, NULL, 'assets/topic/asb/8137.png', 'Sungura alionelea wapande mahindi na wagawane majukumu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_6', 3, NULL, 'assets/topic/asb/8138.png', 'Sungura alimwambia Fisi, "Kazi yangu ya kuwafukuza ndege ni ngumu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_7', 3, NULL, 'assets/topic/asb/8139.png', 'Fisi alikubali kulima shamba peke yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_8', 3, NULL, 'assets/topic/asb/8140.png', 'Wakati Fisi aling’oa magugu, Sungura aliketi chini akiimba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_9', 3, NULL, 'assets/topic/asb/8141.png', 'Mahinid yalipokuwa tayari, Sungura alifurahi kuwafukuza ndege.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_10', 3, NULL, 'assets/topic/asb/8142.png', 'Sungura alisema, “Nitavuna yaliyo juu ya udongo. Utavuna yaliyo chini.”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_11', 3, NULL, 'assets/topic/asb/8143.png', 'Sungura alivuna mahindi yote akahifadhi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_12', 3, NULL, 'assets/topic/asb/8144.png', 'Fisi alikuta mizizi tupu chini ya udongo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_13', 3, NULL, 'assets/topic/asb/8145.png', 'Fisi aligundua kwamba alikuwa amedanganywa. +Alikasirika sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_14', 3, NULL, 'assets/topic/asb/8146.png', 'Walipanda viazi. Fisi alisema, “Nitavuna yaliyo juu ya +udongo.”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_15', 3, NULL, 'assets/topic/asb/8147.png', 'Walifanya kazi pamoja shambani wakiimba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_16', 3, NULL, 'assets/topic/asb/8148.png', 'Wakati wa kuvuna, Fisi alivuna majani ya viazi pekee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_17', 3, NULL, 'assets/topic/asb/8149.png', 'Sungura alivuna viazi vingi vikubwa akahifadhi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_18', 3, NULL, 'assets/topic/asb/8150.png', 'Fisi alimkimbiza Sungura akitaka kulipiza kisasi. +Urafiki wao uliisha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21134_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sungura na Fisi wanapanda mimea +Author - +Mutugi Kamundi +Translation - +Brigid Simiyu +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083', 2, 'Sungura na Kobe (Tena!)', 'assets/topic/asb/2036.png', 'Brigid Simiyu + Padmanabha', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_3', 3, NULL, 'assets/topic/asb/2037.png', 'Je, unakumbuka Mbio Kuu zilizokuwa kati ya Sungura na Kobe? Kwa muda mrefu, hakuna yeyote katika miliki ya wanyama aliyeweza kuongea juu ya jambo tofauti ila zile Mbio Kuu na wapinzani wake wawili.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_5', 3, NULL, 'assets/topic/asb/2039.png', 'Inajulikana kwamba Sungura alishindwa kwa kuwa mvivu na mwenye kujiamini zaidi. Vilevile inajulikana kuwa Kobe alishinda kwa mwendo wake wa polepole na kwa kuwa imara. Wanyama wa pori walijua hili na wakaendelea kuwaheshimu wanyama hao wawili kwa kiwango sawa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_6', 3, NULL, 'assets/topic/asb/2040.png', 'Kobe na Sungura waliendelea kuwa marafiki. Kobe hakujivunia ushindi wake, na Sungura, akifahamu kuwa alikuwa ameshindwa kwa uwazi, hakumshikia Kobe kisasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_7', 3, NULL, 'assets/topic/asb/2042.png', 'Miezi mingi ilipita. Mfalme wa pori ambako Sungura na Kobe waliishi alikuwa na jambo muhimu alilotaka kujadiliana na mfalme wa pori jirani. Lakini mfalme wa kwanza hangeweza kuondoka pale wakati huo. Badala yake, aliwatuma Sungura na Kobe kama wawakilishi kwa yule mfalme mwingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_8', 3, NULL, 'assets/topic/asb/2043.png', '"Mmoja wenu angalau, atalazimika kwenda kwa ufalme jirani," aliamrisha mfalme wakati Sungura na Kobe walikuja mbele zake. "Ninataka mjadili mambo muhimu na mfalme wa huko, halafu mniletee ripoti kuhusu maoni na mawazo yake juu ya mambo hayo. Sasa, nendeni!" Alisema alipomaliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_9', 3, NULL, 'assets/topic/asb/2044.png', 'Walipokuwa wakiondoka, aliongeza, "Kumbukeni, mna siku moja tu ya kukamilisha kazi hiyo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_10', 3, NULL, 'assets/topic/asb/2045.png', 'Barabara ya kwenda kwa ufalme jirani haikuwa laini wala rahisi. Ilijaa miiba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_11', 3, NULL, 'assets/topic/asb/2046.png', 'Vilevile, walilazimika kuvuka mito miwili iliyokuwa na mawe makubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_12', 3, NULL, 'assets/topic/asb/2048.png', 'Baada ya kuwaza kiasi, Sungura na Kobe waligundua kwamba hakuna mmoja wao ambaye angeweza kuitimiza ile kazi peke yake. Walilazimika kusafiri pamoja. Mpango ulikuwa kwamba Sungura ambebe Kobe watakapokuwa wakipita sehemu yenye miiba. Naye Kobe ambebe Sungura wakati watakapoavuka mito.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_13', 3, NULL, 'assets/topic/asb/2050.png', 'Siku iliyofuata, walikusanya jumbe tofauti kutoka kwa mfalme wao na kujitayarisha kuondoka. Sungura alitembea kwa hatua refu refu akakamilisha mwendo wa kupita sehemu ya miiba kwa kasi. Kobe alijishikilia asije akaanguka na kupoteza maisha yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_14', 3, NULL, 'assets/topic/asb/2051.png', 'Walipofikia mto, walibadilishana na Sungura akampanda Kobe mgongoni. Kobe aliogelea kutoka upande mmoja wa mto hadi mwingine kwa wepesi. Baada ya kuvuka mito yote miwili, haikuwachukua muda mrefu kufika katika ule ufalme jirani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_16', 3, NULL, 'assets/topic/asb/2054.png', 'Baada ya kujadiliana na yule mfalme jirani kwa urefu mambo yote kutoka kwa mfalme wao, Sungura na Kobe walikuwa tayari kuondoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_17', 3, NULL, 'assets/topic/asb/2056.png', 'Safari ya kurudi ilikuwa nyororo na nyepesi kuliko ya kwenda kwani wote wawili walijua la kufanya. Sungura na Kobe walikuwa wamefanya kazi pamoja kwa maelewano makubwa hata wakamfikia mfalme wao mapema!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3083_18', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sungura na Kobe (Tena!) +Author - +Venkatramana Gowda and Divaspathy Hegde +Translation - +Brigid Simiyu +Illustration - +Padmanabha +Language - +Kiswahili +Level - +Longer paragraphs +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092', 2, 'Sungura na Tembo (Tena!)', 'assets/topic/asb/13000.png', 'Agnes Gichaba + Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_3', 3, NULL, 'assets/topic/asb/13000.png', 'Hapo zamani za kale, Tembo na Sungura walikuwa marafiki wakubwa sana. Walikuwa na ngamia, ng''ombe na kondoo wengi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_4', 3, NULL, 'assets/topic/asb/13001.png', 'Waliwalisha wanyama hao katika bonde la Kingilo. Wakati mwingine waliwapeleka milimani kulikokuwa na nyasi na maji kwa wingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_5', 3, NULL, 'assets/topic/asb/13002.png', 'Wanyama walipokula, Sungura na Tembo walicheza. Walipenda sana kucheza mpira wa miguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_6', 3, NULL, 'assets/topic/asb/13003.png', 'Kila walipocheza, Tembo aliingiza mabao mengi kumliko Sungura. Sungura alikasirishwa mno na hali hiyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_7', 3, NULL, 'assets/topic/asb/13004.png', 'Siku moja Sungura alimwuliza Tembo, "Ni nini kinachokuwezesha kuwa mwingizaji goli maarufu?" Tembo alimjibu, "Ni miguu yangu minono."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_8', 3, NULL, 'assets/topic/asb/13005.png', 'Siku iliyofuata, Sungura alipendekeza wawe na mashindano ya mbio. Tembo alikubali na wakaanza mbio.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_9', 3, NULL, 'assets/topic/asb/13006.png', 'Sungura alishinda mbio zote. Tembo alikasirika. Hakuwahi kushindwa. Alimwuliza Sungura, "Ni nini kinachokuwezesha kuwa mkimbiaji maarufu?"  Sungura alijibu, "Ni miguu yangu myembamba."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_10', 3, NULL, 'assets/topic/asb/13007.png', 'Tembo alimwuliza, "Nitawezaje kupata miguu myembamba?" Sungura akamjibu, "Ni rahisi, nitakuonyesha. Tafuta kuni  ukakoke moto."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_11', 3, NULL, 'assets/topic/asb/13008.png', 'Tembo alizikusanya kuni akakoka moto mkubwa. Sungura alimwambia, "Sasa iweke miguu yako ndani ya moto." Tembo alifanya hivyo. Alipiga kelele, "Ninaungua! Ninaungua!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_12', 3, NULL, 'assets/topic/asb/13009.png', 'Sungura alifurahi. Alimhimiza Tembo aendelea hivyo hivyo. Alisema kuwa hivyo tu ndivyo miguu yake ingekuwa myembamba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_13', 3, NULL, 'assets/topic/asb/13010.png', 'Miguu ya Tembo ilijeruhiwa vibaya akaondoka motoni. Hakuweza kusimama kwa hivyo alilala chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_14', 3, NULL, 'assets/topic/asb/13012.png', 'Tembo aliketi kwa siku nyingi kabla kuweza kusimama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_15', 3, NULL, 'assets/topic/asb/13013.png', 'Hatimaye, aliweza kuchechemea na kwenda nyumbani kwa familia yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_16', 3, NULL, 'assets/topic/asb/13014.png', 'Sungura alimwomba Tembo msamaha. Hata hivyo, urafiki kati ya Tembo na Sungura uliisha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13092_17', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Sungura na Tembo (Tena!) +Author - +Agnes Gichaba +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197', 2, 'Taja Rangi', 'assets/topic/asb/1926.png', 'Mutugi Kamundi + Rijuta Ghate', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_3', 3, NULL, 'assets/topic/asb/1242.png', 'Kwa nini mbingu ni ya rangi ya bluu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_4', 3, NULL, 'assets/topic/asb/1243.png', 'Je, huwa bluu kila wakati?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_5', 3, NULL, 'assets/topic/asb/1917.png', 'Kwa nini rangi ya majani ni kijani kibichi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_6', 3, NULL, 'assets/topic/asb/1054.png', 'Majani si kijani kibichi kila wakati.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_7', 3, NULL, 'assets/topic/asb/1918.png', 'Kwa nini ndizi mbivu ni manjano?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_8', 3, NULL, 'assets/topic/asb/1919.png', 'Ndizi mbichi ni za kijani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_9', 3, NULL, 'assets/topic/asb/1920.png', 'Kwa nini mwavuli ni mweusi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_10', 3, NULL, 'assets/topic/asb/1922.png', 'Miavuli yote si mieusi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_11', 3, NULL, 'assets/topic/asb/1923.png', 'Kwa nini damu ni nyekundu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_12', 3, NULL, 'assets/topic/asb/1924.png', 'Kuna madini kwenye damu. Yanaipatia damu rangi  nyekundu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_13', 3, NULL, 'assets/topic/asb/1925.png', 'Kwa nini chumvi ni nyeupe?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_14', 3, NULL, 'assets/topic/asb/1928.png', 'Sifahamu!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16197_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Taja Rangi +Author - +Madhav Chavan +Adaptation - +Mutugi Kamundi +Illustration - +Rijuta Ghate +Language - +Kiswahili +Level - +First words +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631', 2, 'Tamara aanza kwenda shule', 'assets/topic/asb/25447.png', 'Ursula Nafula +Jacob Kono', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_3', 3, NULL, 'assets/topic/asb/25447.png', 'Tamara alikuwa msichana wa miaka mitano. Aliishi na familia yake. Kijiji chao kilikuwa karibu na msitu wenye wanyama wakali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_4', 3, NULL, 'assets/topic/asb/25448.png', 'Tamara aliwatii wazazi wake. Aliwasaidia kuwachunga kondoo na mbuzi wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_5', 3, NULL, 'assets/topic/asb/25449.png', 'Tamara alipenda kuwasikiliza ndege wakiimba. Ndege walipoimba, aliwaiga huku akitunga nyimbo zake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_6', 3, NULL, 'assets/topic/asb/25450.png', 'Kwa sababu ya umri wake mdogo, Tamara hakuwa ameanza kwenda shule. Nashipae na Tasieku walikwenda kwa sababu walikuwa wakubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_7', 3, NULL, 'assets/topic/asb/25451.png', 'Nashipae, Tasieku na watoto wengine kutoka kijijini walienda pamoja asubuhi na kurudi jioni. Walikuwa wakibeba chakula katika mikebe midogo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_8', 3, NULL, 'assets/topic/asb/25452.png', 'Siku moja Tamara alimwuliza mamake, "Je, nitaanza kwenda shule lini?" Mama alimjibu, "Utaenda hivi karibuni mwanangu mpendwa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_9', 3, NULL, 'assets/topic/asb/25453.png', 'Siku moja, chifu na wanawake wawili walifika nyumbani kwa gari. Lilikuwa jukumu la chifu kuhakikisha kwamba watoto wanaanza kwenda shule walipofikisha umri uliokubaliwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_10', 3, NULL, 'assets/topic/asb/25454.png', 'Watu waliamini kwamba mtoto akiweza kuunyoosha mkono wake kupita kichwani na kulishika sikio lake, mtoto huyo yuko tayari kuanza kwenda shule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_11', 3, NULL, 'assets/topic/asb/25455.png', 'Chifu alimwuliza Tamara, "Una umri wa miaka mingapi?" Tamara alimjibu, "Mitano." "Hebu tuone ikiwa unaweza kwenda shule," chifu alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_12', 3, NULL, 'assets/topic/asb/25456.png', 'Mmoja wa wanawake wale aliuchukuwa mkono wa kulia wa Tamara akauweka kichwani kwake. Tamara aliweza kulishika sikio lake la kushoto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_13', 3, NULL, 'assets/topic/asb/25457.png', 'Waliamua kwamba wakati ulikuwa umefika wa Tamara kuanza kuhudhuria shule. Angeanza kwenda shule iliyokuwa karibu na nyumbani kwao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_14', 3, NULL, 'assets/topic/asb/25458.png', 'Tamara alifurahi sana akawaza, "Nitajua kusoma na kuandika kama Nashipae na Tasieku wafanyavyo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21631_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Tamara aanza kwenda shule +Author - +Soila Murianka +Translation - +Ursula Nafula +Illustration - +Jacob Kono +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003', 2, 'Tarik na rafiki yake', 'assets/topic/asb/25050.png', 'Ursula Nafula +Isaac Okwir', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_3', 3, NULL, 'assets/topic/asb/25047.png', 'Tarik na familia yake waliishi mbali na mji mkuu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_4', 3, NULL, 'assets/topic/asb/25048.png', 'Tarik alikuwa na mbwa aliyeitwa Buchi. +Walikuwa marafiki wakubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_5', 3, NULL, 'assets/topic/asb/25049.png', 'Siku moja, Tarik na rafiki yake Bedilu waliwapeleka mifugo malishoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_6', 3, NULL, 'assets/topic/asb/25050.png', 'Bedilu alipenda wacheze, lakini Tarik alitaka kusoma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_7', 3, NULL, 'assets/topic/asb/25051.png', 'Mwishowe, Bedilu na Tarik waliamua kucheza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_8', 3, NULL, 'assets/topic/asb/25052.png', 'Walipokuwa wakicheza, kondoo walitoweka. +Waliwatafuta kila mahali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_9', 3, NULL, 'assets/topic/asb/25053.png', 'Mbwa mwitu aliua kondoo wa Tarik. +Tarik aliogopa kuadhibiwa na baba yake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_10', 3, NULL, 'assets/topic/asb/25054.png', 'Tarik aliamua kulala juu ya mti. +Buchi alilala karibu na mti huo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_11', 3, NULL, 'assets/topic/asb/25055.png', 'Usiku, fisi walipiga kelele Tarik akaogopa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_12', 3, NULL, 'assets/topic/asb/25056.png', 'Tarik alianguka kutoka mtini. +Alisikia kelele karibu naye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_13', 3, NULL, 'assets/topic/asb/25057.png', 'Wakati huo, radi ilimlika anga. +Tarik alimwona Buchi akiwa anamlinda!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_14', 3, NULL, 'assets/topic/asb/25058.png', 'Tarik na Buchi waliketi juu ya mti hadi asubuhi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22003_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Tarik na rafiki yake +Author - +Biniam Asfaw +Translation - +Ursula Nafula +Illustration - +Isaac Okwir +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713', 2, 'Teksi ya Nanu', 'assets/topic/asb/7576.png', 'Brigid Simiyu + Marion Drew', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_3', 3, NULL, 'assets/topic/asb/7560.png', 'Hujambo! Jina langu ni Nanu. Mimi na mamangu tunasubiri teksi ili twende nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_4', 3, NULL, 'assets/topic/asb/7562.png', 'Hapa nimesimama kwenye mstari. Mamangu ananiimbia wimbo. "Njoo Bwana Teksi kwani huoni! Twasubiri, mimi na Nanu!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_5', 3, NULL, 'assets/topic/asb/7563.png', 'Mwanamke aliye karibu nami anawapeleka kuku nyumbani. Watataga mayai ili ale.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_6', 3, NULL, 'assets/topic/asb/7564.png', 'Wanaume hawa wanarudi kutoka kazini. Wanatabasamu. Nawasikia wakiimba, "Nanu mdogo, usiwe na wasiwasi. Teksi yaja kwa haraka."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_7', 3, NULL, 'assets/topic/asb/7565.png', 'Mwanamke anapita akitembea. Yuko nadhifu sana. Viatu vyake si vizuri kweli? Vinatoa sauti, "Click, click, click. Click, click, click," anapotembea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_8', 3, NULL, 'assets/topic/asb/7566.png', 'Mwanamme huyo anauza vinywaji baridi. Napenda vinywaji baridi. Ni baridi na vitamu sana. Je, unavipenda?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_9', 3, NULL, 'assets/topic/asb/7571.png', 'Hebu! Kuna wanawake wamebeba vichwani chakula chao cha jioni. Je, wao si ni werevu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_10', 3, NULL, 'assets/topic/asb/7568.png', 'Mwanamke huyo anasukwa nywele zake. Ataenda nje na marafiki zake leo usiku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_11', 3, NULL, 'assets/topic/asb/7569.png', 'Nimechoka sasa. Mamangu ananiweka mgongoni kwake nikapumzike. Anaimba, "Tafadhali Bwana Teksi, usichelewe. Gogo anasubiri kwenye lango kuu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_12', 3, NULL, 'assets/topic/asb/7570.png', 'Kuna rafiki yangu Tumi. Yeye pia anapumzika. Tutakuwa nyumbani hivi karibuni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_13', 3, NULL, 'assets/topic/asb/7572.png', 'Hapo juu ndege wanaruka kwenda nyumbani. Lazima wafike nyumbani kabla giza halijaingia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_14', 3, NULL, 'assets/topic/asb/7573.png', 'Mwanamke huyu ana vipuli maridadi. Nadhani alivinunua mjini leo. Nikiwa mkubwa, nitanunua vipuli vingi vyangu na vya mamangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_15', 3, NULL, 'assets/topic/asb/7574.png', 'Mamangu anaanza kuchoka sasa. Ninamwimbia wimbo, "Tafadhali Bwana Teksi, njoo. Mimi na mamangu tunasubiri."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_16', 3, NULL, 'assets/topic/asb/7575.png', 'Ngoja! Ninasikia teksi! Hii hapa inakuja!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_17', 3, NULL, 'assets/topic/asb/7576.png', 'Hii ni teksi yetu kubwa nyekundu. Imekuja kunipeleka mimi na mamangu nyumbani. Nimefurahi sana!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_18', 3, NULL, 'assets/topic/asb/7577.png', 'Kwaheri!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8713_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Teksi ya Nanu +Author - +Marion Drew +Translation - +Brigid Simiyu +Illustration - +Marion Drew +Language - +Kiswahili +Level - +First sentences +© Marion Drew 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748', 2, 'Tembo na Kiboko', 'assets/topic/asb/27134.png', 'Ursula Nafula +Awwalu Sakiwa and Idowu Abayomi Oluwasegun', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_3', 3, NULL, 'assets/topic/asb/27133.png', 'Kuliishi mapacha wawili wa kiume, Tembo na Kiboko. +Siku moja, Hatima iliwapatia nafasi ya kufanya uchaguzi kati ya vitu viwili. "Chagua upofu au ukoma," Hatima iliwaamrisha. +Kiboko alitaka kuwa mwerevu. Kwa haraka, alichagua ukoma ili aweze kuendelea kuona. Tembo alichagua upofu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_4', 3, NULL, 'assets/topic/asb/27134.png', 'Kiboko alikuwa mvulana mwenye hasira kwa sababu ya ukoma. Upofu ulimpatia Tembo uvumilivu. Tembo alihitaji usaidizi, lakini Kiboko alimtendea ukatili. +Halafu Tembo akapata Fimbo ya miujiza iliyomwezesha kutembea. Walinong''onezeana siri. Fimbo ilimsaidia Tembo kuwapiga maadaui.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_5', 3, NULL, 'assets/topic/asb/27135.png', 'Kwa sababu Kiboko alivipoteza vidole vyake, yeye pia alihitaji usaidizi. Tembo alimtendea wema. +Chakula kilipobaguliwa, Kiboko alimhitaji Tembo kukikata vipande na kukiweka kwenye viganja vyake. Kiboko hakufurahi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_6', 3, NULL, 'assets/topic/asb/27136.png', 'Asubuhi moja, mama yao aliwabagulia viazi vikuu. Kwa sababu walikuwa na njaa, wavulana hao hawakusubiri viazi hivyo vipoe. +Kiboko aliviweka viganja vyake pamoja vikawa kama sahani. Akasema, "Niwekee sehemu yangu hapa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_7', 3, NULL, 'assets/topic/asb/27137.png', 'Viazi vikuu vilikuwa moto sana hata vikachoma viganja vyao. Kiboko aliienua mikono yake juu na chini, kuvipoesha. Kiazi kilianguka mchangani. +Tembo aligeuzageuza kiazi chake kutoka mkono mmoja hadi mwingine bila kiazi kuanguka. Kiboko alikasirika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_8', 3, NULL, 'assets/topic/asb/27138.png', '"Tafadhali, nichukulie kiazi changu," Kiboko alimwuliza Tembo. +"Unajua kuwa sikioni," Tembo alimjibu. "Nipe mkono wako nikuonyeshe," Kiboko alisema. +Tembo alikipata kiazi, akakifuta mchanga kisha akampatia Kiboko.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_9', 3, NULL, 'assets/topic/asb/27139.png', 'Jioni, mama yao aliwatayarishia viazi vikuu pamoja na vipande vinne vya nyama. Tembo aliigusa ile nyama kwa kidole chake akahakikisha kuwa vilikuwa vipande vinne. +Kiboko hakumwona Tembo akivihesabu vile vipande vya nyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_10', 3, NULL, 'assets/topic/asb/27140.png', 'Kiboko alijaribu kuiba kipande kimoja cha nyama lakini akakiangusha. Wakati wa kugawa nyama ulipofika, Tembo aliuliza, "Si vipande vya nyama vilikuwa vinne?" +"Vilikuwa vitatu," Kiboko alidanganya. "Vilikuwa vinne," Tembo alisisitiza. "Kweli wewe ni kipofu?" Kiboko aliuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_11', 3, NULL, 'assets/topic/asb/27141.png', 'Siku moja, walihisi njaa lakini mama yao alikuwa mbali. "Twende tucheze ili tuisahau njaa," Kiboko alipendekeza. +Tembo alikubali, kisha Kiboko akasema, "Twende tukaogelee mtoni." Alijua kwamba Tembo hakujua kuogelea. Alipanga kumuua nduguye! +Tembo aliongozwa na Fimbo akamfuata Kiboko.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_12', 3, NULL, 'assets/topic/asb/27142.png', 'Walipokuwa njiani, Kiboko aliingia kichakani. Alilichukua jiwe nzito na kuliweka kwapani huku akikoroma. Alikuwa bado anakoroma walipokuwa wanakwenda mtoni. +"Mbona anakoroma hivyo?" Tembo aliiuliza Fimbo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_13', 3, NULL, 'assets/topic/asb/27143.png', 'Walipofika mtoni, Kiboko alisema, "Nitatangulia kuruka majini kisha nikusaidie kuogelea." +Alisonga mbali na Tembo akaliinua lile jiwe nzito na kulitumbukiza majini. +"Sauti hiyo ni ndogo sana kulingana na ukubwa wa Kiboko," Fimbo ilimnong''onezea Tembo sikioni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_14', 3, NULL, 'assets/topic/asb/27144.png', 'Tembo aliiuliza Fimbo kuchunguza zaidi. Aliizungusha Fimbo kila mahali hata Fimbo ikamgonga Kiboko kwa nguvu. "Ayii!" Kiboko akalia na kuruka majini. +Fimbo ya miujiza ilimgeuza Kiboko akawa mnyama wa majini. Ilimgeuza naye Tembo akawa mnyama wa nchi kavu akiwa na mkonga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24748_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Tembo na Kiboko +Author - +Terkule Aorabee +Translation - +Ursula Nafula +Illustration - +Awwalu Sakiwa and Idowu Abayomi Oluwasegun +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143', 2, 'Theuri amwokoa Kobani!', 'assets/topic/asb/309.png', 'Ursula Nafula +Catherine Groenewald', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_3', 3, NULL, 'assets/topic/asb/309.png', 'Kobani alikuwa mwanamume mrefu sana. Wanakijiji walimwita Kobani, Muungwana, kwa sababu alikuwa mpole na rafiki wa watu. Hakuwa kama watu wengine wakubwa tunaosoma juu yao katika hadithi za kutisha. +Wakati wa mchana, Kobani alifanya kazi yake shambani. Mpini wa jembe lake ulikuwa mfupi mno kwa hivyo alilazimika kuinama hadi chini kuifanya kazi yake. Bila shaka, mgongo wake ulikuwa na maumivu mengi kutokana na kuinama kwingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_4', 3, NULL, 'assets/topic/asb/310.png', 'Theuri aliishi karibu na Kobani. Alihuzunika sana alipomwona Kobani akipambana na jembe lake lenye mpini mfupi au alipoinama chini ili apite mlangoni kwake. +Theuri aliamua kumsaidia Kobani. Alizungumza na wazee wa kijiji na kuwauliza usaidizi. Lakini, kabla wao kufanya hivyo, walitaka kujua urefu kamili wa Kobani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_5', 3, NULL, 'assets/topic/asb/311.png', 'Theuri alimwuliza Kobani, "Wewe ni mrefu kiasi gani?" Kobani alikisia akasema, "Nadhani urefu wangu ni mita 2.5." Kobani alilala kitandani halafu akamweleza, "Ninajua godoro langu ni refu mita 1.5. Unaona hata miguu yangu inaning''inia mwisho karibu mita nyingine. Hiyo ina maana kuwa mimi ni mrefu mita 2.5." +Sasa Theuri angeweza kuwaeleza wazee kwamba Kobani ni mrefu mita 2.5. Alikuwa mrefu kweli!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_6', 3, NULL, 'assets/topic/asb/314.png', 'Theuri angeweza kuanza kutekeleza mpango wake wa siri. +Theuri, Kobani na Choke, kipenzi chake, waliondoka kwenda sokoni. Waliitumia baiskeli ya Kobani iliyokuwa ndogo. Kobani alilazimika kuunyoosha mguu wake ili aweze kuiendesha ile baiskeli. Theuri aliketi kikapuni akiogopa kutazama barabara namna baiskeli ilivyoyumbayumba kila upande.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_7', 3, NULL, 'assets/topic/asb/313.png', 'Waliposhuka sokoni, umati wa wanakijiji ulimzunguka Kobani. Chifu wa kijiji alimkaribisha. "Hujambo Bwana Muungwana. Theuri alitueleza kuwa unakumbwa na matatizo maishani mwako kutokana na urefu wako," Chifu alisema. +Aliendelea kumwambia, "Tunataka kukusaidia. Tutahakikisha kuwa kila kitu unachohitaji kinakufaa. Hivi karibuni, matatizo yako yatazikwa katika kaburi la sahau. Subiri tu ujionee."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_8', 3, NULL, 'assets/topic/asb/316.png', 'Wanakijiji walifanya kazi mfululizo kuhakikisha kuwa chochote Kobani alihitaji kilikuwa kimetengenezwa kwa kimo kilichomfaa. +Litazame jembe hili. Ulinganishe mpini wa jembe jipya na ule mzee. Mpini mpya unaonekana kuwa mrefu mara mbili. Unadhani hilo jembe jipya ni refu kiasi gani? Zaidi ya mita moja? Chini ya mita mbili?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_9', 3, NULL, 'assets/topic/asb/315.png', 'Baadaye, wanakijiji walimsaidia Kobani kutengeneza fremu refu na mlango mpya uliokuwa mrefu. Fremu ilikuwa ndefu kumliko Kobani ili asiiname sana atakapokuwa akiingia nyumbani. Ilikuwa ya kumfaa hasa! +Hebu ichunguze ile picha kwa makini. Urefu wa Kobani ni takriban mita 2.5. Je, unadhani fremu ya mlango wake mpya ni refu kiasi gani?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_10', 3, NULL, 'assets/topic/asb/317.png', 'Halafu walitengeneza kitanda kipya na godoro lililokuwa refu zaidi. Vilevile walinunua shuka na blanketi ya kuufunika mwili wa Kobani kutoka kichwani hadi miguuni. +Sasa, Kobani angetazamia kulala usingizi kwa amani. Miguu yake haitaning''inia kando ya godoro tena. Tazama jinsi mwili wake ulivyofunikwa kabisa. Hata kuna nafasi iliyobaki upande mmoja wa kitanda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_11', 3, NULL, 'assets/topic/asb/318.png', 'Chifu alimwuliza mmoja wa wahunzi wa mle kijijini +kumtengenezea Kobani baiskeli kubwa. Baiskeli hiyo ilikuwa na kikapu kikubwa ambamo Theuri na Choke wangeketi. +Kila sehemu ya baiskeli hiyo ilikuwa kimo cha kumfaa Kobani. Kobani hakuhitajika tena kuikokota miguu yake barabarani wala kuining''iniza kando ya baiskeli.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_12', 3, NULL, 'assets/topic/asb/319.png', 'Maseremala walimtengenezea Kobani meza mpya iliyokuwa na miguu mirefu ya mita 1.5. Sasa anapoketi kula, miguu yake inagusa chini. +Theuri huketi kwenye kigoda kirefu karibu naye. Yeye huhitaji ngazi ili afike juu. Hesabu vidato ambavyo Theuri anastihili kupanda ili amfikie Kobani. Je, unadhani ngazi hiyo ni refu kiasi gani?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_13', 3, NULL, 'assets/topic/asb/320.png', 'Jembe jipya la Kobani humwezesha kupanda mimea na kuvuna kwa urahisi. Bustani yake ilibadilika na kuwa msitu! Kobani huwaachia wanakijiji vikapu vya matunda mbele ya mlango wa nyumba yake kuonyesha shukuruni zake kwa msaada wao. +Na hili lilianza na ndoto aliyokuwa nayo Theuri ya kutaka kumrahisishia maisha rafiki yake, Kobani Muungwana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23143_14', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Theuri amwokoa Kobani! +Author - +Cornelius Gulere +Translation - +Ursula Nafula +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative, 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ugcla.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914', 2, 'Uamsho wa furaha', 'assets/topic/asb/2462.png', 'Brigid Simiyu + Catherine Groenewald', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_3', 3, NULL, 'assets/topic/asb/2463.png', 'Kwa muda mrefu Mlima Olokwango alisimama akitabasamu katikati ya sehemu Tambarare ya Kwere. Kutoka kwa vibonyeo viwili vilivyokuwa pembeni mwake, kulitoka vijito vilivyokaribiana na kuunda mto.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_4', 3, NULL, 'assets/topic/asb/2464.png', 'Mambo yalikuwa swari hadi Matata alipokuwa mkuu wa mahali hapo. Alilazimisha njia itengenezwe kutoka juu ya mlima hadi chini yake ili aweze kupanda kwa urahis na kujifiringisha hadi chini. Mlima Olokwango alikasirika na uharibifu uliofanywa lakini alivumilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_5', 3, NULL, 'assets/topic/asb/2465.png', 'Kila wikendi, watoto wa Matata na marafiki zao wangepanda mlimani kucheza. Wangekimbia kila mahali huku wakivunja vijiti na matawi, wakiwasha mioto kwa michezo yao ambayo baadaye, waliiacha ikiwaka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_6', 3, NULL, 'assets/topic/asb/2466.png', 'Mlima Olokwango alipoteza uvumilivu wake. Tabasamu yake nzuri ilififia. Vibonyeo viliendelea kuwa vidogo jinsi uso wake ulivyokuwa na mikunjo. Mwishowe, vijito havikuwa tena. Kingo za Mto Temu zilihuzunika. Paa walihama kwani hapakuwa tena na zile nyasi ndefu za kijani walizochezea ndani wala kulala juu yake. Mifugo, walikonda na kukondeana. Kila mtu alihisi huzuni wa Mlima Olokwango.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_7', 3, NULL, 'assets/topic/asb/2467.png', 'Watu wa Kwere wakachukua hatua. Wakamtoa Matata kisha wakamweka Baraka. Baraka akaamrisha kila mtu kupanda ua kuonyesha Mlima Olokwango heshima. Wakasherehekea kwa kumtolea Olokwango zawadi za msonobari, mwerezi na muhuhu. Hakuna aliyetembea juu ya mlima tena, na nyasi zikamea na kuwa ndefu tena. Polepole, tabasamu iliyokuwa usoni mwa Mlima Olokwango ilipanuka zaidi na vibonyeo vikarefuka zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_8', 3, NULL, 'assets/topic/asb/2468.png', 'Kutoka kwenye vibonyeo, vijito vilitiririka tena. Mto Temu ulifufuliwa. Sehemu tambarare ziligeuka kijani zaidi ya hapo awali. Paa walitembea tena kwa furaha kutoka upande mmoja hadi mwingine wakila nyasi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_9', 3, NULL, 'assets/topic/asb/2469.png', '"Maisha marefu, Baraka! Maisha marefu, Baraka!" Watu wa Kwere waliimba. "Maisha marefu, Olokwango," Baraka na watu wake walisema. "Heri watoto wetu na watoto wa watoto wao wakuheshimu daima."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3914_10', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Uamsho wa furaha +Author - +Rebecca Njuguna +Translation - +Brigid Simiyu +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303', 2, 'Uamuzi', 'assets/topic/asb/10625.png', 'Ursula Nafula + Vusi Malindi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_3', 3, NULL, 'assets/topic/asb/10609.png', 'Mtaa wetu ulikuwa na matatizo mengi. Tulisimama kwenye foleni tukisubiri kuchota maji kutoka mfereji mmoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_4', 3, NULL, 'assets/topic/asb/10616.png', 'Tulisubiri kupokea chakula cha msaada. Hatukufahamu waliokuwa wahisani wetu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_5', 3, NULL, 'assets/topic/asb/10614.png', 'Usalama ulizorota kila uchao. Tulilazimika kufunga nyumba zetu mapema kwa ajili ya wizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_6', 3, NULL, 'assets/topic/asb/10611.png', 'Baadhi ya watoto waliacha shule. Wazazi wao hawakuweza kulipa karo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_7', 3, NULL, 'assets/topic/asb/10613.png', 'Wasichana wadogo walifanya kazi za nyumbani pale mtaani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_8', 3, NULL, 'assets/topic/asb/10615.png', 'Wavulana wadogo walirandaranda ovyo. +Wengine waliwafanyia watu kazi mashambani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_9', 3, NULL, 'assets/topic/asb/10617.png', 'Upepo ulivuma na kuzipeperusha karatasi chafu. Ziliangikwa mitini na uani na kuyachafua mazingira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_10', 3, NULL, 'assets/topic/asb/10612.png', 'Vipande vya chupa vilitupwa ovyo ovyo njiani. Watu walijeruhiwa kwa kukatwa navyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_11', 3, NULL, 'assets/topic/asb/10610.png', 'Siku moja, mfereji wa maji ulikauka na mitungi yetu ikawa tupu. Tulijiuliza, "Sasa tutayapata maji wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_12', 3, NULL, 'assets/topic/asb/10618.png', 'Babangu alitembea kutoka nyumba hadi nyumba. Aliwatangazia watu kuhudhuria mkutano wa mtaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_13', 3, NULL, 'assets/topic/asb/10619.png', 'Watu walikusanyika chini ya mti ule ule ambako tulipokea chakula cha msaada. Baadhi waliuliza, "Kuna nini leo?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_14', 3, NULL, 'assets/topic/asb/10620.png', 'Babangu alisimama katikati yao akasema, "Lazima tuyabadilishe maisha ya mtaa wetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_15', 3, NULL, 'assets/topic/asb/10621.png', 'Juma, aliyekuwa amepanda juu ya mti, alisema kwa sauti, "Naweza kusafisha uwanja wa nyumba zetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_16', 3, NULL, 'assets/topic/asb/10623.png', 'Mwanamke mmoja wa makamo, alisema, "Sisi wanawake tutaungana pamoja tupande mbegu ili tupate chakula."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_17', 3, NULL, 'assets/topic/asb/10624.png', 'Mwanamume mwingine alisimama akasema, "Wanaume nao watachimba kisima cha maji."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_18', 3, NULL, 'assets/topic/asb/10625.png', 'Sote tulisema kwa sauti moja, "Lazima tubadilishe maisha yetu." +Hivyo ndivyo, tulianza kufanya kazi pamoja kuyabadilisha maisha yetu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('13303_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Uamuzi +Author - +Ursula Nafula +Illustration - +Vusi Malindi +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267', 2, 'Ubhusyö', 'assets/topic/asb/26803.png', 'Kutafsiri Biblia Mara +Sue Beattie', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_3', 3, NULL, 'assets/topic/asb/26807.png', 'Amaiso', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_4', 3, NULL, 'assets/topic/asb/26808.png', 'Ökutwë', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_5', 3, NULL, 'assets/topic/asb/26802.png', 'Umunywa', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_6', 3, NULL, 'assets/topic/asb/26800.png', 'Rinyëërö', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_7', 3, NULL, 'assets/topic/asb/26801.png', 'Ekereesa', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_8', 3, NULL, 'assets/topic/asb/26755.png', 'Amaino', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_9', 3, NULL, 'assets/topic/asb/26810.png', 'Örörëmë', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_10', 3, NULL, 'assets/topic/asb/26809.png', 'Semboto', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_11', 3, NULL, 'assets/topic/asb/26804.png', 'Ibhighiki', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_12', 3, NULL, 'assets/topic/asb/26806.png', 'Situukya', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('30267_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ubhusyö +Author - +Little Zebra Books +Translation - +Kutafsiri Biblia Mara +Illustration - +Sue Beattie +Language - +Ikisimbëtë +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156', 2, 'Ugali na Samaki', 'assets/topic/asb/26863.png', 'Melanie Bulouza + and Ben Terarc', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_3', 3, NULL, 'assets/topic/asb/26864.png', 'Hapo zamani, Ugali na Samaki waliishi katika kijiji kimoja. +Urafiki ulianza kati yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_4', 3, NULL, 'assets/topic/asb/26865.png', 'Samaki alimwambia rafiki yake Ugali waende pamoja baharini waoge. +Walishika njia wakaenda baharini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_5', 3, NULL, 'assets/topic/asb/26866.png', 'Walipofika kando ya bahari, Samaki alimwambia Ugali, "Mimi naingia majini kuoga" kisha akapiga mbizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_6', 3, NULL, 'assets/topic/asb/26867.png', 'Baada ya kuogelea kwa muda mfupi, Samaki alimwambia Ugali, "Sasa ni zamu yako kuogelea." +Ugali alimjibu, "Siwezi kuogelea. Nikiingia majini, nitazama halafu nitayeyuka."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_7', 3, NULL, 'assets/topic/asb/26868.png', 'Samaki alimbembeleza Ugali akisema, "Njoo ujaribu. Hutayeyuka na ukizama, nitakuokoa." Ugali alikubali. +Ugali alipofika majini, alishindwa kuelea. Alimwita Samaki, "Njoo uniokoe," lakini Samaki hakumwokoa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_8', 3, NULL, 'assets/topic/asb/26869.png', 'Mtu mmoja alimsikia Samaik akilalamika kwamba hangeweza kumwoka Ugali. Mtu huyo akamwuliza, "Kuna shida gani?" +Samaki akasema, "Huyu mjinga ameingia majini na sasa anazama." Mtu huyo akamwokoa Ugali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_9', 3, NULL, 'assets/topic/asb/26870.png', 'Ugali alipotoka majini, alisema, "Samaki ni rafiki mbaya. Amenishawishi niogelee nami sijui kuogelea." +Mtu huyo aliwaambia, "Hebu niwatatulie tatizo hili." Alikata ugali na samaki, akala kwa fujo. Na huo ukawa mwisho wa ugomvi kati yao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23156_10', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ugali na Samaki +Author - +Melanie Bulouza +Illustration - +and Ben Terarc +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210', 2, 'Ujasiri wa Nangila', 'assets/topic/asb/15103.png', 'Ursula Nafula', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_3', 3, NULL, 'assets/topic/asb/15103.png', 'Wekesa alikuwa na donda mguuni. Yeye na mkewe waliishi kijijini na wanao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_4', 3, NULL, 'assets/topic/asb/15104.png', 'Binti yao, Nangila, na kaka zake watatu walifanya kazi zao vizuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_5', 3, NULL, 'assets/topic/asb/15105.png', 'Nangila aliwavutia wengi. Mwanamme aliyependa kumwoa, alitakiwa kutimiza sharti kali lililowekwa na babake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_6', 3, NULL, 'assets/topic/asb/15106.png', 'Sharti lilikuwa kuileta miti-shamba kutoka ziwa lililokuwa karibu. Dawa hiyo ingeponya donda alilokuwa nalo bababke Nangila. Ziwa hilo lilijaa mizimu hatari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_7', 3, NULL, 'assets/topic/asb/15107.png', 'Baadhi ya wanaume waliojaribu kuipata ile miti-shamba, walirudi mikono mitupu. Wengine kamwe hawakurejea kutoka ziwani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_8', 3, NULL, 'assets/topic/asb/15109.png', 'Nangila alikuwa na hofu kaka zake pia waliposhindwa kwenda ziwani. Aliamua kwenda mwenyewe. Mamake alimwambia, "Mwanangu, wanaume wameshindwa, utafaulu?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_9', 3, NULL, 'assets/topic/asb/15110.png', 'Nangila alimsaidia bi kizee mmoja kubeba kuni. Bi kizee alimshukuru, akamwambia, "Nitakueleza jinsi utakavyofika kwenye ziwa la mizimu na namna utakavyofanya."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_10', 3, NULL, 'assets/topic/asb/15111.png', 'Nangila alipofika kwenye ufuo wa ziwa, aliiona familia ya mizimu ikinywa na kusherehekea. Alisubiri na kutazama. Moja baada ya nyingine, mizimu ilipatwa na usingizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_11', 3, NULL, 'assets/topic/asb/15112.png', 'Mizimu yote ilipolala, Nangila alipiga mbizi ziwani. Aliipata miti-shamba na kuiweka mkobani. Alipoogelea kurudi ufuoni, mawimbi makubwa yalimzunguka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_12', 3, NULL, 'assets/topic/asb/15113.png', 'Alifika ufuoni mizimu ikiwa imeamka. Aliimba wimbo aliofunzwa na bi kizee: +Mie nilikuja kwa sababu wanaume waliogopa. Babangu ahitaji dawa. Ndiyo sababu nikaja hapa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_13', 3, NULL, 'assets/topic/asb/15114.png', 'Sauti ya Nangila ilikuwa tamu sana hata mizimu ikamtaka aendelee kuimba. Mizimu ilipolala tena, Nangila alikimbia haraka kwenda kijijini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_14', 3, NULL, 'assets/topic/asb/15115.png', 'Baada ya kutibu donda la babake, babake aliweza kusimama tena. Kijiji kizima kilisherehekea na kumpongeza Nangila.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('16210_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ujasiri wa Nangila +Author - +Violet Otieno +Translation - +Ursula Nafula +Illustration - +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614', 2, 'Uji', 'assets/topic/asb/13256.png', 'Brigid Simiyu + Catherine Groenewald', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_3', 3, NULL, 'assets/topic/asb/7923.png', 'Zama anajitayarisha kwenda shule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_4', 3, NULL, 'assets/topic/asb/7924.png', 'Baba anapika uji wa kiamsha kinywa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_5', 3, NULL, 'assets/topic/asb/7925.png', '"Mama hutayarisha uji mzuri zaidi." Zama anasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_6', 3, NULL, 'assets/topic/asb/13254.png', 'Uji unampa Zama nguvu za kucheza shuleni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_7', 3, NULL, 'assets/topic/asb/13255.png', 'Uji uko tayari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_8', 3, NULL, 'assets/topic/asb/13256.png', 'Baba anaongeza uji maziwa kwa upendo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_9', 3, NULL, 'assets/topic/asb/13257.png', '"Baba, ninafikiri uji huu unahitaji sukari zaidi," Zama anasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_10', 3, NULL, 'assets/topic/asb/13259.png', '"Uji wa mama una ladha kuliko wa baba," Zama anawaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_11', 3, NULL, 'assets/topic/asb/13258.png', '"Baba, tafadhali naweza kupata sukari zaidi?" Zama anauliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_12', 3, NULL, 'assets/topic/asb/13260.png', 'Baba anamwongezea Zama ''sukari.''.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_13', 3, NULL, 'assets/topic/asb/13261.png', '"Wu! Baba! Umeweka chumvi badala ya sukari!" Zama analalamika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_14', 3, NULL, 'assets/topic/asb/13262.png', '"Baba, je, mama atarudi lini nyumbani?" Zama anauliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15614_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Uji +Author - +Zimbili Dlamini and Hlengiwe Zondi +Translation - +Brigid Simiyu +Illustration - +Catherine Groenewald +Language - +Kiswahili +Level - +First words +© African Storybook Initiative and Molteno Institute 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138', 2, 'Ujinga wa Majitu', 'assets/topic/asb/8114.png', 'Brigid Simiyu + Natalie Propa', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_3', 3, NULL, 'assets/topic/asb/8111.png', 'Kulikuwa na kiangazi. +Mulongo na familia yake walikosa chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_4', 3, NULL, 'assets/topic/asb/8112.png', 'Mulongo alienda na famalia yake kutafuta chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_5', 3, NULL, 'assets/topic/asb/8113.png', 'Walipata shamba la migomba. +Mwenye shamba hakuwepo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_6', 3, NULL, 'assets/topic/asb/8114.png', 'Ghafla, jitu kubwa liliwasili! +Liliwaruhusu wakae pale.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_7', 3, NULL, 'assets/topic/asb/8115.png', 'Asubuhi moja, jitu lilisema, "Nipikie mvulana wako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_8', 3, NULL, 'assets/topic/asb/8116.png', 'Jioni, jitu likasema, "Kesho, mpike binti yako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_9', 3, NULL, 'assets/topic/asb/8117.png', 'Wazazi walimficha binti yao mtini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_10', 3, NULL, 'assets/topic/asb/8118.png', 'Jitu lilimwambia mke wa Mulongo, "Kesho lazima umpike mmeo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_11', 3, NULL, 'assets/topic/asb/8119.png', 'Jioni hiyo, jitu lilimueleza mke ajipike mwenyewe!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_12', 3, NULL, 'assets/topic/asb/8120.png', 'Jitu lilikula likashiba. +Lililala chini ya mti likikoroma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_13', 3, NULL, 'assets/topic/asb/8121.png', 'Liliwaona wote wakiwa wazima. +Lilikasirika sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_14', 3, NULL, 'assets/topic/asb/8122.png', 'Mulongo alilidanganya jitu. +Waliondoka wakaenda zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21138_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ujinga wa Majitu +Author - +Fabian Wakholi +Translation - +Brigid Simiyu +Illustration - +Natalie Propa +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033', 2, 'Ulemavu si utepetevu', 'assets/topic/asb/10424.png', 'Ursula Nafula +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_3', 3, NULL, 'assets/topic/asb/10419.png', 'Huyu ni Agnes. Yeye ni mwalimu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_4', 3, NULL, 'assets/topic/asb/10418.png', 'Agnes hutumia magongo kutembea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_5', 3, NULL, 'assets/topic/asb/10420.png', 'Huyu ni Metobo. Metobo ni DJ wa redio nimpendaye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_6', 3, NULL, 'assets/topic/asb/10421.png', 'Metobo ana tatizo la macho.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_7', 3, NULL, 'assets/topic/asb/10422.png', 'Huyu ni jirani yangu Moraa. Moraa ni mkulima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_8', 3, NULL, 'assets/topic/asb/10424.png', 'Moraa hasikii. Yeye hutumia lugha ya ishara kuwasiliana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_9', 3, NULL, 'assets/topic/asb/10425.png', 'Huyu ni Osero. Osero ni mchezaji wa soka maarufu shuleni kwetu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_10', 3, NULL, 'assets/topic/asb/10426.png', 'Osero hana mikono. Lakini, yeye huingizia mabao mengi timu yetu inapocheza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23033_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ulemavu si utepetevu +Author - +Agnes Mabururu +Translation - +Ursula Nafula +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344', 2, 'Umoja', 'assets/topic/asb/10625.png', 'Ursula Nafula + Vusi Malindi', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_3', 3, NULL, 'assets/topic/asb/10609.png', 'Kijiji chetu kilikuwa na shida nyingi. Tulikuwa na mfereji mmoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_4', 3, NULL, 'assets/topic/asb/10616.png', 'Tulitegemea chakula cha msaada.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_5', 3, NULL, 'assets/topic/asb/10614.png', 'Tuliogopa kuvamiwa na wezi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_6', 3, NULL, 'assets/topic/asb/10611.png', 'Wazazi wengine hawakuweza kulipa karo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_7', 3, NULL, 'assets/topic/asb/10613.png', 'Wasichana wadogo waliacha shule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_8', 3, NULL, 'assets/topic/asb/10615.png', 'Wavulana wadogo walirandaranda kijijini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_9', 3, NULL, 'assets/topic/asb/10617.png', 'Uchafu ulikuwa kila mahali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_10', 3, NULL, 'assets/topic/asb/10612.png', 'Watu walikatwa na vipande vya chupa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_11', 3, NULL, 'assets/topic/asb/10610.png', 'Siku moja, mfereji ulikosa maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_12', 3, NULL, 'assets/topic/asb/10618.png', 'Babangu aliwaita watu waende mkutano.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_13', 3, NULL, 'assets/topic/asb/10619.png', 'Watu walikusanyika wakajadiliana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_14', 3, NULL, 'assets/topic/asb/10620.png', 'Babangu alisema, "Lazima tuyabadilishe maisha yetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_15', 3, NULL, 'assets/topic/asb/10621.png', 'Mimi nilisema, "Nitasafisha uwanja wa nyumba yetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_16', 3, NULL, 'assets/topic/asb/10623.png', 'Mamake Dama alisema, "Wanawake wataungana wapande chakula."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_17', 3, NULL, 'assets/topic/asb/10624.png', 'Babake Mumo alisema, "Wanaume watachimba kisima cha maji."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_18', 3, NULL, 'assets/topic/asb/10625.png', 'Kwa sauti moja tulisema, "Tuyabadilishe maisha yetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18344_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Umoja +Author - +Ursula Nafula +Adaptation - +Ursula Nafula +Illustration - +Vusi Malindi +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864', 2, 'Umuhimu wa Mtende', 'assets/topic/asb/9607.png', 'Translators without Borders and Kiondo Wilkins +Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_3', 3, NULL, 'assets/topic/asb/9604.png', 'Hebu nikueleze kuhusu mtende.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_4', 3, NULL, 'assets/topic/asb/9605.png', 'Mtende ni mmea wa kudumu. +Unasitawi mimea mingine inapokauka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_5', 3, NULL, 'assets/topic/asb/9606.png', 'Kivuli cha mtende kina upepo mzuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_6', 3, NULL, 'assets/topic/asb/9607.png', 'Tunakula matunda ya mtende.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_7', 3, NULL, 'assets/topic/asb/9608.png', 'Tunatumia majani yake kuezeka nyumba zetu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_8', 3, NULL, 'assets/topic/asb/9609.png', 'Tunatengeneza fagio kutumia majani ya mtende. +Tunasuka mikeka pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_9', 3, NULL, 'assets/topic/asb/9610.png', 'Tunatumia nafaka zake kupika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_10', 3, NULL, 'assets/topic/asb/9611.png', 'Sasa umefahamu kwa nini mtende ni muhimu sana?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('15864_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Umuhimu wa Mtende +Author - +Simon Ipoo +Translation - +Translators without Borders and Kiondo Wilkins +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345', 2, 'Upepo mkali', 'assets/topic/asb/14101.png', 'Ursula Nafula +Marion Drew', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_3', 3, NULL, 'assets/topic/asb/14102.png', 'Nilikuwa nikicheza na tiara yangu. Upepo mkali ulianza kuvuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_4', 3, NULL, 'assets/topic/asb/14103.png', 'Upepo huo uliibandua tiara yangu. Ilirushwa mbali.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_5', 3, NULL, 'assets/topic/asb/14104.png', 'Macho yangu yalijaa mchanga.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_6', 3, NULL, 'assets/topic/asb/14105.png', 'Upepo huo uligeuka ukawa dhoruba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_7', 3, NULL, 'assets/topic/asb/14106.png', 'Niliogopa!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_8', 3, NULL, 'assets/topic/asb/14107.png', 'Nilijiuliza, "Tiara  yangu nzuri iko wapi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_9', 3, NULL, 'assets/topic/asb/14108.png', 'Labda, ilikuwa angani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_10', 3, NULL, 'assets/topic/asb/14109.png', 'Dhoruba hiyo ilinizungusha. Iliniinua juu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_11', 3, NULL, 'assets/topic/asb/14110.png', 'Iliniangusha chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_12', 3, NULL, 'assets/topic/asb/14111.png', 'Niliposimama, sikuiona tiara yangu. Sikuusikia upepo ukivuma tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_13', 3, NULL, 'assets/topic/asb/14112.png', 'Nilianza kwenda nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_14', 3, NULL, 'assets/topic/asb/14101.png', 'Je, unafahamu kuwa upepo mkali ni hatari?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('18345_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Upepo mkali +Author - +Ursula Nafula +Adaptation - +Ursula Nafula +Illustration - +Marion Drew +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572', 2, 'Upinde wa Mto wenye miujiza', 'assets/topic/asb/26828.png', 'Ursula Nafula +Edwin Irabor', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_3', 3, NULL, 'assets/topic/asb/26491.png', 'Watoto watatu, Ado, Aggie, na Eddy waliisikiliza mvua ikinyesha. Walitaka sana kuchezea kwenye mvua hiyo. Walitaka kuugusa upinde ulioonekana angani. Lakini mama alisema, "La!" Walilia wakitumaini kwamba mama atabadili nia yake. Lakini, hilo halikufanyika. Eddy hata alijaribu kunyatia na kutoka nje ya nyumba ili autembelee upinde ule.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_4', 3, NULL, 'assets/topic/asb/26492.png', 'Mama alimpata kabla hajaenda mbali. Aliipaza sauti yake ili Eddy na dada zake pia waweze kusikia. "Utapata mafua," mama alisema. "Hampendi kunywa supu iliyo na pilipili lakini mkipata mafua, lazima mtainywa," aliongezea kwa tabasamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_5', 3, NULL, 'assets/topic/asb/26493.png', 'Akiwa na matumaini kwamba watamwuliza awasimulie hadithi, mama alisema, "Upinde ni mto wa miujiza ulio na nguvu za kuponya. Lakini uko mbali angani msikoweza kuufikia. Kwa hivyo mkipata mafua, upinde hautawasaidia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_6', 3, NULL, 'assets/topic/asb/26494.png', '"Tafadhali, mama, tusimulie ile hadithi inayohusu upinde," Aggie alisema. "Ndiyo, tafadhali, mama, ningependa kuisikia pia," Ado aliongeza. "Mimi pia," Eddy alimsihi mama huku akimvuta mkono. "Hebu tuone, mmmm," mama alisema kwa utani. "Sawa wapendwa, karibieni. Mama yenu msimulizi ndiye huyu hapa kuwasimulia!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_7', 3, NULL, 'assets/topic/asb/26495.png', 'Aggie aliileta fimbo iliyotumiwa na wasimulizi. Alimpatia mama. Eddy alikileta kitambaa alichozoea kuvaa aliposimulia. Alipoishika ile fimbo na kukivaa kile kitambaa, mama alikuwa tayari kuwasimulia wanawe hadithi. Waliketi kimya kuisikiliza ile hadithi waliyoisikia mara nyingi. Ado aliipuliza firimbi kuashiria kuanza. Kisha masimulizi yalianza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_8', 3, NULL, 'assets/topic/asb/26496.png', '"Hapo zamani, upinde ulikuwa mto wa miujiza. Ulikuwa umejificha katika vichaka vilivyokuwa kijijini Bombo. Kwa sababu ulikuwa na nguvu za kuponya, ulipewa ulinzi mkali. Yeyote aliyekuwa mgonjwa, aliyanywa maji yake. Upinde huo ulifurahi ulipogawanya nguvu zake. Lakini haukupenda watu wasiokuwa na nidhamu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_9', 3, NULL, 'assets/topic/asb/26828.png', '"Kwa sababu ya nguvu zake za miujiza, kulikuwa na aiskrimu kwenye ukingo wa mto huo! Waliokuja kuyanywa maji, hasa watoto, vilevile walifurahi kuila aiskrimu. Aiskrimu hiyo ilikuwa ya rangi nyekundu, +rangi ya machungwa, manjano, kijani kibichi, bluu, zambarau na nili."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_10', 3, NULL, 'assets/topic/asb/26498.png', '"Siku moja, Bomu, Bi kizee mmoja mtukutu, alikuja kutoka nchi ya mbali. Alipowasili, alikutana na mlinzi. Mlinzi hakumtambua kwa hivyo alikuwa na hisia asizowahi kuwa nazo. Hata hivyo, alizipuuza hisia zake. Alimwelekeza Bi kizee huyo kwenda mtoni huku akimkumbusha kuuheshimu ule mto. Bomu alikubali kisha akaenda majini."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_11', 3, NULL, 'assets/topic/asb/26499.png', '"Bomu aliyanywa maji na akapona. Halafu akatazama kuhakikisha kwamba hakuna aliyemwona. Alilichukua jiwe akalitumbukiza majini. Alilitazama likiinuka na kusambaza viwimbi vyake. Alifurahi sana hata akakichukua kijiti na kurudia kitendo hicho. Vilevile, kijiti kilisambaza viwimbi vyake."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_12', 3, NULL, 'assets/topic/asb/26500.png', '"Bomu aliruka majini! Alikuwa na matumaini ya kuupata uzima wa milele. Mara tu aliporuka, mto uliinuka juu. Uliruka juu angani, usiwahi kurudi tena kijijini Bombo. Wakati mwingine, upinde hutokezea baada ya mvua na kuonekana kama mto tena. Na huo ndio mwisho wa hadithi yangu," mama alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_13', 3, NULL, 'assets/topic/asb/26501.png', '"Kwa hivyo, wapenzi wangu, niambieni, kwa nini mnaipenda sana hadithi hii?" mama aliuliza. "Kila mara mnaniuliza niwasimulie." Ado alitabasamu kisha akajibu, "Ninaipenda kwa sababu inanikumbusha kuzisikiza hisia zangu." Naye Aggie akasema, "Inanikumbusha rangi za upinde."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_14', 3, NULL, 'assets/topic/asb/26502.png', 'Eddy alijaribu bahati yake, "Ninaipenda kwa sababu inanikumbusha aiskrimu! Tafadhali, ninaweza kupata aiskrimu kidogo sasa?" "Mmmm. Sasa kuna baridi sana. Heri tuile aiskrimu kesho," mama alisema. Kisha akaongeza, "Wakati ujao, nitawaeleza hadithi kuhusu hatima ya upinde."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22572_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Upinde wa Mto wenye miujiza +Author - +Mimi Werna +Translation - +Ursula Nafula +Illustration - +Edwin Irabor +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751', 2, 'Urafiki aina gani?', 'assets/topic/asb/18784.png', 'HANNINGTON OWERE + and Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_3', 3, NULL, 'assets/topic/asb/18783.png', 'Hapo zamani za kale, Chura na Nyoka walikuwa marafiki wazuri. +Nyumba zao zilikuwa zikikaribiana na watoto wao walicheza pamoja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_4', 3, NULL, 'assets/topic/asb/18784.png', 'Siku moja, Chura alimwambia Nyoka, "Rafiki yangu, ningependa kumtembelea mamangu wiki ijayo. Je, ungetaka kwenda nami?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_5', 3, NULL, 'assets/topic/asb/25000.png', '"Ndiyo, ningependa kwenda nawe," Nyoka akajibu. +"Vizuri sana. Hebu sasa tujitayarishe kwa safari hiyo ndefu," akajibu Chura. "Tutahitaji kutunziwa nyumba zetu tutakapokuwa safarini," aliongeza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_6', 3, NULL, 'assets/topic/asb/25001.png', 'Walimwomba Tumbili awasaidie kwa sababu aliwajibika na alikuwa mwenye roho nzuri. +Tumbili alijitolea kuwatunzia nyumba zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_7', 3, NULL, 'assets/topic/asb/25002.png', 'Siku zilizofuata, Chura na Nyoka walijishughulisha kupanga safari yao. +Chura alikusanya mchwa na kuwaweka katika gunia. Mamake alipenda mchwa sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_8', 3, NULL, 'assets/topic/asb/25003.png', 'Siku ya kusafiri ilipofika, marafiki hao waliondoka asubuhi. +Njiani, walishambuliwa na kindi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_9', 3, NULL, 'assets/topic/asb/25004.png', 'Nyoka alikuwa na hofu akaanza kutetemeka. +Alitoa sauti ya kuwatisha, lakini kindi waliendelea tu kuwasongea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_10', 3, NULL, 'assets/topic/asb/25005.png', 'Kindi walipowazingira, Chura alipiga kelele sana. +Hatimaye, kindi walitoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_11', 3, NULL, 'assets/topic/asb/25006.png', 'Chura na Nyoka walipofika kwa mamake Chura, walikuwa wamechoka na kuhisi njaa. +Mamake Chura aliwapa mkeka wakaketi huku akiandaa chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_12', 3, NULL, 'assets/topic/asb/25007.png', 'Wakati chakula kilikuwa tayari, Chura na Nyoka walinawa tayari kula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_13', 3, NULL, 'assets/topic/asb/25008.png', 'Kabla ya kuanza kula, Chura alimwambia Nyoka, "Huwezi kula ukiwa umelala. Hiyo ni tabia mbaya. Tafadhali keti wima ili mamangu asikasirike."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_14', 3, NULL, 'assets/topic/asb/25009.png', 'Nyoka alijaribu sana kuketi kama vile Chura, lakini alishindwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_15', 3, NULL, 'assets/topic/asb/25010.png', 'Wakati huo huo Chura na mamake waliendelea kula chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_16', 3, NULL, 'assets/topic/asb/25011.png', 'Nyoka alimlalamikia Chura, "Mimi siwezi kuketi wima kama ninyi mnavyoketi." +Chura hakumsikiliza rafikiye.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_17', 3, NULL, 'assets/topic/asb/25012.png', 'Nyoka alikasirika sana hata akaamua kurudi nyumbani kwake. +Hakutaka tena uhusiano wowote na vyura.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_18', 3, NULL, 'assets/topic/asb/25013.png', 'Alipokuwa njiani, alipanga namna angemwadhibu Chura!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23751_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Urafiki aina gani? +Author - +John Emongot +Translation - +HANNINGTON OWERE +Illustration - +and Rob Owen +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937', 2, 'Urithi kutoka kwa baba', 'assets/topic/asb/17228.png', 'Ursula Nafula +Jacob Kono', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_3', 3, NULL, 'assets/topic/asb/17218.png', 'Eba na mkewe Lelisa walifanya kazi zao kwa bidii sana. Walikuwa na watoto wawili wa kiume.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_4', 3, NULL, 'assets/topic/asb/17219.png', 'Walitimiza mahitaji yao kutokana na juhudi zao. Eba alitaka wanawe wastarehe. Hawakufanya kazi zozote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_5', 3, NULL, 'assets/topic/asb/17220.png', 'Baada ya muda, Lelisa alifariki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_6', 3, NULL, 'assets/topic/asb/17221.png', 'Hata baada ya kifo cha mkewe, Eba hakutaka wanawe wamsaidie. Alizifanya kazi zote za shambani na za nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_7', 3, NULL, 'assets/topic/asb/17222.png', 'Muda ulipopita, Eba alizeeka na kudhoofika. Alihofia maisha ya wanawe. Alijiuliza, "Wanangu wataishi namna gani nitakapofariki?" Alijua kuwa hawangeweza kujitegemea.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_8', 3, NULL, 'assets/topic/asb/17223.png', 'Eba aliwaita wanawe akawaambia, "Urithi mtakaopata kutoka kwangu ni dhahabu nyingi iliyofichwa shambani. Ni juu yenu kuyalima mashamba ili muipate dhahabu hiyo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_9', 3, NULL, 'assets/topic/asb/17666.png', 'Eba pia aliwaambia majirani, "Nadhani niko karibu kufariki. Wanangu hawajui kujitegemea. Nawasihi mwasaidie hadi watakapoweza kujikimu wenyewe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_10', 3, NULL, 'assets/topic/asb/17669.png', 'Baada ya Eba kufariki, majirani waliwapa wanawe chakula kwa muda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_11', 3, NULL, 'assets/topic/asb/17226.png', 'Ndugu hao hawakutaka kuporwa dhahabu iliyofichwa na baba yao. Waliamua kuyalima mashamba wenyewe ili waipate dhahabu hiyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_12', 3, NULL, 'assets/topic/asb/17227.png', 'Waliyalima mashamba moja baada ya jingine. Ila hawakupata dhahabu yoyote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_13', 3, NULL, 'assets/topic/asb/17228.png', 'Mmoja alimwuliza mwingine, "Je, unadhani baba alitudanganya?" Yule akajibu, "La, ninadhani baba alikuwa na maana kuwa ukulima ni dhahabu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_14', 3, NULL, 'assets/topic/asb/17229.png', 'Kwa hivyo, kama wakulima wengine, wana hao waliyalima mashamba yao. Walipanda mimea wakawa matajiri sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('17937_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Urithi kutoka kwa baba +Author - +Lemu Wachile and Elizabeth Laird +Translation - +Ursula Nafula +Illustration - +Jacob Kono +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816', 2, 'Ushauri mbaya', 'assets/topic/asb/17057.png', 'African Storybook and Dorcas Wepukhulu +Brian Wambi', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_3', 3, NULL, 'assets/topic/asb/17050.png', 'Kombe na Juma walikuwa maskini pia jirani. +Walifanya kila kitu wenyewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_4', 3, NULL, 'assets/topic/asb/17052.png', 'Walitamani kuwa na punda. +Punda angewabebea mizigo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_5', 3, NULL, 'assets/topic/asb/17053.png', 'Kombe akasema, "Hebu tununue punda pamoja." +Walifurahia hatua hiyo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_6', 3, NULL, 'assets/topic/asb/17054.png', 'Babake Kombe alipofariki, Kombe alitajirika. +Alimsahau Juma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_7', 3, NULL, 'assets/topic/asb/17055.png', 'Kombe alitaka nyama ya punda amlishe mbwa wake. +Juma alihitaji punda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_8', 3, NULL, 'assets/topic/asb/17057.png', 'Hakimu aliwaambia, "Kila mmoja wenu anaweza kuchukua nusu ya punda."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_9', 3, NULL, 'assets/topic/asb/17058.png', 'Kombe alimchinja punda. +Juma alijibebebea vitu kwa mara nyingine.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_10', 3, NULL, 'assets/topic/asb/17060.png', 'Kombe alitaka kuteketeza chumba chake ili ajenga kipya.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_11', 3, NULL, 'assets/topic/asb/17061.png', 'Juma alisema, "Changu pia kitachomeka." +Hakimu alikubaliana na Kombe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_12', 3, NULL, 'assets/topic/asb/17062.png', 'Chumba cha Juma kiliungua. +Hakimu alisema, "Kombe aliteketeza chake."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_13', 3, NULL, 'assets/topic/asb/17063.png', 'Juma hakuwa na punda wala chumba. +Alilala chini ya mti.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_14', 3, NULL, 'assets/topic/asb/17064.png', 'Juma alifanya kazi kwa bidii. +Alipata mazao mazuri ya mbaazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_15', 3, NULL, 'assets/topic/asb/17066.png', 'Wavulana wa Kombe walikula mbaazi karibu wazimalize zote.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_16', 3, NULL, 'assets/topic/asb/17068.png', 'Walimwambia Juma, "Nenda umwulize baba akulipe mbaazi zako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_17', 3, NULL, 'assets/topic/asb/17069.png', 'Juma alisema, "Sitaki pesa zenu. Ninataka mbaazi zangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_18', 3, NULL, 'assets/topic/asb/17070.png', 'Hakimu alimwambia Juma, "Wakate wavulana halafu uchukue mbaazi zako."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_19', 3, NULL, 'assets/topic/asb/17071.png', 'Juma alikataa kusikiliza alivyoambiwa. +Kombe alilia, "Hebu wazee waamue."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_20', 3, NULL, 'assets/topic/asb/17073.png', 'Wazee walisema, "Ulimuua punda. Ulichoma chumba chake."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_21', 3, NULL, 'assets/topic/asb/17074.png', 'Walimwambia Juma, "Kuwaua wavulana wa Kombe ni vibaya pia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_22', 3, NULL, 'assets/topic/asb/17075.png', 'Kombe alimpatia Juma nusu ya mali yake. +Wakaishi kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21816_23', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Ushauri mbaya +Author - +Magabi Eynew Gessesse and Elizabeth Laird +Translation - +African Storybook and Dorcas Wepukhulu +Illustration - +Brian Wambi +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690', 2, 'Usiku unatambuliwa katika kijiji cha Opio', 'assets/topic/asb/1130.png', 'Mutugi Kamundi + Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_3', 3, NULL, 'assets/topic/asb/1131.png', 'Hapo zamani hakukuwa na majira ya usiku katika kijiji cha kina Opio. Watu walilala wakati wowote walipochoka. Walifanya kazi zao walipoamka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_4', 3, NULL, 'assets/topic/asb/1132.png', 'Siku moja, Opio alienda na mbwa wake kuwinda. Baada ya muda mfupi, mbwa walianza kumfukuza paa. Opio aliwafuata akakimbia kwa muda wa saa nyingi. Alipochoka alipumzika halafu baadaye alianza kukimbia tena. Lakini, hakuwaona mbwa wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_5', 3, NULL, 'assets/topic/asb/1133.png', 'Opio alijipata katika kijiji tofauti. Alimwambia mwenye nyumba, "Nimechoka. Nahitaji kupumzika." Mtu yule alimjibu, "Unakaribishwa kupumzika hapa. Je, ungependa kunywa pombe kidogo?" Opio alikuwa na kiu. Aliinywa pombe kidogo kisha akalala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_6', 3, NULL, 'assets/topic/asb/1134.png', 'Opio alipoamka, hakuweza kuona. Aliyafumba na kuyafumbua macho yake mara nyingi. Mwishowe, alimwambia mhisani wake, "Ulinipa kinywaji kibaya. Siwezi tena kuona sawasawa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_7', 3, NULL, 'assets/topic/asb/1135.png', 'Mwenye nyumba alimwambia, "Hukunywa kinywaji kibaya na macho yako ni sawasawa. Sasa hivi ni usiku. Kwani hujui usiku? Siku ikiisha, usiku hufuata." Opio aliuliza maswali mengi kuhusu usiku akapendezwa sana nao. Alikaa hapo siku nyingine ili auone usiku ukiingia tena.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_8', 3, NULL, 'assets/topic/asb/1136.png', 'Asubuhi iliyofuata, yule mtu alimweleza Opio, "Giza litakapoanza kuingia, anza kutembea ukienda kijijini kwenu. Ukitembea huku ukiangalia mbele usiku utakufuata. Ukiangalia nyuma usiku utapotea."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_9', 3, NULL, 'assets/topic/asb/1130.png', 'Opio alifanya alivyoambiwa. Usiku huo alianza kutembea akielekea kijijini kwao. Alihisi giza likimfuata nyuma. Alikuwa na haja ya kuangalia nyuma lakini alijizuia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_10', 3, NULL, 'assets/topic/asb/1137.png', 'Alipofika kijijini kwao, wanakijiji waliogopa. Walimwuliza, "Huu ni ugonjwa gani uliotuletea? Ni nini hiki cheusi kinachokufuata?" Opio akawaeleza, "Ndugu zangu, kitu hiki cheusi kinachonifuata kinaitwa usiku. Mnavyoogopa ndivyo nilivyoogopa pia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_11', 3, NULL, 'assets/topic/asb/1138.png', 'Opio aliendelea kuwaeleza, "Ninyi vilevile mtaupenda usiku. Mwangaza ukija tutaweza kufanya kazi. Na usiku ukiingia tutapumzika."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_12', 3, NULL, 'assets/topic/asb/1139.png', 'Na hivyo ndivyo usiku ulivyotambuliwa katika kijiji cha kina Opio.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('8690_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Usiku unatambuliwa katika kijiji cha Opio +Author - +Robert Ekuka +Translation - +Mutugi Kamundi +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975', 2, 'Uso', 'assets/topic/asb/26803.png', 'Kutafsiri Biblia Mara +Sue Beattie', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_3', 3, NULL, 'assets/topic/asb/26807.png', 'Macho', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_4', 3, NULL, 'assets/topic/asb/26808.png', 'Sikio', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_5', 3, NULL, 'assets/topic/asb/26802.png', 'Mdomo', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_6', 3, NULL, 'assets/topic/asb/26800.png', 'Pua', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_7', 3, NULL, 'assets/topic/asb/26801.png', 'Kidevu', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_8', 3, NULL, 'assets/topic/asb/26755.png', 'Meeno', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_9', 3, NULL, 'assets/topic/asb/26810.png', 'Ulimi', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_10', 3, NULL, 'assets/topic/asb/26809.png', 'Mashavu', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_11', 3, NULL, 'assets/topic/asb/26804.png', 'Kope', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_12', 3, NULL, 'assets/topic/asb/26806.png', 'Nywele', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('29975_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Uso +Author - +Little Zebra Books +Translation - +Kutafsiri Biblia Mara +Illustration - +Sue Beattie +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067', 2, 'Utata baina ya kazi tofauti', 'assets/topic/asb/10274.png', 'Brigid Simiyu +Wiehan de Jager', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_3', 3, NULL, 'assets/topic/asb/10274.png', 'Katika kijiji kimoja, watu walitofautiana kuhusu kazi gani iliyo muhimu. +Kila mmoja aliamini kuwa kazi yake ndiyo iliyokuwa muhimu zaidi!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_4', 3, NULL, 'assets/topic/asb/10278.png', 'Mwalimu alisema kazi yake ndiyo iliyokuwa muhimu zaidi. +"Bila walimu, hakuna yeyote atakayeweza kwenda shule kujifunza."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_5', 3, NULL, 'assets/topic/asb/10276.png', 'Mjenzi akasema kwamba kazi yake ndiyo iliyokuwa muhimu zaidi. +"Bila wajenzi, hakungekuwa na shule za kusomea wala nyumba za kulala."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_6', 3, NULL, 'assets/topic/asb/10279.png', 'Seremala naye akasema kwamba yeye ndiye aliyekuwa na kazi muhimu zaidi. +"Bila maseremala, hakungekuwa na samani +za kutumia nyumbani na shuleni."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_7', 3, NULL, 'assets/topic/asb/10277.png', 'Daktari naye alidai kuwa alikuwa na kazi iliyo muhimu kuliko zote. +"Bila madaktari na wauguzi, watu wangeugua na kufa."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_8', 3, NULL, 'assets/topic/asb/10275.png', 'Mkulima akasema kwamba kazi yake ni muhimu zaidi. +"Bila wakulima, hakungekuwa na chakula."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_9', 3, NULL, 'assets/topic/asb/10280.png', 'Mwanafunzi naye alisema kuwa wanafunzi ndio walio na kazi muhimu kwa zote. +"Bila wanafunzi, hakungekuwa na walimu, wajenzi, madaktari, wakulima, wala maseremala."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_10', 3, NULL, 'assets/topic/asb/10281.png', 'Hatimaye, kila mmoja alikubali kwamba +kazi zote ni muhimu. Tunahitaji walimu, wajenzi, madaktari, wakulima, na maseremala. +Lakini, lazima kila mmoja awe mwanafunzi kwanza!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22067_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Utata baina ya kazi tofauti +Author - +Beatrice Inzikuru +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611', 2, 'Vayu, upepo', 'assets/topic/asb/2442.png', 'Brigid Simiyu +Rijuta Ghate', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_3', 3, NULL, 'assets/topic/asb/2443.png', 'Ninapomaliza kuoga kwa maji moto, mwili wangu huwa majimaji na kuhisi baridi. +Ninajua anayesababisha mwili kuhisi baridi. Vayu, upepo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_4', 3, NULL, 'assets/topic/asb/2444.png', 'Kwenye kikombe kuna maziwa moto sana. Baada ya muda, maziwa yanapoa. +Ninajua anayesababisha jambo hili kutendeka. Vayu, upepo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_5', 3, NULL, 'assets/topic/asb/2445.png', 'Pazia za dirisha zinapapatika polepole zikinigusa uso. +Ni nani husababisha jambo hili kutendeka? Vayu, upepo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_6', 3, NULL, 'assets/topic/asb/2448.png', 'Ninaona radi. Mawingu meusi yananikaribia. +Ninajua anayesababisha jambo hili kutendeka. Vayu, upepo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_7', 3, NULL, 'assets/topic/asb/2449.png', 'Matawi yanayumbayumba na majani yanapepea. Maua yanadondoka kutoka mtini. +Ninajua anayesababisha haya yote. Vayu, upepo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_8', 3, NULL, 'assets/topic/asb/2450.png', 'Tunapocheza nje, tunanukia pipi anazotayarisha mama. +Ninajua anayesababisha hili kutendeka. Vayu, upepo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_9', 3, NULL, 'assets/topic/asb/2451.png', 'Bilauri iliyokuwa dirisahani, imeanguka na kuvunjika. Namshukuru Mungu haikuniangukia. Ninajua aliyesababisha ukatili huu. Bila shaka ni Vayu, upepo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_10', 3, NULL, 'assets/topic/asb/2452.png', 'Firimbi imepulizwa. Gari la moshi linafika kituoni. Siwezi kuliona, lakini nausikia mngurumo wake. +Ninajua aliyesababisha haya. Vayu, upepo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_11', 3, NULL, 'assets/topic/asb/2453.png', 'Haonekani. Hasikiki. Hufanya kazi zote kisirisiri. Anaweza kuwa ni nani? +Mimi ninamjua! Vayu, upepo!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2611_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Vayu, upepo +Author - +Madhuri Pai and Rohini Nilekani +Translation - +Brigid Simiyu +Illustration - +Rijuta Ghate +Language - +Kiswahili +Level - +First sentences +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.prathambooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440', 2, 'Viatu vyangu vya kwanza', 'assets/topic/asb/9500.png', 'Ursula Nafula + Rob Owen', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_3', 3, NULL, 'assets/topic/asb/9494.png', 'Sikuwa nimewahi kuvaa viatu. Nilipowaona watoto waliovaa viatu, niliwatazama kwa hamu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_4', 3, NULL, 'assets/topic/asb/9492.png', 'Mamangu alinifariji akisema, "Utakuwa na jozi nyingi baadaye, subiri tu utaona!" Wakati mwingine sikumwamini. "Baadaye, itakuwa lini?" Nilimwuliza siku moja.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_5', 3, NULL, 'assets/topic/asb/9493.png', 'Kisha ulikuwa msimu wa Krismasi. Kila mtu alijishughulisha kwenda sokoni na kurejea na vitu vipya. "Mama, je, nasi tutaenda sokoni?" Nilimwuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_6', 3, NULL, 'assets/topic/asb/9496.png', 'Siku kabla ya Krismasi, mamangu aliniamsha mapema kuliko ilivyokuwa kawaida. Alinieleza nilichukue lile kapu kubwa ambalo alilibeba kila alipokwenda sokoni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_7', 3, NULL, 'assets/topic/asb/9495.png', 'Sokoni palikuwa na wazazi wengi walioandamana na watoto wao. Walinunua nguo mpya na kiasi kikubwa cha vyakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_8', 3, NULL, 'assets/topic/asb/9497.png', 'Tulienda moja kwa moja hadi sehemu ya viatu aina tofauti. Nilishangaa kwa kuona mstari baada ya mwingine wa viatu vilivyopangwa kwa unadhifu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_9', 3, NULL, 'assets/topic/asb/9499.png', 'Baada ya kupima baadhi ya jozi nyingi, nilichukua jozi ya viatu vya michezo. Sikuweza kulala usiku huo. Nilisisimkwa sana nilipowaza jinsi ningevivaa viatu vyangu vipya na kujivunia kila mtoto kijijini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_10', 3, NULL, 'assets/topic/asb/10444.png', 'Muda mfupi baadaye, niliamka kitandani na kuvijaribu tena viatu vyangu. Nilitembea polepole chumbani kisha nikavirejesha ndani ya sanduku. Nilijaribu kulala lakini sikupata usingizi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_11', 3, NULL, 'assets/topic/asb/9498.png', 'Niliamka na kuvijaribu tena kwa mara ya pili. Nilitembea kwa maringo chumbani kisha nikavirejesha sandukuni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_12', 3, NULL, 'assets/topic/asb/9502.png', 'Nilijaribu tena kulala nikinuia kupata usingizi. Lakini muda mfupi baadaye, niliamka kwa mara ya tatu. Nilivivaa vyatu nikaruka ruka kidogo chumbani. Nilihisi usingizi nikarudi kitandani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_13', 3, NULL, 'assets/topic/asb/9501.png', 'Asubuhi yake, niliamshwa na mamangu. "Hiki ni nini ninachoona?" Aliniuliza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_14', 3, NULL, 'assets/topic/asb/9500.png', 'Nilikuwa nimevaa viatu vyangu vipya kitandani!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('10440_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Viatu vyangu vya kwanza +Author - +Ursula Nafula +Illustration - +Rob Owen +Language - +Kiswahili +Level - +First paragraphs +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135', 2, 'Vitu nivijuavyo', 'assets/topic/asb/2550.png', 'Ursula Nafula + Michael Nakuwa', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_3', 3, NULL, 'assets/topic/asb/2551.png', 'Hii ni manyatta. Ni kwetu nyumbani. Iko katika Kaunti ya Turkana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_4', 3, NULL, 'assets/topic/asb/2552.png', 'Huyu ni ngamia. Katika Kaunti ya Turkana, watu wanafuga wanyama tofauti. Lakini ngamia ni muhimu mno.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_5', 3, NULL, 'assets/topic/asb/2553.png', 'Hawa ni walimu wangu. Ninapenda kwenda shuleni. Shule yangu inaitwa Shule ya Msingi ya Lolupe. Nampenda sana mwalimu wangu wa Sanaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_6', 3, NULL, 'assets/topic/asb/2554.png', 'Hii ni meli kubwa. Meli zinatumika kusafirisha watu na mizigo majini. Nikienda Mombasa, nitaweza kuona meli.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_7', 3, NULL, 'assets/topic/asb/2550.png', 'Hiki ni kitanda. Ninapenda kitanda babangu alinitengezea. Nakitumia na ndugu yangu mdogo. Ni kizuri.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_8', 3, NULL, 'assets/topic/asb/2555.png', 'Huyu ni jogoo. Tuna jogoo wawili nyumbani. Tunao pia kuku wengi. Kuku hutaga mayai mengi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_9', 3, NULL, 'assets/topic/asb/2556.png', 'Huyu ni panya. Panya ni wanyama hatari. Hula chakula. Huharibu nguo pia. Huweza kusababisha ugonjwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_10', 3, NULL, 'assets/topic/asb/2557.png', 'Huyu ni mbwa. Mbwa hufugwa. Mbwa wetu anaitwa Daa. Hubweka sana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_11', 3, NULL, 'assets/topic/asb/2558.png', 'Huu ni mwavuli. Wazazi wangu wana mwavuli mkubwa. Una rangi ya kisambarau, kimanjano na kijani kibichi. Tunautumia inaponyesha ili tusinyeshewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_12', 3, NULL, 'assets/topic/asb/2559.png', 'Niko darasa la pili na ninajua vitu vingi. Nataka kujua vingine zaidi. Nisivyojua, nawauliza wazazi wangu au mwalimu wangu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('3135_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Vitu nivijuavyo +Author - +Ursula Nafula +Translation - +Ursula Nafula +Illustration - +Michael Nakuwa +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314', 2, 'Vituko vya Ng''ombe Shujaa', 'assets/topic/asb/858.png', 'Mutugi Kamundi + Danielle Bruckert', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_3', 3, NULL, 'assets/topic/asb/859.png', 'Huyu ni ng''ombe mtulivu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_4', 3, NULL, 'assets/topic/asb/860.png', 'Mchana yeye ni ng''ombe wa kawaida.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_5', 3, NULL, 'assets/topic/asb/861.png', 'Hupeperusha tiara.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_6', 3, NULL, 'assets/topic/asb/862.png', 'Au kucheza mpira.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_7', 3, NULL, 'assets/topic/asb/863.png', 'Usiku yeye hubadilika na kuwa Ng''ombe Shujaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_8', 3, NULL, 'assets/topic/asb/864.png', 'Yeye huokoa maisha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_9', 3, NULL, 'assets/topic/asb/865.png', 'Na kupambana na uhalifu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_10', 3, NULL, 'assets/topic/asb/866.png', 'Wewe pia ukiyafumba macho yako kabisa, kisha uwe na hamu kubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_11', 3, NULL, 'assets/topic/asb/867.png', 'Huenda ng''ombe akakutembelea pia!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('5314_13', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Vituko vya Ng''ombe Shujaa +Author - +Danielle Bruckert +Translation - +Mutugi Kamundi +Illustration - +Danielle Bruckert +Language - +Kiswahili +Level - +First words +© Danielle Bruckert 2010 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://freekidsbooks.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637', 2, 'Wakati basi kubwa la bluu lilipochelewa', 'assets/topic/asb/11446.png', 'Ursula Nafula +Mango Tree', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_3', 3, NULL, 'assets/topic/asb/11446.png', 'Mara moja kwa siku, basi kubwa la bluu husimama katika kijiji cha akina Bobo kuwasafirisha watu hadi mjini. Bobo hajawahi kuliona basi kubwa kama hilo. Anayahesabu madirisha 9 ya abiria na moja la dereva. "Lazima kuna safu 9 za viti vya abiria, kila safu ikiwa na takriban viti 8," Bobo anawaza. +Ikiwa ni sawa namna Bobo anavyowaza, je, basi kubwa la bluu linaweza kuwabeba abiria wangapi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_4', 3, NULL, 'assets/topic/asb/11447.png', 'Kesho, mamake Bobo atampeleka mjini kununua sare mpya ya shule. Mama huuza mayai dazeni moja kwa shilingi 120. Karibu kila juma, yeye hupata jumla ya shilingi 3600. Je, ni mayai dazeni ngapi anazohitaji kuuza ili aweze kupata shilingi 3600? Kwa majuma 4 yaliyopita, aliweka akiba nusu ya fedha zake ili amnunulie Bobo sare mpya. +Je, unaweza kufanya hesabu ya kiasi cha fedha alizoweka akiba kwa muda wa majuma 4?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_5', 3, NULL, 'assets/topic/asb/11448.png', 'Takriban miezi mitatu imepita tangu Bobo asafiri kwa basi. Ana hamu kubwa ya kutaka kusafiri tena! +Kesho itakuwa siku kubwa. Inapofika saa moja jioni, Bobo yuko kitandani, lakini hapati usingizi wowote. Hafikirii jambo jingine ila tu safari yake ya kwenda mjini. Ni saa tatu na nusu, lakini Bobo bado hajalala.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_6', 3, NULL, 'assets/topic/asb/11449.png', 'Kila asubuhi, mama humwamsha Bobo saa moja. Lakini leo, Bobo tayari yuko macho inapofika saa kumi na mbili, ingawa usiku uliopita, aliweza tu kulala ilipotimia saa tano. +Inapotimia saa moja, Bobo ameoga na kuvaa, tayari kuondoka. Je, Bobo alipata usingizi kwa saa ngapi usiku uliopita?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_7', 3, NULL, 'assets/topic/asb/11450.png', 'Saa moja kasororobo asubuhi, Bobo na mamake wanawasili kituoni. Lile basi kubwa la bluu linastahili kuwasili kituoni inapotimia saa mbili asubuhi. +Mamake Bobo anaitazama saa yake. Lile basi kubwa la bluu tayari limechelewa kwa dakika kumi na tano. "Lakini, kawaida, basi hili halichelewi. Sijui kuna shida gani?" mama anasema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_8', 3, NULL, 'assets/topic/asb/11451.png', 'Muda mfupi baadaye, watu zaidi wanajiunga nao pale kituoni. Wao pia wanazitazama saa zao na kuuliza kwa nini basi limechelewa. "Sasa tayari zimetimia saa tatu. Nitachelewa kufika kazini!" mwanamume mmoja aliyevalia suti nyeusi, anasema. +Bobo na mamake ndio waliosubiri kwa muda mrefu zaidi. Bobo anaona kama amesubiri kwa saa nyingi. Lakini, si saa nyingi. Je, wamekuwa wakisubiri kwa muda gani?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_9', 3, NULL, 'assets/topic/asb/11452.png', 'Bobo ana wasiwasi. "Je, nitaipata sare yangu kweli?" anamwuliza mamake. +Bobo anahesabu kwamba safari ya kwenda mjini na kurudi itawachukua saa 4. Saa 1 kufika huko, saa 2 kununua na saa 1 kurudi nyumbani. "Kuna mpira wa soka saa nane ambao mimi na marafiki zangu tumepanga kucheza. Basi lisipofika kwa wakati, nitachelewa kujiunga na wenzangu kwa mchezo huo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_10', 3, NULL, 'assets/topic/asb/11453.png', 'Bado wanasubiri. Bobo sasa analia. Watu wawili walio kwenye foleni, wanaondoka na kurudi nyumbani. Wengine wanaendelea kuzitazama saa zao. +"Hebu tuwe na subira. Nina hakika kwamba basi litakuja hivi karibuni," mamake Bobo anawaambia. "Ninataka kwenda nyumbani!" Bobo analia kwa sauti. Mamake anamtuliza, "Tusubiri kwa dakika kumi tu. Basi lisipokuwa hapa saa tatu na nusu, tutaenda nyumbani."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_11', 3, NULL, 'assets/topic/asb/11454.png', 'Halafu, wanasikia mngurumo wa basi barabarani. "Si niliwaambia," mamake Bobo anasema. "Sasa ni saa tatu na nusu kamili. Tutanunua kwa haraka. Basi likiondoka mjini kwa wakati, tutafika nyumbani kwa wakati ufaao nawe utacheza mpira wa soka ulivyopanga." +Bobo anafuta machozi. Anahisi uchungu miguuni. Amechoka. Hawezi kusubiri kuliabiri lile basi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_12', 3, NULL, 'assets/topic/asb/11455.png', 'La kushangaza ni kwamba, basi hili sio lile kubwa la bluu. Bali ni basi ndogo nyekundu. Bobo anahesabu madirisha ya abiria 4 pekee kisha anasema, "Mama, basi hii ni ndogo sana kuliko lile la bluu. Halitakuwa na nafasi ya kutosha kuwabeba watu wote wanaokwenda mjini." +Je, unakubaliana na Bobo? Unaweza kukisia idadi ya abiria ambao basi hiyo ndogo itaweza kubeba?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_13', 3, NULL, 'assets/topic/asb/11456.png', 'Mamake Bobo anamtania, "Wasiwasi yako haina msingi. Angalau sote tunaosubiri hapa kituoni, tutapata nafasi ya kuketi." +"Hebu tuabiri kwa haraka ili tupate viti vizuri. Tumekuwa tukisubiri kwa muda mrefu zaidi ya wote!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_14', 3, NULL, 'assets/topic/asb/11457.png', 'Bobo na mamake wanaabiri basi. Nyuma yao kuna watu 9 zaidi wanaotaka kuabiri. "Je, kutakuwa na viti vya kututosha sote?" Bobo anauliza. +Anaona kwamba kuna safu 4 za viti basini, upande mmoja ukiwa na viti 2 na mwingine ukiwa na viti 2 pia. Je, kuna viti vingapi jumla? Je, watu wote walio kwenye foleni wataweza kuketi?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_15', 3, NULL, 'assets/topic/asb/11458.png', 'Bobo na mamake wanakalia viti 2 vilivyo mbele karibu na mlango. Wana nafasi kubwa mbele yao na pia wanaweza kutazama nje vizuri. +Bobo anahesabu watu 6 wapya wanaojiunga na wengine kwenye foleni. "Hao wanafanya jumla ya idadi ya abiria kuwa 17," anawaza. "Mama, kuna nafasi ya kila mtu," Bobo anamweleza mamake. "Ni mtu mmoja tu atakayelazimika kusimama." +Je, Bobo alihesabu sawa?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_16', 3, NULL, 'assets/topic/asb/11459.png', 'Basi sasa imejaa. Dereva anaifunga milango na kuanza safari. Kuna kelele nje. Bobo na abiria wengine wanatazama dirishani. +Watu zaidi wanakimbia wakitaka kuifikia basi. Wanapiga mayowe, "Simama! Simama! Tunahitaji usafiri." Lakini wamechelewa. Bobo na mamake wanawahurumia walioachwa nyuma.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_17', 3, NULL, 'assets/topic/asb/11460.png', 'Mamake Bobo anamwuliza dereva, "Mbona hukujia lile basi kubwa la bluu?" Dereva anajibu, "Liliharibika jana. Hii basi ndogo nyekundu pekee ndiyo iliyopatikana." +"Je, na wale watu wote tuliowaacha nyuma?" mamake Bobo anauliza. Dereva anasema, "Usiwe na wasiwasi. Nitakuwa na safari mbili leo." +Bobo anasikiliza wanavyozungumza. Mawazo yake yanajaa nambari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_18', 3, NULL, 'assets/topic/asb/11461.png', 'Bobo anahesabu viti tena. "Basi hii inawabeba watu 20, 16 wakiwa wameketi na 4 wakiwa wamesimama." Anajiuliza, "Basi hii itaweza kwenda safari ngapi ili iwapeleke abiria 100 mjini? Na abiria 200 au 150, je?" Unaweza kulipata jawabu? +Bobo amefurahi. Hivi karibuni, ataipata sare mpya. Kisha, basi itawarudisha nyumbani kwa wakati ili acheze soka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22637_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wakati basi kubwa la bluu lilipochelewa +Author - +Mecelin Kakoro +Translation - +Ursula Nafula +Illustration - +Mango Tree +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533', 2, 'Wanamuziki stadi', 'assets/topic/asb/25963.png', 'Ursula Nafula +Salim Kasamba', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_3', 3, NULL, 'assets/topic/asb/25955.png', 'Bul, Fumbo, Teke, Tongoli, Milege, Sos na Gwara walikuwa marafiki wakubwa. Pia waliimba muziki mzuri. Waliishi karibu na milima mashariki mwa Uganda. Wote walikuwa wanamuziki stadi. Kila mtu alifurahi kusikiliza nyimbo zao na kucheza kufuata mdundo wao! Hawa wanamuziki stadi walitaka kumchagua kiongozi wao. Aliyetambuliwa kwa umaarufu wake zaidi ya wote, ndiye angekuwa mfalme wao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_4', 3, NULL, 'assets/topic/asb/25956.png', 'Ili kuchaguliwa kama mfalme, kila mwanamuziki alitakiwa kudhihirisha kwamba anaweza kusikika na walio karibu na vilevile walio mbali. Tongoli aliongea kwanza, "Mimi ni mfalme. Ninaimba sauti ya juu na +vilevile ya chini. Nina nyaya nyingi zenye milio tofauti. Ninaweza kuimba peke yangu na pia katika kikundi. Vijana kwa wazee hupenda kucheza muziki wangu. Hata ninamwongoza Fumbo kwenye nyimbo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_5', 3, NULL, 'assets/topic/asb/25957.png', '"Ulivyosema ni ukweli Tongoli," Fumbo alikubali. "Lakini, wewe hunishindi mimi. Sauti yako ni laini sana. Mimi nina sauti kubwa iliyo wazi na inayofika karibu na mbali." Fumbo aliendelea, "Watu hucheza muziki wangu mpaka karibu wavunjike migongo! Iwe wakati wa furaha au wa majonzi, mimi huwafanya watu wacheze! Watoto hupenda kuiga midundo yangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_6', 3, NULL, 'assets/topic/asb/25958.png', '"Nyote wawili ni viongozi," Milege alikubali kisha akaendelea, "Kazi yangu ni rahisi. Wachezaji hunifunga vifundoni. Wanapoitikisa miguu yao kwa mdundo, mimi hutoa muziki wa kupendeza. Ninatoa mchanganyiko wa sauti za juu na zinazokwaruza. Je, mimi si kiongozi?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_7', 3, NULL, 'assets/topic/asb/25959.png', '"Hiyo ni sawa!" Bul alisema. "Mimi nimetengenezwa +kutoka kipande cha ngozi kilichowambwa juu ya mti ulio na uwazi. Mimi hutia midundo kwenye nyimbo na sauti yangu hutambulisha vitu vingi. Lakini siwezi kubadilisha sauti yangu kama mnavyofanya ninyi. Sidhani kama mimi ninaweza kuwa kiongozi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_8', 3, NULL, 'assets/topic/asb/25960.png', '"Bul, wewe hutenda mambo makuu!" Gwara alitofautiana naye. "Wewe huwaita watu kwenye mikutano, ibada, na kazi za kijamii na pia hutangaza vifo na kuwatahadharisha watu kunapokuwa na hatari. Unasikika wakati wa sherehe na kuwafanya watu wacheze kwa furaha na kwa huzuni. Kulingana nami, wewe ni mkubwa zaidi." Gwara alitoa mlio mkubwa na kusema, "Mimi nina sauti kubwa tena ninawavutia watu. Hata hivyo, mimi si bora kumliko Bul. Ninapendekeza yeye awe mfalme."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_9', 3, NULL, 'assets/topic/asb/25961.png', 'Wanamuziki hao stadi walitazamana kwa mshangao wakabaki kimya. Kisha Tongoli akasema, "Bul ni mtu wa kawaida sana, hawezi kuwa mfalme. Mimi ndiye mkubwa zaidi kwa sababu ninacheza kuanza kwa sauti ya chini hadi ya juu zaidi bila tatizo lolote." Sos ambaye alikuwa kimya wakati huo wote, sasa aliongea, "Marafiki, mimi nimekuwa nikiimba nanyi nyote. Nyote ni wanamuziki stadi. Lakini, ni bora tumchague Bul kuwa mflame wetu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_10', 3, NULL, 'assets/topic/asb/25963.png', 'Sos aliendelea, "Mtu asiyesikia muziki unaoimbwa na Bul ni kama gogo lililokufa! Bul huwavutia watu kwake na kuwaliwaza kwa muziki wakati wa huzuni na kuwaburudisha wakati wa furaha." Mwishowe, wanamuziki hao stadi walimchagua Bul kuwa mfalme wao. Tangu wakati huo, Bul amekuwa mfalme wa muziki. Hiyo ndiyo sababu Bul yuko katika kila nyumba ya jamii inayoishi milimani mashariki mwa Uganda.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22533_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wanamuziki stadi +Author - +Athieno Gertrude and Owino Ogot +Translation - +Ursula Nafula +Illustration - +Salim Kasamba +Language - +Kiswahili +Level - +Read aloud +© African Storybook Initiative 2017 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384', 2, 'Wanyama hushukuru', 'assets/topic/asb/17299.png', 'Susan Kavaya + Rob Owen', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_3', 3, NULL, 'assets/topic/asb/17289.png', 'Hapo zamani za kale, Binadamu, Simba, Punda, Nyoka, Tai, na Mbwa walikuwa wamekwenda vitani pamoja. Walisafiri siku nzima hadi jua lilipotua. "Tutalala wapi?" Punda aliuliza. "Tazameni, ninaona moshi ukitoka katika nyumba ile. Tunaweza kulala huko," Nyoka alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_4', 3, NULL, 'assets/topic/asb/17290.png', 'Walipobisha, mtu na mkewe walitoka nje. Nyoka aliuliza, "Tunaweza kulala kwenu?" Waliwajibu, "Tunawakaribisha mlale, lakini, hatuna chakula cha kuwapa." Mbwa alisema, "Tulimwona ng''ombe wenu." Mume alijibu, "Huyo ng''ombe pekee ndiye tuliye naye. Tukimchinja, tutabaki bila chochote." Binadamu na wanyama walisema, "Tutawalipa. Tafadhali, tuchinjie ng''ombe wenu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_5', 3, NULL, 'assets/topic/asb/17291.png', 'Simba alisema, "Naomba damu. Nitakupa zawadi siku moja." "Nipe mifupa. Nitakuletea zawadi pia." Mbwa alisema." Binadamu alisema, "Nipe maziwa. Nitakupa zawadi maalum." Nyoka akasema, "Nipe mafuta. Hutajuta." "Naomba vipande vya sarara. Nitakupa zawadi pia," alisema Tai. Punda naye alisema, "Mimi nipe nyasi kutoka paa la nyumba yako. Siku moja utanishukuru."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_6', 3, NULL, 'assets/topic/asb/17292.png', 'Mtu na mkewe walimchinja ng''ombe wao wa pekee. Wakampa Simba damu, Mbwa akapewa mifupa, Binadamu akapewa maziwa, Nyoka akapewa mafuta, na Tai akapewa vipande vya sarara. Punda naye akapewa nyasi kutoka paa la nyumba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_7', 3, NULL, 'assets/topic/asb/17293.png', 'Wageni wale walilala vizuri usiku ule. Asubuhi kulipokucha wakaenda zao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_8', 3, NULL, 'assets/topic/asb/17294.png', 'Baada ya wiki nyingi, mtu huyo na mkewe walimsikia Simba akinguruma karibu na nyumba yao. Walipotoka nje, hawakumpata Simba, lakini, kulikuwa na pembe ya tembo iliyolazwa nyasini. "Pembe hii ni ya thamani. Ipeleke ndani. Lazima tuwe waangalifu wezi wasije kuiiba." Mume alimwambia mkewe.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_9', 3, NULL, 'assets/topic/asb/17295.png', 'Ghafla, yule mtu na mkewe wakatazama nyuma yao. Walimwona Mbwa amelala karibu na mlango wa nyumba yao. Alisema, "Msiwe na wasiwasi. Nitawazuia wezi wasiingie nyumbani kwenu. Nakumbuka mlinisaidia na sasa wacha niwasaidie pia."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_10', 3, NULL, 'assets/topic/asb/17296.png', 'Yule mtu alikuwa na kaka. Kakake huyo alikuwa tajiri, lakini, alikuwa mwovu na watu wote walimchukia. Alipopata habari kuhusu pembe ya tembo, aliwaza, "Ninaitaka pembe ile. Nitamuua kakangu halafu niichukue."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_11', 3, NULL, 'assets/topic/asb/17297.png', 'Usiku wa manane, alikwenda nyumbani kwa kakake. Nyoka mkubwa alikuwa amelala karibu na mlango wa nyumba ya mtu yule na mkewe. Nyoka huyo alimuuma kaka mwovu akaaga dunia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_12', 3, NULL, 'assets/topic/asb/17298.png', 'Katika nchi ile, mtu alipokufa, mali yake ilirithiwa na kakake. Kwa sababu hiyo, ng''ombe na kondoo wa kaka mwovu walirithiwa na kakake aliyekuwa hai. Yule mtu alimwambia mkewe, "Simba, Mbwa, na Nyoka wametulipa vizuri. Tai, Punda, na Binadamu watafanya nini?"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_13', 3, NULL, 'assets/topic/asb/17299.png', 'Siku moja, Tai alipokuwa akiruka juu angani, aliwaona wazee wakitembea pamoja kando ya barabara. Mikononi mwao walikuwa na kitu fulani kilichong''aa sana. "Nadhani wana pesa na vito. Inaonekana wanampelekea mume zawadi kutoka kwa mkewe au kutoka kwa mume kwenda kwa mkewe ili kumaliza ugomvi. Mwishowe, watasameheana tu." Tai aliwaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_14', 3, NULL, 'assets/topic/asb/17300.png', 'Tai aliruka chini akazichukua zile zawadi kutoka mikononi mwa wazee. Kisha aliziangusha zawadi hizo nje ya nyumba ya yule mtu na mkewe waliomsaidia mbeleni.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_15', 3, NULL, 'assets/topic/asb/17301.png', 'Siku hiyo, Punda alikuwa katika msitu uliokuwa karibu. Mgongoni, alikuwa amebeba mfuko mzito uliojaa pesa. Bwana wake alimpiga akisema, "Enda kasi au nikuue! Wewe mnyama mpumbavu na mvivu!" Punda huyo aliwaza jinsi angemwadhibu bwana wake mwovu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_16', 3, NULL, 'assets/topic/asb/17302.png', 'Punda alitoroka akaenda nyumbani kwa yule mtu na mkewe akwaambia, "Chukueni pesa hizi. Ni zawadi yenu." Yule mtu na mkewe walitajirika kutoka siku ile.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_17', 3, NULL, 'assets/topic/asb/17303.png', 'Mtu yule alisema, "Rafiki zetu, wanyama, wamekuwa wema sana kwetu. Ilikuwa vyema kwamba tulimchinja ng''ombe wetu wa pekee tukawapa." Mkewe alimjibu, "Lakini, Binadamu hajatupa zawadi yoyote. Hakika, wanyama wametufanyia mambo mengi. Ninajua Binadamu atatufanyia mambo mazuri zaidi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_18', 3, NULL, 'assets/topic/asb/17304.png', 'Walingoja, wakangoja. Wiki nyingi zikapita, kisha miezi na miaka, lakini Binadamu hakurudi. Wanyama wote walitimiza ahadi zao. Binadamu alisahau.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('19384_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wanyama hushukuru +Author - +Mariam Mohammed and Elizabeth Laird +Translation - +Susan Kavaya +Illustration - +Rob Owen +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org +Original source +www.ethiopianfolktales.com', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681', 2, 'Wanyama wa kufugwa', 'assets/topic/asb/1747.png', 'Ursula Nafula +Sandy Campbell', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_3', 3, NULL, 'assets/topic/asb/1749.png', 'Ben anafuga wanyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_4', 3, NULL, 'assets/topic/asb/1750.png', 'Huyu ni ng''ombe. Anataka chakula.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_5', 3, NULL, 'assets/topic/asb/1751.png', 'Huyu ni mbuzi. Anakunywa maji.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_6', 3, NULL, 'assets/topic/asb/1752.png', 'Huyu ni farasi. Anakimbia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_7', 3, NULL, 'assets/topic/asb/1753.png', 'Huyu ni nguruwe. Amemaliza chakula chake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_8', 3, NULL, 'assets/topic/asb/1754.png', 'Huyu ni kuku. Ana vifaranga watatu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_9', 3, NULL, 'assets/topic/asb/1755.png', 'Huyu ni mbwa. Anabweka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_10', 3, NULL, 'assets/topic/asb/1757.png', 'Ben amebeba maziwa. Mbwa wake anataka maziwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9681_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wanyama wa kufugwa +Author - +Jenny Katz +Adaptation - +Ursula Nafula +Illustration - +Sandy Campbell +Language - +Kiswahili +Level - +First sentences +© African Reading Matters 2003 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +www.read.org.za', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074', 2, 'Wanyama Wanatoroka kwao', 'assets/topic/asb/8524.png', 'Brigid Simiyu + Magriet Brink', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_3', 3, NULL, 'assets/topic/asb/8517.png', 'Bi kizee mmoja alikuwa na kuku na Jogoo mzee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_4', 3, NULL, 'assets/topic/asb/8518.png', 'Mjukuu wake alimtembelea. Aliamua kumchinja yule Jogoo mzee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_5', 3, NULL, 'assets/topic/asb/8519.png', 'Jogoo alitorokea jijini ili kujiokoa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_6', 3, NULL, 'assets/topic/asb/8520.png', 'Njiani, Jogoo alimkuta Paka. Alikuwa akitoroka kutoka kwa mkubwa wake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_7', 3, NULL, 'assets/topic/asb/8521.png', 'Jogoo na Paka walimkuta Mbwa akitoroka pia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_8', 3, NULL, 'assets/topic/asb/8522.png', 'Farasi aliyekuwa akitoroka, alijiunga nao.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_9', 3, NULL, 'assets/topic/asb/8523.png', 'Wanyama hao waliwaona wezi ndani ya nyumba.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_10', 3, NULL, 'assets/topic/asb/8524.png', 'Walitaka kuwafukuza wale wezi. Waliimba kwa sauti ya juu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_11', 3, NULL, 'assets/topic/asb/8525.png', 'Wezi walitoroka. Wanyama walikula chakula chote walichopata mle nyumbani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_12', 3, NULL, 'assets/topic/asb/8526.png', 'Wezi waliamua kurudi baadaye. Lakini, wanyama waliwavamia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_13', 3, NULL, 'assets/topic/asb/8527.png', 'Wezi walitoroka wakaenda zao kabisa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_14', 3, NULL, 'assets/topic/asb/8528.png', 'Wanyama waliishi pamoja katika nyumba ile kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21074_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wanyama Wanatoroka kwao +Author - +Cissy Kiwanuka Luyiga +Translation - +Brigid Simiyu +Illustration - +Magriet Brink +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130', 2, 'Wanyama wapata miguu', 'assets/topic/asb/13910.png', 'Brigid Simiyu +Wiehan de Jager', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_3', 3, NULL, 'assets/topic/asb/13904.png', 'Hapo zamani, wanyama hawakuwa na miguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_4', 3, NULL, 'assets/topic/asb/13905.png', 'Maguru alikuwa amewapatia miguu watu pekee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_5', 3, NULL, 'assets/topic/asb/13906.png', 'Maguru aliamua kumpatia kila mnyama miguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_6', 3, NULL, 'assets/topic/asb/13907.png', 'Wanyama walitaka miguu ili watembee na kukimbia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_7', 3, NULL, 'assets/topic/asb/13908.png', 'Ilikuwa vigumu kwao kutambaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_8', 3, NULL, 'assets/topic/asb/13909.png', 'Siku ilifika. Wanyama tofauti walitambaa kwenda kwa Maguru.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_9', 3, NULL, 'assets/topic/asb/13910.png', 'Maguru aliwapatia wanyama na ndege miguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_10', 3, NULL, 'assets/topic/asb/13911.png', 'Baadhi ya wanyama walicheza. Wengine walianguka chini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_11', 3, NULL, 'assets/topic/asb/13912.png', 'Walisema, “Hatutatambaa tena.”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_12', 3, NULL, 'assets/topic/asb/13913.png', 'Jongoo alikuwa wa mwisho kwenye mstari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_13', 3, NULL, 'assets/topic/asb/13914.png', 'Maguru alimpatia miguu yote iliyokuwa imabaki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_14', 3, NULL, 'assets/topic/asb/13915.png', 'Jongoo alisema kwa furaha, “Nitatembea haraka kuwaliko wengine.”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_15', 3, NULL, 'assets/topic/asb/13916.png', 'Baadaye, Nyoka alifika. Alimsihi Maguru, “Tafadhali, nipe miguu.”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_16', 3, NULL, 'assets/topic/asb/13917.png', 'Nyoka alimwambia Maguru, “Nililala kupita kiasi.”', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_17', 3, NULL, 'assets/topic/asb/13918.png', 'Maguru hakupata miguu yoyote ya kumpatia Nyoka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_18', 3, NULL, 'assets/topic/asb/13919.png', 'Tangu siku hiyo, Nyoka anasubiri kupata miguu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('21130_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wanyama wapata miguu +Author - +Mutugi Kamundi +Translation - +Brigid Simiyu +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407', 2, 'Wanyama watoroka', 'assets/topic/asb/8524.png', 'Saidi Aziz Wamula +Magriet Brink', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_3', 3, NULL, 'assets/topic/asb/8517.png', 'Paliondokea mkongwe aliekuwa na kuku na kati ya hawa kuku kulikua na jogoo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_4', 3, NULL, 'assets/topic/asb/8518.png', 'Mjukuu wake akaja ku mtembelea. Mkongwe aka amua ku mchinjiaa yule jogoo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_5', 3, NULL, 'assets/topic/asb/8519.png', 'Jogoo yule aka toroka hadi mjini.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_6', 3, NULL, 'assets/topic/asb/8520.png', 'Yule jogoo ali mkuta paka alie kuwa akitoroka kujiondoaa kwa wakurugenzi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_7', 3, NULL, 'assets/topic/asb/8521.png', 'Jogoo na paka wali mkuta mbwa ambaee pia alikua akitoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_8', 3, NULL, 'assets/topic/asb/8522.png', 'wali ungwa na farasi ambaee pia alikua anatoroka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_9', 3, NULL, 'assets/topic/asb/8523.png', 'Wayama hawa walikaribia nyumba flani ambapo wali waonaa wezii ndani yake!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_10', 3, NULL, 'assets/topic/asb/8524.png', 'Wanyama wali imbaa kwa sauti kuweza ku wafukuza wale wezii.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_11', 3, NULL, 'assets/topic/asb/8525.png', 'Wanyama wakala chakula ambaee walipata ndani ya nyumba ilee.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_12', 3, NULL, 'assets/topic/asb/8526.png', 'Wezi wale walirudi badaee. Wanyama waliweza kuwa shambuliaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_13', 3, NULL, 'assets/topic/asb/8527.png', 'Wezii wali weza ku kimbiaa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_14', 3, NULL, 'assets/topic/asb/8528.png', 'Wanyama wali ishi pamoja ndani ya nyumba ilee kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('23407_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wanyama watoroka +Author - +Cissy Kiwanuka Luyiga +Translation - +Saidi Aziz Wamula +Illustration - +Magriet Brink +Language - +Kiswahili +Level - +First words +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758', 2, 'Wapi kigoe changu?', 'assets/topic/asb/1556.png', 'Mutugi Kamundi + Rijuta Ghate', 'FFCFB5DD'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_3', 3, NULL, 'assets/topic/asb/1557.png', 'Kigoe changu cha kuchezea tenisi kimepotea. Sijui mahali kiliko.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_4', 3, NULL, 'assets/topic/asb/1558.png', 'Nilikitafuta nyuma ya mlango. Lakini sikukiona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_5', 3, NULL, 'assets/topic/asb/1559.png', 'Nilikitafuta juu ya kabati. Lakini sikukiona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_6', 3, NULL, 'assets/topic/asb/1560.png', 'Nilikitafuta chini ya kitanda. Sikukiona hata hapo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_7', 3, NULL, 'assets/topic/asb/1561.png', 'Nilikitafuta ndani ya sanduku. Lakini hapakuwa na dalili yake pale.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_8', 3, NULL, 'assets/topic/asb/1562.png', 'Nilikitafuta katika dari.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_9', 3, NULL, 'assets/topic/asb/1563.png', 'Niliangalia hapa na pale, nikaangalia kila mahali. Lakini sikukiona.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2758_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wapi kigoe changu? +Author - +Meera Tendolkar and Madhav Chavan +Translation - +Mutugi Kamundi +Illustration - +Rijuta Ghate +Language - +Kiswahili +Level - +First words +© Pratham Books 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970', 2, 'Wapi paka wangu?', 'assets/topic/asb/1565.png', 'Ursula Nafula + Bronwen Heath', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_3', 3, NULL, 'assets/topic/asb/1565.png', 'Wapi paka wangu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_4', 3, NULL, 'assets/topic/asb/1822.png', 'Je, yuko chini ya kitanda?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_5', 3, NULL, 'assets/topic/asb/1566.png', 'Yuko juu ya kabati?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_6', 3, NULL, 'assets/topic/asb/1567.png', 'Yuko nyuma ya sofa?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_7', 3, NULL, 'assets/topic/asb/1568.png', 'Yuko karibu na pipa la taka?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_8', 3, NULL, 'assets/topic/asb/1569.png', 'Yuko ndani ya kikapu?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_9', 3, NULL, 'assets/topic/asb/1570.png', 'Yuko nje?', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_10', 3, NULL, 'assets/topic/asb/1823.png', 'Yuko hapa!', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('1970_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Wapi paka wangu? +Author - +Clare Verbeek, Thembani Dladla and Zanele Buthelezi +Translation - +Ursula Nafula +Illustration - +Bronwen Heath +Language - +Kiswahili +Level - +First words +© School of Education and Development (Centre for Adult Education), University of Kwazulu-Natal 2007 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +http://cae.ukzn.ac.za/resources/seedbooks.aspx', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479', 2, 'Watazame Wanyama', 'assets/topic/asb/1747.png', 'Caren Echesa + Sandy Campbell', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_3', 3, NULL, 'assets/topic/asb/1749.png', 'Tazama wanyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_4', 3, NULL, 'assets/topic/asb/1750.png', 'Ng''ombe anasema, "Moo."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_5', 3, NULL, 'assets/topic/asb/1751.png', 'Mbuzi anasema, "Me, me."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_6', 3, NULL, 'assets/topic/asb/1752.png', 'Farasi anasema, "Nei."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_7', 3, NULL, 'assets/topic/asb/1753.png', 'Nguruwe anasema, "Ghuranti."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_8', 3, NULL, 'assets/topic/asb/1754.png', 'Kuku anasema, "Ko, ko."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_9', 3, NULL, 'assets/topic/asb/1755.png', 'Mbwa anasema, "Bwe."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_10', 3, NULL, 'assets/topic/asb/1757.png', 'Mkulima anasema, "Kimya."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('9479_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Watazame Wanyama +Author - +Jenny Katz +Translation - +Caren Echesa +Illustration - +Sandy Campbell +Language - +Kiswahili +Level - +First sentences +© African Reading Matters 2003 +Creative Commons: Attribution-Non Commercial 3.0 +Source +www.africanstorybook.org +Original source +www.read.org.za', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505', 2, 'Watoto walioumbwa kwa nta', 'assets/topic/asb/1295.png', 'Mutugi Kamundi + Wiehan de Jager', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_3', 3, NULL, 'assets/topic/asb/1296.png', 'Hapo zamani za kale, kulikuwa na familia moja iliyoishi kwa amani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_4', 3, NULL, 'assets/topic/asb/1297.png', 'Heri, Amani na Musa waliwasaidia wazazi nyumbani na shambani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_5', 3, NULL, 'assets/topic/asb/1298.png', 'Wazazi wao hawakuwaruhusu waende karibu na moto, wala kukaa juani.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_6', 3, NULL, 'assets/topic/asb/1299.png', 'Heri, Amani na Musa walifanya kazi zao zote usiku.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_7', 3, NULL, NULL, 'Hii ni kwa sababu watoto hao waliumbwa kwa nta.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_8', 3, NULL, 'assets/topic/asb/1300.png', 'Musa alitamani kwenda nje wakati wa mchana.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_9', 3, NULL, 'assets/topic/asb/1301.png', 'Siku moja tamaa ilimzidi. Nduguze, Heri na Amani, walimwonya asiende juani. Musa hakuwasikiza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_10', 3, NULL, 'assets/topic/asb/1302.png', 'Joto lilipokuwa kali, Musa aliyeyuka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_11', 3, NULL, 'assets/topic/asb/1303.png', 'Heri na Amani walihuzunika walipomwona Musa akiyeyuka.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_12', 3, NULL, 'assets/topic/asb/1304.png', 'Heri na Amani waliichukua nta iliyoyeyuka wakamtengeneza ndege.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_13', 3, NULL, 'assets/topic/asb/1305.png', 'Kisha walimweka ndege huyo juu ya mlima mrefu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_14', 3, NULL, 'assets/topic/asb/1306.png', 'Jua lilipochomoza, ndege huyo alipeperuka akiimba kwa furaha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('2505_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Watoto walioumbwa kwa nta +Author - +Southern African Folktale +Translation - +Mutugi Kamundi +Illustration - +Wiehan de Jager +Language - +Kiswahili +Level - +First sentences +© African Storybook Initiative 2014 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746', 2, 'Watu waliosahau', 'assets/topic/asb/27234.png', 'Ursula Nafula +Edwin Irabor', 'FFF4E1B5'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_3', 3, NULL, 'assets/topic/asb/27230.png', 'Hapo zamani za kale, kulikuwa na kijiji kilichoitwa Raha. Watu wote walikuwa vijana. +Hapakuwa na mwanamume wala mwanamke mkongwe kijijini humo.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_4', 3, NULL, 'assets/topic/asb/27231.png', 'Vijana wa kike na wa kiume kijijini Raha walicheza na kufurahi. Walikula walichopenda na kunywa chochote kilichowalevya. Walifurahi mchana kutwa na usiku kucha. +Hivi karibuni, walisahau namna ya kufanya kazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_5', 3, NULL, 'assets/topic/asb/27232.png', 'Pia walisahau chochote kilichotendeka siku iliyopita. +Siku moja vijina wa kijijini Raha waliamka na kukuta kuwa chakula chote kilikuwa kimeisha. Hapakuwa hata na tone moja la mvinyo. Ala zote za muziki zilikuwa zimevunjika.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_6', 3, NULL, 'assets/topic/asb/27233.png', 'Hapakuwa na muziki wa kucheza. Hata hawangeweza kucheza kwa sababu walihisi njaa na kudhoofika. +Walienda kwa Oza, chifu wa kijiji, na kulia kwa uchungu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_7', 3, NULL, 'assets/topic/asb/27234.png', 'Chifu wao kijana alitoka nje ya chumba na kuwasihi, "Acheni! Watu wapendwa wa kijiji cha Raha. Tafadhali acheni kulia. Tutaweza kufa hivi karibuni. Heri tutumie nguvu tulizo nazo kubaki hai."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_8', 3, NULL, 'assets/topic/asb/27235.png', 'Watu walipiga kelele, "Wewe ni chifu wetu! Lazima utuokoe!" +Baada ya kunyamaza kwa muda, chifu Oza alisimama akasema, "Mimi si chifu wenu tena. Nitaondoka hapa nitafute pahali palipo na amani. Mnaweza kumchagua chifu mwingine."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_9', 3, NULL, 'assets/topic/asb/27236.png', 'Kwa hivyo, chifu Oza aliingia chumbani kwake akakusanya virago vyake na kuondoka. +Watu hawakujua nani angekuwa kiongozi wao. Hawakujua la kufanya. Walilia zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_10', 3, NULL, 'assets/topic/asb/27237.png', 'Halafu sauti ndogo na nyororo ikasema, "Nitakuwa chifu wenu!" +Kila mmoja aligeuka kujua aliyeitoa sauti ile. Wote waliangaliana. Walitazama kila mahali lakini hawakumtambua aliyekuwa amezungumza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_11', 3, NULL, 'assets/topic/asb/27238.png', 'Watu hao walishangaa kumwona mtoto mdogo mbele yao. +Mtoto huyo alisema, "Ndiyo! Nitakuwa chifu wenu. Ninaweza kuwasaidia. Lakini, lazima mniahidi kuwa mtakoma kusherehekea mchana na usiku. Tena, lazima mfuate ushauri wangu."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_12', 3, NULL, 'assets/topic/asb/27239.png', 'Watu hao walivutiwa sana na ujasiri wa mtoto huyo. Wakaahidi kumtii. +Akawapeleka katika shamba lililokuwa na rutuba. Wakala, wakanywa na wakapumzika. Halafu, akawafunza na kuwakumbusha jinsi ya kulima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_13', 3, NULL, 'assets/topic/asb/27240.png', 'Wakisaidiwa na yule mvulana mdogo kama chifu wao, watu wa kijijini Raha, walianza kujifunza maana ya jitihada. Walifanya kazi kwa bidii. +Baadaye, walipata chakula na vinywaji vya kutosha. Walifurahi na kusherehekea tena. Lakini, pia, waliendelea kufanya kazi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_14', 3, NULL, 'assets/topic/asb/27241.png', 'Kila usiku, yule chifu mdogo aliondoka kijijini na kukutana na mzee mwenye busara. +Alimhadithia kuhusu wanaume na wanawake shujaa waliotatua matatizo ya watu wao. +Hatimaye, mvulana huyo, alikuwa mtu mwenye hekima na mwenye uwezo mwingi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('24746_15', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Watu waliosahau +Author - +Edwin Irabor +Translation - +Ursula Nafula +Illustration - +Edwin Irabor +Language - +Kiswahili +Level - +Longer paragraphs +© African Storybook Initiative 2018 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814', 2, 'What is wrong? / Kuna shida gani?', 'assets/topic/asb/10483.png', 'Ursula Nafula', 'FFB3C8FF'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_3', 3, NULL, 'assets/topic/asb/10477.png', 'This is Matende. +Huyu ni Matende.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_4', 3, NULL, 'assets/topic/asb/10478.png', 'Matende cries all the time. +Matende hulia kila wakati.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_5', 3, NULL, 'assets/topic/asb/10479.png', 'When his mother feeds him, Matende cries. +Mamake anapomlisha, Matende analia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_6', 3, NULL, 'assets/topic/asb/10480.png', 'When Matende is put down to rest, he still cries. +Matende anapolazwa chini kupumzika, bado analia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_7', 3, NULL, 'assets/topic/asb/10481.png', 'When his mother changes his nappies, Matende continues to cry. +Mamake anapobadilisha pampa, Matende anaendelea kulia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_8', 3, NULL, 'assets/topic/asb/10482.png', 'When his mother carries him on her shoulder, Matende cries more. +Mamake anapombeba begani, Matende analia zaidi.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_9', 3, NULL, 'assets/topic/asb/10483.png', 'When he falls asleep, Matende looks as if he is about to cry. +Anapopatwa na usingizi, Matende anaonekana kuwa ataanza kulia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_10', 3, NULL, 'assets/topic/asb/10484.png', 'Matende''s mother looks at her son. She does not know what is wrong with him. +Mamake Matende anamtazama mwanawe. Hajui kinachomsumbua.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('14814_11', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +What is wrong? / Kuna shida gani? +Author - +Ursula Nafula +Adaptation - +Ursula Nafula +Illustration - +Language - +Kiswahili English +Level - +First sentences +© African Storybook Initiative 2016 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111', 2, 'Zawadi ya Sisanda', 'assets/topic/asb/17355.png', 'Ursula Nafula', 'FF9DEDE3'); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_3', 3, NULL, 'assets/topic/asb/17354.png', 'Sisanda ni msichana wa umri wa miaka minane. Kila siku anapotoka shule, anavua sare, anakula chakula cha mchana kisha yeye na babu yake wanacheza mchezo waupendao. Wanafurahia sana kucheza hadi Sisanda hataki kuacha. +Babu anamkumbusha kuwa angependa kuwa meneja wa benki atakapokuwa mkubwa.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_4', 3, NULL, NULL, 'Babu anamwuliza kwa utani, "Utawezaje kuwa meneja wa benki usipokwenda shule ya upili?" +Sisanda anacheka tu. "Nitamaliza masomo ya shule ya upili na hata niende chuo kikuu. Hiyo ndiyo sababu ninatia bidii sana masomoni!"', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_5', 3, NULL, NULL, 'Sisanda ni mrefu kwa umri wake. Anafuata urefu wa babake. Anamfanana mamake kwa uso wake ulio mfiringo na kwa tabasamu yake. Kila siku wazazi wake huamka mapema na kwenda wanakofanya kazi kwenye hifadhi ya wanyama iliyo karibu. +Wakati Sisanda na rafiki zake wanapoanza kwenda shule, mabasi huwa tayari yamewafikisha watalii kwenye hifadhi hiyo ya wanyama.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_6', 3, NULL, 'assets/topic/asb/17355.png', 'Maadhimisho ya kuzaliwa kwake iliyopita, Sisanda aliandaliwa sherehe maalum. Wazazi walipata ruhusa ya kuandaa sherehe hiyo katika hifadhi ya wanyama. Twiga walivutiwa sana na watu waliofika kwa sherehe hiyo. Waliyanyoosha mashingo yao marefu wakaiona sherehe vizuri na kutaka kuptata sehemu ya keki! Sisanda aliwapenda twiga zaidi ya wanyama wote kwa ajili ya upole na utulivu wao. Angewatazama kwa siku nzima.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_7', 3, NULL, NULL, 'Ijumaa moja, babake Sisanda alikuja nyumbani mapema kutoka kazini. Alionekana kuwa mwenye hasira. Sisanda alimwuliza, "Baba, kuna nini kibaya?" +Babake alieleza, "Leo, kundi la nyuki lilimuuma mama twiga. Kichwa chake kilivimba hadi macho yake ya kupendeza yakazibwa. Tulijaribu kumwokoa, lakini ilikuwa bure. Alikufa. Kinachohuzunisha zaidi ni kwamba alikuwa na ndama mchanga ambaye bado anamhitaji."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_8', 3, NULL, 'assets/topic/asb/17356.png', '"Ah, la!" Sisanda alianza kulia. "Heri ningeweza kumsaidia. Labda yule ndama vilevile analia kama mimi." Sisanda alilia kwa muda mrefu. Mamake alijaribu kumfariji. Alimsomea hadithi moja zaidi wakati wa kulala ili aweze kusahau angalau kidogo uchungu aliokuwa nao kumhusu yule ndama. Hatimaye, Sisanda alipatwa na usingizi huku akisikiliza sauti ya mamake.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_9', 3, NULL, NULL, 'Asubuhi iliyofuata Sisanda alikuwa na wazo! Alimwuliza babake, "Ninaweza kwenda kufanya kazi nawe leo? Ningependa kumpelekea mtoto twiga zawadi." +Wazazi wake walitazamana kisha wakatabasamu, "Ndiyo, bila shaka, unaweza kuja nasi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_10', 3, NULL, NULL, 'Siku hiyo ilikuwa yenye joto na mawingu. Kila kitu katika hifadhi ya wanyama kilitulia. Sisanda alisema, "Nadhani hakuna jua leo kwa sababu ya huzuni wa mtoto twiga." +Tembo mkubwa aliitazama familia hiyo ikipita. Mamake Sisanda alisema, "Labda anashangaa kwa nini msichana mdogo anaenda kufanya kazi na wazazi wake." Sisanda aliitkia kwa kichwa. "Atashangaa atakapogundua," Sisanda aliwaza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_11', 3, NULL, 'assets/topic/asb/17357.png', 'Walimpata mtoto twiga akiwa peke yake. Alilegeza shingo lake refu na kuinama. Macho yake makubwa yalipumbaa. Sisanda alisimama aliufungua mkoba wake akatoa kitabu. Wazazi wake walishangaa alipoanza kumsomea mtoto twiga. Mtoto twiga aligeuza kichwa chake akatazama kulikotoka sauti ya Sisanda akasikiliza kama aliyelewa kila neno. Mwanzoni, wazazi walidhani kumsomea twiga ni jambo la ajabu, lakini walibadili mawazo yao walipomwona mtoto twiga akitulia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_12', 3, NULL, NULL, '"Hadithi yangu ilimfariji," Sisanda alimwambia babu yake alipofika nyumbani. Sisanda alienda kumtembelea mtoto twiga kila alasiri na wakati wa wikendi. +Kila alipoenda, alibeba hadithi tofauti kumsomea. Marafiki hao wawili walionekana vizuri pamoja hata watalii waliopita waliwapiga picha.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_13', 3, NULL, NULL, 'Polepole, mtoto twiga alianza kupata nguvu. Watu waliofanya kazi katika hafidhi hiyo walimlinda vizuri. Upendo kutoka kwa rafiki yake Sisanda, ulifanya miujiza. +Siku moja meneja wa hifadhi alimwuliza Sisanda ampatie rafiki yake mpya jina. "Furaha ni jina nzuri," Sisanda alisema.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_14', 3, NULL, NULL, 'Siku iliyofuata meneja wa hifadhi alimpigia simu mwalimu wa Sisanda. Akawaalika wanafunzi wa darasa la Sisanda kumtembelea Furaha. +Mtoto twiga alikuwa amekua mrefu na mwenye nguvu katika muda wa miezi mitatu tangu Sisanda alipomtembelea mara ya kwanza.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_15', 3, NULL, 'assets/topic/asb/17358.png', 'Siku ya matembezi, wanafunzi 40 wa darasa la 3 walisubiri kwa hamu kufunguliwa kwa lango la hifadhi. Sisanda aliwaongoza wote wakaenda kumwona Furaha. Wengine walimtazama yule twiga mrefu kwa mshangao. Wengine walicheka kwa woga. Mwalimu wao, Bi Keziah, alitabasamu tu.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_16', 3, NULL, NULL, '"Sisanda, rafiki yako ni mrembo. Umemsaidia sana," mwalimu alisema. "Anaitwaje?" Mvulana mmoja aliuliza. "Anaitwa Furaha," Sisanda alimjibu. Bi Keziah alisema, "Bila shaka anafurahi."', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_17', 3, NULL, NULL, 'Watoto waliketi chini wakamsikiliza Sisanda akisoma hadithi aliyomsomea Furaha siku aliyomtembelea mara ya kwanza. Meneja wa hifadhi alipiga picha. Baadhi ya watalii waliopita pia walipiga picha. +Mpiga picha kutoka gazeti moja vilevile alipiga picha. Aliwaahidi kuwa picha yao ingechapishwa katika gazeti la mtaa wao hivi karibuni. Kila mmoja alishangilia.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_18', 3, NULL, NULL, 'Ilikuwa zawadi ya kipekee! Sisanda kusoma hadithi ili kumponya rafiki.', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('22111_19', 3, NULL, NULL, 'You are free to download, copy, translate or adapt this story and use the illustrations as long as you attribute in the following way: +Zawadi ya Sisanda +Author - +Gcina Mhlophe +Translation - +Ursula Nafula +Illustration - +Language - +Kiswahili +Level - +Read aloud +© Text: Gcina Mhlophe; Illustrations: Jiggs Snaddon-Wood 2015 +Creative Commons: Attribution 4.0 +Source +www.africanstorybook.org', NULL); +INSERT INTO `card` (id, type, title, header, content, option) VALUES ('story', 2, 'story', NULL, NULL, NULL); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 1, '24752_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 2, '24752_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 3, '24752_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 4, '24752_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 5, '24752_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 6, '24752_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 7, '24752_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 8, '24752_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 9, '24752_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 10, '24752_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 11, '24752_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 12, '24752_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 13, '24752_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 14, '24752_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 15, '24752_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24752', 16, '24752_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 1, '8074_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 2, '8074_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 3, '8074_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 4, '8074_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 5, '8074_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 6, '8074_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 7, '8074_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 8, '8074_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 9, '8074_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 10, '8074_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 11, '8074_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 12, '8074_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 13, '8074_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 14, '8074_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 15, '8074_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 16, '8074_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 17, '8074_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8074', 18, '8074_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 1, '15403_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 2, '15403_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 3, '15403_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 4, '15403_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 5, '15403_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 6, '15403_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 7, '15403_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 8, '15403_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 9, '15403_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 10, '15403_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 11, '15403_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 12, '15403_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 13, '15403_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 14, '15403_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 15, '15403_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 16, '15403_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 17, '15403_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15403', 18, '15403_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 1, '18218_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 2, '18218_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 3, '18218_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 4, '18218_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 5, '18218_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 6, '18218_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 7, '18218_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 8, '18218_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 9, '18218_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 10, '18218_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 11, '18218_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 12, '18218_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 13, '18218_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 14, '18218_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 15, '18218_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 16, '18218_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 17, '18218_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 18, '18218_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18218', 19, '18218_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 1, '12925_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 2, '12925_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 3, '12925_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 4, '12925_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 5, '12925_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 6, '12925_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 7, '12925_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 8, '12925_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 9, '12925_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 10, '12925_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 11, '12925_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 12, '12925_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 13, '12925_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 14, '12925_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 15, '12925_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 16, '12925_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 17, '12925_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 18, '12925_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 19, '12925_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 20, '12925_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 21, '12925_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12925', 22, '12925_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 1, '10555_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 2, '10555_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 3, '10555_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 4, '10555_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 5, '10555_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 6, '10555_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 7, '10555_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 8, '10555_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 9, '10555_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 10, '10555_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 11, '10555_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 12, '10555_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 13, '10555_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10555', 14, '10555_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 1, '19094_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 2, '19094_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 3, '19094_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 4, '19094_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 5, '19094_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 6, '19094_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 7, '19094_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 8, '19094_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 9, '19094_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 10, '19094_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 11, '19094_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 12, '19094_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 13, '19094_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 14, '19094_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 15, '19094_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 16, '19094_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 17, '19094_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19094', 18, '19094_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 1, '15862_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 2, '15862_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 3, '15862_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 4, '15862_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 5, '15862_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 6, '15862_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 7, '15862_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 8, '15862_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 9, '15862_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 10, '15862_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 11, '15862_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 12, '15862_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 13, '15862_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 14, '15862_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 15, '15862_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 16, '15862_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 17, '15862_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15862', 18, '15862_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 1, '22560_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 2, '22560_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 3, '22560_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 4, '22560_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 5, '22560_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 6, '22560_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 7, '22560_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 8, '22560_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 9, '22560_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 10, '22560_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 11, '22560_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 12, '22560_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 13, '22560_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 14, '22560_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 15, '22560_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 16, '22560_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22560', 17, '22560_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 1, '23908_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 2, '23908_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 3, '23908_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 4, '23908_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 5, '23908_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 6, '23908_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 7, '23908_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 8, '23908_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 9, '23908_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 10, '23908_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 11, '23908_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 12, '23908_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 13, '23908_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 14, '23908_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23908', 15, '23908_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 1, '1978_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 2, '1978_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 3, '1978_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 4, '1978_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 5, '1978_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 6, '1978_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 7, '1978_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 8, '1978_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 9, '1978_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 10, '1978_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 11, '1978_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 12, '1978_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 13, '1978_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 14, '1978_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 15, '1978_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 16, '1978_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1978', 17, '1978_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 1, '2234_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 2, '2234_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 3, '2234_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 4, '2234_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 5, '2234_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 6, '2234_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 7, '2234_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 8, '2234_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 9, '2234_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 10, '2234_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2234', 11, '2234_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 1, '22000_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 2, '22000_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 3, '22000_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 4, '22000_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 5, '22000_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 6, '22000_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 7, '22000_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 8, '22000_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 9, '22000_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 10, '22000_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 11, '22000_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 12, '22000_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 13, '22000_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 14, '22000_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 15, '22000_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22000', 16, '22000_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 1, '21995_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 2, '21995_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 3, '21995_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 4, '21995_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 5, '21995_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 6, '21995_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 7, '21995_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 8, '21995_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 9, '21995_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 10, '21995_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 11, '21995_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 12, '21995_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 13, '21995_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 14, '21995_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 15, '21995_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 16, '21995_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21995', 17, '21995_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 1, '22806_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 2, '22806_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 3, '22806_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 4, '22806_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 5, '22806_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 6, '22806_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 7, '22806_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 8, '22806_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 9, '22806_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 10, '22806_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 11, '22806_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 12, '22806_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 13, '22806_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22806', 14, '22806_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 1, '21817_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 2, '21817_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 3, '21817_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 4, '21817_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 5, '21817_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 6, '21817_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 7, '21817_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 8, '21817_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 9, '21817_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 10, '21817_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 11, '21817_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 12, '21817_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 13, '21817_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 14, '21817_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 15, '21817_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 16, '21817_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21817', 17, '21817_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 1, '24734_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 2, '24734_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 3, '24734_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 4, '24734_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 5, '24734_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 6, '24734_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 7, '24734_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 8, '24734_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 9, '24734_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 10, '24734_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 11, '24734_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 12, '24734_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 13, '24734_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 14, '24734_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 15, '24734_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 16, '24734_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 17, '24734_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24734', 18, '24734_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 1, '30269_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 2, '30269_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 3, '30269_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 4, '30269_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 5, '30269_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 6, '30269_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 7, '30269_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 8, '30269_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 9, '30269_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 10, '30269_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 12, '30269_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 13, '30269_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 14, '30269_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 15, '30269_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30269', 16, '30269_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 1, '31354_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 2, '31354_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 3, '31354_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 4, '31354_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 5, '31354_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 6, '31354_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 7, '31354_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 8, '31354_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 9, '31354_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 10, '31354_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 11, '31354_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 12, '31354_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 13, '31354_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 14, '31354_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31354', 15, '31354_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 1, '21143_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 2, '21143_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 3, '21143_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 4, '21143_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 6, '21143_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 7, '21143_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 8, '21143_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21143', 9, '21143_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 1, '2830_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 2, '2830_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 3, '2830_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 4, '2830_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 5, '2830_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 6, '2830_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 7, '2830_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 8, '2830_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 9, '2830_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 10, '2830_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 11, '2830_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 12, '2830_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 13, '2830_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 14, '2830_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 15, '2830_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 16, '2830_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2830', 17, '2830_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 1, '2912_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 2, '2912_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 3, '2912_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 4, '2912_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 5, '2912_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 6, '2912_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 7, '2912_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 8, '2912_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 9, '2912_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 10, '2912_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 11, '2912_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 12, '2912_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2912', 13, '2912_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 1, '2526_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 2, '2526_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 3, '2526_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 4, '2526_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 5, '2526_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 6, '2526_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 7, '2526_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 8, '2526_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 9, '2526_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 10, '2526_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 11, '2526_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 12, '2526_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 13, '2526_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 14, '2526_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 15, '2526_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 16, '2526_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 17, '2526_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 18, '2526_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 19, '2526_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 20, '2526_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 21, '2526_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 22, '2526_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2526', 23, '2526_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 1, '12428_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 2, '12428_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 3, '12428_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 4, '12428_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 5, '12428_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 6, '12428_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 7, '12428_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 8, '12428_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 9, '12428_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 10, '12428_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 11, '12428_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 12, '12428_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 13, '12428_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 14, '12428_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 15, '12428_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 16, '12428_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 17, '12428_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 18, '12428_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 19, '12428_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 20, '12428_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12428', 21, '12428_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 1, '14419_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 2, '14419_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 3, '14419_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 4, '14419_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 5, '14419_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 6, '14419_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 7, '14419_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 8, '14419_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 9, '14419_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 10, '14419_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 11, '14419_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 12, '14419_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 13, '14419_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 14, '14419_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 15, '14419_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 16, '14419_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14419', 17, '14419_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 1, '21610_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 2, '21610_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 3, '21610_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 4, '21610_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 5, '21610_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 6, '21610_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 7, '21610_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 8, '21610_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 9, '21610_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 10, '21610_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 11, '21610_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 12, '21610_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 13, '21610_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 14, '21610_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 15, '21610_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 16, '21610_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 17, '21610_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21610', 18, '21610_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 1, '31503_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 2, '31503_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 3, '31503_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 4, '31503_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 5, '31503_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 6, '31503_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 7, '31503_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 8, '31503_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 9, '31503_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 10, '31503_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 11, '31503_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 12, '31503_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 13, '31503_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 14, '31503_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 15, '31503_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31503', 16, '31503_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 1, '19110_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 2, '19110_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 3, '19110_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 4, '19110_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 5, '19110_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 6, '19110_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 7, '19110_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 8, '19110_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 9, '19110_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 10, '19110_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 11, '19110_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 12, '19110_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 13, '19110_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 14, '19110_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 15, '19110_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 16, '19110_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19110', 17, '19110_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 1, '20431_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 2, '20431_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 3, '20431_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 4, '20431_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 5, '20431_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 6, '20431_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 7, '20431_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 8, '20431_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 9, '20431_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 10, '20431_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 11, '20431_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 12, '20431_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 13, '20431_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 14, '20431_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 15, '20431_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 16, '20431_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20431', 17, '20431_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 1, '12899_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 2, '12899_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 3, '12899_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 4, '12899_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 5, '12899_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 6, '12899_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 7, '12899_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 8, '12899_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 9, '12899_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 10, '12899_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 11, '12899_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 12, '12899_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 13, '12899_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 14, '12899_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 15, '12899_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 16, '12899_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 17, '12899_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 18, '12899_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 19, '12899_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 20, '12899_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12899', 21, '12899_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 1, '18417_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 2, '18417_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 3, '18417_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 4, '18417_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 5, '18417_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 6, '18417_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 7, '18417_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 8, '18417_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 9, '18417_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 10, '18417_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 11, '18417_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 12, '18417_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 13, '18417_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 14, '18417_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 15, '18417_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 16, '18417_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 17, '18417_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 18, '18417_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 19, '18417_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 20, '18417_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 21, '18417_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18417', 22, '18417_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 1, '22084_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 2, '22084_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 3, '22084_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 4, '22084_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 5, '22084_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 6, '22084_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 7, '22084_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 8, '22084_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 9, '22084_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 10, '22084_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 11, '22084_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 12, '22084_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 13, '22084_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 14, '22084_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 15, '22084_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22084', 16, '22084_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 1, '20434_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 2, '20434_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 3, '20434_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 4, '20434_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 5, '20434_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 6, '20434_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 7, '20434_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 8, '20434_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 9, '20434_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 10, '20434_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 11, '20434_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 12, '20434_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 13, '20434_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 14, '20434_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 15, '20434_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 16, '20434_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 17, '20434_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 18, '20434_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 19, '20434_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 20, '20434_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20434', 21, '20434_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 1, '22086_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 2, '22086_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 3, '22086_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 4, '22086_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 5, '22086_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 6, '22086_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 7, '22086_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 8, '22086_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 9, '22086_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 10, '22086_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 11, '22086_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 12, '22086_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 13, '22086_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 14, '22086_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 15, '22086_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 16, '22086_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22086', 17, '22086_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 1, '10680_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 2, '10680_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 3, '10680_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 4, '10680_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 5, '10680_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 6, '10680_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 7, '10680_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 8, '10680_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 9, '10680_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 10, '10680_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 11, '10680_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 12, '10680_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 13, '10680_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 14, '10680_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 15, '10680_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 16, '10680_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 17, '10680_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 18, '10680_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 19, '10680_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 20, '10680_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 21, '10680_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 22, '10680_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 23, '10680_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 24, '10680_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 25, '10680_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 26, '10680_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 27, '10680_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 28, '10680_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 29, '10680_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 30, '10680_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 31, '10680_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 32, '10680_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 33, '10680_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 34, '10680_36'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 35, '10680_41'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10680', 36, '10680_46'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 1, '21445_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 2, '21445_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 3, '21445_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 4, '21445_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 5, '21445_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 6, '21445_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 7, '21445_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 8, '21445_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 9, '21445_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 10, '21445_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 11, '21445_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 12, '21445_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21445', 13, '21445_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 1, '30807_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 2, '30807_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 3, '30807_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 4, '30807_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 5, '30807_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 6, '30807_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 7, '30807_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 8, '30807_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 9, '30807_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 10, '30807_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 11, '30807_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 12, '30807_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30807', 13, '30807_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 1, '30271_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 2, '30271_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 3, '30271_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 4, '30271_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 5, '30271_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 6, '30271_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 7, '30271_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 8, '30271_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 9, '30271_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 10, '30271_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 12, '30271_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 13, '30271_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 14, '30271_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 15, '30271_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30271', 16, '30271_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 1, '15612_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 2, '15612_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 3, '15612_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 4, '15612_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 5, '15612_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 6, '15612_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 7, '15612_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 8, '15612_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 9, '15612_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 10, '15612_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 11, '15612_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 12, '15612_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 13, '15612_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 14, '15612_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 15, '15612_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 16, '15612_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15612', 17, '15612_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 1, '21985_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 2, '21985_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 3, '21985_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 4, '21985_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 5, '21985_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 6, '21985_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 7, '21985_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 8, '21985_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 9, '21985_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 10, '21985_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 11, '21985_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 12, '21985_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 13, '21985_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 14, '21985_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 15, '21985_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 16, '21985_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 17, '21985_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 18, '21985_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 19, '21985_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 20, '21985_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21985', 21, '21985_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 1, '21998_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 2, '21998_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 3, '21998_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 4, '21998_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 5, '21998_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 6, '21998_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 7, '21998_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 8, '21998_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 9, '21998_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 10, '21998_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 11, '21998_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 12, '21998_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21998', 13, '21998_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 1, '15613_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 2, '15613_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 3, '15613_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 4, '15613_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 5, '15613_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 6, '15613_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 7, '15613_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 8, '15613_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 9, '15613_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 10, '15613_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 11, '15613_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 12, '15613_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 13, '15613_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 14, '15613_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 15, '15613_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 16, '15613_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 17, '15613_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 18, '15613_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 19, '15613_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 20, '15613_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15613', 21, '15613_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 1, '8698_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 2, '8698_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 3, '8698_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 4, '8698_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 5, '8698_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 6, '8698_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 7, '8698_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 9, '8698_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 10, '8698_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 11, '8698_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 12, '8698_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 13, '8698_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 14, '8698_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 15, '8698_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 16, '8698_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8698', 17, '8698_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 1, '19193_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 2, '19193_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 3, '19193_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 4, '19193_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 5, '19193_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 6, '19193_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 7, '19193_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 8, '19193_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 9, '19193_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 10, '19193_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 11, '19193_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 12, '19193_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19193', 13, '19193_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 1, '16199_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 2, '16199_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 3, '16199_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 4, '16199_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 5, '16199_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 6, '16199_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 7, '16199_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 8, '16199_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 9, '16199_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 10, '16199_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 11, '16199_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 12, '16199_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 13, '16199_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 14, '16199_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 15, '16199_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 16, '16199_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16199', 17, '16199_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 1, '9911_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 2, '9911_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 3, '9911_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 4, '9911_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 5, '9911_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 6, '9911_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 7, '9911_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 8, '9911_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 9, '9911_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 10, '9911_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 12, '9911_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 13, '9911_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 14, '9911_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 15, '9911_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9911', 16, '9911_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 1, '23107_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 2, '23107_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 3, '23107_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 4, '23107_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 5, '23107_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 6, '23107_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 7, '23107_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 8, '23107_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 9, '23107_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 10, '23107_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 11, '23107_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 12, '23107_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 13, '23107_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 14, '23107_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 15, '23107_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 16, '23107_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 17, '23107_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 18, '23107_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 19, '23107_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 20, '23107_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23107', 21, '23107_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 1, '17135_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 2, '17135_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 3, '17135_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 4, '17135_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 5, '17135_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 6, '17135_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 7, '17135_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 8, '17135_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 9, '17135_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 10, '17135_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 11, '17135_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 12, '17135_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 13, '17135_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 14, '17135_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 15, '17135_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 16, '17135_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 17, '17135_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 18, '17135_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 19, '17135_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 20, '17135_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 21, '17135_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 22, '17135_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 23, '17135_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 24, '17135_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17135', 25, '17135_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 1, '8040_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 2, '8040_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 3, '8040_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 4, '8040_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 5, '8040_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 6, '8040_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 7, '8040_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 8, '8040_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 9, '8040_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 10, '8040_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 11, '8040_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 12, '8040_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8040', 13, '8040_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 1, '19386_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 2, '19386_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 3, '19386_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 4, '19386_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 5, '19386_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 6, '19386_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 7, '19386_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 8, '19386_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 9, '19386_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 10, '19386_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 11, '19386_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 12, '19386_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 13, '19386_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 14, '19386_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 15, '19386_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 16, '19386_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 17, '19386_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 18, '19386_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 19, '19386_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 20, '19386_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19386', 21, '19386_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 1, '21838_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 2, '21838_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 3, '21838_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 4, '21838_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 5, '21838_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 6, '21838_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 7, '21838_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 8, '21838_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 9, '21838_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 10, '21838_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 11, '21838_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 12, '21838_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 13, '21838_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 14, '21838_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 15, '21838_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 16, '21838_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21838', 17, '21838_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 1, '12609_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 2, '12609_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 3, '12609_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 4, '12609_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 5, '12609_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 6, '12609_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 7, '12609_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 8, '12609_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 9, '12609_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 10, '12609_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 11, '12609_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 12, '12609_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12609', 13, '12609_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 1, '20439_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 2, '20439_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 3, '20439_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 4, '20439_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 5, '20439_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 6, '20439_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 7, '20439_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 8, '20439_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 9, '20439_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 10, '20439_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 11, '20439_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 12, '20439_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 13, '20439_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 14, '20439_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 15, '20439_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 16, '20439_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20439', 17, '20439_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 1, '20436_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 2, '20436_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 3, '20436_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 4, '20436_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 5, '20436_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 6, '20436_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 7, '20436_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 8, '20436_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 9, '20436_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 10, '20436_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 11, '20436_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 12, '20436_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20436', 13, '20436_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 1, '22557_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 2, '22557_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 3, '22557_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 4, '22557_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 5, '22557_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 6, '22557_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 7, '22557_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 8, '22557_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 9, '22557_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 10, '22557_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 11, '22557_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 12, '22557_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 13, '22557_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 14, '22557_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 15, '22557_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 16, '22557_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22557', 17, '22557_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 1, '16587_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 2, '16587_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 3, '16587_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 4, '16587_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 5, '16587_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 6, '16587_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 7, '16587_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 8, '16587_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 9, '16587_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 10, '16587_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 11, '16587_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 12, '16587_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 13, '16587_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 14, '16587_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16587', 15, '16587_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 1, '22081_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 2, '22081_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 3, '22081_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 4, '22081_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 5, '22081_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 6, '22081_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 7, '22081_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 8, '22081_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 9, '22081_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 10, '22081_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 11, '22081_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 12, '22081_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 13, '22081_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 14, '22081_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 15, '22081_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 16, '22081_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22081', 17, '22081_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 1, '22062_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 2, '22062_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 3, '22062_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 4, '22062_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 5, '22062_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 6, '22062_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 7, '22062_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 8, '22062_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 9, '22062_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 10, '22062_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 11, '22062_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 12, '22062_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 13, '22062_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 14, '22062_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 15, '22062_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 16, '22062_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 17, '22062_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 18, '22062_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 19, '22062_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 20, '22062_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 21, '22062_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 22, '22062_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 23, '22062_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 24, '22062_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22062', 25, '22062_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 1, '2632_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 2, '2632_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 3, '2632_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 4, '2632_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 5, '2632_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 6, '2632_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 7, '2632_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 8, '2632_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 9, '2632_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 10, '2632_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 11, '2632_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 12, '2632_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 13, '2632_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 14, '2632_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 15, '2632_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2632', 16, '2632_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 1, '22468_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 2, '22468_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 3, '22468_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 4, '22468_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 5, '22468_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 6, '22468_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 7, '22468_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 8, '22468_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 9, '22468_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 10, '22468_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 11, '22468_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 12, '22468_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 13, '22468_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 14, '22468_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 15, '22468_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 16, '22468_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 17, '22468_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 18, '22468_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 19, '22468_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 20, '22468_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 21, '22468_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22468', 22, '22468_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 1, '3127_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 2, '3127_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 3, '3127_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 4, '3127_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 5, '3127_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 6, '3127_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 7, '3127_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 8, '3127_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 9, '3127_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 10, '3127_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 11, '3127_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 12, '3127_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 13, '3127_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 14, '3127_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 15, '3127_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 16, '3127_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3127', 17, '3127_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 1, '13544_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 2, '13544_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 3, '13544_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 4, '13544_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 5, '13544_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 6, '13544_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 7, '13544_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 8, '13544_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 9, '13544_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 10, '13544_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 11, '13544_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 12, '13544_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13544', 13, '13544_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 1, '22567_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 2, '22567_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 3, '22567_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 4, '22567_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 5, '22567_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 6, '22567_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 7, '22567_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 8, '22567_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 9, '22567_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 10, '22567_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 11, '22567_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 12, '22567_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 13, '22567_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 14, '22567_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 15, '22567_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 16, '22567_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22567', 17, '22567_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 1, '23308_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 2, '23308_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 3, '23308_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 4, '23308_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 5, '23308_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 6, '23308_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 7, '23308_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 8, '23308_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 9, '23308_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 10, '23308_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 11, '23308_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 12, '23308_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23308', 13, '23308_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 1, '21841_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 2, '21841_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 3, '21841_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 4, '21841_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 5, '21841_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 6, '21841_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 7, '21841_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 8, '21841_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 9, '21841_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 10, '21841_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 11, '21841_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 12, '21841_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 13, '21841_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 14, '21841_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 15, '21841_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 16, '21841_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21841', 17, '21841_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 1, '20440_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 2, '20440_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 3, '20440_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 4, '20440_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 5, '20440_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 6, '20440_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 7, '20440_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 8, '20440_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 9, '20440_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 10, '20440_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 11, '20440_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 12, '20440_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 13, '20440_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 14, '20440_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 15, '20440_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 16, '20440_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 17, '20440_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 18, '20440_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 19, '20440_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 20, '20440_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20440', 21, '20440_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 1, '21140_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 2, '21140_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 3, '21140_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 4, '21140_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 5, '21140_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 6, '21140_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 7, '21140_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 8, '21140_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 9, '21140_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 10, '21140_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 11, '21140_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 12, '21140_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 13, '21140_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 14, '21140_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 15, '21140_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 16, '21140_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 17, '21140_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 18, '21140_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 19, '21140_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 20, '21140_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21140', 21, '21140_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 1, '23158_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 2, '23158_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 3, '23158_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 4, '23158_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 5, '23158_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 6, '23158_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 7, '23158_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 8, '23158_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 9, '23158_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 10, '23158_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 11, '23158_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 12, '23158_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 13, '23158_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 14, '23158_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23158', 15, '23158_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 1, '2209_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 2, '2209_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 3, '2209_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 4, '2209_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 5, '2209_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 6, '2209_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 7, '2209_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 8, '2209_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 9, '2209_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 10, '2209_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 11, '2209_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 12, '2209_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2209', 13, '2209_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 1, '20022_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 2, '20022_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 3, '20022_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 4, '20022_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 5, '20022_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 6, '20022_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 7, '20022_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 8, '20022_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 9, '20022_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 10, '20022_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 11, '20022_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 12, '20022_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 13, '20022_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 14, '20022_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 15, '20022_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 16, '20022_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20022', 17, '20022_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 1, '22004_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 2, '22004_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 3, '22004_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 4, '22004_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 5, '22004_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 6, '22004_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 7, '22004_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 8, '22004_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 9, '22004_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 10, '22004_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 11, '22004_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 12, '22004_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 13, '22004_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 14, '22004_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 15, '22004_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 16, '22004_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 17, '22004_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 18, '22004_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 19, '22004_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22004', 20, '22004_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 1, '24751_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 2, '24751_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 3, '24751_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 4, '24751_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 5, '24751_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 6, '24751_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 7, '24751_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 8, '24751_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 9, '24751_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 10, '24751_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 11, '24751_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 12, '24751_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 13, '24751_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 14, '24751_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 15, '24751_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 16, '24751_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24751', 17, '24751_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 1, '21863_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 2, '21863_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 3, '21863_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 4, '21863_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 5, '21863_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 6, '21863_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 7, '21863_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 8, '21863_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 9, '21863_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 10, '21863_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 11, '21863_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 12, '21863_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 13, '21863_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 14, '21863_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 15, '21863_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 17, '21863_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 18, '21863_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 19, '21863_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 20, '21863_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21863', 21, '21863_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 1, '23035_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 2, '23035_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 3, '23035_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 4, '23035_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 5, '23035_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 6, '23035_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 7, '23035_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 8, '23035_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 9, '23035_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 10, '23035_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 11, '23035_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 12, '23035_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23035', 13, '23035_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 1, '22536_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 2, '22536_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 3, '22536_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 4, '22536_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 5, '22536_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 6, '22536_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 7, '22536_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 8, '22536_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 9, '22536_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 10, '22536_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 11, '22536_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 12, '22536_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 13, '22536_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 14, '22536_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 15, '22536_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 16, '22536_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22536', 17, '22536_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 1, '21837_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 2, '21837_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 3, '21837_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 4, '21837_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 5, '21837_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 6, '21837_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 7, '21837_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 8, '21837_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 9, '21837_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 10, '21837_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 11, '21837_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 12, '21837_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 13, '21837_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 14, '21837_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 15, '21837_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 16, '21837_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 17, '21837_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 18, '21837_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 19, '21837_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 20, '21837_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21837', 21, '21837_39'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 1, '15934_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 2, '15934_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 3, '15934_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 4, '15934_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 5, '15934_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 6, '15934_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 7, '15934_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 8, '15934_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 9, '15934_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 10, '15934_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 11, '15934_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 12, '15934_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 13, '15934_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 14, '15934_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 15, '15934_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 16, '15934_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 17, '15934_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 18, '15934_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 19, '15934_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 20, '15934_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 21, '15934_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 22, '15934_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 23, '15934_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 24, '15934_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15934', 25, '15934_33'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 1, '21149_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 2, '21149_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 3, '21149_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 4, '21149_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 5, '21149_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 6, '21149_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 7, '21149_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 8, '21149_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 9, '21149_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 10, '21149_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 11, '21149_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 12, '21149_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 13, '21149_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 14, '21149_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 15, '21149_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 16, '21149_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21149', 17, '21149_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 1, '17534_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 2, '17534_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 3, '17534_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 4, '17534_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 5, '17534_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 6, '17534_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 7, '17534_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 8, '17534_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 9, '17534_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 10, '17534_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 11, '17534_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 12, '17534_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17534', 13, '17534_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 1, '17031_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 2, '17031_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 3, '17031_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 4, '17031_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 5, '17031_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 6, '17031_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 7, '17031_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 8, '17031_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 9, '17031_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 10, '17031_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 11, '17031_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 12, '17031_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 13, '17031_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 14, '17031_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 15, '17031_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 16, '17031_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17031', 17, '17031_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 1, '2069_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 2, '2069_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 3, '2069_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 4, '2069_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 5, '2069_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 6, '2069_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 7, '2069_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 8, '2069_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 9, '2069_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 10, '2069_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 11, '2069_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 12, '2069_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2069', 13, '2069_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 1, '22088_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 2, '22088_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 3, '22088_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 4, '22088_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 5, '22088_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 6, '22088_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 7, '22088_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 8, '22088_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 9, '22088_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 10, '22088_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 11, '22088_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 12, '22088_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 13, '22088_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 14, '22088_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22088', 15, '22088_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 1, '15938_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 2, '15938_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 3, '15938_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 4, '15938_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 5, '15938_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 6, '15938_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 7, '15938_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 8, '15938_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 9, '15938_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 10, '15938_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 11, '15938_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 12, '15938_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15938', 13, '15938_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 1, '8442_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 2, '8442_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 3, '8442_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 4, '8442_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 5, '8442_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 6, '8442_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 7, '8442_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 8, '8442_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 9, '8442_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 10, '8442_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 11, '8442_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 12, '8442_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 13, '8442_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 14, '8442_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 15, '8442_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 16, '8442_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8442', 17, '8442_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 1, '24473_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 2, '24473_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 3, '24473_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 4, '24473_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 5, '24473_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 6, '24473_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 7, '24473_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 8, '24473_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 9, '24473_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 10, '24473_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 11, '24473_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 12, '24473_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 13, '24473_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 14, '24473_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 15, '24473_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 16, '24473_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24473', 17, '24473_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 1, '21999_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 2, '21999_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 3, '21999_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 4, '21999_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 5, '21999_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 6, '21999_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 7, '21999_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 8, '21999_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 9, '21999_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 10, '21999_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 11, '21999_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 12, '21999_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 13, '21999_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 14, '21999_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 15, '21999_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 16, '21999_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 17, '21999_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 18, '21999_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 19, '21999_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 20, '21999_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21999', 21, '21999_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 1, '22080_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 2, '22080_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 3, '22080_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 4, '22080_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 5, '22080_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 6, '22080_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 7, '22080_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 8, '22080_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 9, '22080_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 10, '22080_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 11, '22080_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 12, '22080_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 13, '22080_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 14, '22080_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 15, '22080_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 16, '22080_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 17, '22080_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 18, '22080_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 19, '22080_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 20, '22080_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 21, '22080_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22080', 22, '22080_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 1, '12670_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 2, '12670_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 3, '12670_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 4, '12670_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 5, '12670_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 6, '12670_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 7, '12670_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 8, '12670_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 9, '12670_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 10, '12670_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 11, '12670_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 12, '12670_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 13, '12670_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 14, '12670_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 15, '12670_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 16, '12670_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 17, '12670_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 18, '12670_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 19, '12670_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 20, '12670_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 21, '12670_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 22, '12670_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 23, '12670_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 24, '12670_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 25, '12670_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12670', 26, '12670_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 1, '19586_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 2, '19586_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 3, '19586_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 4, '19586_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 5, '19586_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 6, '19586_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 7, '19586_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 8, '19586_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 9, '19586_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 10, '19586_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 11, '19586_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 12, '19586_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 13, '19586_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 14, '19586_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 15, '19586_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 16, '19586_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 17, '19586_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19586', 18, '19586_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 1, '21075_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 2, '21075_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 3, '21075_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 4, '21075_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 5, '21075_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 6, '21075_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 7, '21075_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 8, '21075_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 9, '21075_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 10, '21075_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 11, '21075_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 12, '21075_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 13, '21075_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 14, '21075_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 15, '21075_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 16, '21075_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 17, '21075_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 18, '21075_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 19, '21075_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 20, '21075_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 21, '21075_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 22, '21075_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 23, '21075_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 24, '21075_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 25, '21075_34'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21075', 26, '21075_37'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 1, '18330_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 2, '18330_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 3, '18330_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 4, '18330_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 5, '18330_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 6, '18330_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 7, '18330_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 8, '18330_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 9, '18330_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 10, '18330_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 11, '18330_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 12, '18330_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 13, '18330_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 14, '18330_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 15, '18330_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 16, '18330_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 17, '18330_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 18, '18330_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 19, '18330_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 20, '18330_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 21, '18330_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 22, '18330_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18330', 23, '18330_35'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 1, '14412_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 2, '14412_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 3, '14412_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 4, '14412_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 5, '14412_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 6, '14412_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 7, '14412_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 8, '14412_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 9, '14412_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 10, '14412_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 11, '14412_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 12, '14412_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 13, '14412_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 14, '14412_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 15, '14412_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 16, '14412_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 17, '14412_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 18, '14412_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 19, '14412_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 20, '14412_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 21, '14412_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14412', 22, '14412_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 1, '2405_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 2, '2405_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 3, '2405_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 4, '2405_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 5, '2405_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 6, '2405_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 7, '2405_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 8, '2405_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 9, '2405_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 10, '2405_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 11, '2405_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 12, '2405_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2405', 13, '2405_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 1, '21126_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 2, '21126_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 3, '21126_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 4, '21126_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 5, '21126_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 6, '21126_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 7, '21126_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 8, '21126_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 9, '21126_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 10, '21126_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 11, '21126_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 12, '21126_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 13, '21126_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 14, '21126_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 15, '21126_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 16, '21126_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 17, '21126_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21126', 18, '21126_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 1, '12652_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 2, '12652_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 3, '12652_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 4, '12652_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 5, '12652_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 6, '12652_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 7, '12652_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 8, '12652_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 9, '12652_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 10, '12652_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 11, '12652_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 12, '12652_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12652', 13, '12652_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 1, '15746_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 2, '15746_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 3, '15746_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 4, '15746_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 5, '15746_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 6, '15746_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 7, '15746_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 8, '15746_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 9, '15746_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 10, '15746_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 11, '15746_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 12, '15746_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 13, '15746_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 14, '15746_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 15, '15746_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 16, '15746_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15746', 17, '15746_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 1, '12602_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 2, '12602_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 3, '12602_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 4, '12602_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 5, '12602_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 6, '12602_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 7, '12602_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 8, '12602_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 9, '12602_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 10, '12602_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12602', 11, '12602_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 1, '22087_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 2, '22087_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 3, '22087_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 4, '22087_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 5, '22087_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 6, '22087_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 7, '22087_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 8, '22087_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 9, '22087_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 10, '22087_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 11, '22087_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 12, '22087_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22087', 13, '22087_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 1, '21151_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 2, '21151_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 3, '21151_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 4, '21151_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 5, '21151_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 6, '21151_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 7, '21151_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 8, '21151_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 9, '21151_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 10, '21151_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 11, '21151_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 12, '21151_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 13, '21151_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 14, '21151_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 15, '21151_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 16, '21151_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 17, '21151_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21151', 18, '21151_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 1, '16742_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 2, '16742_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 3, '16742_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 4, '16742_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 5, '16742_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 6, '16742_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 7, '16742_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 8, '16742_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 9, '16742_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 10, '16742_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 11, '16742_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 12, '16742_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 13, '16742_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16742', 14, '16742_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 1, '16084_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 2, '16084_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 3, '16084_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 4, '16084_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 5, '16084_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 6, '16084_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 7, '16084_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 8, '16084_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 9, '16084_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 10, '16084_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 11, '16084_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 12, '16084_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 13, '16084_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 14, '16084_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 15, '16084_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 16, '16084_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 17, '16084_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 18, '16084_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 19, '16084_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 20, '16084_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 21, '16084_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16084', 22, '16084_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 1, '19404_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 2, '19404_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 3, '19404_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 4, '19404_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 5, '19404_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 6, '19404_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 7, '19404_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 8, '19404_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 9, '19404_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 10, '19404_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 11, '19404_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 12, '19404_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 13, '19404_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 14, '19404_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 15, '19404_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 16, '19404_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 17, '19404_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19404', 18, '19404_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 1, '22462_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 2, '22462_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 3, '22462_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 4, '22462_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 5, '22462_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 6, '22462_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 7, '22462_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 8, '22462_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 9, '22462_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 10, '22462_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 11, '22462_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 12, '22462_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 13, '22462_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 14, '22462_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 15, '22462_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 16, '22462_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22462', 17, '22462_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 1, '22582_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 2, '22582_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 3, '22582_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 4, '22582_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 5, '22582_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 6, '22582_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 7, '22582_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 8, '22582_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 9, '22582_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 10, '22582_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 11, '22582_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 12, '22582_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 13, '22582_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 14, '22582_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 15, '22582_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 16, '22582_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22582', 17, '22582_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 1, '19403_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 2, '19403_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 3, '19403_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 4, '19403_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 5, '19403_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 6, '19403_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 7, '19403_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 8, '19403_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 9, '19403_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 10, '19403_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 11, '19403_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 12, '19403_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 13, '19403_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 14, '19403_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 15, '19403_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 16, '19403_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19403', 17, '19403_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 1, '22043_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 2, '22043_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 3, '22043_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 4, '22043_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 5, '22043_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 6, '22043_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 7, '22043_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 8, '22043_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 9, '22043_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 10, '22043_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 11, '22043_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 12, '22043_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 13, '22043_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 14, '22043_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 15, '22043_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 16, '22043_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 17, '22043_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 18, '22043_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 19, '22043_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 20, '22043_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22043', 21, '22043_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 1, '3101_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 2, '3101_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 3, '3101_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 4, '3101_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 5, '3101_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 6, '3101_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 7, '3101_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 8, '3101_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 9, '3101_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 10, '3101_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 11, '3101_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 12, '3101_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 13, '3101_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 14, '3101_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 15, '3101_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3101', 16, '3101_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 1, '19877_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 2, '19877_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 3, '19877_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 4, '19877_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 5, '19877_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 6, '19877_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 7, '19877_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 8, '19877_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 9, '19877_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 10, '19877_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 11, '19877_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 12, '19877_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 13, '19877_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 14, '19877_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 15, '19877_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 16, '19877_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 17, '19877_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 18, '19877_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 19, '19877_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 20, '19877_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 21, '19877_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19877', 22, '19877_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 1, '21635_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 2, '21635_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 3, '21635_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 4, '21635_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 5, '21635_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 6, '21635_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 7, '21635_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 8, '21635_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 9, '21635_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 10, '21635_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 11, '21635_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 12, '21635_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 13, '21635_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 14, '21635_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 15, '21635_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 16, '21635_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21635', 17, '21635_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 1, '19401_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 2, '19401_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 3, '19401_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 4, '19401_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 5, '19401_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 6, '19401_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 7, '19401_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 8, '19401_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 9, '19401_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 10, '19401_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 11, '19401_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 12, '19401_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 13, '19401_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 14, '19401_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 15, '19401_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 16, '19401_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 17, '19401_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 18, '19401_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 19, '19401_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 20, '19401_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 21, '19401_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19401', 22, '19401_32'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 1, '15611_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 2, '15611_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 3, '15611_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 4, '15611_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 5, '15611_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 6, '15611_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 7, '15611_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 8, '15611_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 9, '15611_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 10, '15611_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 11, '15611_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 12, '15611_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15611', 13, '15611_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 1, '7868_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 2, '7868_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 3, '7868_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 4, '7868_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 5, '7868_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 6, '7868_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 7, '7868_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 8, '7868_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 9, '7868_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 10, '7868_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 11, '7868_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 12, '7868_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7868', 13, '7868_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 1, '22059_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 2, '22059_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 3, '22059_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 4, '22059_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 5, '22059_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 6, '22059_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 7, '22059_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 8, '22059_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 9, '22059_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 10, '22059_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 11, '22059_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 12, '22059_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 13, '22059_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 14, '22059_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 15, '22059_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 16, '22059_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 17, '22059_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 18, '22059_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 19, '22059_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 20, '22059_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 21, '22059_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 22, '22059_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22059', 23, '22059_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 1, '23851_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 2, '23851_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 3, '23851_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 4, '23851_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 5, '23851_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 6, '23851_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 7, '23851_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 8, '23851_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 9, '23851_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 10, '23851_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 11, '23851_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23851', 12, '23851_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 1, '21124_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 2, '21124_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 3, '21124_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 4, '21124_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 5, '21124_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 6, '21124_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 7, '21124_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 8, '21124_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 9, '21124_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 10, '21124_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 11, '21124_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 12, '21124_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 13, '21124_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 14, '21124_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 15, '21124_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 16, '21124_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 17, '21124_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 18, '21124_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 19, '21124_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 20, '21124_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21124', 21, '21124_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 1, '7881_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 2, '7881_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 3, '7881_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 4, '7881_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 5, '7881_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 6, '7881_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 7, '7881_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 8, '7881_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 9, '7881_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 10, '7881_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 11, '7881_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 12, '7881_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 13, '7881_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 14, '7881_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7881', 15, '7881_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 1, '7865_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 2, '7865_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 3, '7865_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 4, '7865_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 5, '7865_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 6, '7865_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 7, '7865_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 8, '7865_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 9, '7865_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 10, '7865_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 11, '7865_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 12, '7865_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7865', 13, '7865_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 1, '22085_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 2, '22085_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 3, '22085_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 4, '22085_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 5, '22085_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 6, '22085_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 7, '22085_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 8, '22085_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 9, '22085_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 10, '22085_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 11, '22085_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 12, '22085_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 13, '22085_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 14, '22085_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22085', 15, '22085_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 1, '24750_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 2, '24750_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 3, '24750_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 4, '24750_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 5, '24750_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 6, '24750_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 7, '24750_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 8, '24750_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 9, '24750_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 10, '24750_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 11, '24750_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 12, '24750_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 13, '24750_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 14, '24750_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 15, '24750_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 16, '24750_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 17, '24750_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24750', 18, '24750_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 1, '10152_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 2, '10152_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 3, '10152_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 4, '10152_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 5, '10152_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 6, '10152_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 7, '10152_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 8, '10152_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 9, '10152_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 10, '10152_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 11, '10152_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 12, '10152_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 13, '10152_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10152', 14, '10152_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 1, '22469_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 2, '22469_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 3, '22469_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 4, '22469_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 5, '22469_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 6, '22469_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 7, '22469_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 8, '22469_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 9, '22469_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 10, '22469_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 11, '22469_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 12, '22469_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 13, '22469_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 14, '22469_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 15, '22469_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 16, '22469_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 17, '22469_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 18, '22469_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 19, '22469_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 20, '22469_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22469', 21, '22469_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 1, '7871_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 2, '7871_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 3, '7871_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 4, '7871_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 5, '7871_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 6, '7871_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 7, '7871_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 8, '7871_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 9, '7871_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 10, '7871_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 11, '7871_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 12, '7871_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 13, '7871_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7871', 14, '7871_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 1, '22082_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 2, '22082_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 3, '22082_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 4, '22082_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 5, '22082_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 6, '22082_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 7, '22082_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 8, '22082_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 9, '22082_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 10, '22082_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 11, '22082_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 12, '22082_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22082', 13, '22082_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 1, '3140_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 2, '3140_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 3, '3140_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 4, '3140_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 5, '3140_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 6, '3140_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 7, '3140_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 8, '3140_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 9, '3140_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 10, '3140_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 11, '3140_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 12, '3140_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 13, '3140_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 14, '3140_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 15, '3140_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 16, '3140_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 17, '3140_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 18, '3140_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3140', 19, '3140_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 1, '22079_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 2, '22079_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 3, '22079_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 4, '22079_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 5, '22079_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 6, '22079_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 7, '22079_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 8, '22079_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 9, '22079_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 10, '22079_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 11, '22079_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 12, '22079_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22079', 13, '22079_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 1, '7860_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 2, '7860_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 3, '7860_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 4, '7860_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 5, '7860_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 6, '7860_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 7, '7860_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 8, '7860_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 9, '7860_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 10, '7860_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 11, '7860_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 12, '7860_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 13, '7860_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 14, '7860_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 15, '7860_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7860', 16, '7860_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 1, '2530_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 2, '2530_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 3, '2530_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 4, '2530_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 5, '2530_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 6, '2530_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 7, '2530_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 8, '2530_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2530', 9, '2530_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 1, '13026_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 2, '13026_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 3, '13026_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 4, '13026_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 5, '13026_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 6, '13026_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 7, '13026_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 8, '13026_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 9, '13026_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 10, '13026_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 11, '13026_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 12, '13026_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 13, '13026_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 14, '13026_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 15, '13026_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 16, '13026_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 17, '13026_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 18, '13026_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 19, '13026_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 20, '13026_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13026', 21, '13026_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 1, '24771_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 2, '24771_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 3, '24771_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 4, '24771_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 5, '24771_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 6, '24771_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 7, '24771_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 8, '24771_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24771', 9, '24771_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 1, '18419_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 2, '18419_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 3, '18419_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 4, '18419_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 5, '18419_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 6, '18419_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 7, '18419_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 8, '18419_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 9, '18419_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 10, '18419_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 11, '18419_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 12, '18419_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 13, '18419_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 14, '18419_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 15, '18419_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 16, '18419_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18419', 17, '18419_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2994', 1, '2994_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2994', 2, '2994_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2994', 3, '2994_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2994', 4, '2994_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2994', 5, '2994_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 1, '13309_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 2, '13309_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 3, '13309_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 4, '13309_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 5, '13309_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 6, '13309_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 7, '13309_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 8, '13309_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 9, '13309_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 10, '13309_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 11, '13309_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 12, '13309_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13309', 13, '13309_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 1, '15861_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 2, '15861_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 3, '15861_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 4, '15861_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 5, '15861_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 6, '15861_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 7, '15861_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 8, '15861_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 9, '15861_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 10, '15861_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 11, '15861_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 12, '15861_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15861', 13, '15861_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 1, '23300_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 2, '23300_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 3, '23300_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 4, '23300_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 5, '23300_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 6, '23300_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 7, '23300_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 8, '23300_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23300', 9, '23300_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 1, '15865_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 2, '15865_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 3, '15865_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 4, '15865_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 5, '15865_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 6, '15865_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 7, '15865_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 8, '15865_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 9, '15865_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 10, '15865_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 11, '15865_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 12, '15865_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 13, '15865_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 14, '15865_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 15, '15865_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 16, '15865_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 17, '15865_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 18, '15865_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 19, '15865_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 20, '15865_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15865', 21, '15865_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 1, '12915_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 2, '12915_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 3, '12915_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 4, '12915_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 5, '12915_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 6, '12915_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 7, '12915_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 8, '12915_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 9, '12915_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 10, '12915_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 11, '12915_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 12, '12915_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12915', 13, '12915_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 1, '14812_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 2, '14812_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 3, '14812_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 4, '14812_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 5, '14812_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 6, '14812_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 7, '14812_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 8, '14812_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 9, '14812_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 10, '14812_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 11, '14812_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 12, '14812_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 13, '14812_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 14, '14812_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 15, '14812_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14812', 16, '14812_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 1, '24769_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 2, '24769_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 3, '24769_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 4, '24769_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 5, '24769_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 6, '24769_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 7, '24769_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 8, '24769_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 9, '24769_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 10, '24769_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 11, '24769_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24769', 12, '24769_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 1, '12689_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 2, '12689_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 3, '12689_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 4, '12689_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 5, '12689_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 6, '12689_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 7, '12689_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 8, '12689_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 9, '12689_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 10, '12689_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 11, '12689_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12689', 12, '12689_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 1, '2340_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 2, '2340_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 3, '2340_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 4, '2340_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 5, '2340_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 6, '2340_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 7, '2340_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 8, '2340_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 9, '2340_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 10, '2340_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 11, '2340_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 12, '2340_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 13, '2340_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 14, '2340_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 15, '2340_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2340', 16, '2340_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 1, '22352_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 2, '22352_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 3, '22352_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 4, '22352_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 5, '22352_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 6, '22352_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 7, '22352_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 8, '22352_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22352', 9, '22352_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 1, '12600_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 2, '12600_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 3, '12600_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 4, '12600_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 5, '12600_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 6, '12600_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 7, '12600_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 8, '12600_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 9, '12600_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 10, '12600_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 11, '12600_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 12, '12600_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 13, '12600_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 14, '12600_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 15, '12600_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 16, '12600_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12600', 17, '12600_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 1, '15609_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 2, '15609_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 3, '15609_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 4, '15609_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 5, '15609_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 6, '15609_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 7, '15609_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 8, '15609_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15609', 9, '15609_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 1, '10166_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 2, '10166_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 3, '10166_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 4, '10166_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 5, '10166_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 6, '10166_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 7, '10166_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 8, '10166_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 9, '10166_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 10, '10166_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 11, '10166_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 12, '10166_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10166', 13, '10166_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 1, '22068_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 2, '22068_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 3, '22068_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 4, '22068_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 5, '22068_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 6, '22068_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 7, '22068_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 8, '22068_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 9, '22068_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 10, '22068_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 11, '22068_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 12, '22068_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 13, '22068_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 14, '22068_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 15, '22068_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 16, '22068_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22068', 17, '22068_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 1, '1176_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 2, '1176_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 3, '1176_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 4, '1176_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 5, '1176_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 6, '1176_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 7, '1176_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 8, '1176_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 9, '1176_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 10, '1176_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 11, '1176_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1176', 12, '1176_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 1, '19600_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 2, '19600_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 3, '19600_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 4, '19600_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 5, '19600_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 6, '19600_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 7, '19600_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 8, '19600_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 9, '19600_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 10, '19600_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 11, '19600_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 12, '19600_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 13, '19600_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 14, '19600_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 15, '19600_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 16, '19600_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19600', 17, '19600_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 1, '19400_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 2, '19400_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 3, '19400_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 4, '19400_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 5, '19400_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 6, '19400_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 7, '19400_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 8, '19400_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 9, '19400_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 10, '19400_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 11, '19400_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 12, '19400_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19400', 13, '19400_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 1, '2229_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 2, '2229_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 3, '2229_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 4, '2229_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 5, '2229_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 6, '2229_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 7, '2229_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 8, '2229_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 9, '2229_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 10, '2229_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 11, '2229_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2229', 12, '2229_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 1, '31282_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 2, '31282_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 3, '31282_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 4, '31282_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 5, '31282_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 6, '31282_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 7, '31282_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 8, '31282_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 9, '31282_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 10, '31282_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31282', 11, '31282_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 1, '12632_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 2, '12632_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 3, '12632_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 4, '12632_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 5, '12632_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 6, '12632_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 7, '12632_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 8, '12632_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12632', 9, '12632_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 1, '22061_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 2, '22061_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 3, '22061_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 4, '22061_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 5, '22061_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 6, '22061_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 7, '22061_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 8, '22061_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 9, '22061_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 10, '22061_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 11, '22061_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 12, '22061_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22061', 13, '22061_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 1, '15863_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 2, '15863_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 3, '15863_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 4, '15863_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 5, '15863_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 6, '15863_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 7, '15863_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 8, '15863_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 9, '15863_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 10, '15863_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 11, '15863_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 12, '15863_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15863', 13, '15863_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 1, '7874_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 2, '7874_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 3, '7874_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 4, '7874_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 5, '7874_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 6, '7874_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 7, '7874_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 8, '7874_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 9, '7874_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 10, '7874_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 11, '7874_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 12, '7874_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 13, '7874_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 14, '7874_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7874', 15, '7874_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 1, '22049_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 2, '22049_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 3, '22049_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 4, '22049_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 5, '22049_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 6, '22049_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 7, '22049_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 8, '22049_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 9, '22049_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 10, '22049_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 11, '22049_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 12, '22049_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 13, '22049_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 14, '22049_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 15, '22049_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 16, '22049_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22049', 17, '22049_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 2, '23747_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 4, '23747_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 6, '23747_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 8, '23747_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 10, '23747_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 12, '23747_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 14, '23747_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 16, '23747_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 18, '23747_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23747', 22, '23747_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 1, '22750_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 2, '22750_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 3, '22750_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 4, '22750_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 5, '22750_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 6, '22750_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 7, '22750_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 8, '22750_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 9, '22750_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 10, '22750_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 11, '22750_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 12, '22750_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22750', 13, '22750_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 1, '21747_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 2, '21747_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 3, '21747_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 4, '21747_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 5, '21747_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 6, '21747_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 7, '21747_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 8, '21747_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 9, '21747_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 10, '21747_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 11, '21747_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 12, '21747_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21747', 13, '21747_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 1, '2344_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 2, '2344_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 3, '2344_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 4, '2344_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 5, '2344_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 6, '2344_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 7, '2344_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 8, '2344_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 9, '2344_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 10, '2344_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 12, '2344_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 14, '2344_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 15, '2344_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2344', 16, '2344_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 1, '15942_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 2, '15942_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 3, '15942_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 4, '15942_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 5, '15942_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 6, '15942_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 7, '15942_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 8, '15942_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 9, '15942_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 10, '15942_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15942', 11, '15942_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 1, '7877_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 2, '7877_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 3, '7877_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 4, '7877_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 5, '7877_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 6, '7877_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 7, '7877_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 8, '7877_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 9, '7877_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('7877', 10, '7877_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 1, '9684_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 2, '9684_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 3, '9684_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 4, '9684_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 5, '9684_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 6, '9684_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 7, '9684_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 8, '9684_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 9, '9684_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 10, '9684_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 11, '9684_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9684', 13, '9684_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 1, '15616_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 2, '15616_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 3, '15616_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 4, '15616_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 5, '15616_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 6, '15616_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 7, '15616_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 8, '15616_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15616', 9, '15616_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 1, '9480_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 2, '9480_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 3, '9480_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 4, '9480_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 5, '9480_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 6, '9480_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 7, '9480_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 8, '9480_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 9, '9480_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 10, '9480_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9480', 11, '9480_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 1, '21621_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 2, '21621_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 3, '21621_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 4, '21621_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 5, '21621_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 6, '21621_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 7, '21621_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 8, '21621_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 9, '21621_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 10, '21621_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 11, '21621_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 12, '21621_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21621', 13, '21621_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 1, '12687_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 2, '12687_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 3, '12687_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 4, '12687_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 5, '12687_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 6, '12687_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 7, '12687_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 8, '12687_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 9, '12687_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 10, '12687_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 11, '12687_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 12, '12687_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12687', 13, '12687_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 1, '15712_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 2, '15712_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 3, '15712_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 4, '15712_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 5, '15712_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 6, '15712_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 7, '15712_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 8, '15712_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15712', 9, '15712_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24042', 1, '24042_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24042', 2, '24042_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24042', 3, '24042_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24042', 4, '24042_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24042', 5, '24042_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 1, '3003_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 2, '3003_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 3, '3003_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 4, '3003_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 5, '3003_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 6, '3003_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 7, '3003_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 8, '3003_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 9, '3003_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 10, '3003_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 11, '3003_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 12, '3003_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 13, '3003_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 14, '3003_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 15, '3003_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 16, '3003_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3003', 17, '3003_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 1, '22531_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 2, '22531_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 3, '22531_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 4, '22531_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 5, '22531_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 6, '22531_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 7, '22531_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 8, '22531_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22531', 9, '22531_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 1, '21141_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 2, '21141_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 3, '21141_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 4, '21141_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 5, '21141_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 6, '21141_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 7, '21141_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 8, '21141_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 9, '21141_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 10, '21141_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 11, '21141_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 12, '21141_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21141', 13, '21141_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 1, '12653_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 2, '12653_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 3, '12653_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 4, '12653_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 5, '12653_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 6, '12653_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 7, '12653_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 8, '12653_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12653', 9, '12653_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 1, '20433_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 2, '20433_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 3, '20433_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 4, '20433_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 5, '20433_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 6, '20433_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 7, '20433_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 8, '20433_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20433', 9, '20433_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 1, '21842_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 2, '21842_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 3, '21842_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 4, '21842_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 5, '21842_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 6, '21842_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 7, '21842_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 8, '21842_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 9, '21842_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 10, '21842_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 11, '21842_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 12, '21842_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 13, '21842_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 14, '21842_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 15, '21842_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 16, '21842_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21842', 17, '21842_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 1, '9529_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 2, '9529_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 3, '9529_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 4, '9529_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 5, '9529_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 6, '9529_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 7, '9529_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 8, '9529_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9529', 9, '9529_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 1, '21836_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 2, '21836_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 3, '21836_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 4, '21836_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 5, '21836_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 6, '21836_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 7, '21836_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 8, '21836_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 9, '21836_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 10, '21836_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21836', 11, '21836_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 1, '2106_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 2, '2106_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 3, '2106_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 4, '2106_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 5, '2106_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 6, '2106_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 7, '2106_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 8, '2106_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 9, '2106_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 10, '2106_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 11, '2106_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2106', 12, '2106_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 1, '31301_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 2, '31301_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 3, '31301_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 4, '31301_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 5, '31301_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 6, '31301_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 7, '31301_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 8, '31301_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31301', 9, '31301_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2878', 9, '2878_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 1, '3159_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 2, '3159_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 3, '3159_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 4, '3159_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 5, '3159_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 6, '3159_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 7, '3159_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 8, '3159_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 9, '3159_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 10, '3159_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 11, '3159_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 12, '3159_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 13, '3159_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3159', 14, '3159_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 1, '21994_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 2, '21994_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 3, '21994_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 4, '21994_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 5, '21994_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 6, '21994_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 7, '21994_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 8, '21994_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 9, '21994_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 10, '21994_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 11, '21994_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 12, '21994_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21994', 13, '21994_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 1, '2987_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 2, '2987_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 3, '2987_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 4, '2987_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 5, '2987_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 6, '2987_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 7, '2987_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 8, '2987_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 9, '2987_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 10, '2987_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 11, '2987_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 12, '2987_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 13, '2987_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 14, '2987_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 15, '2987_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2987', 16, '2987_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 1, '12692_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 2, '12692_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 3, '12692_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 4, '12692_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 5, '12692_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 6, '12692_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 7, '12692_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 8, '12692_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 9, '12692_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 10, '12692_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 11, '12692_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 12, '12692_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 13, '12692_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 14, '12692_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 15, '12692_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('12692', 16, '12692_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 1, '21073_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 2, '21073_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 3, '21073_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 4, '21073_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 5, '21073_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 6, '21073_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 7, '21073_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 8, '21073_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 9, '21073_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 10, '21073_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 11, '21073_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 12, '21073_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 13, '21073_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 14, '21073_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 15, '21073_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 16, '21073_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21073', 17, '21073_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 1, '30270_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 2, '30270_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 3, '30270_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 4, '30270_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 5, '30270_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 6, '30270_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 7, '30270_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 8, '30270_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 9, '30270_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 10, '30270_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30270', 11, '30270_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 1, '23775_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 2, '23775_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 3, '23775_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 4, '23775_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 5, '23775_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 6, '23775_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 7, '23775_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 8, '23775_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 9, '23775_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 10, '23775_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23775', 11, '23775_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 1, '22530_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 2, '22530_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 3, '22530_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 4, '22530_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 5, '22530_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 6, '22530_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 7, '22530_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 8, '22530_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 9, '22530_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 10, '22530_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 11, '22530_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 12, '22530_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22530', 13, '22530_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 1, '8877_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 2, '8877_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 3, '8877_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 4, '8877_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 5, '8877_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 6, '8877_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 7, '8877_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 8, '8877_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 9, '8877_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 10, '8877_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 11, '8877_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 12, '8877_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8877', 13, '8877_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 1, '22065_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 2, '22065_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 3, '22065_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 4, '22065_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 5, '22065_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 6, '22065_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 7, '22065_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 8, '22065_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 9, '22065_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 10, '22065_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 11, '22065_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 12, '22065_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22065', 13, '22065_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 1, '19402_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 2, '19402_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 3, '19402_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 4, '19402_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 5, '19402_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 6, '19402_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 7, '19402_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 8, '19402_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 9, '19402_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 10, '19402_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 11, '19402_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 12, '19402_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 13, '19402_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 14, '19402_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 15, '19402_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 16, '19402_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19402', 17, '19402_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 1, '15558_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 2, '15558_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 3, '15558_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 4, '15558_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 5, '15558_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 6, '15558_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 7, '15558_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 8, '15558_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 9, '15558_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 10, '15558_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 11, '15558_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 12, '15558_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 13, '15558_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15558', 14, '15558_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 1, '22083_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 2, '22083_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 3, '22083_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 4, '22083_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 5, '22083_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 6, '22083_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 7, '22083_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 8, '22083_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 9, '22083_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 10, '22083_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 11, '22083_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 12, '22083_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22083', 13, '22083_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 1, '21127_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 2, '21127_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 3, '21127_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 4, '21127_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 5, '21127_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 6, '21127_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 7, '21127_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 8, '21127_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 9, '21127_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 10, '21127_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 11, '21127_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 12, '21127_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 13, '21127_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 14, '21127_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 15, '21127_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 16, '21127_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21127', 17, '21127_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 1, '31418_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 2, '31418_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 3, '31418_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 4, '31418_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 5, '31418_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 6, '31418_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 7, '31418_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 8, '31418_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 9, '31418_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 10, '31418_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 11, '31418_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 12, '31418_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31418', 13, '31418_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 1, '21809_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 2, '21809_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 3, '21809_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 4, '21809_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 5, '21809_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 6, '21809_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 7, '21809_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 8, '21809_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 9, '21809_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 10, '21809_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 11, '21809_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 12, '21809_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21809', 13, '21809_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 1, '29688_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 2, '29688_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 3, '29688_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 4, '29688_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 5, '29688_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 6, '29688_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 7, '29688_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 8, '29688_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 9, '29688_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 10, '29688_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29688', 12, '29688_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 1, '24422_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 2, '24422_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 3, '24422_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 4, '24422_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 5, '24422_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 6, '24422_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 7, '24422_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 8, '24422_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 9, '24422_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 10, '24422_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24422', 11, '24422_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 1, '9527_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 2, '9527_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 3, '9527_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 4, '9527_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 5, '9527_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 6, '9527_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 7, '9527_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 8, '9527_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 9, '9527_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 10, '9527_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 11, '9527_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9527', 12, '9527_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 1, '31547_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 2, '31547_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 3, '31547_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 4, '31547_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 5, '31547_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 6, '31547_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 7, '31547_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 8, '31547_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 9, '31547_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 10, '31547_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 11, '31547_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 12, '31547_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('31547', 13, '31547_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 1, '6718_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 2, '6718_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 3, '6718_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 4, '6718_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 5, '6718_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 6, '6718_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 7, '6718_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 8, '6718_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 9, '6718_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 10, '6718_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 11, '6718_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('6718', 12, '6718_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 1, '22078_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 2, '22078_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 3, '22078_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 4, '22078_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 5, '22078_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 6, '22078_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 7, '22078_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 8, '22078_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22078', 9, '22078_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 1, '10202_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 2, '10202_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 3, '10202_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 4, '10202_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 5, '10202_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 6, '10202_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 7, '10202_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 8, '10202_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 9, '10202_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 10, '10202_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 11, '10202_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 12, '10202_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10202', 13, '10202_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 1, '10442_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 2, '10442_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 3, '10442_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 4, '10442_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 5, '10442_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 6, '10442_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 7, '10442_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 8, '10442_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 9, '10442_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 10, '10442_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 11, '10442_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 12, '10442_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 13, '10442_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 14, '10442_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 15, '10442_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 16, '10442_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10442', 17, '10442_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 1, '2574_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 2, '2574_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 3, '2574_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 4, '2574_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 6, '2574_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 7, '2574_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 8, '2574_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 9, '2574_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 10, '2574_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 11, '2574_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 12, '2574_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 13, '2574_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 14, '2574_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 15, '2574_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 16, '2574_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 17, '2574_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 18, '2574_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 19, '2574_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 20, '2574_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 21, '2574_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 22, '2574_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 23, '2574_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2574', 24, '2574_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 1, '22747_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 2, '22747_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 3, '22747_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 4, '22747_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 5, '22747_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 6, '22747_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 7, '22747_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 8, '22747_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 9, '22747_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 10, '22747_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 11, '22747_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 12, '22747_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 13, '22747_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 14, '22747_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 15, '22747_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 16, '22747_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22747', 17, '22747_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 1, '8712_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 2, '8712_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 3, '8712_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 4, '8712_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 5, '8712_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 6, '8712_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 7, '8712_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 8, '8712_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 9, '8712_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8712', 10, '8712_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 1, '2197_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 2, '2197_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 3, '2197_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 4, '2197_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 6, '2197_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 7, '2197_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 8, '2197_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 9, '2197_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 10, '2197_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 11, '2197_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 12, '2197_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 13, '2197_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 14, '2197_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 15, '2197_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 16, '2197_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2197', 17, '2197_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 1, '2974_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 2, '2974_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 3, '2974_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 4, '2974_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 5, '2974_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 6, '2974_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 7, '2974_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 8, '2974_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2974', 9, '2974_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 1, '2397_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 2, '2397_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 3, '2397_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 4, '2397_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 5, '2397_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 6, '2397_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 7, '2397_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 8, '2397_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 9, '2397_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 10, '2397_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 11, '2397_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2397', 12, '2397_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 1, '23109_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 2, '23109_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 3, '23109_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 4, '23109_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 5, '23109_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 6, '23109_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 7, '23109_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 8, '23109_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 9, '23109_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 10, '23109_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 11, '23109_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 12, '23109_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 13, '23109_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 14, '23109_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 15, '23109_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 16, '23109_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23109', 17, '23109_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 1, '8707_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 2, '8707_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 3, '8707_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 4, '8707_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 5, '8707_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 6, '8707_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 7, '8707_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 8, '8707_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 9, '8707_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 10, '8707_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 11, '8707_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 12, '8707_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 13, '8707_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 14, '8707_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 15, '8707_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 16, '8707_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 17, '8707_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 18, '8707_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 19, '8707_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 20, '8707_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 21, '8707_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 22, '8707_24'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 23, '8707_25'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 24, '8707_26'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 25, '8707_27'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 26, '8707_28'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 27, '8707_29'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 28, '8707_30'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8707', 29, '8707_31'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 1, '15615_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 2, '15615_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 3, '15615_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 4, '15615_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 5, '15615_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 6, '15615_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 7, '15615_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 8, '15615_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 9, '15615_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 10, '15615_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 11, '15615_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 12, '15615_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15615', 13, '15615_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 1, '15032_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 2, '15032_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 3, '15032_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 4, '15032_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 5, '15032_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 6, '15032_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 7, '15032_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 8, '15032_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 9, '15032_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 10, '15032_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 11, '15032_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 12, '15032_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 13, '15032_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 14, '15032_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 15, '15032_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 16, '15032_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15032', 17, '15032_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 1, '8433_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 2, '8433_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 3, '8433_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 4, '8433_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 5, '8433_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 6, '8433_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 7, '8433_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 8, '8433_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 9, '8433_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 10, '8433_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 11, '8433_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 12, '8433_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 13, '8433_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 14, '8433_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8433', 15, '8433_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 1, '11139_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 2, '11139_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 3, '11139_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 4, '11139_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 5, '11139_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 6, '11139_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 7, '11139_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 8, '11139_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 9, '11139_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 10, '11139_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 11, '11139_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 12, '11139_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('11139', 13, '11139_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 1, '21059_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 2, '21059_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 3, '21059_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 4, '21059_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 5, '21059_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 6, '21059_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 7, '21059_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 8, '21059_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 9, '21059_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 10, '21059_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 11, '21059_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 12, '21059_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 13, '21059_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 14, '21059_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 15, '21059_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 16, '21059_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21059', 17, '21059_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 1, '22002_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 2, '22002_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 3, '22002_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 4, '22002_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 5, '22002_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 6, '22002_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 7, '22002_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 8, '22002_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 9, '22002_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 10, '22002_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 11, '22002_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 12, '22002_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 13, '22002_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 14, '22002_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 15, '22002_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 16, '22002_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22002', 17, '22002_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 1, '20374_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 2, '20374_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 3, '20374_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 4, '20374_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 5, '20374_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 6, '20374_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 7, '20374_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 8, '20374_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 9, '20374_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 10, '20374_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 11, '20374_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 12, '20374_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 13, '20374_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 14, '20374_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 15, '20374_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 16, '20374_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('20374', 17, '20374_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 1, '18342_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 2, '18342_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 3, '18342_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 4, '18342_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 5, '18342_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 6, '18342_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 7, '18342_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 8, '18342_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 9, '18342_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 10, '18342_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 11, '18342_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 12, '18342_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 13, '18342_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 14, '18342_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18342', 15, '18342_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 1, '8438_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 2, '8438_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 3, '8438_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 4, '8438_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 5, '8438_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 6, '8438_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 7, '8438_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 8, '8438_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 9, '8438_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 10, '8438_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 11, '8438_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 12, '8438_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 13, '8438_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 14, '8438_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 15, '8438_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 16, '8438_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8438', 17, '8438_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 1, '17533_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 2, '17533_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 3, '17533_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 4, '17533_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 5, '17533_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 6, '17533_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 7, '17533_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 8, '17533_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 9, '17533_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 10, '17533_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 11, '17533_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 12, '17533_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 13, '17533_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 14, '17533_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 15, '17533_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 16, '17533_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17533', 17, '17533_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 1, '21134_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 2, '21134_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 3, '21134_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 4, '21134_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 5, '21134_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 6, '21134_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 7, '21134_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 8, '21134_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 9, '21134_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 10, '21134_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 11, '21134_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 12, '21134_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 13, '21134_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 14, '21134_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 15, '21134_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 16, '21134_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21134', 17, '21134_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 1, '3083_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 3, '3083_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 4, '3083_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 5, '3083_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 6, '3083_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 7, '3083_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 8, '3083_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 9, '3083_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 10, '3083_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 11, '3083_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 12, '3083_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 14, '3083_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 15, '3083_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3083', 16, '3083_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 1, '13092_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 2, '13092_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 3, '13092_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 4, '13092_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 5, '13092_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 6, '13092_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 7, '13092_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 8, '13092_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 9, '13092_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 10, '13092_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 11, '13092_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 12, '13092_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 13, '13092_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 14, '13092_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13092', 15, '13092_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 1, '16197_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 2, '16197_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 3, '16197_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 4, '16197_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 5, '16197_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 6, '16197_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 7, '16197_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 8, '16197_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 9, '16197_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 10, '16197_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 11, '16197_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 12, '16197_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16197', 13, '16197_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 1, '21631_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 2, '21631_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 3, '21631_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 4, '21631_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 5, '21631_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 6, '21631_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 7, '21631_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 8, '21631_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 9, '21631_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 10, '21631_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 11, '21631_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 12, '21631_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21631', 13, '21631_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 1, '22003_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 2, '22003_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 3, '22003_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 4, '22003_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 5, '22003_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 6, '22003_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 7, '22003_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 8, '22003_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 9, '22003_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 10, '22003_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 11, '22003_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 12, '22003_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22003', 13, '22003_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 1, '8713_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 2, '8713_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 3, '8713_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 4, '8713_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 5, '8713_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 6, '8713_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 7, '8713_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 8, '8713_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 9, '8713_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 10, '8713_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 11, '8713_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 12, '8713_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 13, '8713_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 14, '8713_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 15, '8713_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 16, '8713_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8713', 17, '8713_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 1, '24748_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 2, '24748_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 3, '24748_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 4, '24748_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 5, '24748_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 6, '24748_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 7, '24748_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 8, '24748_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 9, '24748_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 10, '24748_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 11, '24748_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 12, '24748_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24748', 13, '24748_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 1, '23143_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 2, '23143_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 3, '23143_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 4, '23143_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 5, '23143_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 6, '23143_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 7, '23143_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 8, '23143_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 9, '23143_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 10, '23143_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 11, '23143_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23143', 12, '23143_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 1, '3914_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 2, '3914_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 3, '3914_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 4, '3914_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 5, '3914_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 6, '3914_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 7, '3914_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3914', 8, '3914_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 1, '13303_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 2, '13303_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 3, '13303_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 4, '13303_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 5, '13303_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 6, '13303_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 7, '13303_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 8, '13303_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 9, '13303_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 10, '13303_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 11, '13303_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 12, '13303_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 13, '13303_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 14, '13303_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 15, '13303_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 16, '13303_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('13303', 17, '13303_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 1, '30267_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 2, '30267_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 3, '30267_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 4, '30267_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 5, '30267_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 6, '30267_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 7, '30267_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 8, '30267_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 9, '30267_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 10, '30267_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('30267', 11, '30267_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 1, '23156_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 2, '23156_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 3, '23156_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 4, '23156_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 5, '23156_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 6, '23156_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 7, '23156_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23156', 8, '23156_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 1, '16210_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 2, '16210_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 3, '16210_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 4, '16210_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 5, '16210_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 6, '16210_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 7, '16210_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 8, '16210_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 9, '16210_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 10, '16210_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 11, '16210_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 12, '16210_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('16210', 13, '16210_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 1, '15614_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 2, '15614_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 3, '15614_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 4, '15614_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 5, '15614_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 6, '15614_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 7, '15614_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 8, '15614_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 9, '15614_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 10, '15614_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 11, '15614_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 12, '15614_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15614', 13, '15614_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 1, '21138_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 2, '21138_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 3, '21138_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 4, '21138_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 5, '21138_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 6, '21138_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 7, '21138_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 8, '21138_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 9, '21138_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 10, '21138_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 11, '21138_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 12, '21138_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21138', 13, '21138_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 1, '23033_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 2, '23033_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 3, '23033_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 4, '23033_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 5, '23033_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 6, '23033_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 7, '23033_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 8, '23033_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23033', 9, '23033_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 1, '18344_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 2, '18344_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 3, '18344_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 4, '18344_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 5, '18344_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 6, '18344_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 7, '18344_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 8, '18344_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 9, '18344_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 10, '18344_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 11, '18344_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 12, '18344_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 13, '18344_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 14, '18344_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 15, '18344_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 16, '18344_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18344', 17, '18344_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 1, '15864_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 2, '15864_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 3, '15864_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 4, '15864_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 5, '15864_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 6, '15864_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 7, '15864_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 8, '15864_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('15864', 9, '15864_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 1, '18345_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 2, '18345_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 3, '18345_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 4, '18345_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 5, '18345_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 6, '18345_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 7, '18345_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 8, '18345_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 9, '18345_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 10, '18345_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 11, '18345_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 12, '18345_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('18345', 13, '18345_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 1, '22572_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 2, '22572_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 3, '22572_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 4, '22572_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 5, '22572_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 6, '22572_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 7, '22572_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 8, '22572_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 9, '22572_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 10, '22572_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 11, '22572_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 12, '22572_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22572', 13, '22572_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 1, '23751_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 2, '23751_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 3, '23751_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 4, '23751_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 5, '23751_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 6, '23751_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 7, '23751_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 8, '23751_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 9, '23751_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 10, '23751_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 11, '23751_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 12, '23751_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 13, '23751_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 14, '23751_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 15, '23751_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 16, '23751_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23751', 17, '23751_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 1, '17937_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 2, '17937_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 3, '17937_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 4, '17937_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 5, '17937_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 6, '17937_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 7, '17937_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 8, '17937_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 9, '17937_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 10, '17937_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 11, '17937_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 12, '17937_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('17937', 13, '17937_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 1, '21816_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 2, '21816_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 3, '21816_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 4, '21816_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 5, '21816_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 6, '21816_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 7, '21816_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 8, '21816_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 9, '21816_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 10, '21816_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 11, '21816_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 12, '21816_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 13, '21816_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 14, '21816_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 15, '21816_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 16, '21816_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 17, '21816_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 18, '21816_20'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 19, '21816_21'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 20, '21816_22'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21816', 21, '21816_23'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 1, '8690_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 2, '8690_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 3, '8690_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 4, '8690_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 5, '8690_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 6, '8690_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 7, '8690_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 8, '8690_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 9, '8690_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 10, '8690_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('8690', 11, '8690_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 1, '29975_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 2, '29975_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 3, '29975_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 4, '29975_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 5, '29975_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 6, '29975_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 7, '29975_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 8, '29975_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 9, '29975_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 10, '29975_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('29975', 11, '29975_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 1, '22067_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 2, '22067_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 3, '22067_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 4, '22067_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 5, '22067_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 6, '22067_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 7, '22067_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 8, '22067_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22067', 9, '22067_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 1, '2611_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 2, '2611_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 3, '2611_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 4, '2611_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 5, '2611_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 6, '2611_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 7, '2611_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 8, '2611_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 9, '2611_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2611', 11, '2611_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 1, '10440_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 2, '10440_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 3, '10440_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 4, '10440_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 5, '10440_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 6, '10440_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 7, '10440_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 8, '10440_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 9, '10440_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 10, '10440_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 11, '10440_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 12, '10440_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('10440', 13, '10440_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 1, '3135_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 2, '3135_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 3, '3135_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 4, '3135_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 5, '3135_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 6, '3135_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 7, '3135_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 8, '3135_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 9, '3135_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 10, '3135_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('3135', 11, '3135_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 1, '5314_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 2, '5314_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 3, '5314_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 4, '5314_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 5, '5314_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 6, '5314_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 7, '5314_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 8, '5314_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 9, '5314_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('5314', 11, '5314_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 1, '22637_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 2, '22637_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 3, '22637_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 4, '22637_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 5, '22637_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 6, '22637_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 7, '22637_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 8, '22637_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 9, '22637_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 10, '22637_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 11, '22637_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 12, '22637_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 13, '22637_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 14, '22637_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 15, '22637_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 16, '22637_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22637', 17, '22637_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 1, '22533_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 2, '22533_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 3, '22533_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 4, '22533_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 5, '22533_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 6, '22533_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 7, '22533_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 8, '22533_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22533', 9, '22533_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 1, '19384_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 2, '19384_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 3, '19384_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 4, '19384_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 5, '19384_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 6, '19384_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 7, '19384_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 8, '19384_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 9, '19384_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 10, '19384_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 11, '19384_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 12, '19384_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 13, '19384_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 14, '19384_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 15, '19384_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 16, '19384_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('19384', 17, '19384_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 1, '9681_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 2, '9681_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 3, '9681_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 4, '9681_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 5, '9681_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 6, '9681_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 7, '9681_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 8, '9681_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9681', 9, '9681_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 1, '21074_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 2, '21074_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 3, '21074_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 4, '21074_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 5, '21074_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 6, '21074_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 7, '21074_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 8, '21074_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 9, '21074_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 10, '21074_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 11, '21074_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 12, '21074_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21074', 13, '21074_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 1, '21130_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 2, '21130_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 3, '21130_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 4, '21130_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 5, '21130_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 6, '21130_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 7, '21130_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 8, '21130_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 9, '21130_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 10, '21130_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 11, '21130_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 12, '21130_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 13, '21130_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 14, '21130_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 15, '21130_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 16, '21130_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('21130', 17, '21130_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 1, '23407_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 2, '23407_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 3, '23407_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 4, '23407_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 5, '23407_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 6, '23407_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 7, '23407_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 8, '23407_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 9, '23407_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 10, '23407_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 11, '23407_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 12, '23407_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('23407', 13, '23407_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 1, '2758_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 2, '2758_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 3, '2758_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 4, '2758_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 5, '2758_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 6, '2758_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 7, '2758_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2758', 9, '2758_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 1, '1970_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 2, '1970_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 3, '1970_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 4, '1970_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 5, '1970_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 6, '1970_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 7, '1970_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 8, '1970_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('1970', 9, '1970_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 1, '9479_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 2, '9479_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 3, '9479_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 4, '9479_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 5, '9479_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 6, '9479_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 7, '9479_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 8, '9479_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('9479', 9, '9479_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 1, '2505_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 2, '2505_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 3, '2505_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 4, '2505_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 5, '2505_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 6, '2505_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 7, '2505_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 8, '2505_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 9, '2505_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 10, '2505_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 11, '2505_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 12, '2505_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('2505', 13, '2505_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 1, '24746_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 2, '24746_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 3, '24746_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 4, '24746_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 5, '24746_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 6, '24746_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 7, '24746_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 8, '24746_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 9, '24746_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 10, '24746_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 11, '24746_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 12, '24746_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('24746', 13, '24746_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 1, '14814_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 2, '14814_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 3, '14814_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 4, '14814_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 5, '14814_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 6, '14814_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 7, '14814_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 8, '14814_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('14814', 9, '14814_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 1, '22111_3'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 2, '22111_4'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 3, '22111_5'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 4, '22111_6'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 5, '22111_7'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 6, '22111_8'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 7, '22111_9'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 8, '22111_10'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 9, '22111_11'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 10, '22111_12'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 11, '22111_13'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 12, '22111_14'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 13, '22111_15'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 14, '22111_16'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 15, '22111_17'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 16, '22111_18'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('22111', 17, '22111_19'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 0, '24752'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 1, '8074'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 2, '15403'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 3, '18218'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 4, '12925'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 5, '10555'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 6, '19094'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 7, '15862'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 8, '22560'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 9, '23908'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 10, '1978'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 11, '2234'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 12, '22000'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 13, '21995'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 14, '22806'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 15, '21817'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 16, '24734'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 17, '30269'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 18, '31354'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 19, '21143'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 20, '2830'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 21, '2912'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 22, '2526'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 23, '12428'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 24, '14419'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 25, '21610'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 26, '31503'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 27, '19110'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 28, '20431'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 29, '12899'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 30, '18417'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 31, '22084'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 32, '20434'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 33, '22086'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 34, '10680'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 35, '21445'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 36, '30807'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 37, '30271'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 38, '15612'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 39, '21985'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 40, '21998'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 41, '15613'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 42, '8698'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 43, '19193'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 44, '16199'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 45, '9911'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 46, '23107'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 47, '17135'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 48, '8040'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 49, '19386'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 50, '21838'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 51, '12609'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 52, '20439'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 53, '20436'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 54, '22557'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 55, '16587'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 56, '22081'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 57, '22062'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 58, '2632'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 59, '22468'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 60, '3127'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 61, '13544'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 62, '22567'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 63, '23308'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 64, '21841'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 65, '20440'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 66, '21140'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 67, '23158'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 68, '2209'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 69, '20022'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 70, '22004'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 71, '24751'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 72, '21863'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 73, '23035'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 74, '22536'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 75, '21837'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 76, '15934'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 77, '21149'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 78, '17534'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 79, '17031'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 80, '2069'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 81, '22088'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 82, '15938'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 83, '8442'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 84, '24473'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 85, '21999'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 86, '22080'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 87, '12670'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 88, '19586'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 89, '21075'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 90, '18330'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 91, '14412'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 92, '2405'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 93, '21126'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 94, '12652'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 95, '15746'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 96, '12602'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 97, '22087'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 98, '21151'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 99, '16742'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 100, '16084'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 101, '19404'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 102, '22462'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 103, '22582'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 104, '19403'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 105, '22043'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 106, '3101'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 107, '19877'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 108, '21635'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 109, '19401'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 110, '15611'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 111, '7868'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 112, '22059'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 113, '23851'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 114, '21124'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 115, '7881'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 116, '7865'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 117, '22085'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 118, '24750'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 119, '10152'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 120, '22469'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 121, '7871'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 122, '22082'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 123, '3140'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 124, '22079'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 125, '7860'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 126, '2530'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 127, '13026'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 128, '24771'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 129, '18419'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 130, '2994'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 131, '13309'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 132, '15861'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 133, '23300'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 134, '15865'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 135, '12915'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 136, '14812'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 137, '24769'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 138, '12689'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 139, '2340'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 140, '22352'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 141, '12600'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 142, '15609'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 143, '10166'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 144, '22068'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 145, '1176'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 146, '19600'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 147, '19400'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 148, '2229'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 149, '31282'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 150, '12632'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 151, '22061'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 152, '15863'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 153, '7874'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 154, '22049'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 155, '23747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 156, '22750'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 157, '21747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 158, '2344'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 159, '15942'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 160, '7877'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 161, '9684'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 162, '15616'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 163, '9480'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 164, '21621'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 165, '12687'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 166, '15712'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 167, '24042'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 168, '3003'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 169, '22531'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 170, '21141'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 171, '12653'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 172, '20433'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 173, '21842'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 174, '9529'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 175, '21836'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 176, '2106'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 177, '31301'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 178, '2878'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 179, '3159'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 180, '21994'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 181, '2987'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 182, '12692'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 183, '21073'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 184, '30270'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 185, '23775'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 186, '22530'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 187, '8877'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 188, '22065'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 189, '19402'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 190, '15558'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 191, '22083'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 192, '21127'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 193, '31418'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 194, '21809'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 195, '29688'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 196, '24422'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 197, '9527'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 198, '31547'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 199, '6718'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 200, '22078'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 201, '10202'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 202, '10442'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 203, '2574'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 204, '22747'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 205, '8712'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 206, '2197'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 207, '2974'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 208, '2397'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 209, '23109'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 210, '8707'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 211, '15615'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 212, '15032'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 213, '8433'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 214, '11139'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 215, '21059'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 216, '22002'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 217, '20374'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 218, '18342'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 219, '8438'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 220, '17533'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 221, '21134'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 222, '3083'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 223, '13092'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 224, '16197'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 225, '21631'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 226, '22003'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 227, '8713'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 228, '24748'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 229, '23143'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 230, '3914'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 231, '13303'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 232, '30267'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 233, '23156'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 234, '16210'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 235, '15614'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 236, '21138'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 237, '23033'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 238, '18344'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 239, '15864'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 240, '18345'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 241, '22572'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 242, '23751'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 243, '17937'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 244, '21816'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 245, '8690'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 246, '29975'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 247, '22067'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 248, '2611'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 249, '10440'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 250, '3135'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 251, '5314'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 252, '22637'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 253, '22533'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 254, '19384'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 255, '9681'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 256, '21074'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 257, '21130'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 258, '23407'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 259, '2758'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 260, '1970'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 261, '9479'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 262, '2505'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 263, '24746'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 264, '14814'); +INSERT INTO `collection` (id, serial, cardId) VALUES ('story', 265, '22111'); diff --git a/scripts/story.txt b/scripts/story.txt new file mode 100644 index 0000000..1492742 --- /dev/null +++ b/scripts/story.txt @@ -0,0 +1,346 @@ +24752 +8074 +15403 +18218 +12925 +10555 +19094 +15862 +20069 +22560 +23908 +1978 +2234 +22000 +20438 +21995 +2310 +1017 +2305 +22806 +24043 +21817 +24734 +30269 +31354 +21143 +2830 +2912 +2526 +12428 +14419 +21610 +31503 +19110 +21129 +20431 +12899 +18417 +22084 +21148 +20434 +22086 +10680 +10372 +21445 +30807 +15612 +24792 +21985 +21998 +15866 +15613 +8698 +19193 +16199 +23699 +9911 +23107 +17135 +8040 +30266 +19386 +21838 +12609 +20439 +20436 +22557 +16587 +22081 +19356 +18384 +22062 +2632 +22468 +3127 +13544 +7280 +22567 +6476 +23308 +8706 +13153 +21841 +20440 +21140 +23158 +2335 +2209 +20022 +10161 +22004 +24751 +15939 +21863 +23035 +15608 +23149 +21815 +9528 +22536 +21837 +15934 +21149 +30268 +17534 +17031 +2069 +22088 +15938 +8442 +24473 +21999 +22080 +23795 +12670 +15937 +19586 +21075 +18330 +19360 +14412 +2405 +21126 +20018 +16766 +12652 +15746 +12602 +22087 +21151 +16742 +16084 +8475 +19404 +22462 +22582 +8431 +19403 +22043 +3101 +19877 +21635 +19401 +15611 +7868 +22059 +23851 +21124 +7881 +7865 +22085 +24750 +19359 +10152 +12621 +21997 +22469 +7871 +22082 +3140 +22079 +7860 +2530 +13026 +24771 +18419 +3177 +2994 +13309 +19363 +19364 +7158 +15861 +23300 +15865 +16341 +12915 +14812 +7618 +24769 +12689 +2340 +8501 +22352 +19358 +18328 +12600 +6169 +8073 +15609 +8477 +16340 +10166 +22068 +9406 +10204 +1176 +19600 +19400 +2101 +2229 +31282 +12632 +22061 +15863 +7874 +19361 +22049 +15713 +23747 +22750 +21747 +2344 +15942 +7877 +9684 +15616 +9480 +21621 +12687 +15712 +24042 +3003 +8056 +22531 +21141 +12653 +20433 +21842 +9529 +2823 +21836 +21814 +2106 +31301 +8476 +19357 +2878 +1932 +10985 +23157 +2634 +3159 +21994 +2987 +12692 +21073 +2856 +30270 +23775 +22530 +23022 +8877 +22065 +19402 +15558 +22083 +21127 +21809 +29688 +18399 +24422 +9527 +31547 +6718 +22078 +10202 +10442 +2574 +22747 +8712 +2197 +2974 +2397 +23109 +8707 +15615 +15032 +8433 +11139 +23105 +21059 +12699 +22002 +20374 +18342 +8438 +17533 +21134 +3083 +13092 +16197 +21631 +22003 +8713 +23110 +24748 +11079 +23143 +3914 +13303 +30267 +23156 +21154 +16210 +15614 +21138 +23033 +22001 +18344 +15864 +15711 +18345 +22572 +23751 +17937 +21816 +8690 +29975 +22067 +2611 +10440 +31407 +31409 +3135 +5314 +23155 +22637 +22533 +18329 +19354 +19384 +9681 +21074 +21130 +23407 +21443 +2758 +1970 +9479 +2505 +24746 +14814 +13243 +22113 +22111 diff --git a/scripts/story.xlsx b/scripts/story.xlsx new file mode 100644 index 0000000..0544ec9 Binary files /dev/null and b/scripts/story.xlsx differ diff --git a/scripts/svg_to_json.py b/scripts/svg_to_json.py new file mode 100644 index 0000000..44aadda --- /dev/null +++ b/scripts/svg_to_json.py @@ -0,0 +1,30 @@ +import xml.etree.ElementTree as ET +import sys +from glob import glob +import os +import re + +svg_dir = sys.argv[1] +dot_map = 'final dotMap = {\n' +for svg_file in glob(svg_dir + "/*/*_dot.svg"): + m = re.findall(r'(.*)_dot.svg', svg_file) + dot_name = m[0].replace(os.path.sep, '/') + under_dot_name = '_'.join(dot_name.split('/')) + tree = ET.parse(svg_file) + root = tree.getroot() + + x = [] + y = [] + c = [] + for circle in root.iter('{http://www.w3.org/2000/svg}circle'): + x.append(str(int(float(circle.attrib['cx'])))) + y.append(str(int(float(circle.attrib['cy'])))) + c.append('0') + + svg_file_list = svg_file.split('.') + dot_map += '"'+under_dot_name+'": \'{"id":"'+under_dot_name+'","template":"assets/'+dot_name+'_line.svg","pathHistory":{"paths":[],"startX":null,"startY":null,"x":null,"y":null},"things":[{"id":"dot","type":"dot","dotData":{"x":['+','.join(x)+'],"y":['+','.join(y)+'],"c":['+','.join(c)+']}}]}\',\n' + +dot_map += '};' + +with open('dot.dart','w') as json_file: + json_file.write(dot_map) \ No newline at end of file diff --git a/scripts/test_story.py b/scripts/test_story.py new file mode 100644 index 0000000..cf4959a --- /dev/null +++ b/scripts/test_story.py @@ -0,0 +1,18 @@ +import openpyxl as px +import sys +import json +import re +import os +import random + +xlsx_file = sys.argv[1] + +wb = px.load_workbook(xlsx_file, read_only=True) + +collection_sql = '' +topics = [] + +for sheet in wb: + title = sheet.cell(2, 3).value + if title is not None: + print(sheet.title+title) \ No newline at end of file diff --git a/scripts/xlsx_to_sql.py b/scripts/xlsx_to_sql.py new file mode 100644 index 0000000..9cc35e9 --- /dev/null +++ b/scripts/xlsx_to_sql.py @@ -0,0 +1,166 @@ +import openpyxl as px +import sys +import json +import re +import os +import random + +types = { + 'select': 0, + 'selaect': 0, + 'quiz': 0, + 'activity': 1, + 'actiivity': 1, + 'actvity': 1, + 'activty': 1, + 'actitvity': 1, + 'topic': 2, + 'article': 3, + 'many': 4, + 'multi': 4, + 'match': 5, + 'open': 6, + 'connection': 9, + 'choice': 100, + 'option': 100, + 'answer': 101, + 'template': 102, + 'sticker': -1, +} + +colors = [ +'FFB3C8FF', +'FF9DEDE3', +'FFF4E1B5', +'FF9DEDE3', +'FFB3C8FF', +'FFCFB5DD', +'FF9DEDE3', +] + +type = 0 +header = 1 +title = 3 +content = 5 +#title_en = 2 +#content_en = 4 +#title_sw = 3 +#content_sw = 5 +option = 6 + +xlsx_file = sys.argv[1] +asset_dir = 'assets/topic' +collection_name = os.path.splitext(xlsx_file)[0] + + +def esc(a): + if a == None: + return 'NULL' + if str(a).lower().endswith(('.svg','.png','.jpg','.jpeg','.gif')): + prefix = asset_dir + '/' + else: + prefix = '' + return "'" + prefix + str(a).replace("'", "''") + "'" + +def row_value(row, name): + try: + value = row[name].value + if value is not None: + return str(value).strip() + except: + value = None + return value + +wb = px.load_workbook(xlsx_file, read_only=True) + +collection_sql = '' +topics = [] + +with open(collection_name+'.sql', 'w') as sqlfile: + for sheet in wb: + topic = '' + card = '' + extra = -1 + card_number = 1 + extra_number = 1 + row_num = 1 + quiz_type = '' + topic_header = '' + for row in sheet.iter_rows(row_offset=1): + row_num+=1 + # print(sheet.title, row_num) + add_template = False + type_value = row_value(row, type) + title_value = row_value(row, title) + content_value = row_value(row, content) + header_value = row_value(row, header) + option_value = row_value(row, option) + + if(type_value == None): + continue + type_value = type_value.lower() + type_data = types[type_value] + + if collection_name == 'story' and type_data == 1 and header_value == None: + add_template = True + header_value = sheet.title + '.svg' + + if type_data == -1: + continue + elif type_data == 0: + option_value = 'oneAtATime' + elif type_data == 4: + option_value = 'many' + type_data = 0 + elif type_data == 5: + option_value = 'pair' + type_data = 0 + elif type_data == 6: + option_value = 'open' + type_data = 0 + elif type_data == 2: + option_value = colors[random.randint(0, len(colors)-1)] + if(type_data <= 4): + if title_value != None or (type_data==3 and content_value != None): + if type_data == 2: + card = sheet.title + else: + card = sheet.title+'_'+str(row_num) + if option_value == 'open' and header_value == None: + header_value = topic_header + sqlfile.write(f"INSERT INTO `card` (id, type, title, header, content, option) VALUES ({esc(card)}, {type_data}, {esc(title_value)}, {esc(header_value)}, {esc(content_value)}, {esc(option_value)});\n") + if add_template: + sqlfile.write(f"INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ({esc(card)}, 2, 1, {esc(header_value)});\n") + else: + card = '' + if type_data == 2: + print(card) + topic = card + card_number = 1 + extra = -1 + topic_header = header_value + if topic != '': + topics.append(topic) + elif type_data <= 9: + if topic == '': + topic = sheet.title + if card != '': + collection_sql += f"INSERT INTO `collection` (id, serial, cardId) VALUES ({esc(topic)}, {card_number}, {esc(card)});\n" + card_number += 1 + extra = -1 + else: + if extra != type_data-100: + extra = type_data-100 + extra_number = 1 + extra_content = header_value + if extra_content == None: + extra_content = title_value + if card != '': + sqlfile.write(f"INSERT INTO `cardExtra` (cardId, type, serial, content) VALUES ({esc(card)}, {extra}, {extra_number}, {esc(extra_content)});\n") + extra_number += 1 + sqlfile.write(f"INSERT INTO `card` (id, type, title, header, content, option) VALUES ({esc(collection_name)}, {types['topic']}, {esc(collection_name)}, NULL, NULL, NULL);\n") + serial = 0 + for topic_id in topics: + collection_sql += f"INSERT INTO `collection` (id, serial, cardId) VALUES ({esc(collection_name)}, {serial}, {esc(topic_id)});\n" + serial += 1 + sqlfile.write(collection_sql) diff --git a/test/card_list_widget_test.dart b/test/card_list_widget_test.dart new file mode 100644 index 0000000..b1b6837 --- /dev/null +++ b/test/card_list_widget_test.dart @@ -0,0 +1,33 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:maui/quiz/card_list.dart'; +import 'package:maui/db/entity/quiz.dart'; + +const Map testMap = { + 'question': 'Select the animals from small to big', + 'image': 'assets/topic/jungle-animals-colorful-art.jpg', + 'answer': ['tiger cub', 'pig', 'deer', 'buffalo'], + 'choices': null, + 'correct': null +}; + +void main() { + testWidgets('Allows the buttons to tap - Quiz', (WidgetTester tester) async { + print("Quiz test"); + Key inputKey = new UniqueKey(); + + await tester.pumpWidget(new MaterialApp( + home: new Material( + child: new CardList( + input: testMap, + key: inputKey, + optionsType: QuizType.many, + ), + ), + )); + expect(find.byKey(inputKey), findsOneWidget); + + await tester.tap(find.byType(RaisedButton).first); + await tester.pumpAndSettle(); + }); +} diff --git a/test/category_list_view_test.dart b/test/category_list_view_test.dart new file mode 100644 index 0000000..71cdeb7 --- /dev/null +++ b/test/category_list_view_test.dart @@ -0,0 +1,30 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:maui/components/topic_button.dart'; +import 'package:maui/quiz/sequence.dart'; + +import '../lib/screens/category_list_view.dart'; + + +void main() { + + testWidgets('category list view', (WidgetTester tester) async { + print("Sequence game Quiz test"); + final testKey = Key('Category_page'); + + await tester.pumpWidget( + new MaterialApp( + home: new Material( + child: new CategoryListView( + // input: testMap, + key: testKey, + ), + ), + )); + expect(find.byKey(testKey), findsOneWidget); + +// await tester.tap(find.byType(TopicButton).first); +// await tester.pumpAndSettle(); + + }); +} \ No newline at end of file diff --git a/test/true_or_false_test.dart b/test/true_or_false_test.dart new file mode 100644 index 0000000..b13d8ef --- /dev/null +++ b/test/true_or_false_test.dart @@ -0,0 +1,14 @@ +import 'package:flutter/material.dart'; +import 'package:flutter_test/flutter_test.dart'; +import 'package:maui/app.dart'; +import 'package:maui/quiz/true_or_false.dart'; + +void main() { + testWidgets('true or false', (WidgetTester tester) async { + // Build our app and trigger a frame. + await tester.pumpWidget(new MauiApp()); + + await tester.element(find.byType(TrueOrFalse).first); + await tester.pump(); + }); +}