Overview
All Content (85)
Questions and Breakthroughs (27)
Resources (5)
Blog
Polls
Set as default tab
Technology has allowed teaching and learning to go beyond the traditional classroom. How are you integrating mobile learning in your classroom?
Manage categories
Add a new category
Edit category
Close
Create and manage categories in Mobile Learning. Removing a category will not remove content.
Categories in Mobile Learning
Add a new category
(0 remaining)
Only categories are allowed, right now there are too many.
Name
Tag suggestions (optional)
Use tags to recommend this category to content authors. A matching tag will display a hint next to the category name when creating content.
Popular tags in Mobile Learning:
Apply this new category to all content using the suggested tags?
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;
dwr.engine._origScriptSessionId = "8EC617F5FEFD11BE846DF7A9A0B29706";
dwr.engine._sessionCookieName = "JSESSIONID"; // JSESSIONID
dwr.engine._allowGetForSafariButMakeForgeryEasier = "true";
dwr.engine._scriptTagProtection = "throw 'allowScriptTagRemoting is false.';";
dwr.engine._defaultPath = "/dwr/interface";
dwr.engine._pollWithXhr = "false";
var communityID = 2013;
var containerID = 2013;
var containerType = 14;
function closeCustomizeWidgetMessageProperty() {
$j('#jive-overview-customize-info').hide();
CommunityUtils.closeCustomizeWidgetMessageProperty();
}
function setUserDefaultTab() {
$j('#jive-set-default-tab').hide();
CommunityUtils.setUserDefaultTab(communityID, 'overview');
}
function startFollowing() {
FollowingActionBean.followContainer(14, communityID, true, {
callback:function() {
$j('#jive-link-community-startFollowing').hide();
$j('#jive-link-community-stopFollowing').show();
Jive.AlertMessage('thread.watch.notify', {
beforeStart:function() {
$j('[id=thread.watch.notify]').html('' + 'You are now following this community, which will appear in the Places widget. To remove, click "Stop following this community".' + '');
}
});
},
errorHandler:function(msg, e) {
alert("An internal error occurred while following the project or community.");
}
});
}
function stopFollowing() {
FollowingActionBean.followContainer(14, communityID, false, {
callback:function() {
$j('#jive-link-community-startFollowing').show();
$j('#jive-link-community-stopFollowing').hide();
Jive.AlertMessage('thread.watch.notify', {
beforeStart:function() {
$j('[id=thread.watch.notify]').html('' + 'You have stopped following this community. To view this community in the Places widget, click "Follow this community" below.' + '');
}
});
},
errorHandler:function(msg, e) {
alert("An internal error occurred while following the project or community.");
}
});
}
var containerID = 2013;
var containerType = 14;
var popularTags = new Array();
var tagSets = new Array();
var container = { ID: containerID, objectType: containerType};
var maxTagSetCount = 25
if(typeof(Community) == 'undefined'){
Community = {};
Community.feed = {};
}
function manageCategories(){
$j(".jive-modal-title-add-category").hide();
$j(".jive-modal-add-category").hide();
$j(".jive-modal-title-edit-category").hide();
$j(".jive-modal-edit-category").hide();
$j(".jive-modal-title-manage-categories").show();
$j(".jive-modal-categories-listing").show();
$j("#jive-modal-categories").lightbox_me();
$j("#saveButton").unbind("click");
$j("#saveButton").click(function(event) {
$j("#saveButton").tri