Skip to content

This is a template for using mkdocs-material to deliver Business Information Technology or Computer Applications learning materials at HAMK.

Module Name: Module 1

This course is part of the Module 1 which consists of 3 courses (total 15 ETC):
  1. Course 1: 5 ETC
  2. Course 2: 5 ETC
  3. Course 3: 5 ETC

Course Name: Course 1

Objectives

After accomplishing this course, the student will be able to:
  • Do this
  • Apply this
  • Avoid that
  • ...

Timetable

time-table

Get to know your teacher

your-presentation-or-website

Grading and what we will do

Honesty Zone

Zero tolerance to cheating

Criteria for the grade in this course:

0: No or Unqualified submission

1

2

3

4

5

Topics

Critical

Failing Topic 5 means Failing the whole course

Topic 1: Example of a code block

introduction to html
<!-- this is html -->
<!DOCTYPE html>
<html>
<body>
<h1>My First Web Page</h1> <!-- (1)! -->
<p id="demo">My First Paragraph</p>
<script>
document.getElementById("demo").innerHTML = 5 + 6; // (2)
</script>
</body>
</html>

  1. including a h1 element to improve SEO
  2. script Assignment 1

Topic 2: Video stored in Google Drive
This is a video hosted in Google Drive

Assignment 2

Topic 3: YouTube video
This is a video hosted in YouTube

Assignment 3

Topic 4: embedding pdf Assignment 4

Topic 5
Assignment 5

Extra materials for self learning beyond this course

Materials for self learning beyond this course

Links to (e)books

Links to websites

Links to videos

Hello World

Hello World
1
2
3
4
5
6
// this is java
public class Main {
public static void main(String[] args) {
    System.out.println("Hello World"); // (1)!
}
}

  1. this will display 'Hello World'

Exams