Canvas | Verktøy og brukerstøtte - Student

Canvas

Canvas

Canvas is OsloMets digital learning management system.

How do I sign in to Canvas?

  • Activate your OsloMet user account: You can first sign in to Canvas or any other of the IT-systems at OsloMet after you have activated your user account at OsloMet. Remember: For technical reasons, it can take up to 24 hours before you can log on to Canvas for the first time.

  • Access your courses in Canvas:  You must have completed your registration for the semester to get access to your courses in Canvas.  It takes about 2-3 hours after you have completed semester registration before your courses will appear in Canvas. NB: As an international student your semester registration might be managed by your international coordinator at OsloMet. 
  • Forgot my password: Go to tilgang.sikt.no/oslomet.
  • Denied access: If you have quit your studies, completed your studies or have been withdrawn from your studies, you lose access . You can check your student status in Studentweb.
  • User account locked: If you have entered the wrong password six times in a row, your user account will be automatically locked for 1 hour. Try again after 1 hour.

Guidelines for the messaging system in Canvas 

The messaging system is for academic communication only, about teaching, assessment, supervision, and course work. It must not be used for private or social messages, chat, or invitations, nor for advertising or other commercial purposes. Never share sensitive personal data such as health information, national identity numbers, or details about religion, political views, or trade union membership. 

The messaging system is not suitable for urgent matters; response times follow normal working hours. Misuse can be reported to the course coordinator or the system administrator. 

Use a supported and up to date browser

To avoid issues in Canvas, we recommend that you use a web browser that is supported and is updated to the latest version. On this page you'll find an overview of web browsers that are supported by Canvas: Which browsers does Canvas support? (community.canvaslms.com).

Note to Apple-users: While the web browser Safari is also listed as supported, we've had several reports from users saying that Canvas doesn't work as intended when using it. We therefore recommend that you try Chrome or Firefox instead if you experience any issues with Safari.

Do I have to register for the semester to get access to Canvas?

You must complete your registration for the semester and activate you user account at OsloMet to get access to your subjects in Canvas. For OsloMet Summer school and other programmes changes may occur. In that case contact your advisor at OsloMet.

Student Groups

You can create your own Student Groups in a Canvas, by clicking People in the course menu. When you have created a group you can choose to leave it open for anyone to join, or you can leave it closed and invite individuals manually.

  • Note that teachers have access to all student groups that are created within their Canvas courses. This access includes announcements given by students within the group.

For further information, see How do I create a group as a student (community.instructure.com).

Get an introduction to Canvas

This video gives you an introductions to: How to log on#Dashboard#Your account#How to change language settings#Manage notifications#Courses#Canvas-calender#Canvas-inbox (Duration 02:54 minutes)

How can I change the Language settings?

This is how you can change the language settings easily in four steps (pdf). Please also  mind our introduction to Canvas (video).

What if sign up to Canvas fails ?

  • You must have completed your registration for the semester and activate you user account at OsloMet to get access to your courses in Canvas. For OsloMet Summer school and other programmes changes may occur. In that case contact your advisor at OsloMet.

  • If you have forgotten the password to your OsloMet-user account, create a new password. Remember, if you have completed your studies, left your programme or you have had your right to study evoked you have no longer access to Canvas.

  • Remember, If you have entered the wrong password six times in a row, your User Account will be locked. To unlock your account, you must contact IT Support.

How to get help with Canvas

Are you wondering about what you can do I Canvas or are you stuck? Canvas has a rich amount of documentations and guides:

Access to Canvas upon completion

As a student at OsloMet you have access to Canvas for 30 days after you either complete your programme or end your studies for other reasons. Your studies are regarded as completed when you receive your Diploma and/or transcript of records. This is done on the same day or a few days after the results of your final exam is published. At this time you will get status completed, and will lose access to Canvas after 30 days.

If you wish to keep material that's stored in Canvas you must therefore do this within 30 days of being registered as completed / ended as a student.

Download the Canvas-app 

Kontaktpunkter Canvas

An error occurred while processing the template.
Java method "no.oslomet.liferay.service.customjournalservice.impl.JournalServiceImpl.getJournalArticleContent(String, com.liferay.portal.kernel.theme.ThemeDisplay, String)" threw an exception when invoked on no.oslomet.liferay.service.customjournalservice.impl.JournalServiceImpl object "no.oslomet.liferay.service.customjournalservice.impl.JournalServiceImpl@6ce4c5ba"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${journalArticleService.getJournalArt...  [in template "10155#10195#153112342" at line 26, column 17]
----
1<#assign journalArticleService=serviceLocator.findService("no.oslomet.liferay.service.customjournalservice.api.JournalService")/> 
2<#assign pageService=serviceLocator.findService("no.oslomet.liferay.service.pageservice.api.PageService")/> 
3 
4<#assign hasTitle = false /> 
5 
6<#if (multikontakttitle?? && multikontakttitle.getData()?length > 0)> 
7    <#assign hasTitle = true /> 
8</#if> 
9 
10<#assign showwide=false/> 
11 
12<#if (pageService.hasProsessmal(themeDisplay.getPlid(), themeDisplay.getScopeGroupId()) || 
13pageService.hasKnappemeny(themeDisplay.getPlid(), themeDisplay.getScopeGroupId()))> 
14    <#assign showwide=true/> 
15</#if> 
16 
17<div class="${randomNamespace}toggle <#if hasTitle>hasmultititle</#if>"> 
18    <#if hasTitle> 
19        <h2 <#if showwide>class="show-wide" </#if>title="${multikontakttitle.getData()}">${multikontakttitle.getData()}</h2> 
20    </#if> 
21 
22    <#if article?? && article.getSiblings()?has_content> 
23        <#list article.getSiblings() as cur_article> 
24            <#if hasTitle> 
25            <#-- Show contact articles with h3/h4 --> 
26                ${journalArticleService.getJournalArticleContent(cur_article.getData(), themeDisplay, "160548627")} 
27            <#else> 
28            <#-- Show contact articles with h2/h3 --> 
29                ${journalArticleService.getJournalArticleContent(cur_article.getData(), themeDisplay)} 
30            </#if> 
31        </#list> 
32    </#if> 
33 
34</div> 
35 
36<script> 
37    AUI().ready("aui-toggler", "aui-node", function (A) { 
38        // For the audience targeting view so it doesn't break due to double rendering 
39        var container = ".${randomNamespace}toggle"; 
40        if (A.one(".portlet-boundary_com_liferay_content_targeting_display_web_portlet_UserSegmentContentDisplayPortlet_")) { 
41            container = ".portlet-boundary_com_liferay_content_targeting_display_web_portlet_UserSegmentContentDisplayPortlet_ .content-container .${randomNamespace}toggle"; 
42
43        new A.TogglerDelegate({ 
44            animated: false, 
45            closeAllOnExpand: false, 
46            container: container, 
47            content: "article", 
48            expanded: false, 
49            <#if hasTitle> 
50            header: "h3", 
51            <#else> 
52            header: "h2", 
53            </#if> 
54            transition: { 
55                duration: 0.2, 
56                easing: "cubic-bezier(0, 0.1, 0, 1)" 
57            }, 
58            after: { 
59                init: function (e) { 
60                    e.target.collapseAll(); 
61                    if (e.target.items.length > 0) { 
62                        e.target.items.forEach(function (item) { 
63                            item.get('header').on('', function(event) { 
64                                if (event.keyCode === 13) { 
65                                    item.toggle(); 
66
67                            }); 
68                            document.addEventListener('keydown', function(event){ 
69                                if (event.key === "f" && event.ctrlKey) { 
70                                    item.expand(); 
71
72                            }); 
73                        }); 
74                        //e.target.items[0].expand(); 
75
76
77
78        }); 
79 
80    }); 
81</script>