This repository has been archived by the owner on May 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating new page for Learning Analytics content
- Loading branch information
1 parent
dd59e4a
commit 85f4b51
Showing
5 changed files
with
127 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
web/src/main/webapp/my-app/learningAnalytics/controllers.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* Licensed to Apereo under one or more contributor license | ||
* agreements. See the NOTICE file distributed with this work | ||
* for additional information regarding copyright ownership. | ||
* Apereo licenses this file to you 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 the following location: | ||
* | ||
* 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. | ||
*/ | ||
'use strict'; | ||
|
||
define(['angular', 'require'], function(angular, require) { | ||
return angular.module('my-app.learningAnalytics.controllers', []) | ||
.controller('LearningAnalyticsController', ['$log', '$scope', '$rootScope', | ||
function($log, $scope, $rootScope) { | ||
/** | ||
* Get list of all groups and current user's groups | ||
* to conitionally hide and show content | ||
*/ | ||
var init = function() { | ||
// TO DO | ||
init(); | ||
} | ||
} | ||
]) | ||
}); |
61 changes: 61 additions & 0 deletions
61
web/src/main/webapp/my-app/learningAnalytics/partials/learningAnalytics.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!-- | ||
Licensed to Apereo under one or more contributor license | ||
agreements. See the NOTICE file distributed with this work | ||
for additional information regarding copyright ownership. | ||
Apereo licenses this file to you 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 the following location: | ||
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. | ||
--> | ||
|
||
<!-- <div ng-controller="LearningAnalyticsController as learningAnalyticsCtrl" class="portlet-details-page"> --> | ||
<frame-page | ||
app-title="Learning Analytics for Instructors" | ||
page-title="Learning Analytics for Instructors" | ||
white-background="true"> | ||
<md-content class="learningAnalytics__content"> | ||
<div data-role='content'> | ||
<h2>Learning Analytics Tools</h2> | ||
<ul data-role='listview'> | ||
<li>Learner Engagement Analytics Dashboard (LEAD) | ||
<ul style="padding-left:1.2em" data-role='listview'> | ||
<li ng-if="content.groups.name ==='All DoIT Employees'">I'm a DoIT emplyee</li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Current semester (S21)</a></li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Fall 2020</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Course Undergraduate Enrollment Snapshot</a></li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Canvas New Analytics</a></li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Canvas Context Cards</a></li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Kaltura Analytics</a></li> | ||
</ul> | ||
|
||
<h2>Learning Analytics Resources</h2> | ||
<ul data-role='listview'> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Learning Analytics at UW-Madison</a></li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Learning Analytics Guiding Principles</a></li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Pedagogical Guide for Learning Analytics</a></li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">LEAD KnowledgeBase Overview and Support</a></li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Learning Analytics KnowledgeBase</a></li> | ||
</ul> | ||
|
||
<h2>Learning Analytics Events</h2> | ||
<ul data-role='listview'> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Learning Analytics Community of Practice</a></li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Learning Analytics Speaker Series</a></li> | ||
<li><a href="" target="_blank" rel="noopener noreferer">Learning Analytics Events</a></li> | ||
</ul> | ||
</div> | ||
</md-content> | ||
</frame-page> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/* | ||
* Licensed to Apereo under one or more contributor license | ||
* agreements. See the NOTICE file distributed with this work | ||
* for additional information regarding copyright ownership. | ||
* Apereo licenses this file to you 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 the following location: | ||
* | ||
* 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. | ||
*/ | ||
|
||
define(['require'], function(require) { | ||
return { | ||
templateUrl: require.toUrl('./partials/learningAnalytics.html'), | ||
controller: 'LearningAnalyticsController', | ||
}; | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters