This repository has been archived by the owner on Aug 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
/
features.html
74 lines (71 loc) · 4.49 KB
/
features.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
---
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<meta name="robots" content="index, follow">
</head>
<body>
{% include header.html %}
<div class="featurespage fill-height inner__content fixed-content">
<div class="container main">
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3 text-center">
<h1>Features</h1>
<p>There are various sources of information, internet being the primary fore-runner. It thus becomes imperative that our platform provides state-of the art features to enable innovative and engaging learning experience.
Keeping in mind this need, our features include:</p>
</div>
</div>
<div class="row row-eq-height">
<div class="col-xs-12 col-sm-4">
<img src="img/features_images/societal-platform.png">
<p><strong>Societal Platform Architecture</strong></p>
<p>Sunbird allows one or more organizations and communities to exist as tier-1 entities on the platform. Each organization can independently manage their users, training and learning processes and user communities.</p>
</div>
<div class="col-xs-12 col-sm-4">
<img src="img/features_images/registry.png">
<p><strong>User and organization registry and profiles</strong></p>
<p>Sunbird allows organizations to store verified information about users and organizations and use this repository as a verified registry to enable other user actions and functions. </p>
</div>
<div class="col-xs-12 col-sm-4">
<img src="img/features_images/courses-trainings.png">
<p><strong>Courses, Trainings and Lesson Plans</strong></p>
<p>Sunbird provides features that allow for hosting of open and closed courses. Courses can be setup with one or more batches that can be hosted on different dates/times. Sunbird also allows authoring of lesson plans for courses and textbooks via provision of intuitive templates and workflows.</p>
</div>
<div class="col-xs-12 col-sm-4">
<img src="img/features_images/open-resource-library.png">
<p><strong>Open Content Resource Library</strong></p>
<p>Content created or uploaded on a Sunbird instance is published under a Creative Commons License and therefore is truly free to consume. In addition, each organization on Sunbird can define their own curation and review workflows to ensure that published content is of high quality.</p>
</div>
<div class="col-xs-12 col-sm-4">
<img src="img/features_images/communities.png">
<p><strong>Communities, Collaboration and Messaging</strong></p>
<p>Sunbird offers collaboration and messaging features such as course discussions, community announcements as well as activity feeds for users generated from communities and courses that users are engaged with.</p>
</div>
<div class="col-xs-12 col-sm-4">
<img src="img/features_images/data-dashboards.png">
<p><strong>Data and Dashboards</strong></p>
<p>All interactions with the user interface and content are available as data and can be used to analyse user interactions with courses, content and the platform.</p>
</div>
<div class="col-xs-12 col-sm-4">
<img src="img/features_images/badges.png">
<p><strong>Badges for Certifications</strong></p>
<p>Badges communicate skills and achievements by providing visual symbols of accomplishments packed with verifiable data and evidence that can be shared across the web. They empower individuals to take their learning with them, wherever they go, building a rich picture of their lifelong learning journey.</p>
</div>
<div class="col-xs-12 col-sm-4">
<img src="img/features_images/curation.png">
<p><strong>Curation</strong></p>
<p>Within content platforms, the demand for curation has grown out of the increasing need to help users find quality, coherent, and relevant content on specific topics without having to spend great amounts of time and energies to search, browse and scan multiple different sources.</p>
</div>
<div class="col-xs-12 col-sm-4">
<img src="img/features_images/mobile.png">
<p><strong>Card and Feed-based User Interface optimized for Mobile Access</strong></p>
<p>To ensure optimal usability, the platform uses cards and feeds extensively for organization of information. Card-based design supports limited working memory by allowing users to break up information through the process of chunking and allowing focus on a single task or piece of information at a time.</p>
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>